paper-with-me

홈 › Papers

Reinforcement Learning for Large Language Model Selective Evidence Adoption from Contaminated Retrieval Results

2026-07-22 · Yanyu Chen, Yue Li, Yongyi Cui, Dongsheng Shi, Lichang Dai arxiv

Retrieval-augmented large language models frequently face contexts that interleave useful evidence with misleading statements or instruction-like content. Blanket refusal discards valid evidence, whereas uncritical adoption yields incorrect or unsafe answers. The ability to selectively adopt relevant information while rejecting deceptive or harmful content is therefore critical for reliable deployment in real-world retrieval settings. We introduce SelectBench, a controlled benchmark and training set for selective evidence adoption, and post-train Qwen3.5-4B directly with DAPO using either deterministic rule rewards or a frozen semantic judge. On the corrected 325-example SelectBench-v2 test set, strict success rises from 22.46% for the original checkpoint to 25.54% with DAPO-Rule and 26.46% with DAPO-DeepSeek. Both trained policies reduce forbidden-content adoption and produce shorter, more focused responses, yet prompt-injection following does not improve. The paired gains are modest and fail to survive Holm correction, suggesting that stronger reward shaping or additional training iterations may be needed for more robust gains. DAPO-DeepSeek exhibits no material degradation on MMLU or clean HotpotQA, indicating that the post-training procedure preserves general capabilities. These results demonstrate a directional improvement in selective evidence use, while identifying injection resistance and statistical robustness as important remaining challenges for future work.

📄 PDF Abstract BibTeX arXiv:2607.20090

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

V-Retrver: Evidence-Driven Agentic Reasoning for Universal Multimodal Retrieval

2026-02-05 · Dongyang Chen, Chaoyang Wang, Dezhao Su, Xi Xiao 외 arxiv

Multimodal Large Language Models (MLLMs) have recently been applied to universal multimodal retrieval, where Chain-of-Thought (CoT) reasoning improves candidate reranking. However, existing approaches remain largely lang…

Reinforcement Learning

FactGuard: Agentic Video Misinformation Detection via Reinforcement Learning

2026-02-26 · Zehao Li, Hongwei Yu, Hao Jiang, Qiang Sheng 외 arxiv

Multimodal large language models (MLLMs) have substantially advanced video misinformation detection through unified multimodal reasoning, but they often rely on fixed-depth inference and place excessive trust in internal…

Reinforcement LearningMultimodal ReasoningDecision Making

Selective "Selective Prediction": Reducing Unnecessary Abstention in Vision-Language Reasoning

2024-02-23 · Tejas Srinivasan, Jack Hessel, Tanmay Gupta, Bill Yuchen Lin 외

Selective prediction minimizes incorrect predictions from vision-language models (VLMs) by allowing them to abstain from answering when uncertain. However, when deploying a vision-language system with low tolerance for i…

Prediction

AI Adoption Across Mission-Driven Organizations

2025-10-04 · Dalia Ali, Muneeb Ahmed, Hailan Wang, Arfa Khan 외 arxiv

Despite AI's promise for addressing global challenges, empirical understanding of AI adoption in mission-driven organizations (MDOs) remains limited. While research emphasizes individual applications or ethical principle…

Foveated Reasoning: Stateful, Action-based Visual Focusing for Vision-Language Models

2026-04-22 · Juhong Min, Lazar Valkov, Vitali Petsiuk, Hossein Souri 외 arxiv

Vision-language models benefit from high-resolution images, but the increase in visual-token count incurs high compute overhead. Humans resolve this tension via foveation: a coarse view guides "where to look", while sele…

Reinforcement Learning