A Community-Driven Data-to-Text Platform for Football Match Summaries (2024.lrec-main)
Copied to clipboard
| Challenge: | Prosebot is a community-driven data-to-text platform designed to generate textual summaries of football matches derived from match statistics. |
| Approach: | They describe the architecture and deployment of a community-driven data-to-text platform for generating textual summaries of football matches derived from match statistics. |
| Outcome: | The proposed system enhances visibility of lower-tier matches, traditionally accessible only through data tables. |
Similar Papers
Data-to-text Generation with Macro Planning (2021.tacl-1)
Copied to clipboard
| Challenge: | Recent approaches to data-to-text generation adopt the encoder-decoder architecture . however, these models perform poorly at selecting appropriate content and ordering it coherently . |
| Approach: | They propose a neural model with a macro planning stage followed by a generation stage . they use data from databases of records, simulations of physical systems, accounting spreadsheets . |
| Outcome: | The proposed model outperforms baselines on two data-to-text benchmarks . it uses the encoderdecoder architecture and is compared with existing models . |
Chart-to-Text: A Large-Scale Benchmark for Chart Summarization (2022.acl-long)
Copied to clipboard
Shankar Kantharaj, Rixie Tiffany Leong, Xiang Lin, Ahmed Masry, Megh Thakkar, Enamul Hoque, Shafiq Joty
| Challenge: | Inferring key insights from charts can be challenging and time-consuming. |
| Approach: | They propose a task where the goal is to explain a chart and summarize key takeaways from it in natural language. |
| Outcome: | The proposed model produces fluent summaries but suffers from hallucinations and factual errors . the proposed model is compared with other models and can be used to generate BLEU scores . |
DataNarrative: Automated Data-Driven Storytelling with Visualizations and Texts (2024.emnlp-main)
Copied to clipboard
| Challenge: | Data-driven storytelling uses visual aids and visualizations to convey insights. |
| Approach: | They propose a task for data story generation using large language models and a benchmark containing 1,449 stories from diverse sources. |
| Outcome: | The proposed framework outperforms non-agentic counterparts in both model-based and human evaluations, but also reveals unique challenges in data story generation. |
SummIt: Iterative Text Summarization via ChatGPT (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing text summarization systems generate summaries in a single step, but are often inadequate due to the issue of hallucination and the lack of accuracy. |
| Approach: | They propose an iterative text summarization framework based on large language models like ChatGPT that refines the generated summary iterativly through self-evaluation and feedback. |
| Outcome: | The proposed framework refines the generated summary iteratively through self-evaluation and feedback, closely resembling the iteration humans undertake when drafting and revising summaries. |
Commentary Generation from Data Records of Multiplayer Strategy Esports Game (2024.naacl-srw)
Copied to clipboard
| Challenge: | Esports play logs are expensive for human experts to provide individual games with play-by-play commentaries. |
| Approach: | They first build large-scale esports data-to-text datasets that pair structured data and commentaries from a popular eSports game, League of Legends. |
| Outcome: | The proposed model can generate game commentaries from esports’ data records while examining the impact of the pre-trained language models. |
Have Your Text and Use It Too! End-to-End Neural Data-to-Text Generation with Semantic Fidelity (2020.coling-main)
Copied to clipboard
| Challenge: | End-to-end neural data-totext generation has faced challenges generalizing to new domains and generating semantically consistent text. |
| Approach: | They propose a neural data-to-text generation system that makes minimal assumptions about the data representation and target domain. |
| Outcome: | The proposed system achieves state of the art results on four major D2T datasets with better semantic fidelity than the state-of-the-art methods. |
TableCoder: Table Extraction from Text via Reliable Code Generation (2025.acl-industry)
Copied to clipboard
| Challenge: | Structured table extraction from unstructured text is critical for automating data processing tasks across industries where accuracy and reliability are paramount. |
| Approach: | They propose a natural language-based method for extracting structured tables from text . they use Python classes or SQL statements to explicitly construct table structures . |
| Outcome: | The proposed method improves F1 scores and mitigates hallucinations . it integrates with standard SQL databases and Python workflows, ensuring seamless deployment . |
STable: Table Generation Framework for Encoder-Decoder Models (2024.eacl-long)
Copied to clipboard
Michał Pietruszka, Michał Turski, Łukasz Borchmann, Tomasz Dwojak, Gabriela Nowakowska, Karolina Szyndler, Dawid Jurkiewicz, Łukasz Garncarek
| Challenge: | Existing approaches to infer text-to-table neural models are limited to raw text, but the proposed framework is capable of unifying a variety of problems involving natural language. |
| Approach: | They propose a framework for text-to-table neural models that utilizes a generalized sequential method that comprehends information from all cells in the table. |
| Outcome: | The proposed framework outperforms previous approaches on several challenging datasets and outperformed existing models by up to 15%. |
Textomics: A Dataset for Genomics Data Summary Generation (2022.acl-long)
Copied to clipboard
| Challenge: | Summarizing biomedical discovery from genomics data is done manually but is slowing down the progress of scientific discovery. |
| Approach: | They propose a novel task of generating sentences to summarize a genomics data matrix using neural text generation. |
| Outcome: | The proposed model improves on the previous models and can be applied to other biomedical and natural language processing applications. |
Data-to-text Generation with Entity Modeling (P19-1)
Copied to clipboard
| Challenge: | Recent approaches to data-to-text generation have shown great promise thanks to the use of large-scale datasets and the application of neural network architectures which are trained end-to end. |
| Approach: | They propose an entity-centric neural architecture for data-to-text generation which uses hierarchical attention to create entity-specific representations which are dynamically updated. |
| Outcome: | The proposed model outperforms baselines in automatic and human evaluation on the RotoWire benchmark and a five-times larger dataset on the baseball domain. |