Loïck commited on
Commit
430bb09
·
verified ·
1 Parent(s): 2f06a9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -16,4 +16,45 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ language:
20
+ - fra
21
+ license: cc-by-sa-4.0
22
+ task_categories:
23
+ - table-to-text
24
  ---
25
+
26
+
27
+ ## Description
28
+ French translation of the [WebNLG](https://huggingface.co/datasets/GEM/web_nlg) dataset.
29
+ According of the English version dataset card, WebNLG is a bi-lingual dataset (English, Russian) of parallel DBpedia triple sets and short texts that cover about 450 different DBpedia properties. The WebNLG data was originally created to promote the development of RDF verbalisers able to generate short text and to handle micro-planning (i.e., sentence segmentation and ordering, referring expression generation, aggregation); the goal of the task is to generate texts starting from 1 to 7 input triples which have entities in common (so the input is actually a connected Knowledge Graph). The dataset contains about 17,000 triple sets and 45,000 crowdsourced texts in English, and 7,000 triples sets and 19,000 crowdsourced texts in Russian. A challenging test set section with entities and/or properties that have not been seen at training time is available.
30
+
31
+ You can find the main data card on the [GEM Website](https://gem-benchmark.com/data_cards/web_nlg) and we invite you to consult the paper in the below citation part.
32
+
33
+ ## Citation
34
+ ```
35
+ @inproceedings{castro-ferreira-etal-2020-2020,
36
+ title = "The 2020 Bilingual, Bi-Directional {W}eb{NLG}+ Shared Task: Overview and Evaluation Results ({W}eb{NLG}+ 2020)",
37
+ author = "Castro Ferreira, Thiago and
38
+ Gardent, Claire and
39
+ Ilinykh, Nikolai and
40
+ van der Lee, Chris and
41
+ Mille, Simon and
42
+ Moussallem, Diego and
43
+ Shimorina, Anastasia",
44
+ editor = "Castro Ferreira, Thiago and
45
+ Gardent, Claire and
46
+ Ilinykh, Nikolai and
47
+ van der Lee, Chris and
48
+ Mille, Simon and
49
+ Moussallem, Diego and
50
+ Shimorina, Anastasia",
51
+ booktitle = "Proceedings of the 3rd International Workshop on Natural Language Generation from the Semantic Web (WebNLG+)",
52
+ month = "12",
53
+ year = "2020",
54
+ address = "Dublin, Ireland (Virtual)",
55
+ publisher = "Association for Computational Linguistics",
56
+ url = "https://aclanthology.org/2020.webnlg-1.7/",
57
+ pages = "55--76",
58
+ abstract = "WebNLG+ offers two challenges: (i) mapping sets of RDF triples to English or Russian text (generation) and (ii) converting English or Russian text to sets of RDF triples (semantic parsing). Compared to the eponymous WebNLG challenge, WebNLG+ provides an extended dataset that enable the training, evaluation, and comparison of microplanners and semantic parsers. In this paper, we present the results of the generation and semantic parsing task for both English and Russian and provide a brief description of the participating systems."
59
+ }
60
+ ```