REVIEW 4 major objections 3 minor 5 references
Biomedical question answering improves when retrieval adapts to the question type, using distinct evidence strategies for yes/no, factoid, list, and summary questions.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 12:24 UTC pith:T37JTNOR
load-bearing objection A strong BioASQ system report whose central causal claim about adaptive retrieval is undercut by its own tables. the 4 major comments →
Adaptive Retrieval Strategies for Biomedical Question Answering
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, the paper's central discovery is that aligning evidence acquisition with the information need of each question type improves both retrieval and answer quality. The system routes questions into four tracks: yes/no questions get precise evidence and two-sided argument assessment; factoid questions get entity-focused evidence and clustering of candidate answers; list questions get entity-oriented retrieval, knowledge-graph augmentation, and multi-step synonym-aware entity merging; summary questions get broad evidence collection and hierarchical synthesis. The paper reports that this adaptive pipeline, together with multi-strategy keyword retrieval and staged reranking/filterin
What carries the argument
The load-bearing mechanism is question-type-conditioned evidence selection. A routing step uses the official question-type label (yes/no, factoid, list, summary) to choose different document filters, clusterings, and answer-generation procedures. For example, list questions retain both low and high LLM relevance scores to preserve recall, while other types keep only top-scoring documents; list questions also add knowledge-graph-derived documents. This routing is what the paper credits for its balanced performance across heterogeneous biomedical questions.
Load-bearing premise
The paper assumes that any performance difference between its full adaptive pipeline and the simpler top-K baselines is caused by question-type adaptation, even though those baselines also differ in document count, LLM filtering, and knowledge-graph use.
What would settle it
Take the exact same adaptive pipeline and run it with adaptivity disabled—same number of documents, same LLM filtering, same KG augmentation, but one uniform strategy for all question types. If document/snippet scores stay the same, the adaptive routing by itself adds nothing.
If this is right
- If the claim holds, any biomedical QA system with typed questions can improve by branching its retrieval and evidence aggregation logic at the question-type level.
- Document and snippet ranking can benefit from an answer-driven loop: keywords extracted from an LLM's draft answer expand the search queries and widen recall.
- List questions are the hardest case for a unified pipeline; explicit entity-oriented retrieval plus knowledge-graph augmentation is a workable remedy that boosts recall.
- Two-stage reranking (a fast reranker on a broad pool, then a stronger reranker on the top subset) lets a system scale to large biomedical corpora within time limits.
Where Pith is reading between the lines
- A natural next experiment, which the paper does not run, is an ablation that disables only the adaptivity while holding document count, LLM filtering, and KG augmentation constant; without that ablation, the reported gains cannot be isolated to the question-type routing.
- The paper's own tables show its fixed top-10 and top-20 baselines often beating the full adaptive pipeline on answer F1/MRR; this suggests adaptivity is not uniformly better, and the true value may be in retrieval ranking rather than answer synthesis.
- The same 'routing by information need' idea could be tested outside biomedicine, e.g., legal or scientific QA where questions divide into lookup, comparison, and summary types.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents an adaptive retrieval framework for biomedical QA in the BioASQ 13B challenge. The system uses LLM-based keyword extraction, multi-strategy document retrieval, two-stage reranking, LLM filtering, knowledge graph augmentation, and question-type-specific evidence aggregation. The authors claim that adaptive retrieval strategies improve evidence relevance and answer quality across question types. They evaluate on the four official BioASQ 13B batches, reporting first-place competition ranks in Phase A document and snippet retrieval and various Phase A+ scores for yes/no, factoid, and list questions.
Significance. If the causal claim were supported, the paper would offer a useful design principle: tailoring retrieval and aggregation to question type. The evaluation on a public benchmark with official scores is a strength, and the system is comprehensively described. However, the reported results contradict the abstract's central claim: the adaptive Mainpipeline underperforms the fixed Top10/Top20 baselines on the primary Phase A MAP and List F-measure in every batch, and Section 4.4 concedes that the baselines were generally the strongest variants. The comparison is confounded by differences in document count, LLM filtering, clustering, and KG use, so no clean evidence isolates the benefit of adaptivity. The competition ranking 'first place' refers to the best among all submitted runs, not to the superiority of the adaptive framework over its own baselines. The central claim is therefore not demonstrated.
major comments (4)
- [Section 4.4, Tables 2 and 6] The abstract claims adaptive retrieval improves evidence relevance and answer quality, but Table 2 shows Mainpipeline Phase A MAP is below Baseline_Top10 in every batch (e.g., Batch 1: 0.4796 vs 0.5627; Batch 3: 0.4513 vs 0.5757). Table 6 shows List F-measure is lower for Mainpipeline than Baseline_Top10 in every batch (e.g., Batch 1: 0.1698 vs 0.3038; Batch 4: 0.2703 vs 0.3307). Section 4.4 explicitly states 'Baseline_Top10 and Baseline_Top20 approaches were generally the strongest variants within our suite of methods.' Therefore the paper's own results directly contradict the central claim, which must be revised or supported by a proper ablation.
- [Section 4.2] The comparison between Mainpipeline and Baseline_Top10/Top20 does not isolate question-type adaptation. The baselines differ in the number of documents supplied to the LLM (fixed 10 or 20 vs the adaptive selection), whether LLM filtering is applied, whether document clustering is used, and whether KG augmentation is included. Any performance difference could be attributed to these factors rather than adaptivity. An ablation that holds the document subset fixed and varies only the question-type-dependent selection/aggregation strategy is required to support the claim.
- [Section 3.5, Table 6] The KG augmentation, introduced specifically for List questions, does not improve over Mainpipeline in List F-measure in Batches 1, 2, and 4 (e.g., Batch 1: 0.1645 vs 0.1698; Batch 4: 0.2533 vs 0.2703). The only improvement is in Batch 3 (0.3642 vs 0.3195). This further weakens the claim that the added components contribute to answer quality.
- [Tables 2–6, 'Our Rank' column] The 'Our Rank' column reports the best rank among all submitted runs (including Naive and Baseline variants) in the competition, not the rank of Mainpipeline relative to the paper's own baselines. For example, Table 4 Batch 1 shows Naive achieving a perfect 1.0000 Macro-F1 while Mainpipeline scores 0.9244. The statement that 'our system delivered the strongest performance among all participating teams' conflates the best of five variants with the adaptive framework itself, providing no evidence for the adaptive component.
minor comments (3)
- [Section 3.3 vs Section 4.1] Section 3.3 describes nine retrieval strategies, while Section 4.1 states that six are used in the reported experiments. Clarify which strategies are used and whether the omitted ones affect the results.
- [Section 4.3] In the List question evaluation paragraph, 'truth positives' should be 'true positives'. Equation (7) is typeset incorrectly and the definition of ROUGE-SU4 is incomplete. Also, the paper does not report standard deviations or significance tests, which is a limitation given the small number of batches.
- [Section 3.6] Minor typographical issue: 'Y es/No' contains an errant space. Also, the notation for the equations in Section 4.3 (e.g., Equation (2)) uses inconsistent spacing and summation symbols.
Circularity Check
No significant circularity: external BioASQ benchmark anchors the claims; self-citations and answer-derived keywords do not make the derivation self-referential.
full rationale
The paper's central performance claims are anchored to the official BioASQ benchmark, which is an external, independent evaluation. The reported ranks and scores are not derived from the paper's own assumptions by construction. The abstract's claim that adaptive retrieval improves evidence relevance and answer quality is contradicted by the paper's own tables (e.g., Mainpipeline has lower Phase A document MAP than Baseline_Top10 in all four batches), but contradiction is a correctness issue, not circularity. The use of LLM-generated answers to derive retrieval keywords creates a feedback loop in the pipeline (Section 3.2: 'we also process the LLM-generated answers to identify all relevant keywords they contain'; Section 3.3: 'q1a: for each answer entity, we retrieve documents using the combined keywords from the question and that entity'), but the final answers are still scored against external gold labels, so the loop does not make the evaluation self-referential by construction. The knowledge graph citation [4] is a self-cited proprietary resource, but it is used as a component for List questions and is not the basis of the main adaptive-retrieval claim; KG results are also not consistently better than baselines. No fitted parameter is renamed as a prediction, and no uniqueness theorem or prior result is used to force the presented design. Therefore, no circular step can be exhibited under the required reduction standard, and the score is 0.
Axiom & Free-Parameter Ledger
free parameters (5)
- Jina reranker cutoff score and rank thresholds per question type =
Yes/No: score>0.5 or top1000; Factoid: >0.5 or top1500; List: >0.6 or top1500; Summary: >0.6 or top1000
- bge reranker hyperparameters =
cutoff_layers=[28], compress_ratio=2, compress_layer=[24,40]
- Retrieval strategy document caps =
top 5000 per strategy; top 1000 for first rerank; top 1000/1500 for second
- LLM filtering score thresholds =
0-2 scale; retain score 2, supplement with score 1 if fewer than 10; List retains both 1 and 2
- Publication year cutoff =
>=1990
axioms (3)
- domain assumption BioASQ official gold documents, snippets, and answer labels are valid ground truth for relevance and answer quality.
- domain assumption GPT-4o keyword extraction, LLM filtering, and evidence clustering are reliable enough to guide retrieval without systematic bias.
- domain assumption iSearch and the Insilicom knowledge graph provide sufficient and unbiased coverage of the biomedical literature for all question types.
read the original abstract
Biomedical question answering (QA) encompasses diverse question types, including yes/no, factoid, list, and summary questions, each requiring distinct forms of evidence and reasoning. However, most retrieval-augmented QA systems rely on a unified retrieval pipeline, regardless of the information needs of different question categories. This one-size-fits-all approach may limit the effectiveness of evidence acquisition and downstream answer generation. In this work, we propose an adaptive retrieval framework that selects retrieval and evidence aggregation strategies according to question type. The system combines query understanding, biomedical document retrieval, reranking, knowledge graph augmentation, document clustering, and large language model-based answer generation. For yes/no questions, it focuses on precise evidence retrieval; for factoid and list questions, it emphasizes entity-oriented retrieval and clustering; and for summary questions, it performs broader evidence collection and synthesis. We evaluate the proposed framework on the BioASQ benchmark and demonstrate that adaptive retrieval strategies improve evidence relevance and answer quality across multiple question types. Our results suggest that aligning retrieval mechanisms with question-specific information needs provides an effective direction for enhancing retrieval-augmented biomedical QA systems.
Figures
Reference graph
Works this paper leans on
-
[1]
jina-embeddings-v3: Multilingual embeddings with task lora.arXiv preprint arXiv:2409.10173, 2024
Saba Sturua, Isabelle Mohr, Mohammad Kalim Akram, Michael Günther, Bo Wang, Markus Krimmel, Feng Wang, Georgios Mastrapas, Andreas Koukounas, Nan Wang, et al. jina-embeddings-v3: Multilingual embeddings with task lora.arXiv preprint arXiv:2409.10173, 2024
Pith/arXiv arXiv 2024
-
[2]
Chaofan Li, Zheng Liu, Shitao Xiao, and Yingxia Shao. Making large language models a better foundation for dense retrieval.arXiv preprint arXiv:2312.15503, 2023
arXiv 2023
-
[3]
Jianlv Chen, Shitao Xiao, Peitian Zhang, Kun Luo, Defu Lian, and Zheng Liu. Bge m3-embedding: Multi- lingual, multi-functionality, multi-granularity text embeddings through self-knowledge distillation.arXiv preprint arXiv:2402.03216, 2024
Pith/arXiv arXiv 2024
-
[4]
A comprehensive large-scale biomedical knowledge graph for ai-powered data-driven biomedical research.Nature Machine Intelligence, 2025
Yuan Zhang, Xin Sui, Feng Pan, Kaixian Yu, Keqiao Li, Shubo Tian, Arslan Erdengasileng, Qing Han, Wanjing Wang, Jian’an Wang, Jian Wang, Donghu Sun, Henry Chung, Jun Zhou, Eric Zhou, Ben Lee, Peili Zhang, Xing Qiu, Tingting Zhao, and Jinfeng Zhang. A comprehensive large-scale biomedical knowledge graph for ai-powered data-driven biomedical research.Nature...
2025
-
[5]
Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024
Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024. 12
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.