paper-with-me

홈 › Papers

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 significant performance advances for reasoning tasks. In this paradigm, a large language model performs predictions based on a small set of supporting exemplars. The performance of In-Context Learning depends heavily on the selection procedure of the supporting exemplars, particularly in the case of HybridQA, where considering the diversity of reasoning chains and the large size of the hybrid contexts becomes crucial. In this work, we present Selection of ExEmplars for hybrid Reasoning (SEER), a novel method for selecting a set of exemplars that is both representative and diverse. The key novelty of SEER is that it formulates exemplar selection as a Knapsack Integer Linear Program. The Knapsack framework provides the flexibility to incorporate diversity constraints that prioritize exemplars with desirable attributes, and capacity constraints that ensure that the prompt size respects the provided capacity budgets. The effectiveness of SEER is demonstrated on FinQA and TAT-QA, two real-world benchmarks for HybridQA, where it outperforms previous exemplar selection methods.

📄 PDF Abstract BibTeX arXiv:2310.06675

Code (1)

jtonglet/seer 공식 구현

Tasks

DiversityIn-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelQuestion Answering

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Batch Normalization 설명 없음
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Average Pooling 설명 없음
LARS Layer-wise Adaptive Rate Scaling, or LARS, is a large batch optimization technique. There are two notable differences between LARS and other adaptive algorithms such as…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

TACR: A Table-alignment-based Cell-selection and Reasoning Model for Hybrid Question-Answering

2023-05-24 · Jian Wu, Yicheng Xu, Yan Gao, Jian-Guang Lou 외

Hybrid Question-Answering (HQA), which targets reasoning over tables and passages linked from table cells, has witnessed significant research in recent years. A common challenge in HQA and other passage-table QA datasets…

Question AnsweringRetrieval

A Survey on Table-and-Text HybridQA: Concepts, Methods, Challenges and Future Directions

2022-12-27 · Dingzirui Wang, Longxu Dou, Wanxiang Che

Table-and-text hybrid question answering (HybridQA) is a widely used and challenging NLP task commonly applied in the financial and scientific domain. The early research focuses on migrating other QA task methods to Hybr…

Question AnsweringSurvey

Evaluating the impact of different types of crossover and selection methods on the convergence of 0/1 Knapsack using Genetic Algorithm

2020-10-07 · Waleed Bin Owais, Iyad W. J. Alkhazendar, Dr. Mohammad Saleh

Genetic Algorithm is an evolutionary algorithm and a metaheuristic that was introduced to overcome the failure of gradient based method in solving the optimization and search problems. The purpose of this paper is to eva…

Sample Efficient Demonstration Selection for In-Context Learning

2025-06-10 · Kiran Purohit, V Venktesh, Sourangshu Bhattacharya, Avishek Anand

The in-context learning paradigm with LLMs has been instrumental in advancing a wide range of natural language processing tasks. The selection of few-shot examples (exemplars / demonstration samples) is essential for con…

In-Context Learning

HybridQA: A Dataset of Multi-Hop Question Answering over Tabular and Textual Data

2020-04-15 · Findings of the Association for Computational Linguistics 2020 · Wenhu Chen, Hanwen Zha, Zhiyu Chen, Wenhan Xiong 외

Existing question answering datasets focus on dealing with homogeneous information, based either only on text or KB/Table information alone. However, as human knowledge is distributed over heterogeneous forms, using homo…

Multi-hop Question AnsweringQuestion Answering