paper-with-me

홈 › Papers

Exploring Hybrid Question Answering via Program-based Prompting

2024-02-16 · Qi Shi, Han Cui, Haofeng Wang, Qingfu Zhu, Wanxiang Che, Ting Liu

Question answering over heterogeneous data requires reasoning over diverse sources of data, which is challenging due to the large scale of information and organic coupling of heterogeneous data. Various approaches have been proposed to address these challenges. One approach involves training specialized retrievers to select relevant information, thereby reducing the input length. Another approach is to transform diverse modalities of data into a single modality, simplifying the task difficulty and enabling more straightforward processing. In this paper, we propose HProPro, a novel program-based prompting framework for the hybrid question answering task. HProPro follows the code generation and execution paradigm. In addition, HProPro integrates various functions to tackle the hybrid reasoning scenario. Specifically, HProPro contains function declaration and function implementation to perform hybrid information-seeking over data from various sources and modalities, which enables reasoning over such data without training specialized retrievers or performing modal transformations. Experimental results on two typical hybrid question answering benchmarks HybridQA and MultiModalQA demonstrate the effectiveness of HProPro: it surpasses all baseline systems and achieves the best performances in the few-shot settings on both datasets.

📄 PDF Abstract BibTeX arXiv:2402.10812

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationQuestion Answering

Similar Papers 제목 키워드 기반

HRoT: Hybrid prompt strategy and Retrieval of Thought for Table-Text Hybrid Question Answering

2023-09-22 · Tongxu Luo, Fangyu Lei, Jiahe Lei, Weihao Liu 외

Answering numerical questions over hybrid contents from the given tables and text(TextTableQA) is a challenging task. Recently, Large Language Models (LLMs) have gained significant attention in the NLP community. With th…

In-Context LearningQuestion AnsweringRetrieval

TTQA-RS- A break-down prompting approach for Multi-hop Table-Text Question Answering with Reasoning and Summarization

2024-06-20 · Jayetri Bardhan, Bushi Xiao, Daisy Zhe Wang

Question answering (QA) over tables and text has gained much popularity over the years. Multi-hop table-text QA requires multiple hops between the table and text, making it a challenging QA task. Although several works h…

Information RetrievalQuestion AnsweringRAGRetrieval+1

Hybrid Question Answering over Knowledge Base and Free Text

2016-12-01 · COLING 2016 12 · Kun Xu, Yansong Feng, Songfang Huang, Dongyan Zhao

Recent trend in question answering (QA) systems focuses on using structured knowledge bases (KBs) to find answers. While these systems are able to provide more precise answers than information retrieval (IR) based QA sys…

Information RetrievalQuestion AnsweringRetrievalSemantic Parsing

Agri-Query: A Case Study on RAG vs. Long-Context LLMs for Cross-Lingual Technical Question Answering

2025-08-25 · Julius Gun, Timo Oksanen arxiv

We present a case study evaluating large language models (LLMs) with 128K-token context windows on a technical question answering (QA) task. Our benchmark is built on a user manual for an agricultural machine, available …

Information RetrievalQuestion Answering

HySTER: A Hybrid Spatio-Temporal Event Reasoner

2021-01-17 · Theophile Sautory, Nuri Cingillioglu, Alessandra Russo

The task of Video Question Answering (VideoQA) consists in answering natural language questions about a video and serves as a proxy to evaluate the performance of a model in scene sequence understanding. Most methods des…

Inductive logic programmingQuestion AnsweringVideo Question Answering