totto / totto.json
Sebastian Gehrmann
Data Card.
6d44ee5
{
"overview": {
"where": {
"has-leaderboard": "yes",
"leaderboard-url": "[Github](https://github.com/google-research-datasets/totto)",
"leaderboard-description": "This dataset has an associated, active [leaderboard](https://github.com/google-research-datasets/totto#leaderboard) maintained by the authors.\nThe test set ground truth targets / references are private, i.e they are not publicly shared or downloadable - hence, leaderboard submission is necessary for test set evaluation.\nTo evaluate your model on the dev or test set AND/OR submit to the leaderboard, you need to submit your model files through this [form](https://forms.gle/AcF9TRqWrPhPzztt7) (The form provides an option to opt-out of going on the leaderboard).\n\nThe leaderboard reports three sets of BLEU, PARENT and BLEURT scores for each submission - on the overall test set, the *Overlap* subset of the test set and the *non-Overlap* subset of the test set.\n",
"data-url": "[ToTTo Main Repo](https://github.com/google-research-datasets/totto) + [ToTTo Supplementary Repo](https://github.com/google-research/language/tree/master/language/totto)",
"website": "n/a",
"paper-bibtext": "```\n@inproceedings{parikh-etal-2020-totto,\n title = \"{ToTTo}: A Controlled Table-To-Text Generation Dataset\",\n author = \"Parikh, Ankur and\n Wang, Xuezhi and\n Gehrmann, Sebastian and\n Faruqui, Manaal and\n Dhingra, Bhuwan and\n Yang, Diyi and\n Das, Dipanjan\",\n booktitle = \"Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)\",\n month = nov,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/2020.emnlp-main.89\",\n doi = \"10.18653/v1/2020.emnlp-main.89\",\n pages = \"1173--1186\",\n abstract = \"We present ToTTo, an open-domain English table-to-text dataset with over 120,000 training examples that proposes a controlled generation task: given a Wikipedia table and a set of highlighted table cells, produce a one-sentence description. To obtain generated targets that are natural but also faithful to the source table, we introduce a dataset construction process where annotators directly revise existing candidate sentences from Wikipedia. We present systematic analyses of our dataset and annotation process as well as results achieved by several state-of-the-art baselines. While usually fluent, existing methods often hallucinate phrases that are not supported by the table, suggesting that this dataset can serve as a useful research benchmark for high-precision conditional text generation.\",\n}\n```",
"paper-url": "[ACL Anthology](https://aclanthology.org/2020.emnlp-main.89)",
"contact-email": "totto@google.com",
"contact-name": "Ankur Parikh"
},
"languages": {
"is-multilingual": "no",
"license": "cc-by-sa-3.0: Creative Commons Attribution Share Alike 3.0 Unported",
"task-other": "N/A",
"language-names": [
"English"
],
"language-dialects": "No specific dialects. The original language is from Wikipedia and it was post-edited by crowdraters ",
"language-speakers": "The language is post-edited English only (BCP-47: `en`) Wikipedia text. No demographic information about annotators is provided. \nSome amounts of what may be called non-English text, including characters such as French accents or Cyrillic characters, could sometimes occur, especially through fields with entity names as values in the input table cells.\n",
"intended-use": "ToTTo is a Table-to-Text NLG task, as the paper title says. The task is as follows: Given a Wikipedia table with row names, column names and table cells, with a subset of cells highlighted, generate a natural language description for the highlighted part of the table . The table need not be exactly rectangular in that - cells can sometimes be multi-row or multi-column.\n\nAn earlier example of a Table-to-Text NLG task is [Wikibio](https://arxiv.org/abs/1603.07771) - here the inputs were Wikipedia infoboxes (from the top right corner of entity-related Wiki pages). In contrast, ToTTo mostly has Wikipedia tables from the main article content itself. In general, Table-To-Text NLG tasks can be seen as a subclass of Data-To-Text NLG tasks - where the task is to generate natural language descriptions of inputs which are in the form of structured or semi-structured data. In general, all Data-To-Text NLG tasks need not have an explicit table or other structure - e.g the input in [WebNLG](https://www.aclweb.org/anthology/W16-6626.pdf) is simply a list of triples.\n\nImportantly, ToTTo differs from earlier examples of Table-To-Text NLG in that:\n\n1. It does not suffer from the problem of divergent references - where ground truth descriptions themselves have additional information not found in the table. ToTTo overcomes this by having a multi-step annotation process to edit the initial, free-form table descriptions (which are from Wikipedia) to make them faithful, unambiguous and independent of article context.\n\n2. Since it provides **control** in the form of highlighted table cells, it prevents the problem of there being a large number of valid descriptions focussing on different parts of the table.\n",
"license-other": "N/A",
"task": "Data-to-Text",
"communicative": "The speaker is required to produce a single, coherent English sentence that describes the highlighted cells in the given table, also using metadata and any other information from the table as applicable.\n"
},
"credit": {
"organization-type": [
"industry"
],
"organization-names": "Google Research",
"creators": "Ankur Parikh, Xuezhi Wang, Sebastian Gehrmann, Manaal Faruqui, Bhuwan Dhingra, Diyi Yang, Dipanjan Das",
"funding": "Google Research",
"gem-added-by": "Varun Gangal created the initial data card and Yacine Jernite wrote the data loader. The data card was updated with new splits by Simon Mille. Sebastian Gehrmann ported the data card and loader from the v1 to the v2 version and extended it with the new fields. "
},
"structure": {
"data-fields": "- The `table` field is a `List[List[Dict]]` in row-major order, with outer lists representing rows and the inner lists columns.\n- Each `Dict` has the fields `column_span: int`, `is_header: bool`, `row_span: int`, and `value: str`.\n- Table metadata consists of `table_page_title`, `table_section_title` and `table_section_texts`\n- The `highlighted_cells` are represented as `List[[row_index,column_index]]`, with each `[row_index,column_index]` indicating that `table[row_index][column_index]` is highlighted.\n- `example_id` is the unique id per example.\n- `sentence_annotations[final_sentence]` which is the table description/generation target\n\n",
"structure-splits": "The dataset consists of 120,000 train examples and equi-sized dev and test sets with 7700 examples.\nRefer to Table 5 in the paper for a more extensive list of properties about table size, target vocabulary etc and their aggregates.\n",
"structure-description": "The structure is aimed to encode highlighted tables in a way that allows rows and columns to span multiple fields in width. The other fields are meta-data about the source and the annotations",
"structure-labels": "The initial table-description pairs are tables from Wikipedia articles, extracted through heuristics such as Number Matching (tables and sentences that overlap with a non-date number of atleast 3 non-zero digits) (Refer to Section 4 of the paper for more)\n\n1. Table Readability: Tables which are deemed non-readable (due to foreign language, poor formatting etc - a very small fraction of 0.5%) are removed from the dataset here.\n2. Cell Highlighting: The annotator highlights the cells of the table which support the description.\n3. Deletion: The annotator removes phrases in the description which are not supported by the highlighted cells\n4. Decontextualization: Descriptions may contain pronouns or other forms of anaphora, or other phenomena which depend on the overall article topic - these are fixed by replacement (e.g replacing pronouns with the entity, provided it occurs in the table). The replacements allowed are limited to one, and annotators are also instructed to conserve fluency.\n5. Secondary Annotation: A second set of annotators is shown the output of Stage 4, and asked to fix it if required to ensure it is grammatical.\n",
"structure-example": "The main repository's `README.md` already provides a thorough walkthrough of data instances and fields [here](https://github.com/google-research-datasets/totto#dataset-description)\n\nBelow is the instance for a table from the wiki-page for the musical artist _Weird Al' Yankovic_ , likely listing his on-television appearances.\n\n```\n {\n \"table_page_title\": \"'Weird Al' Yankovic\",\n \"table_webpage_url\": \"https://en.wikipedia.org/wiki/%22Weird_Al%22_Yankovic\",\n \"table_section_title\": \"Television\",\n \"table_section_text\": \"\",\n \"table\": \"[Described below]\",\n \"highlighted_cells\": [[22, 2], [22, 3], [22, 0], [22, 1], [23, 3], [23, 1], [23, 0]],\n \"example_id\": 12345678912345678912,\n \"sentence_annotations\": [{\"original_sentence\": \"In 2016, Al appeared in 2 episodes of BoJack Horseman as Mr. Peanutbutter's brother, Captain Peanutbutter, and was hired to voice the lead role in the 2016 Disney XD series Milo Murphy's Law.\",\n\t\t \"sentence_after_deletion\": \"In 2016, Al appeared in 2 episodes of BoJack Horseman as Captain Peanutbutter, and was hired to the lead role in the 2016 series Milo Murphy's Law.\",\n\t\t \"sentence_after_ambiguity\": \"In 2016, Al appeared in 2 episodes of BoJack Horseman as Captain Peanutbutter, and was hired for the lead role in the 2016 series Milo Murphy's 'Law.\",\n\t\t \"final_sentence\": \"In 2016, Al appeared in 2 episodes of BoJack Horseman as Captain Peanutbutter and was hired for the lead role in the 2016 series Milo Murphy's Law.\"}],\n }\n```\n\nThe `table` field is expanded as below:\n\n```\n [\n [\n {\n \"column_span\": 1,\n \"is_header\": true,\n \"row_span\": 1,\n \"value\": \"Year\"},\n { \"column_span\": 1,\n \"is_header\": true,\n \"row_span\": 1,\n \"value\": \"Title\"},\n { \"column_span\": 1,\n \"is_header\": true,\n \"row_span\": 1,\n \"value\": \"Role\"},\n { \"column_span\": 1,\n \"is_header\": true,\n \"row_span\": 1,\n \"value\": \"Notes\"}\n ],\n [\n { \"column_span\": 1,\n \"is_header\": false,\n \"row_span\": 1,\n \"value\": \"1997\"},\n { \"column_span\": 1,\n \"is_header\": false,\n \"row_span\": 1,\n \"value\": \"Eek! The Cat\"},\n { \"column_span\": 1,\n \"is_header\": false,\n \"row_span\": 1,\n \"value\": \"Himself\"},\n { \"column_span\": 1,\n \"is_header\": false,\n \"row_span\": 1,\n \"value\": \"Episode: 'The FugEektive'\"}\n ], ...\n ]\n```\n\nThe [Supplementary Repo](https://github.com/google-research/language/tree/master/language/totto) also provides browsable samples under its `sample/` folder. It additionally provides HTML visualization scripts with their outputs located under the aforementioned folder. The instructions to access and visualize these samples can also be found [here](https://github.com/google-research/language/tree/master/language/totto#visualizing-sample-data).\n",
"structure-splits-criteria": "The dev and test splits are further equally distributed between _Overlap_ and _non-Overlap_ .\nThe examples in the _Overlap_ set are harder on account of the domain shift resulting from them having none of their header (row and column) names in common with those seen during training.\n\nRefer to Table 5 in the paper for a more extensive list of properties about table size, target vocabulary etc and their aggregates.\n",
"structure-outlier": "There are some very large tables in the dataset with thousands of rows. Table 7 shows some of the challenges of the dataset, showing that very few examples require access to the table description itself which makes those examples an outlier. "
},
"what": {
"dataset": "ToTTo is a high-quality English table-to-text dataset with more than 100,000 examples in which a table from Wikipedia with highlighted cells is paired with a sentence that describes the highlighted cells. All examples in the dataset were post-edited in multiple steps to ensure that the targets are fully faithful to the input information."
}
},
"curation": {
"original": {
"is-aggregated": "yes",
"aggregated-sources": "wikipedia.org",
"rationale": "Tables occurring in Wikipedia articles were chosen as the data source with the following reasons in mind:\n\n1. Wide coverage in terms of both vocabulary and concepts.\n2. Wikipedia tables are not confined to a regular structure, with multi-row or multi-column cells occurring with a sufficient frequency.\n3. Likely to contain reasonable-quality, natural text descriptions in the proximity of the table, which are also extractable by heuristics. (see the start of Section 4 for the heuristics used)\n\n\nTo prevent an overlap with the earlier [Wikibio](https://arxiv.org/abs/1603.07771) dataset which focussed on Infobox-first sentence pairs from Wikipedia biography articles, the authors avoid using Infoboxes as a data source.\n\nThe overall curation process of initially collecting free text and then annotator-revising it, was designed to combine the advantages of free-form text descriptions (which are fluent, high-quality and unhurriedly written, but also divergent and unfaithful) with annotator descriptions (which can be tailored to be faithful and to conform exactly to desired task requirements)\n",
"communicative": "The speaker is required to produce a single, coherent English sentence that describes the highlighted cells in the given table, also using metadata and any other information from the table as applicable.\n"
},
"language": {
"found": [],
"crowdsourced": [
"Other crowdworker platform"
],
"created": "N/A",
"machine-generated": "N/A",
"validated": "validated by crowdworker",
"is-filtered": "algorithmically",
"filtered-criteria": "After construction of the splits, the data curators filtered training examples that had rare table header combinations (<=5 examples) and which had an overlap with the validation or test splits. ",
"obtained": [
"Crowdsourced"
],
"producers-description": "The basic source language producers are Wikipedia authors and/or editors, since the annotation starts with the natural text description near the Wikipedia table.\nThe auxiliary source language producers are the annotators (two per example) who iteratively revise these descriptions to make them unambiguous and faithful to a subset of highlighted cells in the table.\n",
"pre-processed": "The initial table-description pairs are tables from Wikipedia articles, extracted through heuristics such as Number Matching (tables and sentences that overlap with a non-date number of atleast 3 non-zero digits) (Refer to Section 4 of the paper for more)\n\n1. Table Readability: Tables which are deemed non-readable (due to foreign language, poor formatting etc - a very small fraction of 0.5%) are removed from the dataset here.\n2. Cell Highlighting: The annotator highlights the cells of the table which support the description.\n3. Deletion: The annotator removes phrases in the description which are not supported by the highlighted cells\n4. Decontextualization: Descriptions may contain pronouns or other forms of anaphora, or other phenomena which depend on the overall article topic - these are fixed by replacement (e.g replacing pronouns with the entity, provided it occurs in the table). The replacements allowed are limited to one, and annotators are also instructed to conserve fluency.\n5. Secondary Annotation: A second set of annotators is shown the output of Stage 4, and asked to fix it if required to ensure it is grammatical.\n\nThe paper does not specifically describe the annotation platform or location profiles of the annotators.\n\n"
},
"annotations": {
"origin": "none",
"rater-number": "N/A",
"rater-qualifications": "N/A",
"rater-training-num": "N/A",
"rater-test-num": "N/A",
"rater-annotation-service-bool": "no",
"rater-annotation-service": [],
"values": "N/A",
"quality-control": [],
"quality-control-details": "N/A"
},
"consent": {
"has-consent": "yes",
"consent-policy": "Annotators were full time employees that were aware of the goal of the project and consented to having the data released as part of the dataset. ",
"consent-other": "n/a",
"no-consent-justification": "N/A"
},
"pii": {
"has-pii": "no PII",
"no-pii-justification": "Since the source data is from wikipedia, only data in the public domain is included in the dataset.",
"is-pii-identified": "N/A",
"pii-identified-method": "N/A",
"is-pii-replaced": "N/A",
"pii-replaced-method": "N/A",
"pii-categories": []
},
"maintenance": {
"has-maintenance": "yes",
"description": "For submissions, you can delete your data by emailing totto@google.com from the email account used to sign up for the submission. Deletion requests will be responded to within 60 days. ",
"contact": "Ankur Parikh (aparikh@google.com)",
"contestation-mechanism": "form submission",
"contestation-link": "totto@google.com",
"contestation-description": "N/A"
}
},
"context": {
"previous": {
"is-deployed": "no",
"described-risks": "N/A",
"changes-from-observation": "N/A"
},
"underserved": {
"helps-underserved": "no",
"underserved-description": "N/A"
},
"biases": {
"has-biases": "yes",
"bias-analyses": "The original work as well as our GEM paper analyzes some biases",
"speaker-distibution": "This dataset is created using tables and the table cell contents may hence naturally exhibit biases which have been found to exist in Wikipedia such as some forms of gender bias (e.g [(Graells-Garido et al.,2015)](https://labtomarket.files.wordpress.com/2018/01/wiki_gender_bias.pdf) notes that spouse information is more likely discussed for females than males)\n\nThe table descriptions (targets/references) are, as discussed earlier, collected through a two-step process.\n1. The natural text description near the table is taken as a starting point. This is Wikipedia article text as created upto that point in time by a chain of collaborative edits from Wikipedia authors.\n2. The initial description is revised by chain of two or more annotated revisions, to make it unambiguous and faithful to a set of highlighted table cells.\n\nFrom their origin in 1), the descriptions may exhibit biases seen in Wikipedia text as mentioned above. From their revisions in 2), the descriptions may show biases originating from annotator-authored text, such as a preference for shorter descriptions since they're faster to write, or linguistic preferences influenced by the locations dominant in the annotator distribution. (However, note that these are likely to be much reduced since the annotators here are merely revising rather than completely authoring. Moreover, each sentence goes through atleast two annotators, which acts as a check against the personal biases of a single annotator.)\n\nNaturally-occurring text is also known to suffer from other biases such as reporting bias [(Gordon and Van Durme, 2013)](https://openreview.net/forum?id=AzxEzvpdE3Wcy&noteId=vmR8qaby8fqxittps://labtomarket.files.wordpress.com/2018/01/wiki_gender_bias.pdf) - this also applies to this dataset via its origin from Wikipedia.\n\n"
}
},
"considerations": {
"pii": {
"risks-description": "Since the source data is from wikipedia, only data in the public domain is included in the dataset."
},
"licenses": {
"dataset-restrictions-other": "N/A",
"data-copyright-other": "N/A",
"dataset-restrictions": [
"open license - commercial use allowed"
],
"data-copyright": [
"open license - commercial use allowed"
]
},
"limitations": {
"data-technical-limitations": "The dataset is limited to topics that are present in Wikipedia, more specifically those topics that are present in articles which contain atleast one table\n_Sports_ and _Countries_ form 53.4% of the dataset. The remaining fraction is made up of broader topics like _Europe_, *North America*and _Politics_\n"
}
},
"gem": {
"rationale": {
"sole-task-dataset": "yes",
"sole-language-task-dataset": "no",
"distinction-description": "The input is much more complex and the quality much better than that of comparable datasets. The highlighted table cells provide a unique challenge to models. ",
"contribution": "ToTTo is one of the two datasets representing Table-to-Text NLG in GEM, the other one being [DART](https://arxiv.org/pdf/2007.02871.pdf). Unlike DART, which combines datasets from multiple sources and furnishes them in a unified setting, ToTTo is from a homogeneous source. As explained in the Task Summary above, it also has an annotation process explicitly crafted to reduce divergent descriptions, which is not true of DART.\n\nFurthermore, ToTTo is also an instance of a **controlled** generation task - where in addition to the input (in this case the table) an additional **control** (in this case the highlighted cells) is given as an additional goal for the generation. The DART task formulation does not include controls.\n",
"model-ability": "Reasoning, surface realization"
},
"curation": {
"has-additional-curation": "yes",
"modification-types": [],
"modification-description": "N/A",
"has-additional-splits": "yes",
"additional-splits-description": "9 challenge sets for ToTTo were added to the GEM evaluation suite, 8 created specifically for the task and 1 coming from the original data.\n\n1. We created subsets of the training and development sets of 500 randomly selected inputs each.\n2. We applied input scrambling on a subset of 500 randomly selected test instances; the order of the highlighted cells was randomly reassigned.\n3. For the input size, we created subpopulations based on the number of input highlighted cells in the whole table.\n\n| Input length | Frequency English |\n|---------------|-------------------|\n| 1 | 898 |\n| 2 | 1850 |\n| 3 | 2221 |\n| 4 | 1369 |\n| 5 | 483 |\n| 6 | 379 |\n| 7 | 124 |\n| 8 | 128 |\n| 9 | 61 |\n| 10 | 40 |\n| 11 | 20 |\n| 12 | 26 |\n| 13 | 10 |\n| 14 | 14 |\n| 15 | 14 |\n| 16 | 7 |\n| 17 | 6 |\n| 18 | 5 |\n| 19 | 5 |\n| 20 | 5 |\n| 21 | 4 |\n| 22 | 1 |\n| 23 | 2 |\n| 24 | 4 |\n| 25 | 1 |\n| 26...496 | 1 |\n\n4. We also divided the test set according to the size of the whole table, based on the idea that larger tables represent a bigger space to take into account when generating the highlighted cells; a larger table could be more challenging to generate accurate text than a smaller table. There are 693 different table sizes, ranging from 2 to 15834 cells.\n\n| Table size |Frequency English|\n|-----------------|-----------------|\n| 2 | 71 |\n| 3 | 52 |\n| 4 | 36 |\n| 5 | 41 |\n| 6 | 144 |\n| 7 | 47 |\n| 8 | 59 |\n| 9 | 105 |\n| 10 | 162 |\n| 11 | 36 |\n| 12 | 158 |\n| 13 | 35 |\n| 14 | 79 |\n| 15 | 136 |\n| 16 | 111 |\n| 17 | 48 |\n| 18 | 123 |\n| 19 | 29 |\n| 20 | 112 |\n| 21 | 91 |\n| 22 | 17 |\n| 23 | 7 |\n| 24 | 169 |\n| 25 | 56 |\n| 26 | 12 |\n| 27 | 40 |\n| 28 | 77 |\n| 29 | 7 |\n| 30 | 122 |\n| 31 | 4 |\n| 32 | 49 |\n| 33 | 21 |\n| 34 | 7 |\n| 35 | 103 |\n| 36 | 131 |\n| 37 | 10 |\n| 38 | 6 |\n| 39 | 26 |\n| 40 | 110 |\n| 41 | 1 |\n| 42 | 54 |\n| 43 | 6 |\n| 44 | 47 |\n| 45 | 79 |\n| 46 | 4 |\n| 47 | 2 |\n| 48 | 114 |\n| 49 | 18 |\n| 50 | 55 |\n| 51 | 11 |\n| 52 | 43 |\n| 54 | 80 |\n| 55 | 73 |\n| 56 | 64 |\n| 57 | 12 |\n| 58 | 1 |\n| 60 | 114 |\n| 61 | 4 |\n| 63 | 39 |\n| 64 | 36 |\n| 65 | 62 |\n| 66 | 48 |\n| 67 | 1 |\n| 68 | 36 |\n| 69 | 6 |\n| 70 | 81 |\n| 72 | 76 |\n| 73 | 1 |\n| 74 | 1 |\n| 75 | 44 |\n| 76 | 33 |\n| 77 | 30 |\n| 78 | 66 |\n| 79 | 1 |\n| 80 | 83 |\n| 81 | 12 |\n| 82 | 1 |\n| 84 | 80 |\n| 85 | 25 |\n| 86 | 1 |\n| 87 | 3 |\n| 88 | 35 |\n| 90 | 78 |\n| 91 | 18 |\n| 92 | 22 |\n| 93 | 5 |\n| 94 | 2 |\n| 95 | 31 |\n| 96 | 50 |\n| 98 | 11 |\n| 99 | 14 |\n| 100 | 48 |\n| 102 | 24 |\n| 104 | 29 |\n| 105 | 36 |\n| 106 | 2 |\n| 108 | 51 |\n| 110 | 31 |\n| ...8000+ | (up to 10) |\n\n5. We also created three splits based on the subset of test examples in pages about people.\nWe then used the structured information in WikiData to identify the following information:\n\n- gender (male, and female),\n- nationality grouped by continent (Africa, Asia, Europe, North America, Oceania, and South America)\n- ethnicity (African American and all USA)\n\nThe categories within gender, ethnicity, and nationality were chosen based on data availability; The ToTTo dataset includes mostly tables that do not focus on people. As a result, only seven people in the original test set are marked as having a non-binary gender. Similar sparsity informed the grouping of nationalities by continent \u2013 only 19 countries are represented by more than 10 people in the test set. In case a person has citizenships across multiple continents, we may include the person in any of the included continents.\n\nFinally, ethnicity is very sparsely annotated in WikiData; only 150 test examples in ToTTo have this information and 128 of these are African Americans. We thus are unable to compare the performance on, e.g., Yoruba or Punjabi people, both of which have fewer than five instances. Another caveat here is that only 21 of the 128 people are female. We thus compare the African American population to results on a subset that includes all US citizens.\n\n\n",
"additional-splits-capacicites": "generalization, fairness, robustness"
},
"starting": {
"research-pointers": "- The highest spot on the leaderboard is currently held by an anonymous method, with BLEU=49.2, PARENT=58.7 and BLEURT=0.249 on the _Overall_ test set.\n- The **highest scoring non-anonymous** method is the T5-based method of [Kale, 2020](https://arxiv.org/abs/2005.10433). This method uses a simple row-major linearization scheme to convert the table (it chooses only the highlighted cells and ignores the other cells - table titles and section titles are prefixed at the start of the respective section table) to a flat string. The linearized input - output description pairs from training examples are then used to finetune T5, with BLEU being used as the dev metric to pick checkpoints, and beam search with beam size 10 being the decoding method.\n\n Though the best numbers from this method are naturally from the largest T5-pretrained architecture (T5-3B), the paper shows improvements over the next-highest BERT-to-BERT method even when using T5-Base or T5-Small, which have the same and lesser parameters than BERT-to-BERT respectively.\n\n- The [Supplementary Repo](https://github.com/google-research/language/tree/master/language/totto) provides several useful modules to get started with for new approach implementation:\n\n 1. Code for the particular preprocessing / linearization scheme used to linearize the tables into flat sequences for the baseline approaches described in the paper has been described and shared [herein](https://github.com/google-research/language/tree/master/language/totto#baseline-preprocessing)\n\n 2. An [evaluation script](https://github.com/google-research/language/tree/master/language/totto#running-the-evaluation-scripts-locally) for locally scoring BLEU and PARENT system outputs on dev (or train) sets. Since BLEURT is a model-based metric, a [slightly separate](https://github.com/google-research/language/tree/master/language/totto#running-the-evaluation-scripts-locall://github.com/google-research/language/tree/master/language/totto#computing-the-bleurt-score) set of instructions is provided to evaluate on the same.\n",
"technical-terms": "n/a"
}
},
"results": {
"results": {
"other-metrics-definitions": "Parent: a metric that measures the F-1 score of overlap between input content words and those used in references and those in generated text while ignoring the general surface form. It can thus measure the faithfulness much better than metrics that measure overlap with a reference",
"has-previous-results": "yes",
"current-evaluation": "n/a",
"previous-results": "See leaderboard.",
"model-abilities": "Reasoning, surface realization",
"metrics": [
"BLEU",
"BLEURT",
"Other: Other Metrics"
],
"original-evaluation": "The metrics are used as in the leaderboard. The original paper additionally conducted a human evaluation focusing on fluency, faithfulness, and coverage. \nFaithfulness was measured as whether facts in the text are not supported by the input, and coverage as the number of highlighted cells that were considered. They thus represent precision and recall of the content. "
}
}
}