File size: 4,081 Bytes
7a65823 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 |
annotations_creators:
- no-annotation
language_creators:
- other
languages:
- fr-FR
licenses:
- cc0-1.0
multilinguality:
- monolingual
pretty_name: french-open-fiscal-texts
size_categories:
- 100K<n<1M
source_datasets:
- original
task_categories:
- summarization
- feature-extraction
task_ids: []
# Dataset Card for french-open-fiscal-texts
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-instances)
- [Data Splits](#data-instances)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
## Dataset Description
- **Homepage:** https://echanges.dila.gouv.fr/OPENDATA/JADE/
- **Repository:** [Needs More Information]
- **Paper:** [Needs More Information]
- **Leaderboard:** [Needs More Information]
- **Point of Contact:** [Needs More Information]
### Dataset Summary
This dataset is an extraction from the OPENDATA/JADE. A list of case laws from the French court "Conseil d'Etat".
### Supported Tasks and Leaderboards
[Needs More Information]
### Languages
fr-FR
## Dataset Structure
### Data Instances
{
'file': 'CETATEXT000007584427.xml',
'title': "Cour administrative d'appel de Marseille, 3�me chambre - formation � 3, du 21 octobre 2004, 00MA01080, in�dit au recueil Lebon",
'summary': '',
'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,....'
}
### Data Fields
file: identifier on the JADE OPENDATA files
title: Name of the law case
summary: Summary provided by JADE (may be missing)
content: Text content of the case law
### Data Splits
train
test
## Dataset Creation
### Curation Rationale
This dataset is an attempt to gather multiple tax related french text law.
The first intent it to build model to summarize law cases
### Source Data
#### Initial Data Collection and Normalization
Collected from the https://echanges.dila.gouv.fr/OPENDATA/
- Filtering xml files containing "Code g�n�ral des imp�ts" (tax related)
- Extracting content, summary, identifier, title
#### Who are the source language producers?
DILA
### Annotations
#### Annotation process
[Needs More Information]
#### Who are the annotators?
[Needs More Information]
### Personal and Sensitive Information
[Needs More Information]
## Considerations for Using the Data
### Social Impact of Dataset
[Needs More Information]
### Discussion of Biases
[Needs More Information]
### Other Known Limitations
[Needs More Information]
## Additional Information
### Dataset Curators
[Needs More Information]
### Licensing Information
[Needs More Information]
### Citation Information
[Needs More Information] |