StanBienaives commited on
Commit
7a65823
1 Parent(s): 950922b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +151 -3
README.md CHANGED
@@ -1,3 +1,151 @@
1
- ---
2
- license: cc
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotations_creators:
2
+ - no-annotation
3
+ language_creators:
4
+ - other
5
+ languages:
6
+ - fr-FR
7
+ licenses:
8
+ - cc0-1.0
9
+ multilinguality:
10
+ - monolingual
11
+ pretty_name: french-open-fiscal-texts
12
+ size_categories:
13
+ - 100K<n<1M
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - summarization
18
+ - feature-extraction
19
+ task_ids: []
20
+
21
+ # Dataset Card for french-open-fiscal-texts
22
+
23
+ ## Table of Contents
24
+ - [Dataset Description](#dataset-description)
25
+ - [Dataset Summary](#dataset-summary)
26
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
27
+ - [Languages](#languages)
28
+ - [Dataset Structure](#dataset-structure)
29
+ - [Data Instances](#data-instances)
30
+ - [Data Fields](#data-instances)
31
+ - [Data Splits](#data-instances)
32
+ - [Dataset Creation](#dataset-creation)
33
+ - [Curation Rationale](#curation-rationale)
34
+ - [Source Data](#source-data)
35
+ - [Annotations](#annotations)
36
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
37
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
38
+ - [Social Impact of Dataset](#social-impact-of-dataset)
39
+ - [Discussion of Biases](#discussion-of-biases)
40
+ - [Other Known Limitations](#other-known-limitations)
41
+ - [Additional Information](#additional-information)
42
+ - [Dataset Curators](#dataset-curators)
43
+ - [Licensing Information](#licensing-information)
44
+ - [Citation Information](#citation-information)
45
+
46
+ ## Dataset Description
47
+
48
+ - **Homepage:** https://echanges.dila.gouv.fr/OPENDATA/JADE/
49
+ - **Repository:** [Needs More Information]
50
+ - **Paper:** [Needs More Information]
51
+ - **Leaderboard:** [Needs More Information]
52
+ - **Point of Contact:** [Needs More Information]
53
+
54
+ ### Dataset Summary
55
+
56
+ This dataset is an extraction from the OPENDATA/JADE. A list of case laws from the French court "Conseil d'Etat".
57
+
58
+
59
+ ### Supported Tasks and Leaderboards
60
+
61
+ [Needs More Information]
62
+
63
+ ### Languages
64
+
65
+ fr-FR
66
+
67
+ ## Dataset Structure
68
+
69
+ ### Data Instances
70
+
71
+ {
72
+ 'file': 'CETATEXT000007584427.xml',
73
+ 'title': "Cour administrative d'appel de Marseille, 3�me chambre - formation � 3, du 21 octobre 2004, 00MA01080, in�dit au recueil Lebon",
74
+ 'summary': '',
75
+ 'content': 'Vu la requ�te, enregistr�e le 22 mai 2000, pr�sent�e pour M. Roger X, par Me Luherne, �lisant domicile ...), et les m�moires compl�mentaires en date des 28 octobre 2002, 22 mars 2004 et 16 septembre 2004 ; M. X demande � la Cour :\n\n\n \n 11/ d'annuler le jugement n� 951520 en date du 16 mars 2000 par lequel le Tribunal administratif de Montpellier a rejet� sa requ�te tendant � la r�duction des cotisations suppl�mentaires � l'imp�t sur le revenu et des p�nalit�s dont elles ont �t� assorties, auxquelles il a �t� assujetti au titre des ann�es 1990, 1991 et 1992 ;\n\n\n \n 22/ de prononcer la r�duction desdites cotisations ;\n\n\n \n 3�/ de condamner de l'Etat � lui verser une somme de 32.278 francs soit 4.920,75 euros,....'
76
+ }
77
+
78
+ ### Data Fields
79
+
80
+ file: identifier on the JADE OPENDATA files
81
+ title: Name of the law case
82
+ summary: Summary provided by JADE (may be missing)
83
+ content: Text content of the case law
84
+
85
+ ### Data Splits
86
+
87
+ train
88
+ test
89
+
90
+
91
+ ## Dataset Creation
92
+
93
+ ### Curation Rationale
94
+
95
+ This dataset is an attempt to gather multiple tax related french text law.
96
+ The first intent it to build model to summarize law cases
97
+
98
+ ### Source Data
99
+
100
+ #### Initial Data Collection and Normalization
101
+
102
+ Collected from the https://echanges.dila.gouv.fr/OPENDATA/
103
+ - Filtering xml files containing "Code g�n�ral des imp�ts" (tax related)
104
+ - Extracting content, summary, identifier, title
105
+
106
+
107
+ #### Who are the source language producers?
108
+
109
+ DILA
110
+
111
+ ### Annotations
112
+
113
+ #### Annotation process
114
+
115
+ [Needs More Information]
116
+
117
+ #### Who are the annotators?
118
+
119
+ [Needs More Information]
120
+
121
+ ### Personal and Sensitive Information
122
+
123
+ [Needs More Information]
124
+
125
+ ## Considerations for Using the Data
126
+
127
+ ### Social Impact of Dataset
128
+
129
+ [Needs More Information]
130
+
131
+ ### Discussion of Biases
132
+
133
+ [Needs More Information]
134
+
135
+ ### Other Known Limitations
136
+
137
+ [Needs More Information]
138
+
139
+ ## Additional Information
140
+
141
+ ### Dataset Curators
142
+
143
+ [Needs More Information]
144
+
145
+ ### Licensing Information
146
+
147
+ [Needs More Information]
148
+
149
+ ### Citation Information
150
+
151
+ [Needs More Information]