{"url":"/task/data-to-text-generation","name":"Data-to-Text Generation","slug":"data-to-text-generation","description_markdown":"A classic problem in natural-language generation (NLG) involves taking structured data, such as a table, as input, and producing text that adequately and fluently describes this data as output. Unlike machine translation, which aims for complete transduction of the sentence to be translated, this form of NLG is usually taken to require addressing (at least) two separate challenges: what to say, the selection of an appropriate subset of the input data to discuss, and how to say it, the surface realization of a generation. \r\n\r\n<span style=\"color:grey; opacity: 0.6\">( Image credit: [Data-to-Text Generation with Content Selection and Planning](https://arxiv.org/pdf/1809.00582v2.pdf) )</span>","categories":[{"name":"Natural Language Processing","url":"/area/natural-language-processing"}],"source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","slug_source":"archive_url"},"counts":{"papers_tagged":219,"papers_with_code":112,"benchmarks":26,"benchmark_tables_in_archive":26,"benchmark_tables_shown":26,"benchmark_tables_withheld_as_spam":0,"benchmark_definition":"a leaderboard table with at least one row; benchmark_tables_shown also counts the zero-row tables; benchmark_tables_in_archive adds the tables withheld as spam","datasets":24,"subtasks":3,"parent_tasks":1},"benchmarks":[{"leaderboard":"/sota/data-to-text-generation-on-webnlg","slug":"data-to-text-generation-on-webnlg","dataset":"WebNLG","dataset_url":"/dataset/webnlg","rows_in_archive":20,"metrics":["BLEU","METEOR","Number of parameters (M)","FactSpotter","BLEU-4","ROUGE-L"],"first_row_in_archive_order":{"model":"Control Prefixes (A1, T5-large)","paper_title":"Control Prefixes for Parameter-Efficient Text Generation","paper_url":"/paper/control-prefixes-for-text-generation","paper_date":"2021-10-15","arxiv_id":"2110.08329","code_links":[{"title":"Yale-LILY/dart","url":"https://github.com/Yale-LILY/dart"},{"title":"jordiclive/ControlPrefixes","url":"https://github.com/jordiclive/ControlPrefixes"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-e2e-nlg-challenge","slug":"data-to-text-generation-on-e2e-nlg-challenge","dataset":"E2E NLG Challenge","dataset_url":"/dataset/e2e","rows_in_archive":11,"metrics":["BLEU","METEOR","NIST","ROUGE-L","CIDEr","Number of parameters (M)"],"first_row_in_archive_order":{"model":"S_1^R","paper_title":"Pragmatically Informative Text Generation","paper_url":"/paper/pragmatically-informative-text-generation","paper_date":"2019-04-02","arxiv_id":"1904.01301","code_links":[{"title":"sIncerass/prag_generation","url":"https://github.com/sIncerass/prag_generation"},{"title":"reallygooday/60daysofudacity","url":"https://github.com/reallygooday/60daysofudacity"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-webnlg-full-1","slug":"data-to-text-generation-on-webnlg-full-1","dataset":"WebNLG Full","dataset_url":"/dataset/webnlg","rows_in_archive":8,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"Control Prefixes (A1, A2, T5-large)","paper_title":"Control Prefixes for Parameter-Efficient Text Generation","paper_url":"/paper/control-prefixes-for-text-generation","paper_date":"2021-10-15","arxiv_id":"2110.08329","code_links":[{"title":"Yale-LILY/dart","url":"https://github.com/Yale-LILY/dart"},{"title":"jordiclive/ControlPrefixes","url":"https://github.com/jordiclive/ControlPrefixes"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-cleaned-e2e-nlg-1","slug":"data-to-text-generation-on-cleaned-e2e-nlg-1","dataset":"Cleaned E2E NLG Challenge","dataset_url":"/dataset/e2e","rows_in_archive":7,"metrics":["BLEU (Test set)","METEOR (Validation set)"],"first_row_in_archive_order":{"model":"Control Prefixes (T5-large)","paper_title":"Control Prefixes for Parameter-Efficient Text Generation","paper_url":"/paper/control-prefixes-for-text-generation","paper_date":"2021-10-15","arxiv_id":"2110.08329","code_links":[{"title":"Yale-LILY/dart","url":"https://github.com/Yale-LILY/dart"},{"title":"jordiclive/ControlPrefixes","url":"https://github.com/jordiclive/ControlPrefixes"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-rotowire","slug":"data-to-text-generation-on-rotowire","dataset":"RotoWire","dataset_url":"/dataset/rotowire","rows_in_archive":6,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"HierarchicalEncoder + NR + IR","paper_title":"Improving Encoder by Auxiliary Supervision Tasks for Table-to-Text Generation","paper_url":"/paper/improving-encoder-by-auxiliary-supervision","paper_date":"2021-08-01","arxiv_id":null,"code_links":[{"title":"liang8qi/data2textwithauxiliarysupervision","url":"https://github.com/liang8qi/data2textwithauxiliarysupervision"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-rotowire-relation","slug":"data-to-text-generation-on-rotowire-relation","dataset":"RotoWire (Relation Generation)","dataset_url":"/dataset/rotowire","rows_in_archive":6,"metrics":["Precision","count"],"first_row_in_archive_order":{"model":"SeqPlan","paper_title":"Data-to-text Generation with Variational Sequential Planning","paper_url":"/paper/data-to-text-generation-with-variational","paper_date":"2022-02-28","arxiv_id":"2202.13756","code_links":[{"title":"ratishsp/data2text-seq-plan-py","url":"https://github.com/ratishsp/data2text-seq-plan-py"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-totto","slug":"data-to-text-generation-on-totto","dataset":"ToTTo","dataset_url":"/dataset/totto","rows_in_archive":6,"metrics":["BLEU","PARENT","METEOR"],"first_row_in_archive_order":{"model":"T5-3B","paper_title":"Text-to-Text Pre-Training for Data-to-Text Tasks","paper_url":"/paper/text-to-text-pre-training-for-data-to-text","paper_date":"2020-05-21","arxiv_id":"2005.10433","code_links":[{"title":"google-research-datasets/ToTTo","url":"https://github.com/google-research-datasets/ToTTo"},{"title":"shark-nlp/cont","url":"https://github.com/shark-nlp/cont"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-xalign","slug":"data-to-text-generation-on-xalign","dataset":"XAlign","dataset_url":"/dataset/xalign","rows_in_archive":6,"metrics":["BLEU4","METEOR"],"first_row_in_archive_order":{"model":"Fact-aware embedding with mT5","paper_title":"XF2T: Cross-lingual Fact-to-Text Generation for Low-Resource Languages","paper_url":"/paper/xf2t-cross-lingual-fact-to-text-generation","paper_date":"2022-09-22","arxiv_id":"2209.11252","code_links":[],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-dart","slug":"data-to-text-generation-on-dart","dataset":"DART","dataset_url":"/dataset/dart","rows_in_archive":5,"metrics":["BLEU","METEOR","FactSpotter"],"first_row_in_archive_order":{"model":"T5B Baseline","paper_title":"FactSpotter: Evaluating the Factual Faithfulness of Graph-to-Text Generation","paper_url":"/paper/factspotter-evaluating-the-factual","paper_date":"2023-10-25","arxiv_id":null,"code_links":[{"title":"guihuzhang/FactSpotter","url":"https://github.com/guihuzhang/FactSpotter"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-multiwoz-2-1","slug":"data-to-text-generation-on-multiwoz-2-1","dataset":"MULTIWOZ 2.1","dataset_url":"/dataset/multiwoz","rows_in_archive":5,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"T5-Base","paper_title":"Text-to-Text Pre-Training for Data-to-Text Tasks","paper_url":"/paper/text-to-text-pre-training-for-data-to-text","paper_date":"2020-05-21","arxiv_id":"2005.10433","code_links":[{"title":"google-research-datasets/ToTTo","url":"https://github.com/google-research-datasets/ToTTo"},{"title":"shark-nlp/cont","url":"https://github.com/shark-nlp/cont"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-rotowire-content","slug":"data-to-text-generation-on-rotowire-content","dataset":"RotoWire (Content Ordering)","dataset_url":"/dataset/rotowire","rows_in_archive":5,"metrics":["DLD","BLEU"],"first_row_in_archive_order":{"model":"Hierarchical Transformer Encoder + conditional copy","paper_title":"A Hierarchical Model for Data-to-Text Generation","paper_url":"/paper/a-hierarchical-model-for-data-to-text","paper_date":"2019-12-20","arxiv_id":"1912.10011","code_links":[{"title":"KaijuML/data-to-text-hierarchical","url":"https://github.com/KaijuML/data-to-text-hierarchical"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-rotowire-content-1","slug":"data-to-text-generation-on-rotowire-content-1","dataset":"Rotowire (Content Selection)","dataset_url":"/dataset/rotowire","rows_in_archive":5,"metrics":["Precision","Recall"],"first_row_in_archive_order":{"model":"Hierarchical Transformer Encoder + conditional copy","paper_title":"A Hierarchical Model for Data-to-Text Generation","paper_url":"/paper/a-hierarchical-model-for-data-to-text","paper_date":"2019-12-20","arxiv_id":"1912.10011","code_links":[{"title":"KaijuML/data-to-text-hierarchical","url":"https://github.com/KaijuML/data-to-text-hierarchical"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-mlb-dataset","slug":"data-to-text-generation-on-mlb-dataset","dataset":"MLB Dataset (Relation Generation)","dataset_url":null,"rows_in_archive":4,"metrics":["Precision","count"],"first_row_in_archive_order":{"model":"SeqPlan","paper_title":"Data-to-text Generation with Variational Sequential Planning","paper_url":"/paper/data-to-text-generation-with-variational","paper_date":"2022-02-28","arxiv_id":"2202.13756","code_links":[{"title":"ratishsp/data2text-seq-plan-py","url":"https://github.com/ratishsp/data2text-seq-plan-py"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-mlb-dataset-2","slug":"data-to-text-generation-on-mlb-dataset-2","dataset":"MLB Dataset","dataset_url":"/dataset/mlb-dataset","rows_in_archive":4,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"SeqPlan","paper_title":"Data-to-text Generation with Variational Sequential Planning","paper_url":"/paper/data-to-text-generation-with-variational","paper_date":"2022-02-28","arxiv_id":"2202.13756","code_links":[{"title":"ratishsp/data2text-seq-plan-py","url":"https://github.com/ratishsp/data2text-seq-plan-py"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-mlb-dataset-3","slug":"data-to-text-generation-on-mlb-dataset-3","dataset":"MLB Dataset (Content Ordering)","dataset_url":null,"rows_in_archive":4,"metrics":["DLD"],"first_row_in_archive_order":{"model":"SeqPlan","paper_title":"Data-to-text Generation with Variational Sequential Planning","paper_url":"/paper/data-to-text-generation-with-variational","paper_date":"2022-02-28","arxiv_id":"2202.13756","code_links":[{"title":"ratishsp/data2text-seq-plan-py","url":"https://github.com/ratishsp/data2text-seq-plan-py"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-czech-restaurant","slug":"data-to-text-generation-on-czech-restaurant","dataset":"Czech Restaurant NLG","dataset_url":null,"rows_in_archive":3,"metrics":["BLEU score","METEOR","CIDER","NIST"],"first_row_in_archive_order":{"model":"binmt","paper_title":"Machine Translation Pre-training for Data-to-Text Generation -- A Case Study in Czech","paper_url":"/paper/machine-translation-pre-training-for-data-to","paper_date":"2020-04-05","arxiv_id":"2004.02077","code_links":[],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-mlb-dataset-1","slug":"data-to-text-generation-on-mlb-dataset-1","dataset":"MLB Dataset (Content Selection)","dataset_url":null,"rows_in_archive":3,"metrics":["Precision","Recall"],"first_row_in_archive_order":{"model":"Force-Copy","paper_title":"May the Force Be with Your Copy Mechanism: Enhanced Supervised-Copy Method for Natural Language Generation","paper_url":"/paper/may-the-force-be-with-your-copy-mechanism-1","paper_date":"2021-12-20","arxiv_id":"2112.10360","code_links":[],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-e2e","slug":"data-to-text-generation-on-e2e","dataset":"E2E","dataset_url":"/dataset/e2e","rows_in_archive":2,"metrics":["METEOR"],"first_row_in_archive_order":{"model":"self-mem + new data (random)","paper_title":"Self-training from Self-memory in Data-to-text Generation","paper_url":"/paper/self-training-from-self-memory-in-data-to","paper_date":"2024-01-19","arxiv_id":"2401.10567","code_links":[{"title":"hoangthangta/stsm","url":"https://github.com/hoangthangta/stsm"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-sr11deep","slug":"data-to-text-generation-on-sr11deep","dataset":"SR11Deep","dataset_url":null,"rows_in_archive":2,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"Transition based Deep Input Linearization","paper_title":"Transition-Based Deep Input Linearization","paper_url":"/paper/transition-based-deep-input-linearization-1","paper_date":"2019-11-07","arxiv_id":"1911.02808","code_links":[{"title":"SUTDNLP/ZGen","url":"https://github.com/SUTDNLP/ZGen"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-viggo-1","slug":"data-to-text-generation-on-viggo-1","dataset":"ViGGO","dataset_url":"/dataset/viggo","rows_in_archive":2,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"DataTuner_FC","paper_title":"Have Your Text and Use It Too! End-to-End Neural Data-to-Text Generation with Semantic Fidelity","paper_url":"/paper/have-your-text-and-use-it-too-end-to-end","paper_date":"2020-04-08","arxiv_id":"2004.06577","code_links":[{"title":"amazon-research/datatuner","url":"https://github.com/amazon-research/datatuner"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-webnlg-en","slug":"data-to-text-generation-on-webnlg-en","dataset":"WebNLG en","dataset_url":"/dataset/webnlg","rows_in_archive":2,"metrics":["METEOR"],"first_row_in_archive_order":{"model":"mBART","paper_title":"The GEM Benchmark: Natural Language Generation, its Evaluation and Metrics","paper_url":"/paper/the-gem-benchmark-natural-language-generation","paper_date":"2021-02-02","arxiv_id":"2102.01672","code_links":[],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-webnlg-ru","slug":"data-to-text-generation-on-webnlg-ru","dataset":"WebNLG ru","dataset_url":null,"rows_in_archive":2,"metrics":["METEOR"],"first_row_in_archive_order":{"model":"mBART","paper_title":"The GEM Benchmark: Natural Language Generation, its Evaluation and Metrics","paper_url":"/paper/the-gem-benchmark-natural-language-generation","paper_date":"2021-02-02","arxiv_id":"2102.01672","code_links":[],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-amr3-0","slug":"data-to-text-generation-on-amr3-0","dataset":"AMR3.0","dataset_url":"/dataset/amr3-0","rows_in_archive":1,"metrics":["Bleu"],"first_row_in_archive_order":{"model":"StructAdapt","paper_title":"Structural Adapters in Pretrained Language Models for AMR-to-text Generation","paper_url":"/paper/structural-adapters-in-pretrained-language","paper_date":"2021-03-16","arxiv_id":"2103.09120","code_links":[{"title":"ukplab/structadapt","url":"https://github.com/ukplab/structadapt"}],"syntology":null}},{"leaderboard":"/sota/data-to-text-generation-on-genwiki","slug":"data-to-text-generation-on-genwiki","dataset":"GenWiki","dataset_url":"/dataset/genwiki","rows_in_archive":1,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"T5-large","paper_title":"Ontology-Free General-Domain Knowledge Graph-to-Text Generation Dataset Synthesis using Large Language Model","paper_url":"/paper/ontology-free-general-domain-knowledge-graph","paper_date":"2024-09-11","arxiv_id":"2409.07088","code_links":[{"title":"daehuikim/WikiOFGraph","url":"https://github.com/daehuikim/WikiOFGraph"}],"syntology":{"n":7,"n_ran":5,"n_unverified":2,"n_pointer_only":7}}},{"leaderboard":"/sota/data-to-text-generation-on-wikiofgraph","slug":"data-to-text-generation-on-wikiofgraph","dataset":"WikiOFGraph","dataset_url":"/dataset/wikiofgraph","rows_in_archive":1,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"T5-large","paper_title":"Ontology-Free General-Domain Knowledge Graph-to-Text Generation Dataset Synthesis using Large Language Model","paper_url":"/paper/ontology-free-general-domain-knowledge-graph","paper_date":"2024-09-11","arxiv_id":"2409.07088","code_links":[{"title":"daehuikim/WikiOFGraph","url":"https://github.com/daehuikim/WikiOFGraph"}],"syntology":{"n":7,"n_ran":5,"n_unverified":2,"n_pointer_only":7}}},{"leaderboard":"/sota/data-to-text-generation-on-wikipedia-person","slug":"data-to-text-generation-on-wikipedia-person","dataset":"Wikipedia Person and Animal Dataset","dataset_url":"/dataset/wikipedia-person-and-animal-dataset","rows_in_archive":1,"metrics":["BLEU"],"first_row_in_archive_order":{"model":"Ours","paper_title":"Towards Faithful Neural Table-to-Text Generation with Content-Matching Constraints","paper_url":"/paper/towards-faithful-neural-table-to-text","paper_date":"2020-05-03","arxiv_id":"2005.00969","code_links":[],"syntology":null}}],"datasets":[{"url":"/dataset/multiwoz","name":"MultiWOZ","full_name":"Multi-domain Wizard-of-Oz","num_papers_in_archive":328},{"url":"/dataset/webnlg","name":"WebNLG","full_name":"","num_papers_in_archive":149},{"url":"/dataset/e2e","name":"E2E","full_name":"End-to-End NLG Challenge","num_papers_in_archive":90},{"url":"/dataset/rotowire","name":"RotoWire","full_name":"RotoWire","num_papers_in_archive":65},{"url":"/dataset/totto","name":"ToTTo","full_name":"ToTTo","num_papers_in_archive":60},{"url":"/dataset/dart","name":"DART","full_name":"","num_papers_in_archive":45},{"url":"/dataset/kelm","name":"KELM","full_name":"","num_papers_in_archive":24},{"url":"/dataset/robocup","name":"RoboCup","full_name":"RoboCup","num_papers_in_archive":20},{"url":"/dataset/viggo","name":"ViGGO","full_name":"","num_papers_in_archive":16},{"url":"/dataset/chart2text","name":"Chart2Text","full_name":"Chart Summarization Dataset","num_papers_in_archive":10},{"url":"/dataset/genwiki","name":"GenWiki","full_name":"","num_papers_in_archive":10},{"url":"/dataset/wikitablet","name":"WikiTableT","full_name":"WikiTableT","num_papers_in_archive":8},{"url":"/dataset/mlb-dataset","name":"MLB Dataset","full_name":"","num_papers_in_archive":5},{"url":"/dataset/wikipedia-person-and-animal-dataset","name":"Wikipedia Person and Animal Dataset","full_name":"","num_papers_in_archive":5},{"url":"/dataset/scigen","name":"SciGen","full_name":"","num_papers_in_archive":2},{"url":"/dataset/sportsett","name":"SportSett","full_name":"","num_papers_in_archive":2},{"url":"/dataset/xalign","name":"XAlign","full_name":"","num_papers_in_archive":2},{"url":"/dataset/amr3-0","name":"AMR3.0","full_name":"Abstract Meaning Representation (AMR) Annotation Release 3.0","num_papers_in_archive":1},{"url":"/dataset/ice-hockey-news-dataset","name":"Ice Hockey News Dataset","full_name":"","num_papers_in_archive":1},{"url":"/dataset/linked-wikitext-2","name":"Linked WikiText-2","full_name":"","num_papers_in_archive":1},{"url":"/dataset/pubmed-term-abstract-conclusion-title-dataset","name":"PubMed Term, Abstract, Conclusion, Title Dataset","full_name":"","num_papers_in_archive":1},{"url":"/dataset/rotowire-modified","name":"Rotowire-Modified","full_name":null,"num_papers_in_archive":1},{"url":"/dataset/tempwikibio","name":"TempWikiBio","full_name":"","num_papers_in_archive":1},{"url":"/dataset/wikiofgraph","name":"WikiOFGraph","full_name":"Wikipedia Ontology-Free Graph-Text","num_papers_in_archive":1}],"subtasks":[{"url":"/task/kg-to-text","name":"KG-to-Text Generation"},{"url":"/task/unsupervised-kg-to-text-generation","name":"Unsupervised KG-to-Text Generation"},{"url":"/task/visual-storytelling","name":"Visual Storytelling"}],"parent_tasks":[{"url":"/task/text-generation","name":"Text Generation"}],"papers":{"order":"repositories listed in the archive (desc), then date (desc); the archive holds no stars","population":"papers tagged with this task that list at least one repository in the archive","shown":30,"of":112,"tagged_in_all":219,"items":[{"url":"/paper/language-models-are-unsupervised-multitask","title":"Language Models are Unsupervised Multitask Learners","date":"2019-02-14","arxiv_id":null,"repositories_listed":21,"syntology":null},{"url":"/paper/moverscore-text-generation-evaluating-with","title":"MoverScore: Text Generation Evaluating with Contextualized Embeddings and Earth Mover Distance","date":"2019-09-05","arxiv_id":"1909.02622","repositories_listed":4,"syntology":{"n":2,"n_ran":2,"n_unverified":0,"n_pointer_only":2}},{"url":"/paper/challenges-in-data-to-document-generation","title":"Challenges in Data-to-Document Generation","date":"2017-07-25","arxiv_id":"1707.08052","repositories_listed":4,"syntology":null},{"url":"/paper/investigating-pretrained-language-models-for","title":"Investigating Pretrained Language Models for Graph-to-Text Generation","date":"2020-07-16","arxiv_id":"2007.08426","repositories_listed":3,"syntology":{"n":12,"n_ran":2,"n_unverified":10,"n_pointer_only":0}},{"url":"/paper/triples-to-isixhosa-t2x-addressing-the","title":"Triples-to-isiXhosa (T2X): Addressing the Challenges of Low-Resource Agglutinative Data-to-Text Generation","date":"2024-03-12","arxiv_id":"2403.07567","repositories_listed":2,"syntology":null},{"url":"/paper/tata-a-multilingual-table-to-text-dataset-for","title":"TaTa: A Multilingual Table-to-Text Dataset for African Languages","date":"2022-10-31","arxiv_id":"2211.00142","repositories_listed":2,"syntology":null},{"url":"/paper/cont-contrastive-neural-text-generation","title":"CoNT: Contrastive Neural Text Generation","date":"2022-05-29","arxiv_id":"2205.14690","repositories_listed":2,"syntology":null},{"url":"/paper/chart-to-text-a-large-scale-benchmark-for","title":"Chart-to-Text: A Large-Scale Benchmark for Chart Summarization","date":"2022-03-12","arxiv_id":"2203.06486","repositories_listed":2,"syntology":{"n":5,"n_ran":5,"n_unverified":0,"n_pointer_only":5}},{"url":"/paper/control-prefixes-for-text-generation","title":"Control Prefixes for Parameter-Efficient Text Generation","date":"2021-10-15","arxiv_id":"2110.08329","repositories_listed":2,"syntology":null},{"url":"/paper/plan-then-generate-controlled-data-to-text","title":"Plan-then-Generate: Controlled Data-to-Text Generation via Planning","date":"2021-08-31","arxiv_id":"2108.13740","repositories_listed":2,"syntology":{"n":1,"n_ran":1,"n_unverified":0,"n_pointer_only":1}},{"url":"/paper/learning-to-reason-for-text-generation-from","title":"Learning to Reason for Text Generation from Scientific Tables","date":"2021-04-16","arxiv_id":"2104.08296","repositories_listed":2,"syntology":null},{"url":"/paper/data-questeval-a-referenceless-metric-for","title":"Data-QuestEval: A Referenceless Metric for Data-to-Text Semantic Evaluation","date":"2021-04-15","arxiv_id":"2104.07555","repositories_listed":2,"syntology":{"n":3,"n_ran":2,"n_unverified":1,"n_pointer_only":0}},{"url":"/paper/text-to-text-pre-training-for-data-to-text","title":"Text-to-Text Pre-Training for Data-to-Text Tasks","date":"2020-05-21","arxiv_id":"2005.10433","repositories_listed":2,"syntology":null},{"url":"/paper/few-shot-natural-language-generation-for-task","title":"Few-shot Natural Language Generation for Task-Oriented Dialog","date":"2020-02-27","arxiv_id":"2002.12328","repositories_listed":2,"syntology":null},{"url":"/paper/long-and-diverse-text-generation-with","title":"Long and Diverse Text Generation with Planning-based Hierarchical Variational Model","date":"2019-08-19","arxiv_id":"1908.06605","repositories_listed":2,"syntology":null},{"url":"/paper/learning-to-select-track-and-generate-for","title":"Learning to Select, Track, and Generate for Data-to-Text","date":"2019-07-23","arxiv_id":"1907.09699","repositories_listed":2,"syntology":null},{"url":"/paper/data-to-text-generation-with-entity-modeling","title":"Data-to-text Generation with Entity Modeling","date":"2019-06-07","arxiv_id":"1906.03221","repositories_listed":2,"syntology":{"n":2,"n_ran":1,"n_unverified":1,"n_pointer_only":0}},{"url":"/paper/semantically-conditioned-dialog-response","title":"Semantically Conditioned Dialog Response Generation via Hierarchical Disentangled Self-Attention","date":"2019-05-30","arxiv_id":"1905.12866","repositories_listed":2,"syntology":{"n":3,"n_ran":2,"n_unverified":1,"n_pointer_only":2}},{"url":"/paper/pragmatically-informative-text-generation","title":"Pragmatically Informative Text Generation","date":"2019-04-02","arxiv_id":"1904.01301","repositories_listed":2,"syntology":null},{"url":"/paper/handling-rare-items-in-data-to-text","title":"Handling Rare Items in Data-to-Text Generation","date":"2018-11-01","arxiv_id":null,"repositories_listed":2,"syntology":null},{"url":"/paper/deep-graph-convolutional-encoders-for","title":"Deep Graph Convolutional Encoders for Structured Data to Text Generation","date":"2018-10-23","arxiv_id":"1810.09995","repositories_listed":2,"syntology":{"n":3,"n_ran":1,"n_unverified":2,"n_pointer_only":0}},{"url":"/paper/data-to-text-generation-with-content","title":"Data-to-Text Generation with Content Selection and Planning","date":"2018-09-03","arxiv_id":"1809.00582","repositories_listed":2,"syntology":null},{"url":"/paper/the-e2e-dataset-new-challenges-for-end-to-end","title":"The E2E Dataset: New Challenges For End-to-End Generation","date":"2017-06-28","arxiv_id":"1706.09254","repositories_listed":2,"syntology":null},{"url":"/paper/ontology-free-general-domain-knowledge-graph","title":"Ontology-Free General-Domain Knowledge Graph-to-Text Generation Dataset Synthesis using Large Language Model","date":"2024-09-11","arxiv_id":"2409.07088","repositories_listed":1,"syntology":{"n":7,"n_ran":5,"n_unverified":2,"n_pointer_only":7}},{"url":"/paper/spor-a-comprehensive-and-practical-evaluation","title":"SPOR: A Comprehensive and Practical Evaluation Method for Compositional Generalization in Data-to-Text Generation","date":"2024-05-17","arxiv_id":"2405.10650","repositories_listed":1,"syntology":{"n":9,"n_ran":6,"n_unverified":3,"n_pointer_only":0}},{"url":"/paper/bridging-the-gap-between-different","title":"Bridging the Gap between Different Vocabularies for LLM Ensemble","date":"2024-04-15","arxiv_id":"2404.09492","repositories_listed":1,"syntology":{"n":6,"n_ran":4,"n_unverified":2,"n_pointer_only":6}},{"url":"/paper/prompting-for-numerical-sequences-a-case","title":"Prompting for Numerical Sequences: A Case Study on Market Comment Generation","date":"2024-04-03","arxiv_id":"2404.02466","repositories_listed":1,"syntology":null},{"url":"/paper/high-quality-data-to-text-generation-for","title":"High-quality Data-to-Text Generation for Severely Under-Resourced Languages with Out-of-the-box Large Language Models","date":"2024-02-19","arxiv_id":"2402.12267","repositories_listed":1,"syntology":null},{"url":"/paper/self-training-from-self-memory-in-data-to","title":"Self-training from Self-memory in Data-to-text Generation","date":"2024-01-19","arxiv_id":"2401.10567","repositories_listed":1,"syntology":null},{"url":"/paper/unifying-structured-data-as-graph-for-data-to","title":"Unifying Structured Data as Graph for Data-to-Text Pre-Training","date":"2024-01-02","arxiv_id":"2401.01183","repositories_listed":1,"syntology":null}],"syntology_records":11,"syntology_note":"a paper without a record is not a recorded non-run: it may lack an arXiv id or simply be absent from the graph layer"},"description_links":{"kept":0,"unwrapped_to_text":0,"bare_urls_linked":0,"relative_images_dropped":0,"rule":"internal links are kept only when the target slug exists in the catalog"},"syntology":{"read_at":"2026-09-25T09:33:49+00:00","claim":"Per-sample execution status on synthesized fixtures ('ran N of M samples'); not a correctness claim and not a ranking signal.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"}},"not_shown":{"libraries":"the archive has no per-task library table","trend_sparklines":"the Trend column of the benchmarks table was a rendered image; it is not in the archive","social_and_latest_sorts":"stars and social signals are not in the archive"}}