paper-with-me

홈 › Papers

Reasoning over Hybrid Chain for Table-and-Text Open Domain QA

2022-01-15 · Wanjun Zhong, JunJie Huang, Qian Liu, Ming Zhou, Jiahai Wang, Jian Yin, Nan Duan

Tabular and textual question answering requires systems to perform reasoning over heterogeneous information, considering table structure, and the connections among table and text. In this paper, we propose a ChAin-centric Reasoning and Pre-training framework (CARP). CARP utilizes hybrid chain to model the explicit intermediate reasoning process across table and text for question answering. We also propose a novel chain-centric pre-training method, to enhance the pre-trained model in identifying the cross-modality reasoning process and alleviating the data sparsity problem. This method constructs the large-scale reasoning corpus by synthesizing pseudo heterogeneous reasoning paths from Wikipedia and generating corresponding questions. We evaluate our system on OTT-QA, a large-scale table-and-text open-domain question answering benchmark, and our system achieves the state-of-the-art performance. Further analyses illustrate that the explicit hybrid chain offers substantial performance improvement and interpretablity of the intermediate reasoning process, and the chain-centric pre-training boosts the performance on the chain extraction.

📄 PDF Abstract BibTeX arXiv:2201.05880

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Reasoning over Hybrid Chain for Table-and-Text Open Domain Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Tabular and textual question answering requires systems to perform reasoning over heterogeneous information, considering table structure, and the connections among table and text. In this paper, we propose a ChAin-centri…

Open-Domain Question AnsweringQuestion Answering

SEER : A Knapsack approach to Exemplar Selection for In-Context HybridQA

2023-10-10 · Jonathan Tonglet, Manon Reusens, Philipp Borchert, Bart Baesens

Question answering over hybrid contexts is a complex task, which requires the combination of information extracted from unstructured texts and structured tables in various ways. Recently, In-Context Learning demonstrated…

DiversityIn-Context LearningLanguage ModelingLanguage Modelling+2

N2N-GQA: Noise-to-Narrative for Graph-Based Table-Text Question Answering Using LLMs

2026-01-10 · Mohamed Sharafath, Aravindh Annamalai, Ganesh Murugan, Aravindakumar Venugopalan arxiv

Multi-hop question answering over hybrid table-text data requires retrieving and reasoning across multiple evidence pieces from large corpora, but standard Retrieval-Augmented Generation (RAG) pipelines process documents…

Multi-hop Question Answering

Chain-of-Table: Evolving Tables in the Reasoning Chain for Table Understanding

2024-01-09 · Zilong Wang, Hao Zhang, Chun-Liang Li, Julian Martin Eisenschlos 외

Table-based reasoning with large language models (LLMs) is a promising direction to tackle many table understanding tasks, such as table-based question answering and fact verification. Compared with generic reasoning, ta…

Fact VerificationIn-Context LearningQuestion AnsweringSemantic Parsing+2

Chain-of-Query: Unleashing the Power of LLMs in SQL-Aided Table Understanding via Multi-Agent Collaboration

2025-08-14 · Songyuan Sui, Hongyi Liu, Serena Liu, Li Li 외 arxiv

Table understanding requires structured, multi-step reasoning. Large Language Models (LLMs) struggle with it due to the structural complexity of tabular data. Recently, multi-agent frameworks for SQL generation have show…