Datasets:

Modalities:
Text
Formats:
text
Languages:
French
Libraries:
Datasets
License:
de-francophones commited on
Commit
729e749
·
verified ·
1 Parent(s): e99fec2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +111 -0
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - fr
8
+ license:
9
+ - cc-by-nc-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ source_datasets:
13
+ - original
14
+ task_categories:
15
+ - fill-mask
16
+ size_categories:
17
+ - 10M<n<100M
18
+ ---
19
+
20
+
21
+ # Dataset Card for CoFiF
22
+
23
+
24
+ ## Dataset Description
25
+
26
+ - **Repository:** https://github.com/CoFiF/Corpus
27
+
28
+ - **Paper:** https://aclanthology.org/W19-5504/
29
+
30
+ - **Point of Contact:** Sina Ahmadi (sina.ahmadi@insight-centre.org) and Tobias Daudert (tobias.daudert@insight-centre.org)
31
+
32
+
33
+ ### Dataset Summary
34
+
35
+ CoFiF is the first corpus comprising company reports in the French language. It contains over **188 million** tokens in **2655** reports, covering four types of documents:
36
+
37
+ - Reference documents (documents de référence) published annually, usually in the months following the end of the calendar year, and contain information regarding the financial situation and perspectives of a company
38
+ - Annual report (résultats annuels) which summarises a company’s business and activities throughout the previous year
39
+ - Semestrial (résultats semestriels): similar to annual reports in content but published every 6 months
40
+ - Trimestrial reports (résultats trimestriels): similar to annual reports but published every 3 months
41
+
42
+ These documents are collected from the 60 largest French companies listed in France’s main stock indices [CAC40](https://en.wikipedia.org/wiki/CAC_40) and [CAC Next 20](https://en.wikipedia.org/wiki/CAC_Next_20). The corpus spans over 20 years, ranging from 1995 to 2018.
43
+
44
+
45
+ ### Supported Tasks and Leaderboards
46
+ Language modeling : can be used to train a French model (CamemBERT, FlauBERT, BARTHez, etc.) on data of financial types
47
+
48
+
49
+ ### Languages
50
+ French
51
+
52
+
53
+
54
+ ## Dataset Structure
55
+ Raw text
56
+
57
+
58
+
59
+ ## Dataset Creation
60
+
61
+ ### Curation Rationale
62
+ No French language datasets related to finance were available.
63
+
64
+ ### Source Data
65
+ - Reference documents (documents de référence) published annually, usually in the months following the end of the calendar year, and contain information regarding the financial situation and perspectives of a company
66
+ - Annual report (résultats annuels) which summarises a company’s business and activities throughout the previous year
67
+ - Semestrial (résultats semestriels): similar to annual reports in content but published every 6 months
68
+ - Trimestrial reports (résultats trimestriels): similar to annual reports but published every 3 months
69
+
70
+ These documents are collected from the 60 largest French companies listed in France’s main stock indices CAC40 and CAC Next 20. The corpus spans over 20 years, ranging from 1995 to 2018.
71
+
72
+
73
+ #### Initial Data Collection and Normalization
74
+ The authors have done a cleanup but have not detailed it in their publication or on their GitHub directory.
75
+
76
+ #### Who are the source language producers?
77
+ Public administrative reports written by humans.
78
+
79
+
80
+ ### Annotations
81
+ No annotations.
82
+
83
+
84
+ ## Additional Information
85
+
86
+ ### Dataset Curators
87
+ This publication has emanated from research conducted with the financial support of Science Foundation Ireland (SFI) under Grant Number SFI/12/RC/2289, co-funded by the European Regional Development Fund.
88
+
89
+
90
+ ### Licensing Information
91
+ The authors of the publication (Tobias Daudert and Sina Ahmadi) do not acknowledge any third party, so it appears that they were the only ones involved in the data collection.
92
+
93
+ This corpus is openly available for non-commercial use under the [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/).
94
+
95
+
96
+ ### Citation Information
97
+
98
+ If you're using CoFiF in your researches, please don't forget to cite [this paper](https://www.aclweb.org/anthology/papers/W/W19/W19-5504/):
99
+
100
+ ~~~
101
+ @inproceedings{daudert-ahmadi-2019-cofif,
102
+ title = "{C}o{F}i{F}: A Corpus of Financial Reports in {F}rench Language",
103
+ author = "Daudert, Tobias and Ahmadi, Sina",
104
+ booktitle = "Proceedings of the First Workshop on Financial Technology and Natural Language Processing",
105
+ month = "12 " # aug,
106
+ year = "2019",
107
+ address = "Macao, China",
108
+ url = "https://www.aclweb.org/anthology/W19-5504",
109
+ pages = "21--26",
110
+ }
111
+ ~~~