Update README.md
Browse files
README.md
CHANGED
@@ -9,18 +9,18 @@ size_categories:
|
|
9 |
## Perplexity Analysis
|
10 |
|
11 |
This dataset presents the data used in the paper "SaulLM-7B: Pioneering the first Legal Large Language Model" in "6.3 Perplexity Analysis" section.
|
12 |
-
The dataset contains the perplexity scores of SaulLM-7B, Llama2-7B and Mistral-7B across
|
13 |
|
14 |
## Cleaning
|
15 |
|
16 |
We proceeded to standardize the data by removing any special characters using unicodedata normalization.
|
17 |
-
We also filtered for text that have proper punctuation and a
|
18 |
|
19 |
## Data
|
20 |
|
21 |
The corpora consists of four distinct categories, each serving different purposes:
|
22 |
|
23 |
-
**Party Submissions**: This category includes documents submitted by parties involved in legal proceedings. These submissions were sourced exclusively from Texas briefs filed after October 2023.
|
24 |
|
25 |
**Legal Decisions**: Documents in this category are legal judgments or rulings. They were obtained from the International Centre for Settlement of Investment Disputes (ICSID), specifically filtering for decisions made after October 2023.
|
26 |
|
|
|
9 |
## Perplexity Analysis
|
10 |
|
11 |
This dataset presents the data used in the paper "SaulLM-7B: Pioneering the first Legal Large Language Model" in "6.3 Perplexity Analysis" section.
|
12 |
+
The dataset contains the perplexity scores of SaulLM-7B, Llama2-7B and Mistral-7B across a corpora of recent text.
|
13 |
|
14 |
## Cleaning
|
15 |
|
16 |
We proceeded to standardize the data by removing any special characters using unicodedata normalization.
|
17 |
+
We also filtered for text that have proper punctuation and a minimum length of 20 tokens. Additionally, we also filtered the text by using a Naive Bayes classifier that aims to classifiy if a given text is a consice piece of text or not.
|
18 |
|
19 |
## Data
|
20 |
|
21 |
The corpora consists of four distinct categories, each serving different purposes:
|
22 |
|
23 |
+
**Party Submissions**: This category includes documents submitted by parties involved in legal proceedings. These submissions were sourced exclusively from Texas briefs filed after October 1, 2023.
|
24 |
|
25 |
**Legal Decisions**: Documents in this category are legal judgments or rulings. They were obtained from the International Centre for Settlement of Investment Disputes (ICSID), specifically filtering for decisions made after October 2023.
|
26 |
|