Papers › Small Models, Big Insights: Leveraging Slim Proxy Models To Decide When and What to...

Small Models, Big Insights: Leveraging Slim Proxy Models To Decide When and What to Retrieve for LLMs

19 Feb 2024arXiv:2402.12052archive 2025-07-28

Jiejun Tan, Zhicheng Dou, Yutao Zhu, Peidong Guo, Kun Fang, Ji-Rong Wen

The integration of large language models (LLMs) and search engines represents a significant evolution in knowledge acquisition methodologies. However, determining the knowledge that an LLM already possesses and the knowledge that requires the help of a search engine remains an unresolved issue. Most existing methods solve this problem through the results of preliminary answers or reasoning done by the LLM itself, but this incurs excessively high computational costs. This paper introduces a novel collaborative approach, namely SlimPLM, that detects missing knowledge in LLMs with a slim proxy model, to enhance the LLM's knowledge acquisition process. We employ a proxy model which has far fewer parameters, and take its answers as heuristic answers. Heuristic answers are then utilized to predict the knowledge required to answer the user question, as well as the known and unknown knowledge within the LLM. We only conduct retrieval for the missing knowledge in questions that the LLM does not know. Extensive experimental results on five datasets with two LLMs demonstrate a notable improvement in the end-to-end performance of LLMs in question-answering tasks, achieving or surpassing current state-of-the-art models with lower LLM inference costs.

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

Code

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

By repository: official repository: 15 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.

plageon/slimplm officialmentioned in papermentioned on GitHubpytorch 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

15 samples harvested; 6 ran; 0 honoured the contract we drafted; 9 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.

1ran · our draft was wrong
5ran
9unverified

Licence: 15 of the 15 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 plageon/slimplm. “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.

exact_match_score plageon/slimplm/SKR/skr.py official repository ran fingerprinted no licence file found · pointer only · 0be284da9bf9ca86 · report
f1_score plageon/slimplm/SKR/skr.py official repository ran fingerprinted no licence file found · pointer only · 42ae926df6227a65 · report
get_stop_words_ids plageon/slimplm/SKR/vllm_wrapper.py official repository ran · our draft was wrong no licence file found · pointer only · 1616f54ad713d861 · report
make_context plageon/slimplm/SKR/vllm_wrapper.py official repository ran no licence file found · pointer only · cc910a23dfa4faf9 · report
normalize_answer plageon/slimplm/SKR/skr.py official repository ran fingerprinted no licence file found · pointer only · ae914f80513baf0f · report
parse_query_rewrite_result plageon/slimplm/itergen/itergen_search.py official repository ran fingerprinted no licence file found · pointer only · 4559d324e8869534 · report
apply_retrieval plageon/slimplm/itergen/itergen_search.py official repository unverified no licence file found · pointer only · 0d1849e93ded0365 · report
cal_logits plageon/slimplm/flare/flare_search.py official repository unverified no licence file found · pointer only · 24880d8347224f43 · report
chat_prompt_search plageon/slimplm/itergen/itergen_chat.py official repository unverified no licence file found · pointer only · b15ebcca575175b2 · report
check_chat_result plageon/slimplm/flare/flare_search.py official repository unverified no licence file found · pointer only · 9264b80c05ab8367 · report
first_round_inference_req plageon/slimplm/flare/flare_chat_inference.py official repository unverified no licence file found · pointer only · 017881a697f8102f · report
get_dataset plageon/slimplm/user_intent/finetune_llm.py official repository unverified no licence file found · pointer only · a49b2e989e8da871 · report
sending_inference_request plageon/slimplm/SKR/icl.py official repository unverified no licence file found · pointer only · e6dea7666ba5f046 · report
sending_inference_request plageon/slimplm/cot/cot_prompt_inference.py official repository unverified no licence file found · pointer only · 41b5dc31cd322ee3 · report
sending_rewrite_request plageon/slimplm/itergen/itergen_search.py official repository unverified no licence file found · pointer only · b3e3436d21b2bc92 · report

Tasks

Question Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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