eckendoerffer commited on
Commit
047d209
·
1 Parent(s): 9f355d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: cc-by-sa-4.0
3
  language:
4
  - fr
5
- pretty_name: 'justice_fr '
6
  tags:
7
  - justice
8
  - law
@@ -17,9 +17,11 @@ size_categories:
17
 
18
  The dataset contains a comprehensive collection of French legal books, codes, and appellate court decisions. It encompasses the following:
19
 
20
- - 150,000 articles of laws, decrees, and orders from the 78 French books and codes, covering all legal domains. The total number of pages is approximately 35,000.
21
- - 53,000 appellate court decisions spanning from 2013 to the present day. The dataset includes a wide range of cases and legal opinions. The total number of pages is approximately 150,000.
22
- - 2,000 definitions and abbreviations commonly used in legal texts, aiding in understanding and interpreting the legal terminology.s used in legal texts.
 
 
23
 
24
  ### Languages
25
 
@@ -27,19 +29,21 @@ The dataset is in French only.
27
 
28
  ## Dataset Structure
29
 
30
- ### Data Instances
31
-
32
- [More Information Needed]
33
-
34
  ### Data Fields
35
 
36
- - instruction ()
 
 
37
  - input
38
- - outpout
 
 
 
 
39
 
40
  ### Data Splits
41
 
42
- The text has been limited/split to approximately 820 words per line, with an average of 1500 tokens (French -> Falcon tokenizer). The goal is to not exceed 2024 tokens, with a margin of error.
43
 
44
  ## Dataset Creation
45
 
@@ -57,13 +61,9 @@ Comming directly from French justice system
57
 
58
  ## Additional Information
59
 
60
- ### Dataset Curators
61
-
62
- [More Information Needed]
63
-
64
  ### Licensing Information
65
 
66
- [More Information Needed]
67
 
68
  ### Citation Information
69
 
 
2
  license: cc-by-sa-4.0
3
  language:
4
  - fr
5
+ pretty_name: Law & decision from French justice system
6
  tags:
7
  - justice
8
  - law
 
17
 
18
  The dataset contains a comprehensive collection of French legal books, codes, and appellate court decisions. It encompasses the following:
19
 
20
+ - 150,938 rows -> 150,000 articles of laws, decrees, and orders from the 78 French books and codes, covering all legal domains. The total number of pages is approximately 35,000.
21
+ - 191,741 rows -> 53,000 appellate court decisions spanning from 2013 to the present day. The dataset includes a wide range of cases and legal opinions. The total number of pages is approximately 150,000.
22
+ - 1,621 rows -> 2,000 definitions and abbreviations commonly used in legal texts, aiding in understanding and interpreting the legal terminology.s used in legal texts.
23
+
24
+ Total: 344,300 rows
25
 
26
  ### Languages
27
 
 
29
 
30
  ## Dataset Structure
31
 
 
 
 
 
32
  ### Data Fields
33
 
34
+ - instruction
35
+ - French books and codes -> hierarchy from law text: "Code pénal > Partie législative > Livre II : Des crimes et délits contre les personnes > Titre II : Des atteintes à la personne humaine > Chapitre Ier : Des atteintes à la vie de la personne > Section 2 : Des atteintes involontaires à la vie > Article 221-6"
36
+ - Court decisions -> location, chamber, decision number, decision date, part: "Cour d'appel de Paris I5, Cour de cassation Chambre commerciale financière et économique, décision 18-13.763 du 14/04/2021, partie 1"
37
  - input
38
+ - French books and codes -> questions with multiple variations, such as: "What does Article XX of Code XX say?"
39
+ - Court decisions -> empty
40
+ - output
41
+ - French books and codes -> laws text
42
+ - Court decisions -> decisions text
43
 
44
  ### Data Splits
45
 
46
+ The text has been limited/split to approximately 820 words per row, with an average of 1500 tokens (French -> Falcon tokenizer). The goal is to not exceed 2024 tokens, with a margin of error.
47
 
48
  ## Dataset Creation
49
 
 
61
 
62
  ## Additional Information
63
 
 
 
 
 
64
  ### Licensing Information
65
 
66
+ The dataset is available under the Creative Commons Attribution-ShareAlike License
67
 
68
  ### Citation Information
69