paper-with-me

홈 › Papers

gTBLS: Generating Tables from Text by Conditional Question Answering

2024-03-21 · Anirudh Sundar, Christopher Richardson, Larry Heck

Distilling large, unstructured text into a structured, condensed form such as tables is an open research problem. One of the primary challenges in automatically generating tables is ensuring their syntactic validity. Prior approaches address this challenge by including additional parameters in the Transformer's attention mechanism to attend to specific rows and column headers. In contrast to this single-stage method, this paper presents a two-stage approach called Generative Tables (gTBLS). The first stage infers table structure (row and column headers) from the text. The second stage formulates questions using these headers and fine-tunes a causal language model to answer them. Furthermore, the gTBLS approach is amenable to the utilization of pre-trained Large Language Models in a zero-shot configuration, presenting a solution for table generation in situations where fine-tuning is not feasible. gTBLS improves prior approaches by up to 10% in BERTScore on the table construction task and up to 20% on the table content generation task of the E2E, WikiTableText, WikiBio, and RotoWire datasets.

📄 PDF Abstract BibTeX arXiv:2403.14457

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingQuestion Answering

Similar Papers 제목 키워드 기반

MultiModalQA: Complex Question Answering over Text, Tables and Images

2021-04-13 · ICLR 2021 1 · Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav 외

When answering complex questions, people can seamlessly combine information from visual, textual and tabular sources. While interest in models that reason over multiple pieces of evidence has surged in recent years, ther…

Question Answering

Row Conditional-TGAN for generating synthetic relational databases

2022-11-14 · Mohamed Gueye, Yazid Attabi, Maxime Dumas

Besides reproducing tabular data properties of standalone tables, synthetic relational databases also require modeling the relationships between related tables. In this paper, we propose the Row Conditional-Tabular Gener…

Generative Adversarial Network

CRAFT: Training-Free Cascaded Retrieval for Tabular QA

2025-05-21 · Adarsh Singh, Kushal Raj Bhandari, Jianxi Gao, Soham Dan 외

Table Question Answering (TQA) involves retrieving relevant tables from a large corpus to answer natural language queries. Traditional dense retrieval models, such as DTR and ColBERT, not only incur high computational co…

Natural Language QueriesNatural QuestionsQuestion AnsweringRetrieval

Uncovering Limitations of Large Language Models in Information Seeking from Tables

2024-06-06 · Chaoxu Pang, Yixuan Cao, ChunHao Yang, Ping Luo

Tables are recognized for their high information density and widespread usage, serving as essential sources of information. Seeking information from tables (TIS) is a crucial capability for Large Language Models (LLMs), …

Single Choice QuestionText Generationtext similarity

HiddenTables & PyQTax: A Cooperative Game and Dataset For TableQA to Ensure Scale and Data Privacy Across a Myriad of Taxonomies

2024-06-16 · William Watson, Nicole Cho, Tucker Balch, Manuela Veloso

A myriad of different Large Language Models (LLMs) face a common challenge in contextually analyzing table question-answering tasks. These challenges are engendered from (1) finite context windows for large tables, (2) m…

Question Answering