paper-with-me

Papers

What Makes a Medical Checker Trainable? Diagnosing Signal Collapse and Reward Hacking in Checker-Guided RAG for Biomedical QA

2026-05-25 · Yuelyu Ji, Min Gu Kwak, Hang Zhang, Xizhi Wu, Chenyu Li, Yanshan Wan arxiv

Medical RAG needs evidence-grounded claims, so plugging a claim-level NLI checker into retrieval-augmented RL is intuitive. \textbf{We find that the checker's \emph{output distribution} during training, not its held-out accuracy, decides whether it provides trainable gradient.} We compare four NLI checker back-ends as process rewards inside a GRPO-trained medical RAG agent (Qwen2.5-7B, replicated on Qwen3-4B and Llama-3.1-8B) across four held-out medical QA benchmarks. Three diagnostic findings emerge. \textbf{(i)} Signal collapse is log-prob-specific: LLM log-probability scoring labels over 97\% of claims neutral -- collapsing the RL gradient to zero -- while a calibrated MedNLI classifier scores the same pairs non-degenerately. \textbf{(ii)} Moderate signal beats strong signal on answer quality: a strong proprietary checker triggers a three-step reward-hacking cascade -- ultra-short answers, search avoidance, language collapse -- so a moderate-signal local classifier trains a higher-quality model (\textbf{+12\% BERTScore over zero-shot, no GPT dependency}). \textbf{(iii)} Signal strength is policy-dependent: the same checker registers as moderate on one policy but strong on another without triggering the cascade end-state. We frame these as boundary conditions for verifier-as-reward systems.

📄 PDF Abstract BibTeX arXiv:2605.25988

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RAGChecker: A Fine-grained Framework for Diagnosing Retrieval-Augmented Generation

2024-08-15 · Dongyu Ru, Lin Qiu, Xiangkun Hu, Tianhang Zhang 외

Despite Retrieval-Augmented Generation (RAG) showing promising capability in leveraging external knowledge, a comprehensive evaluation of RAG systems is still challenging due to the modular nature of RAG, evaluation of l…

DiagnosticRAGRetrievalRetrieval-augmented Generation

MedRAGChecker: Claim-Level Verification for Biomedical Retrieval-Augmented Generation

2026-01-10 · Yuelyu Ji, Min Gu Kwak, Hang Zhang, Xizhi Wu 외 arxiv

Biomedical retrieval-augmented generation (RAG) can ground LLM answers in medical literature, yet long-form outputs often contain isolated unsupported or contradictory claims with safety implications. We introduce MedRAG…

Natural Language Inference

Structural Certification for Reliable Physical Design with Language Models

2026-06-29 · Nakul Vyas, Iliya D. Stoev arxiv

An unreliable language model can be made to produce reliable physical designs if the authority to assert is moved out of the model: the model proposes, and a deterministic engine alone certifies, returning certified, imp…

ATTNChecker: Highly-Optimized Fault Tolerant Attention for Large Language Model Training

2024-10-15 · Yuhang Liang, Xinyi Li, Jie Ren, Ang Li 외

Large Language Models (LLMs) have demonstrated remarkable performance in various natural language processing tasks. However, the training of these models is computationally intensive and susceptible to faults, particular…

Language ModelingLanguage ModellingLarge Language Model

Human-centered NLP Fact-checking: Co-Designing with Fact-checkers using Matchmaking for AI

2023-08-14 · Houjiang Liu, Anubrata Das, Alexander Boltz, Didi Zhou 외

While many Natural Language Processing (NLP) techniques have been proposed for fact-checking, both academic research and fact-checking organizations report limited adoption of such NLP work due to poor alignment with fac…

Fact CheckingMisinformation