Papers › Few-shot In-context Learning for Knowledge Base Question Answering

Few-shot In-context Learning for Knowledge Base Question Answering

2 May 2023arXiv:2305.01750archive 2025-07-28

Tianle Li, Xueguang Ma, Alex Zhuang, Yu Gu, Yu Su, Wenhu Chen

Question answering over knowledge bases is considered a difficult problem due to the challenge of generalizing to a wide variety of possible natural language questions. Additionally, the heterogeneity of knowledge base schema items between different knowledge bases often necessitates specialized training for different knowledge base question-answering (KBQA) datasets. To handle questions over diverse KBQA datasets with a unified training-free framework, we propose KB-BINDER, which for the first time enables few-shot in-context learning over KBQA tasks. Firstly, KB-BINDER leverages large language models like Codex to generate logical forms as the draft for a specific question by imitating a few demonstrations. Secondly, KB-BINDER grounds on the knowledge base to bind the generated draft to an executable one with BM25 score matching. The experimental results on four public heterogeneous KBQA datasets show that KB-BINDER can achieve a strong performance with only a few in-context demonstrations. Especially on GraphQA and 3-hop MetaQA, KB-BINDER can even outperform the state-of-the-art trained models. On GrailQA and WebQSP, our model is also on par with other fully-trained models. We believe KB-BINDER can serve as an important baseline for future research. Our code is available at https://github.com/ltl3A87/KB-BINDER.

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="2305.01750")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

ltl3a87/kb-binder officialmentioned in papermentioned on GitHubMIT 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; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

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 ltl3A87/KB-BINDER. “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.

convert_que_to_logical_form ltl3A87/KB-BINDER/metaqa_src/metaqa_2hop_retrieval.py official repository unverified MIT (permissive) · f1fc6cff45304a65 · report
convert_que_to_logical_form ltl3A87/KB-BINDER/metaqa_src/metaqa_3hop_retrieval.py official repository unverified MIT (permissive) · 1d153734964921c0 · report
lisp_to_nested_expression ltl3A87/KB-BINDER/sparql_exe.py official repository unverified MIT (permissive) · 720f89c903a8b4ab · report
lisp_to_sparql ltl3A87/KB-BINDER/sparql_exe.py official repository unverified MIT (permissive) · d843b1f90d24d2ff · report
process_file ltl3A87/KB-BINDER/utils.py official repository unverified MIT (permissive) · 767c14bec8de2d7b · report
process_file_node ltl3A87/KB-BINDER/utils.py official repository unverified MIT (permissive) · 23f4493d2360085d · report
process_file_test ltl3A87/KB-BINDER/utils.py official repository unverified MIT (permissive) · 6a407d6225053a42 · report
ques_ans_process ltl3A87/KB-BINDER/metaqa_src/metaqa_1hop.py official repository unverified MIT (permissive) · ff8aed0193581b80 · report
select_shot_prompt_train ltl3A87/KB-BINDER/few_shot_kbqa.py official repository unverified MIT (permissive) · 408ea195a95c1b8d · report
sub_mid_to_fn ltl3A87/KB-BINDER/few_shot_kbqa.py official repository unverified MIT (permissive) · 0916c09fee1c5e2c · report
two_hop_type_generator ltl3A87/KB-BINDER/metaqa_src/metaqa_2hop.py official repository unverified MIT (permissive) · 497120fe612c645c · report
two_hop_type_generator ltl3A87/KB-BINDER/metaqa_src/metaqa_3hop.py official repository unverified MIT (permissive) · 7b0bb4230a4d8f59 · report
type_generator ltl3A87/KB-BINDER/few_shot_kbqa.py official repository unverified MIT (permissive) · 1579076f50506d33 · report
type_generator ltl3A87/KB-BINDER/metaqa_src/metaqa_1hop.py official repository unverified MIT (permissive) · b8078083322e80ae · report
type_generator ltl3a87/kb-binder/metaqa_src/metaqa_1hop_retrieval.py official repository unverified MIT (permissive) · d50559ab9147187a · report
type_process ltl3A87/KB-BINDER/metaqa_src/metaqa_1hop.py official repository unverified MIT (permissive) · 59df621bd911e46d · report

Tasks

In-Context LearningKnowledge Base Question AnsweringQuestion Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

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