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

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

10 Oct 2023arXiv:2310.06675archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.06675")

Code

Syntology Ran 6 of 16 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 3 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jtonglet/seer officialmentioned in paperMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 6 ran; 2 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · our draft was wrong
3ran
10unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jtonglet/SEER. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

eval_program jtonglet/SEER/evaluate_finqa.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · aee9ad37b0ad6acc · report
get_candidates_fixed_set jtonglet/SEER/baselines.py official repository ran MIT (permissive) · 51e425104cc5286c · report
get_random_set jtonglet/SEER/baselines.py official repository ran MIT (permissive) · 4dfc9cdf96088786 · report
gold_program_eval jtonglet/SEER/evaluation.py official repository ran fingerprinted MIT (permissive) · 94fa99da8d852874 · report
process_row jtonglet/SEER/evaluate_finqa.py official repository ran · honoured contract MIT (permissive) · 23577faa1c9d855a · report
str_to_num jtonglet/SEER/evaluate_finqa.py official repository ran · honoured contract fingerprinted MIT (permissive) · 6289f3a9b8166f42 · report
create_hf_dataset_finqa jtonglet/SEER/finetune_bert.py official repository unverified MIT (permissive) · 9245a4a89caa9029 · report
create_test_text_finqa jtonglet/SEER/finetune_bert.py official repository unverified MIT (permissive) · cb8455b1e8c8bd7d · report
create_train_text_finqa jtonglet/SEER/finetune_bert.py official repository unverified MIT (permissive) · 7384579da6eea90a · report
few_shot_chat_prompting jtonglet/SEER/codex_run.py official repository unverified MIT (permissive) · 741a06e5d4794c85 · report
few_shot_prompting jtonglet/SEER/codex_run.py official repository unverified MIT (permissive) · 8339cb160618ab6e · report
get_kate_set jtonglet/SEER/baselines.py official repository unverified MIT (permissive) · 03f4b1c5c9cf651d · report
get_prompt_instance_finqa jtonglet/SEER/generate_prompt.py official repository unverified MIT (permissive) · aca0b27eb683ac2c · report
get_prompt_instance_tatqa jtonglet/SEER/generate_prompt.py official repository unverified MIT (permissive) · b7a03007a38c7ae3 · report
get_prompt_modality_finqa jtonglet/SEER/generate_prompt.py official repository unverified MIT (permissive) · 340f562c1baaec58 · report
map_string jtonglet/SEER/evaluation.py official repository unverified MIT (permissive) · e643b9c8cee2f454 · report

Tasks

DiversityIn-Context LearningLanguage ModelingLanguage ModellingLarge Language ModelQuestion Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionCosine AnnealingDense ConnectionsGlobal Average PoolingGrouped ConvolutionLARSReLURegNetYSEERSigmoid ActivationSqueeze-and-Excitation BlockSwAV

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections