paper-with-me

홈 › Papers

Learning to Reason for Text Generation from Scientific Tables

2021-04-16 · Nafise Sadat Moosavi, Andreas Rücklé, Dan Roth, Iryna Gurevych

In this paper, we introduce SciGen, a new challenge dataset for the task of reasoning-aware data-to-text generation consisting of tables from scientific articles and their corresponding descriptions. Describing scientific tables goes beyond the surface realization of the table content and requires reasoning over table values. The unique properties of SciGen are that (1) tables mostly contain numerical values, and (2) the corresponding descriptions require arithmetic reasoning. SciGen is therefore the first dataset that assesses the arithmetic reasoning capabilities of generation models on complex input structures, i.e., tables from scientific articles. We study the effectiveness of state-of-the-art data-to-text generation models on SciGen and evaluate the results using common metrics as well as human evaluation. Our results and analyses show that (a) while humans like to reason for describing scientific tables, the ability of state-of-the-art models is severely limited on this task, (b) while adding more training data improves the results, it is not the solution for reasoning-aware text generation, and (c) one of the main bottlenecks for this task is the lack of proper automatic evaluation metrics. The data, code, and annotations for human evaluation will be available at https://github.com/UKPLab/SciGen. SciGen opens new avenues for future research in reasoning-aware text generation and evaluation.

📄 PDF Abstract BibTeX arXiv:2104.08296

Code (2)

UKPLab/SciGen 공식 구현 pytorch
bernard-yang/distilltablecot

Tasks

Arithmetic ReasoningArticlesData-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

SCITAT: A Question Answering Benchmark for Scientific Tables and Text Covering Diverse Reasoning Types

2024-12-16 · Xuanliang Zhang, Dingzirui Wang, Baoxin Wang, Longxu Dou 외

Scientific question answering (SQA) is an important task aimed at answering questions based on papers. However, current SQA datasets have limited reasoning types and neglect the relevance between tables and text, creatin…

Question Answering

How Robust are the Tabular QA Models for Scientific Tables? A Study using Customized Dataset

2024-03-30 · Akash Ghosh, B Venkata Sahith, Niloy Ganguly, Pawan Goyal 외

Question-answering (QA) on hybrid scientific tabular and textual data deals with scientific information, and relies on complex numerical reasoning. In recent years, while tabular QA has seen rapid progress, understanding…

Question Answering

Tab2Know: Building a Knowledge Base from Tables in Scientific Papers

2021-07-28 · Benno Kruit, Hongyu He, Jacopo Urbani

Tables in scientific papers contain a wealth of valuable knowledge for the scientific enterprise. To help the many of us who frequently consult this type of knowledge, we present Tab2Know, a new end-to-end system to buil…

Does Table Source Matter? Benchmarking and Improving Multimodal Scientific Table Understanding and Reasoning

2025-01-22 · Bohao Yang, Yingji Zhang, Dong Liu, André Freitas 외

Recent large language models (LLMs) have advanced table understanding capabilities but rely on converting tables into text sequences. While multimodal large language models (MLLMs) enable direct visual processing, they f…

Benchmarking

DocHop-QA: Towards Multi-Hop Reasoning over Multimodal Document Collections

2025-08-20 · Jiwon Park, Seohyun Pyeon, Jinwoo Kim, Rina Carines Cabal 외 arxiv

Despite rapid progress in large language models (LLMs), current QA benchmarks still overlook the core challenge of real-world scientific information seeking: synthesizing multimodal evidence scattered across multiple doc…