paper-with-me

Papers

General Table Question Answering via Answer-Formula Joint Generation

2025-03-16 · Zhongyuan Wang, Richong Zhang, Zhijie Nie

Advanced table question answering (TableQA) methods prompt large language models (LLMs) to generate answer text, SQL query, Python code, or custom operations, which impressively improve the complex reasoning problems in the TableQA task. However, these methods lack the versatility to cope with specific question types or table structures. In contrast, the Spreadsheet Formula, the widely used and well-defined operation language for tabular data, has not been thoroughly explored to solve TableQA. In this paper, we first attempt to use the Formula as the executable representation for solving complex reasoning on tables with different structures. Specifically, we construct \texttt{FromulaQA}, a large Formula-annotated TableQA dataset from existing datasets. In addition, we propose \texttt{TabAF}, a general table answering framework to solve multiple types of tasks over multiple types of tables simultaneously. Unlike existing methods, \texttt{TabAF} decodes answers and Formulas with a single LLM backbone, demonstrating great versatility and generalization. \texttt{TabAF} based on Llama3.1-70B achieves new state-of-the-art performance on the WikiTableQuestion, HiTab, and TabFact.

📄 PDF Abstract BibTeX arXiv:2503.12345

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Architecture of an Ontology-Based Domain-Specific Natural Language Question Answering System

2013-11-13 · Athira P. M., Sreeja M., P. C. Reghu Raj

Question answering (QA) system aims at retrieving precise information from a large collection of documents against a query. This paper describes the architecture of a Natural Language Question Answering (NLQA) system for…

Question Answering

Answering Unanswered Questions through Semantic Reformulations in Spoken QA

2023-05-27 · Pedro Faustini, Zhiyu Chen, Besnik Fetahu, Oleg Rokhlenko 외

Spoken Question Answering (QA) is a key feature of voice assistants, usually backed by multiple QA systems. Users ask questions via spontaneous speech which can contain disfluencies, errors, and informal syntax or phrasi…

Question AnsweringSpecificity

Latent Question Reformulation and Information Accumulation for Multi-Hop Machine Reading

2019-09-25 · Quentin Grail, Julien Perez, Eric Gaussier

Multi-hop text-based question-answering is a current challenge in machine comprehension. This task requires to sequentially integrate facts from multiple passages to answer complex natural language questions. In this pa…

Question AnsweringReading Comprehension

QUINT: Interpretable Question Answering over Knowledge Bases

2017-09-01 · EMNLP 2017 9 · Abdalghani Abujabal, Rishiraj Saha Roy, Mohamed Yahya, Gerhard Weikum

We present QUINT, a live system for question answering over knowledge bases. QUINT automatically learns role-aligned utterance-query templates from user questions paired with their answers. When QUINT answers a question,…

Named Entity Recognition (NER)Question AnsweringSemantic Parsing

Korean-Specific Dataset for Table Question Answering

2022-01-17 · LREC 2022 6 · Changwook Jun, Jooyoung Choi, Myoseop Sim, Hyun Kim 외

Existing question answering systems mainly focus on dealing with text data. However, much of the data produced daily is stored in the form of tables that can be found in documents and relational databases, or on the web.…

Language ModelingLanguage ModellingQuestion AnsweringUnsupervised Pre-training