paper-with-me

홈 › Papers

Hallucination Self-Play: Bootstrapping Reinforced Detector via Evolved Generator

2026-07-08 · Shiping Yang, Shining Liang, Weihao Liu, Wenbiao Ding, Linjun Shou, Lu Cheng, Angel X. Chang arxiv

Identifying faithfulness hallucinations in LLM-generated outputs remains challenging due to the scarcity of high-quality annotated data. Recent work relies on advanced LLMs to synthesize training data, including rationales, labels, and hallucinated claims. However, these methods treat the generator as a static component, limiting iterative improvement of the detector. To address this limitation, we introduce Hallucination Self-Play (HSP), a novel framework that enables the detector to bootstrap with an evolved generator. HSP involves two roles initialized from the same base model, a detector that assesses the faithfulness of model outputs, and a generator that produces increasingly hard-to-detect hallucinated responses. Specifically, the detector is first fine-tuned on human-labeled data and then employed as a reward model to train the generator via reinforcement learning from AI feedback (RLAIF). In turn, the evolved generator synthesizes hallucination data to further optimize the detector through rule-based reinforcement learning. Experiments on RAGTruth benchmark and two model families demonstrate that the proposed framework can progressively enhance a small LLM to match or even outperform advanced LLMs without external supervision. Our code is available at https://anonymous.4open.science/r/Hallucination-Self-Play-50B5 .

📄 PDF Abstract BibTeX arXiv:2607.07993

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MARCH: Multi-Agent Reinforced Self-Check for LLM Hallucination

2026-03-25 · Zhuo Li, Yupeng Zhang, Pengyu Cheng, Jiajun Song 외 arxiv

Hallucination remains a critical bottleneck for large language models (LLMs), undermining their reliability in real-world applications, especially in Retrieval-Augmented Generation (RAG) systems. While existing hallucina…

Multi-agent Reinforcement Learning

AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforced Self-Play

2025-09-29 · Ran Xu, Yuchen Zhuang, Zihan Dong, Jonathan Wang 외 arxiv

Search-augmented LLMs often struggle with complex reasoning tasks due to ineffective multi-hop retrieval and limited reasoning ability. We propose AceSearcher, a cooperative self-play framework that trains a single large…

Answer Generation

Unsupervised Conformal Inference: Bootstrapping and Alignment to Control LLM Uncertainty

2025-09-26 · Lingyou Pang, Lei Huang, Jianyu Lin, Tianyu Wang 외 arxiv

Deploying black-box LLMs requires managing uncertainty in the absence of token-level probability or true labels. We propose introducing an unsupervised conformal inference framework for generation, which integrates: gene…

Dynamic Adversarial Reinforcement Learning for Robust Multimodal Large Language Models

2026-01-24 · Yicheng Bao, Xuhong Wang, Qiaosheng Zhang, Chaochao Lu 외 arxiv

Despite their impressive capabilities, Multimodal Large Language Models (MLLMs) exhibit perceptual fragility when confronted with visually complex scenes. This weakness stems from a reliance on finite training datasets, …

Reinforcement Learning

Deception in Reinforced Autonomous Agents

2024-05-07 · Atharvan Dogra, Krishna Pillutla, Ameet Deshpande, Ananya B Sai 외

We explore the ability of large language model (LLM)-based agents to engage in subtle deception such as strategically phrasing and intentionally manipulating information to misguide and deceive other agents. This harmful…

Deception DetectionHallucinationLanguage ModelingLanguage Modelling+2