Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
ArXiv:
DOI:
Libraries:
Datasets
Dask
bourdoiscatie commited on
Commit
4679626
1 Parent(s): acab10e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +181 -132
README.md CHANGED
@@ -1348,7 +1348,7 @@ The `orange_sum_fr_prompt_text_generation` dataset has the same license as the o
1348
  </details>
1349
 
1350
  <details>
1351
- <summary>Title generation (from an article)</summary>
1352
 
1353
  The aim is to generate a title for a given text.
1354
  ## 19 prompts
@@ -1641,8 +1641,8 @@ The `https://huggingface.co/datasets/CATIE-AQ/amazon_reviews_multi_fr_prompt_tex
1641
 
1642
 
1643
  <details>
1644
- <summary>Text generation from a title</summary>
1645
-
1646
  Text generation from a title.
1647
  ## 27 prompts
1648
 
@@ -1700,7 +1700,7 @@ The `orange_sum_fr_prompt_text_generation_from_title` dataset has the same licen
1700
 
1701
 
1702
  <details>
1703
- <summary>Title generation (from reviews)</summary>
1704
 
1705
  The aim is to generate a title for a given text which is a review.
1706
  ## 18 prompts
@@ -1954,125 +1954,174 @@ The `https://huggingface.co/datasets/CATIE-AQ/mtop_domain_intent_fr_prompt_inten
1954
  </details>
1955
 
1956
 
1957
- # NER
1958
- Description de la tâche.
1959
- ## 21 prompts
1960
  <details>
1961
- <summary>The prompts list:</summary>
 
 
 
 
 
1962
  <code>
1963
- 'Extraire les classes des mots du texte suivant : '+text,
1964
- 'Extrais les entitées nommées du texte suivant : '+text,
1965
- 'Extrayez les entitées nommées du texte suivant : '+text,
1966
- 'Isoler les entitées nommées du texte suivant : '+text,
1967
- 'Isole les entitées nommées du texte suivant : '+text,
1968
- 'Isolez les entitées nommées du texte suivant : '+text,
1969
- 'Dégager des entitées nommées dans le texte : '+text,
1970
- 'Dégage des entitées nommées dans le texte : '+text,
1971
- 'Dégagez des entitées nommées dans le texte : '+text,
1972
- 'Générer des entitées nommées issues du texte suivant : '+text,
1973
- 'Génère des entitées nommées issues du texte suivant : '+text,
1974
- 'Générez des entitées nommées issues du texte suivant : '+text,
1975
- 'Trouver les entitées nommées du texte : '+text,
1976
- 'Trouve les entitées nommées du texte : '+text,
1977
- 'Trouvez les entitées nommées du texte : '+text,
1978
- 'Repérer les entitées nommées présentes dans le texte suivant : '+text,
1979
- 'Repère les entitées nommées présentes dans le texte suivant : '+text,
1980
- 'Repérez les entitées nommées présentes dans le texte suivant : '+text,
1981
- 'Indiquer les entitées nommées du texte :'+text,
1982
- 'Indique les entitées nommées du texte : '+text,
1983
- 'Indiquez les entitées nommées du texte : '+text
1984
  </code>
1985
- </details>
1986
 
1987
  An example:
1988
  | inputs | targets |
1989
  | -------- | ------- |
1990
- | Remplace le <mask> dans le texte suivant par le mot le plus probable : Le préjudice <mask> estimé à 2 millions d'euros. | Le préjudice est estimé à 2 millions d'euros. |
1991
 
1992
 
1993
 
1994
  ## Datasets
1995
- ### tner/wikiann/fr
1996
- #### Citation
1997
- > @inproceedings{pan-etal-2017-cross,
1998
- title = "Cross-lingual Name Tagging and Linking for 282 Languages",
1999
- author = "Pan, Xiaoman and Zhang, Boliang and May, Jonathan and Nothman, Joel and Knight, Kevin and Ji, Heng",
2000
- booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
2001
- month = jul,
2002
- year = "2017",
2003
- address = "Vancouver, Canada",
2004
- publisher = "Association for Computational Linguistics",
2005
- url = "https://aclanthology.org/P17-1178",
2006
- doi = "10.18653/v1/P17-1178",
2007
- pages = "1946--1958",
2008
- }
 
2009
  #### License
2010
- A DEMANDER SUR https://huggingface.co/datasets/tner/wikiann
2011
- ### tner/wikineural/fr
2012
- #### Citation
2013
- > @inproceedings{tedeschi-etal-2021-wikineural-combined,
2014
- title = "{W}iki{NE}u{R}al: {C}ombined Neural and Knowledge-based Silver Data Creation for Multilingual {NER}",
2015
- author = "Tedeschi, Simone and Maiorca, Valentino and Campolungo, Niccol{\`o} and Cecconi, Francesco and Navigli, Roberto",
2016
- booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
2017
- month = nov,
2018
- year = "2021",
2019
- address = "Punta Cana, Dominican Republic",
2020
- publisher = "Association for Computational Linguistics",
2021
- url = "https://aclanthology.org/2021.findings-emnlp.215",
2022
- doi = "10.18653/v1/2021.findings-emnlp.215",
2023
- pages = "2521--2533",
2024
- }
 
 
 
 
 
 
 
 
 
2025
  #### License
2026
- A DEMANDER SUR https://huggingface.co/datasets/tner/wikineural
2027
- ### tner/multinerd/fr
2028
- #### Citation
2029
- > @inproceedings{tedeschi-navigli-2022-multinerd,
2030
- title = "{M}ulti{NERD}: A Multilingual, Multi-Genre and Fine-Grained Dataset for Named Entity Recognition (and Disambiguation)",
2031
- author = "Tedeschi, Simone and Navigli, Roberto",
2032
- booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
2033
- month = jul,
2034
- year = "2022",
2035
- address = "Seattle, United States",
2036
- publisher = "Association for Computational Linguistics",
2037
- url = "https://aclanthology.org/2022.findings-naacl.60",
2038
- doi = "10.18653/v1/2022.findings-naacl.60",
2039
- pages = "801--812",
2040
- }
2041
- #### License
2042
- A DEMANDER SUR https://huggingface.co/datasets/tner/multinerd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2043
  ### Jean-Baptiste/wikiner_fr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2044
  #### Citation
2045
- > A DEMANDER SUR https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr
2046
  #### License
2047
- A DEMANDER SUR https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr
 
2048
 
2049
 
2050
- # POS
2051
- Description de la tâche.
2052
- ## 21 prompts
2053
  <details>
2054
- <summary>The prompts list:</summary>
 
 
 
 
 
2055
  <code>
2056
- 'Extraire les classes des mots du texte suivant : '+text,
2057
- 'Extrais les classes des mots du texte suivant : '+text,
2058
- 'Extrayez les classes des mots du texte suivant : '+text,
2059
- 'Isoler les classes des mots du texte suivant : '+text,
2060
- 'Isole les classes des mots du texte suivant : '+text,
2061
- 'Isolez les classes des mots du texte suivant : '+text,
2062
- 'Dégager les classes des mots dans le texte : '+text,
2063
- 'Dégage les classes des mots dans le texte : '+text,
2064
- 'Dégagez les classes des mots dans le texte : '+text,
2065
- 'Générer les classes des mots issues du texte suivant : '+text,
2066
- 'Génère les classes des mots issues du texte suivant : '+text,
2067
- 'Générez les classes des mots issues du texte suivant : '+text,
2068
- 'Trouver les classes des mots du texte : '+text,
2069
- 'Trouve les classes des mots du texte : '+text,
2070
- 'Trouvez les classes des mots du texte : '+text,
2071
- 'Repérer les classes des mots présentes dans le texte suivant : '+text,
2072
- 'Repère les classes des mots présentes dans le texte suivant : '+text,
2073
- 'Repérez les classes des mots présentes dans le texte suivant : '+text,
2074
- 'Indiquer les classes des mots du texte :'+text,
2075
- 'Indique les classes des mots du texte : '+text,
2076
  'Indiquez les classes des mots du texte : '+text
2077
  </code>
2078
  </details>
@@ -2080,40 +2129,40 @@ Description de la tâche.
2080
  An example:
2081
  | inputs | targets |
2082
  | -------- | ------- |
2083
- | Remplace le \<mask\> dans le texte suivant par le mot le plus probable : Le préjudice <mask> estimé à 2 millions d'euros. | Le préjudice est estimé à 2 millions d'euros. |
2084
 
2085
-
2086
-
2087
- ### universal_dependencies/fr_fqb
2088
  #### Citation
2089
- > Djamé Seddah, Marie Candito. Hard Time Parsing Questions: Building a QuestionBank for French. Tenth International Conference on Language Resources and Evaluation (LREC 2016), May 2016, Portorož, Slovenia.
2090
- #### License
2091
- LGPL-LR
2092
- ### universal_dependencies/fr_gsd
2093
  #### Citation
2094
- > VOIR https://universaldependencies.org/treebanks/fr_gsd/index.html
2095
- #### License
2096
- CC BY-SA 4.0
2097
- ### universal_dependencies/fr_partut
2098
- #### features
 
 
 
 
 
 
 
2099
 
2100
- #### Citation
2101
- > VOIR https://universaldependencies.org/treebanks/fr_partut/
2102
- #### License
2103
- CC BY-SA 4.0
2104
- ### universal_dependencies/fr_pud
2105
- #### Citation
2106
- > VOIR https://universaldependencies.org/treebanks/fr_pud/
2107
  #### License
2108
- CC BY-SA 3.0
2109
- ### universal_dependencies/fr_sequoia
2110
- #### Citation
2111
- > VOIR https://universaldependencies.org/treebanks/fr_sequoia/
2112
- #### License
2113
- LGPL-LR
2114
- ### universal_dependencies/fr_spoken
2115
 
 
 
 
 
 
 
 
2116
  #### Citation
2117
- > VOIR
2118
  #### License
2119
- CC BY-SA 4.0
 
 
1348
  </details>
1349
 
1350
  <details>
1351
+ <summary><h1>Title generation (from an article)</h1></summary>
1352
 
1353
  The aim is to generate a title for a given text.
1354
  ## 19 prompts
 
1641
 
1642
 
1643
  <details>
1644
+ <summary><h1>Text generation from a title</h1></summary>
1645
+
1646
  Text generation from a title.
1647
  ## 27 prompts
1648
 
 
1700
 
1701
 
1702
  <details>
1703
+ <summary><h1>Title generation (from reviews)</h1></summary>
1704
 
1705
  The aim is to generate a title for a given text which is a review.
1706
  ## 18 prompts
 
1954
  </details>
1955
 
1956
 
 
 
 
1957
  <details>
1958
+ <summary><h1>Named Entity Recognition</h1></summary>
1959
+
1960
+ Assigns a class to each word in a text. Possible classes here are People, Location, Organizations, and Other.
1961
+
1962
+ ## 21 prompts
1963
+
1964
  <code>
1965
+ 'Extraire les entités nommées du texte suivant : '+text,<br>
1966
+ 'Extrais les entités nommées du texte suivant : '+text,<br>
1967
+ 'Extrayez les entités nommées du texte suivant : '+text,<br>
1968
+ 'Isoler les entités nommées du texte suivant : '+text,<br>
1969
+ 'Isole les entités nommées du texte suivant : '+text,<br>
1970
+ 'Isolez les entités nommées du texte suivant : '+text,<br>
1971
+ 'Dégager des entités nommées dans le texte : '+text,<br>
1972
+ 'Dégage des entités nommées dans le texte : '+text,<br>
1973
+ 'Dégagez des entités nommées dans le texte : '+text,<br>
1974
+ 'Générer des entités nommées issues du texte suivant : '+text,<br>
1975
+ 'Génère des entités nommées issues du texte suivant : '+text,<br>
1976
+ 'Générez des entités nommées issues du texte suivant : '+text,<br>
1977
+ 'Trouver les entités nommées du texte : '+text,<br>
1978
+ 'Trouve les entités nommées du texte : '+text,<br>
1979
+ 'Trouvez les entités nommées du texte : '+text,<br>
1980
+ 'Repérer les entités nommées présentes dans le texte suivant : '+text,<br>
1981
+ 'Repère les entités nommées présentes dans le texte suivant : '+text,<br>
1982
+ 'Repérez les entités nommées présentes dans le texte suivant : '+text,<br>
1983
+ 'Indiquer les entités nommées du texte :'+text,<br>
1984
+ 'Indique les entités nommées du texte : '+text,<br>
1985
+ 'Indiquez les entités nommées du texte : '+text
1986
  </code>
 
1987
 
1988
  An example:
1989
  | inputs | targets |
1990
  | -------- | ------- |
1991
+ | Trouver les entités nommées du texte : Après deux nuls ( Guingamp et Amiens ) et deux défaites ( Charleroi et Lokeren ) , les hommes Antoine Kombouaré se reprennent et remportent leurs deux dernières confrontations contre UNFP et Sedan .|O, O, O, O, B-ORG, O, B-ORG, O, O, O, O, O, B-ORG, O, B-ORG, O, O, O, O, B-PER, I-PER, O, O, O, O, O, O, O, O, O, B-ORG, O, B-ORG, O|
1992
 
1993
 
1994
 
1995
  ## Datasets
1996
+ ### tner/wikiann
1997
+ **Original**: https://huggingface.co/datasets/tner/wikiann
1998
+ Note: only the French portion of this multilingual dataset is kept for our use.
1999
+ #### Citation
2000
+ > @inproceedings{pan-etal-2017-cross,
2001
+ title = "Cross-lingual Name Tagging and Linking for 282 Languages",
2002
+ author = "Pan, Xiaoman and Zhang, Boliang and May, Jonathan and Nothman, Joel and Knight, Kevin and Ji, Heng",
2003
+ booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
2004
+ month = jul,
2005
+ year = "2017",
2006
+ address = "Vancouver, Canada",
2007
+ publisher = "Association for Computational Linguistics",
2008
+ url = "https://aclanthology.org/P17-1178",
2009
+ doi = "10.18653/v1/P17-1178",
2010
+ pages = "1946--1958",}
2011
  #### License
2012
+ Unknow
2013
+
2014
+ **With prompts**: https://huggingface.co/datasets/CATIE-AQ/wikiann_fr_prompt_ner
2015
+ #### Citation
2016
+ See the DOI at the end of this dataset card.
2017
+ #### License
2018
+ The `https://huggingface.co/datasets/CATIE-AQ/wikiann_fr_prompt_ner` dataset has the same license as the original dataset from which it is derived.
2019
+
2020
+
2021
+ ### tner/wikiann
2022
+ **Original**: https://huggingface.co/datasets/tner/wikineural
2023
+ Note: only the French portion of this multilingual dataset is kept for our use.
2024
+ #### Citation
2025
+ > @inproceedings{tedeschi-etal-2021-wikineural-combined,
2026
+ title = "{W}iki{NE}u{R}al: {C}ombined Neural and Knowledge-based Silver Data Creation for Multilingual {NER}",
2027
+ author = "Tedeschi, Simone and Maiorca, Valentino and Campolungo, Niccol{\`o} and Cecconi, Francesco and Navigli, Roberto",
2028
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
2029
+ month = nov,
2030
+ year = "2021",
2031
+ address = "Punta Cana, Dominican Republic",
2032
+ publisher = "Association for Computational Linguistics",
2033
+ url = "https://aclanthology.org/2021.findings-emnlp.215",
2034
+ doi = "10.18653/v1/2021.findings-emnlp.215",
2035
+ pages = "2521--2533",}
2036
  #### License
2037
+ Unknow
2038
+
2039
+ **With prompts**: https://huggingface.co/datasets/CATIE-AQ/wikineural_fr_prompt_ner
2040
+ #### Citation
2041
+ See the DOI at the end of this dataset card.
2042
+ #### License
2043
+ The `https://huggingface.co/datasets/CATIE-AQ/wikineural_fr_prompt_ner` dataset has the same license as the original dataset from which it is derived.
2044
+
2045
+
2046
+ ### tner/multinerd
2047
+ **Original**: https://huggingface.co/datasets/tner/multinerd
2048
+ Note: only the French portion of this multilingual dataset is kept for our use.
2049
+ #### Citation
2050
+ > @inproceedings{tedeschi-navigli-2022-multinerd,
2051
+ title = "{M}ulti{NERD}: A Multilingual, Multi-Genre and Fine-Grained Dataset for Named Entity Recognition (and Disambiguation)",
2052
+ author = "Tedeschi, Simone and Navigli, Roberto",
2053
+ booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
2054
+ month = jul,
2055
+ year = "2022",
2056
+ address = "Seattle, United States",
2057
+ publisher = "Association for Computational Linguistics",
2058
+ url = "https://aclanthology.org/2022.findings-naacl.60",
2059
+ doi = "10.18653/v1/2022.findings-naacl.60",
2060
+ pages = "801--812",}
2061
+ #### License
2062
+ Unknow
2063
+
2064
+ **With prompts**: https://huggingface.co/datasets/CATIE-AQ/multinerd_fr_prompt_ner
2065
+ #### Citation
2066
+ See the DOI at the end of this dataset card.
2067
+ #### License
2068
+ The `https://huggingface.co/datasets/CATIE-AQ/multinerd_fr_prompt_ner` dataset has the same license as the original dataset from which it is derived.
2069
+
2070
+
2071
  ### Jean-Baptiste/wikiner_fr
2072
+ **Original**: https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr
2073
+ #### Citation
2074
+ > @article{NOTHMAN2013151,
2075
+ title = {Learning multilingual named entity recognition from Wikipedia},
2076
+ journal = {Artificial Intelligence},
2077
+ volume = {194},
2078
+ pages = {151-175},
2079
+ year = {2013},
2080
+ note = {Artificial Intelligence, Wikipedia and Semi-Structured Resources},
2081
+ issn = {0004-3702},
2082
+ doi = {https://doi.org/10.1016/j.artint.2012.03.006},
2083
+ url = {https://www.sciencedirect.com/science/article/pii/S0004370212000276},
2084
+ author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran},
2085
+ }
2086
+ #### License
2087
+ Unknow
2088
+
2089
+ **With prompts**: https://huggingface.co/datasets/CATIE-AQ/wikiner_fr_prompt_ner
2090
  #### Citation
2091
+ See the DOI at the end of this dataset card.
2092
  #### License
2093
+ The `https://huggingface.co/datasets/CATIE-AQ/wikiner_fr_prompt_ner` dataset has the same license as the original dataset from which it is derived.
2094
+ </details>
2095
 
2096
 
 
 
 
2097
  <details>
2098
+ <summary>Part-of-speech</summary>
2099
+
2100
+ Assigns a class to each word in a text. Possible classes here are Adposition, Adjective, Adverb, Auxiliary, Coordinating conjunction, Determiner, Interjection, Noun, Numeral, Particle, Pronoun, Proper noun, Punctuation, Subordinating conjunction, Symbol, Verb and Other.
2101
+
2102
+ ## 21 prompts
2103
+
2104
  <code>
2105
+ 'Extraire les classes des mots du texte suivant : '+text, <br>
2106
+ 'Extrais les classes des mots du texte suivant : '+text, <br>
2107
+ 'Extrayez les classes des mots du texte suivant : '+text, <br>
2108
+ 'Isoler les classes des mots du texte suivant : '+text, <br>
2109
+ 'Isole les classes des mots du texte suivant : '+text, <br>
2110
+ 'Isolez les classes des mots du texte suivant : '+text, <br>
2111
+ 'Dégager les classes des mots dans le texte : '+text, <br>
2112
+ 'Dégage les classes des mots dans le texte : '+text, <br>
2113
+ 'Dégagez les classes des mots dans le texte : '+text, <br>
2114
+ 'Générer les classes des mots issues du texte suivant : '+text, <br>
2115
+ 'Génère les classes des mots issues du texte suivant : '+text, <br>
2116
+ 'Générez les classes des mots issues du texte suivant : '+text, <br>
2117
+ 'Trouver les classes des mots du texte : '+text, <br>
2118
+ 'Trouve les classes des mots du texte : '+text, <br>
2119
+ 'Trouvez les classes des mots du texte : '+text, <br>
2120
+ 'Repérer les classes des mots présentes dans le texte suivant : '+text, <br>
2121
+ 'Repère les classes des mots présentes dans le texte suivant : '+text, <br>
2122
+ 'Repérez les classes des mots présentes dans le texte suivant : '+text, <br>
2123
+ 'Indiquer les classes des mots du texte :'+text, <br>
2124
+ 'Indique les classes des mots du texte : '+text, <br>
2125
  'Indiquez les classes des mots du texte : '+text
2126
  </code>
2127
  </details>
 
2129
  An example:
2130
  | inputs | targets |
2131
  | -------- | ------- |
2132
+ | Extraire les classes des mots du texte suivant : Les commotions cérébrales sont devenu si courantes dans ce sport qu' on les considére presque comme la routine .| DET, NOUN, ADJ, AUX, VERB, ADV, ADJ, ADP, DET, NOUN, SCONJ, PRON, PRON, VERB, ADV, ADP, DET, NOUN, PUNCT|
2133
 
 
 
 
2134
  #### Citation
2135
+ ### universal_dependencies
2136
+ **Original**: https://huggingface.co/datasets/universal_dependencies
2137
+ Note: only the French portion of this multilingual dataset is kept for our use. These are the `fr_fqb`, `fr_gsd`, `fr_partut`, `fr_pud`, `fr_sequoia` and `fr_spoken` splits.
 
2138
  #### Citation
2139
+ > @inproceedings{nivre-etal-2020-universal,
2140
+ title = "{U}niversal {D}ependencies v2: An Evergrowing Multilingual Treebank Collection",
2141
+ author = "Nivre, Joakim and de Marneffe, Marie-Catherine and Ginter, Filip and Haji{\v{c}}, Jan and Manning, Christopher D. and Pyysalo, Sampo and Schuster, Sebastian and Tyers, Francis and Zeman, Daniel",
2142
+ booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
2143
+ month = may,
2144
+ year = "2020",
2145
+ address = "Marseille, France",
2146
+ publisher = "European Language Resources Association",
2147
+ url = "https://aclanthology.org/2020.lrec-1.497",
2148
+ pages = "4034--4043",
2149
+ language = "English",
2150
+ ISBN = "979-10-95546-34-4",}
2151
 
 
 
 
 
 
 
 
2152
  #### License
2153
+ The `fr_gsd`, `fr_partut` and `fr_spoken` splits are licensed under cc-by-nc-4.0.
2154
+ The `fr_fqb`, `fr_sequoia` splits are licensed under lgpl.
2155
+ The `fr_pud` split is licensed under cc-by-sa-3.0.
 
 
 
 
2156
 
2157
+ **With prompts**:
2158
+ https://huggingface.co/datasets/CATIE-AQ/universal_dependencies_fr_fqb_fr_prompt_pos
2159
+ https://huggingface.co/datasets/CATIE-AQ/universal_dependencies_fr_gsd_fr_prompt_pos
2160
+ https://huggingface.co/datasets/CATIE-AQ/universal_dependencies_fr_partut_fr_prompt_pos
2161
+ https://huggingface.co/datasets/CATIE-AQ/universal_dependencies_fr_pud_fr_prompt_pos
2162
+ https://huggingface.co/datasets/CATIE-AQ/universal_dependencies_fr_sequoia_fr_prompt_pos
2163
+ https://huggingface.co/datasets/CATIE-AQ/universal_dependencies_fr_spoken_fr_prompt_pos
2164
  #### Citation
2165
+ See the DOI at the end of this dataset card.
2166
  #### License
2167
+ The `https://huggingface.co/datasets/CATIE-AQ/wikiner_fr_prompt_ner` dataset has the same license as the original dataset from which it is derived.
2168
+ </details>