{ "results": { "results": { "other-metrics-definitions": "N/A", "has-previous-results": "yes", "current-evaluation": "We evaluated a wide range of models as part of the GEM benchmark.", "previous-results": "Results can be found on the [GEM website](https://gem-benchmark.com/results).", "original-evaluation": "For both languages, the participating systems are automatically evaluated in a multi-reference scenario. Each English hypothesis is compared to a maximum of 5 references, and each Russian one to a maximum of 7 references. On average, English data has 2.89 references per test instance, and Russian data has 2.52 references per instance. \n\nIn a human evaluation, example are uniformly sampled across size of triple sets and the following dimensions are assessed (on MTurk and Yandex.Toloka):\n\n1. Data Coverage: Does the text include descriptions of all predicates presented in the data?\n2. Relevance: Does the text describe only such predicates (with related subjects and objects), which are found in the data?\n3. Correctness: When describing predicates which are found in the data, does the text mention correct the objects and adequately introduces the subject for this specific predicate?\n4. Text Structure: Is the text grammatical, well-structured, written in acceptable English language?\n5. Fluency: Is it possible to say that the text progresses naturally, forms a coherent whole and it is easy to understand the text?\n\nFor additional information like the instructions, we refer to the original paper.\n" } }, "considerations": { "pii": { "risks-description": "There is no PII in this dataset." }, "licenses": { "dataset-restrictions-other": "N/A", "data-copyright-other": "N/A", "dataset-restrictions": [ "non-commercial use only" ], "data-copyright": [ "public domain" ] }, "limitations": { "data-technical-limitations": "The quality of the crowdsourced references is limited, in particular in terms of fluency/naturalness of the collected texts.\n\nRussian data was machine-translated and then post-edited by crowdworkers, so some examples may still exhibit issues related to bad translations.\n", "data-unsuited-applications": "Only a limited number of domains are covered in this dataset. As a result, it cannot be used as a general-purpose realizer. ", "data-discouraged-use": "N/A" } }, "context": { "previous": { "is-deployed": "yes - related tasks", "described-risks": "We do not foresee any negative social impact in particular from this dataset or task.\n\nPositive outlooks: Being able to generate good quality text from RDF data would permit, e.g., making this data more accessible to lay users, enriching existing text with information drawn from knowledge bases such as DBpedia or describing, comparing and relating entities present in these knowledge bases.\n", "changes-from-observation": "N/A" }, "underserved": { "helps-underserved": "no", "underserved-description": "N/A" }, "biases": { "has-biases": "yes", "bias-analyses": "This dataset is created using DBpedia RDF triples which naturally exhibit biases that have been found to exist in Wikipedia such as some forms of, e.g., gender bias.\n\nThe choice of [entities](https://gitlab.com/shimorina/webnlg-dataset/-/blob/master/supplementary/entities_dict.json), described by RDF trees, was not controlled. As such, they may contain gender biases; for instance, all the astronauts described by RDF triples are male. Hence, in texts, pronouns _he/him/his_ occur more often. Similarly, entities can be related to the Western culture more often than to other cultures.\n", "speaker-distibution": "In English, the dataset is limited to the language that crowdraters speak. In Russian, the language is heavily biased by the translationese of the translation system that is post-edited. " } }, "gem": { "rationale": { "contribution": "Due to the constrained generation task, this dataset can be used to evaluate very specific and narrow generation capabilities. ", "sole-task-dataset": "yes", "sole-language-task-dataset": "yes", "distinction-description": "The RDF-triple format is unique to WebNLG.", "model-ability": "surface realization" }, "curation": { "has-additional-curation": "yes", "modification-types": [ "other" ], "modification-description": "No changes to the main content of the dataset. The [version 3.0](https://gitlab.com/shimorina/webnlg-dataset/-/tree/master/release_v3.0) of the dataset is used.\n", "has-additional-splits": "yes", "additional-splits-description": "23 special test sets for WebNLG were added to the GEM evaluation suite, 12 for English and 11 for Russian.\nFor both languages, we created subsets of the training and development sets of ~500 randomly selected inputs each. The inputs were sampled proportionally from each category.\n\nTwo types of transformations have been applied to WebNLG: (i) input scrambling (English and Russian) and (ii) numerical value replacements (English); in both cases, a subset of about 500 inputs was randomly selected. For (i), the order of the triples was randomly reassigned (each triple kept the same Subject-Property-Object internal order). For (ii), the change was performed respecting the format of the current cardinal value (e.g., alpha, integer, or floating-point) and replacing it with a new random value. The new number is lower-bounded between zero and upper bounded to be within to the highest power of 10 unit for the given value (e.g., replacing 54 would result in a random value between 0-100). Floating values maintain the degree of precision.\n\nFor both languages, we did identify different subsets of the test set that we could compare to each other so that we would have a better understanding of the results. There are currently 8 selections that we have made:\n\nSelection 1 (size): input length. This selection corresponds to the number of predicates in the input. By comparing inputs of different lengths, we can see to what extent NLG systems are able to handle different input sizes. The table below provides the relevant frequencies. Please be aware that comparing selections with fewer than 100 items may result in unreliable comparisons.\n\n| Input length | Frequency English | Frequency Russian |\n|----------------|-------------------|-------------------|\n| 1 | 369 | 254 |\n| 2 | 349 | 200 |\n| 3 | 350 | 214 |\n| 4 | 305 | 214 |\n| 5 | 213 | 159 |\n| 6 | 114 | 32 |\n| 7 | 79 | 29 |\n\n\nSelection 2 (frequency): seen/unseen single predicates. This selection corresponds to the inputs with only one predicate. We compare which predicates are seen/unseen in the training data. The table below provides the relevant frequencies. Note that the comparison is only valid for English. Not for Russian, since there is only one example of unseen single predicates.\n\n| _ in training | Frequency English | Frequency Russian |\n|---------------|-------------------|-------------------|\n| Seen | 297 | 253 |\n| Unseen | 72 | 1 |\n\n\nSelection 3 (frequency): seen/unseen combinations of predicates. This selection checks for all combinations of predicates whether that combination has been seen in the training data. For example: if the combination of predicates A and B is seen, that means that there is an input in the training data consisting of two triples, where one triple uses predicate A and the other uses predicate B. If the combination is unseen, then the converse is true. The table below provides the relevant frequencies.\n\n| _ in training | Frequency English | Frequency Russian |\n|---------------|-------------------|-------------------|\n| unseen | 1295 | 354 |\n| seen | 115 | 494 |\n\n\nSelection 4 (frequency): seen/unseen arguments. This selection checks for all input whether or not all arg1s and arg2s in the input have been seen during the training phase. For this selection, *Seen* is the default. Only if all arg1 instances for a particular input are unseen, do we count the arg1s of the input as unseen. The same holds for arg2. So \"seen\" here really means that at least some of the arg1s or arg2s are seen in the input. The table below provides the relevant frequencies. Note that the comparison is only valid for English. Not for Russian, since there are very few examples of unseen combinations of predicates.\n\n| Arguments seen in training? | Frequency English | Frequency Russian |\n|-----------------------------|-------------------|-------------------|\n| both_seen | 518 | 1075 |\n| both_unseen | 1177 | 4 |\n| arg1_unseen | 56 | 19 |\n| arg2_unseen | 28 | 4 |\n\nSelection 5 (shape): repeated subjects. For this selection, the subsets are based on the times a subject is repeated in the input; it only takes into account the maximum number of times a subject is repeated, that is, if in one input a subject appears 3 times and a different subject 2 times, this input will be in the \"3_subjects_same' split. Unique_subjects means all subjects are different. \n\n| Max num. of repeated subjects | Frequency English | Frequency Russian |\n|-------------------------------|-------------------|-------------------|\n| unique_subjects | 453 | 339 |\n| 2_subjects_same | 414 | 316 |\n| 3_subjects_same | 382 | 217 |\n| 4_subjects_same | 251 | 143 |\n| 5_subjects_same | 158 | 56 |\n| 6_subjects_same | 80 | 19 |\n| 7_subjects_same | 41 | 12 |\n\nSelection 6 (shape): repeated objects. Same as for subjects above, but for objects. There are much less cases of repeated objects, so there are only two categories for this selection, unique_objects and some_objects_repeated; for the latter, we have up to 3 coreferring objects in English, and XXX in Russian.\n\n| Max num. of repeated objects | Frequency English | Frequency Russian |\n|------------------------------|-------------------|-------------------|\n| unique_objects | 1654 | 1099 |\n| some_objects_same | 125 | 3 |\n\nSelection 7 (shape): repeated properties. Same as for objects above, but for properties; up to two properties can be the same in English, up to XXX in Russian.\n\n| Max num. of repeated properties | Frequency English | Frequency Russian |\n|---------------------------------|-------------------|-------------------|\n| unique_properties | 1510 | 986 |\n| some_properties_same | 269 | 116 |\n\nSelection 8 (shape): entities that appear both as subject and object. For this selection, we grouped together the inputs in which no entity is found as both subject and object, and on the other side inputs in which one or more entity/ies appear both as subject and as object. We found up to two such entities per input in English, and up to XXX in Russian.\n\n| Max num. of objects and subjects in common | Frequency English | Frequency Russian |\n|--------------------------------------------|-------------------|-------------------|\n| unique_properties | 1322 | 642 |\n| some_properties_same | 457 | 460 |", "additional-splits-capacicites": "Robustness" }, "starting": { "research-pointers": "Dataset construction: [main dataset paper](https://www.aclweb.org/anthology/P17-1017/), [RDF triple extraction](https://www.aclweb.org/anthology/C16-1141/), [Russian translation](https://www.aclweb.org/anthology/W19-3706/)\n\nWebNLG Challenge 2017: [webpage](https://webnlg-challenge.loria.fr/challenge_2017/), [paper](https://www.aclweb.org/anthology/W17-3518/)\n\nWebNLG Challenge 2020: [webpage](https://webnlg-challenge.loria.fr/challenge_2020/), [paper](https://webnlg-challenge.loria.fr/files/2020.webnlg-papers.7.pdf)\n\nEnriched version of WebNLG: [repository](https://github.com/ThiagoCF05/webnlg), [paper](https://www.aclweb.org/anthology/W18-6521/)\n\nRelated research papers: [webpage](https://webnlg-challenge.loria.fr/research/)\n", "technical-terms": "" } }, "overview": { "what": { "dataset": "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." }, "where": { "website": "[Website](https://webnlg-challenge.loria.fr/)", "data-url": "[Gitlab](https://gitlab.com/shimorina/webnlg-dataset)", "paper-url": "[First Dataset Release](http://www.aclweb.org/anthology/P17-1017), [WebNLG Challenge 2017 Report](https://www.aclweb.org/anthology/W17-3518/), [WebNLG Challenge 2020 Report](https://webnlg-challenge.loria.fr/files/2020.webnlg-papers.7.pdf)", "paper-bibtext": "Initial release of the dataset:\n```\n@inproceedings{gardent2017creating,\n author = \t\"Gardent, Claire\n\t\tand Shimorina, Anastasia\n\t\tand Narayan, Shashi\n\t\tand Perez-Beltrachini, Laura\",\n title = \t\"Creating Training Corpora for NLG Micro-Planners\",\n booktitle = \t\"Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)\",\n year = \t\"2017\",\n publisher = \t\"Association for Computational Linguistics\",\n pages = \t\"179--188\",\n location = \t\"Vancouver, Canada\",\n doi = \t\"10.18653/v1/P17-1017\",\n url = \t\"http://www.aclweb.org/anthology/P17-1017\"\n}\n```\n\nThe latest version 3.0:\n```\n@inproceedings{castro-ferreira20:bilin-bi-direc-webnl-shared,\n title={The 2020 Bilingual, Bi-Directional WebNLG+ Shared Task Overview and Evaluation Results (WebNLG+ 2020)},\n author={Castro Ferreira, Thiago and\n Gardent, Claire and\n\t\t Ilinykh, Nikolai and\n\t\t van der Lee, Chris and\n\t\t Mille, Simon and\n\t\t Moussallem, Diego and\n\t\t Shimorina, Anastasia},\n booktitle = {Proceedings of the 3rd WebNLG Workshop on Natural Language Generation from the Semantic Web (WebNLG+ 2020)},\n pages = \"55--76\",\n year = \t 2020,\n address = \t {Dublin, Ireland (Virtual)},\n publisher = {Association for Computational Linguistics}}\n```", "has-leaderboard": "yes", "leaderboard-url": "[Website](https://beng.dice-research.org/gerbil/)", "leaderboard-description": "The model outputs are evaluated against the crowdsourced references; the leaderboard reports BLEU-4, METEOR, chrF++, TER, BERTScore and BLEURT scores.", "contact-email": "webnlg-challenge@inria.fr" }, "languages": { "is-multilingual": "yes", "language-names": [ "Russian", "English" ], "language-dialects": "n/a", "intended-use": "The WebNLG dataset was created to promote the development (_i_) of RDF verbalisers and (_ii_) of microplanners able to handle a wide range of linguistic constructions. The dataset aims at covering knowledge in different domains (\"categories\"). The same properties and entities can appear in several categories.\n", "license": "cc-by-nc-4.0: Creative Commons Attribution Non Commercial 4.0 International", "license-other": "N/A", "task": "Data-to-Text", "task-other": "N/A", "communicative": "A model should verbalize all and only the provided input triples in natural language." }, "credit": { "organization-type": [ "academic" ], "organization-names": "Universit\u00e9 de Lorraine / LORIA, France, CNRS / LORIA, France, University of Edinburgh, UK, Federal University of Minas Gerais, Brazil", "creators": "The principle curator of the dataset is Anastasia Shimorina (Universit\u00e9 de Lorraine / LORIA, France). Throughout the WebNLG releases, several people contributed to their construction: Claire Gardent (CNRS / LORIA, France), Shashi Narayan (Google, UK), Laura Perez-Beltrachini (University of Edinburgh, UK), Elena Khasanova, and Thiago Castro Ferreira (Federal University of Minas Gerais, Brazil).", "funding": "The dataset construction was funded by the French National Research Agency (ANR).", "gem-added-by": "Simon Mille and Sebastian Gehrmann added the dataset and wrote the data card." }, "structure": { "data-fields": "See [official documentation](https://webnlg-challenge.loria.fr/docs/).\n\n\n`entry`: a data instance of the benchmark. Each entry has five attributes: a DBpedia category (`category`), entry ID (`eid`), shape, shape type, and triple set size (`size`).\n\t\n- `shape`: a string representation of the RDF tree with nested parentheses where `X` is a node (see [Newick tree format](https://en.wikipedia.org/wiki/Newick_format)).\n\n- `shape_type`: a type of the tree shape. We [identify](https://www.aclweb.org/anthology/C16-1141.pdf) three types of tree shapes:\n * `chain` (the object of one triple is the subject of the other);\n * `sibling` (triples with a shared subject);\n * `mixed` (both `chain` and `sibling` types present).\n- `eid`: an entry ID. It is unique only within a category and a size.\n- `category`: a DBpedia category (Astronaut, City, MusicalWork, Politician, etc.).\n- `size`: the number of RDF triples in a set. Ranges from 1 to 7.\n\nEach `entry` has three fields: `originaltripleset`, `modifiedtripleset`, and `lexs`.\n\n`originaltripleset`: a set of RDF triples as extracted from [DBpedia](https://wiki.dbpedia.org/). Each set of RDF triples is a tree. Triples have the subject-predicate-object structure.\n\n`modifiedtripleset`: a set of RDF triples as presented to crowdworkers (for more details on modifications, see below).\n\nOriginal and modified triples serve different purposes: the original triples \u2014 to link data to a knowledge base (DBpedia), whereas the modified triples \u2014 to ensure consistency and homogeneity throughout the data. To train models, the modified triples should be used.\n\n`lexs` (shortened for lexicalisations): a natural language text verbalising the triples. Each lexicalisation has two attributes: a comment (`comment`), and a lexicalisation ID (`lid`). By default, comments have the value `good`, except rare cases when they were manually marked as `toFix`. That was done during the corpus creation, when it was seen that a lexicalisation did not exactly match a triple set.\n\nRussian data has additional optional fields comparing to English:\n\n``: RDF triples extracted from DBpedia between English and Russian entities by means of the property `sameAs`.\n\n``: RDF triples created manually for some entities to serve as pointers to translators. There are two types of them:\n\n * with `sameAs` (`Spaniards | sameAs | \u0438\u0441\u043f\u0430\u043d\u0446\u044b`)\n \n * with `includes` (`Tomatoes, guanciale, cheese, olive oil | includes | \u0433\u0443\u0430\u043d\u0447\u0438\u0430\u043b\u0435`). Those were mostly created for string literals to translate some parts of them.\n\nLexicalisations in the Russian WebNLG have a new parameter `lang` (values: `en`, `ru`) because original English texts were kept in the Russian version (see the example above).\n", "structure-example": "\n```\n{\n\"entry\": {\n\t\"category\": \"Company\",\n\t\"size\": \"4\",\n\t\"shape\": \"(X (X) (X) (X) (X))\",\n\t\"shape_type\": \"sibling\",\n\t\"eid\": \"Id21\",\n\t\"lexs\": [\n\t {\n\t\t\"comment\": \"good\",\n\t\t\"lex\": \"Trane, which was founded on January 1st 1913 in La Crosse, Wisconsin, is based in Ireland. It has 29,000 employees.\",\n\t\t\"lid\": \"Id1\"\n\t }\n\t],\n\t\"modifiedtripleset\": [\n\t {\n\t\t\"subject\": \"Trane\",\n\t\t\"property\": \"foundingDate\",\n\t\t\"object\": \"1913-01-01\"\n\t },\n\t {\n\t\t\"subject\": \"Trane\",\n\t\t\"property\": \"location\",\n\t\t\"object\": \"Ireland\"\n\t },\n\t {\n\t\t\"subject\": \"Trane\",\n\t\t\"property\": \"foundationPlace\",\n\t\t\"object\": \"La_Crosse,_Wisconsin\"\n\t },\n\t {\n\t\t\"subject\": \"Trane\",\n\t\t\"property\": \"numberOfEmployees\",\n\t\t\"object\": \"29000\"\n\t }\n\n\t],\n\t\"originaltriplesets\": {\n\t \"originaltripleset\": [\n\t\t {\n\t\t\t\"subject\": \"Trane\",\n\t\t\t\"property\": \"foundingDate\",\n\t\t\t\"object\": \"1913-01-01\"\n\t\t },\n\t\t {\n\t\t\t\"subject\": \"Trane\",\n\t\t\t\"property\": \"location\",\n\t\t\t\"object\": \"Ireland\"\n\t\t },\n\t\t {\n\t\t\t\"subject\": \"Trane\",\n\t\t\t\"property\": \"foundationPlace\",\n\t\t\t\"object\": \"La_Crosse,_Wisconsin\"\n\t\t },\n\t\t {\n\t\t\t\"subject\": \"Trane\",\n\t\t\t\"property\": \"numberOfEmployees\",\n\t\t\t\"object\": \"29000\"\n\t\t }\n\t ]\n\t}\n\n\t}\n}\n```\n\nThe XML-formatted example is [here](https://webnlg-challenge.loria.fr/docs/#example).\n", "structure-splits": "\n\n| English (v3.0) | Train | Dev | Test |\n|-----------------|--------|-------|-------|\n| **triple sets** | 13,211 | 1,667 | 1,779 |\n| **texts** | 35,426 | 4,464 | 5,150 |\n|**properties** | 372 | 290 | 220 |\n\n\n| Russian (v3.0) | Train | Dev | Test |\n|-----------------|--------|-------|-------|\n| **triple sets** | 5,573 | 790 | 1,102 |\n| **texts** | 14,239 | 2,026 | 2,780 |\n|**properties** | 226 | 115 | 192 |" } } }