paper-with-me

홈 › Papers

Rethinking LLM Verification: Evidence Structure, Uncertainty, and Selective Refinement

2026-08-11 · Uma Ranjan, Kunal Tilaganji, Aditya Koul, Anurag Mahipal, Dashpreet Singh, Hriday Rana, Manan Jain, Sidharth Gupta, Ajo Babu George, Vineeth Balasubramanian, Nagarajan Natarajan, Amit Sharma arxiv

Large language models (LLMs) often rely on shortcuts rather than systematic reasoning, raising safety concerns in medical applications. Allowing models to abstain when uncertain improves reliability but introduces a coverage accuracy tradeoff. We propose a two-stage framework for medical hypothesis verification in multiple-choice settings that manages this tradeoff through targeted ontology grounding, applied only when the model abstains. We show that abstention is not random but reflects genuine uncertainty, with abstained predictions associated with lower confidence. Across two frontier models (GPT-5.5, accessed via the Azure OpenAI API, and DeepSeek-R1), the proposed framework improves question-level accuracy by 9.6 percentage points (82.9% to 92.5%) and hypothesis-level accuracy by 4.2 percentage points (92.0% to 96.2%). Our experiments conducted on MedReason and MedQA show that abstention can be repurposed as a control signal for selective reasoning refinement, achieving knowledge-graph-level performance without explicit knowledge graph construction.

📄 PDF Abstract BibTeX arXiv:2608.10725

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SURE-RAG: Sufficiency and Uncertainty-Aware Evidence Verification for Selective Retrieval-Augmented Generation

2026-05-05 · Jingxi Qiu, Zeyu Han, Cheng Huang arxiv

Retrieval-augmented generation (RAG) grounds answers in retrieved passages, but retrieval is not verification: a passage can be topical and still fail to justify the answer. We frame this gap as evidence sufficiency veri…

Contestable Multi-Agent Debate with Arena-based Argumentative Computation for Multimedia Verification

2026-05-14 · Truong Thanh Hung Nguyen, Vo Thanh Khang Nguyen, Hoang-Loc Cao, Phuc Ho 외 arxiv

Multimedia verification requires not only accurate conclusions but also transparent and contestable reasoning. We propose a contestable multi-agent framework that integrates multimodal large language models, external ver…

DeepSciVerify: Verifying Scientific Claim--Citation Alignment via LLM-Driven Evidence Escalation

2026-05-26 · Shaghayegh Sadeghi, Khashayar Khajavi, Rise Adhikari, Alexander Tessier arxiv

Misalignment between claims and their cited evidence is a common failure mode in reports generated by large language models, limiting their reliability in scientific and other high-stakes settings. We present DeepSciVeri…

Text Retrieval

Intelligence Under Time Constraints: Rethinking Test-Time Compute

2026-09-14 · Xiaotian Zhang arxiv

Intelligence under time constraints requires deciding not only how much to compute, but when computation is worth starting. We study this problem in streaming interactions, where evidence arrives incrementally and may be…

Guideline-Grounded Evidence Accumulation for High-Stakes Agent Verification

2026-03-03 · Yichi Zhang, Nabeel Seedat, Yinpeng Dong, Peng Cui 외 arxiv

As LLM-powered agents have been used for high-stakes decision-making, such as clinical diagnosis, it becomes critical to develop reliable verification of their decisions to facilitate trustworthy deployment. Yet, existin…