paper-with-me

Papers

KnowRL: Exploring Knowledgeable Reinforcement Learning for Factuality

2025-06-24 · Baochang Ren, Shuofei Qiao, Wenhao Yu, Huajun Chen, Ningyu Zhang

Large Language Models (LLMs), particularly slow-thinking models, often exhibit severe hallucination, outputting incorrect content due to an inability to accurately recognize knowledge boundaries during reasoning. While Reinforcement Learning (RL) can enhance complex reasoning abilities, its outcome-oriented reward mechanism often lacks factual supervision over the thinking process, further exacerbating the hallucination problem. To address the high hallucination in slow-thinking models, we propose Knowledge-enhanced RL, KnowRL. KnowRL guides models to perform fact-based slow thinking by integrating a factuality reward, based on knowledge verification, into the RL training process, helping them recognize their knowledge boundaries. KnowRL guides models to perform fact-based slow thinking by integrating a factuality reward, based on knowledge verification, into the RL training process, helping them recognize their knowledge boundaries. This targeted factual input during RL training enables the model to learn and internalize fact-based reasoning strategies. By directly rewarding adherence to facts within the reasoning steps, KnowRL fosters a more reliable thinking process. Experimental results on three hallucination evaluation datasets and two reasoning evaluation datasets demonstrate that KnowRL effectively mitigates hallucinations in slow-thinking models while maintaining their original strong reasoning capabilities. Our code is available at https://github.com/zjunlp/KnowRL.

📄 PDF Abstract BibTeX arXiv:2506.19807

Code (1)

zjunlp/knowrl 공식 구현 pytorch

Tasks

HallucinationHallucination Evaluationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

KnowRL: Boosting LLM Reasoning via Reinforcement Learning with Minimal-Sufficient Knowledge Guidance

2026-04-14 · Linhao Yu, Tianmeng Yang, Siyu Ding, Renren Jin 외 arxiv

RLVR improves reasoning in large language models, but its effectiveness is often limited by severe reward sparsity on hard problems. Recent hint-based RL methods mitigate sparsity by injecting partial solutions or abstra…

Reinforcement Learning

KnowRL: Teaching Language Models to Know What They Know

2025-10-13 · Sahil Kale, Devendra Singh Dhami arxiv

Truly reliable AI requires more than simply scaling up knowledge; it demands the ability to know what it knows and when it does not. Yet recent research shows that even the best LLMs misjudge their own competence in more…

Reinforcement Learning

Head-to-Tail: How Knowledgeable are Large Language Models (LLMs)? A.K.A. Will LLMs Replace Knowledge Graphs?

2023-08-20 · Kai Sun, Yifan Ethan Xu, Hanwen Zha, Yue Liu 외

Since the recent prosperity of Large Language Models (LLMs), there have been interleaved discussions regarding how to reduce hallucinations from LLM responses, how to increase the factuality of LLMs, and whether Knowledg…

Knowledge GraphsWorld Knowledge

Estimating Knowledge in Large Language Models Without Generating a Single Token

2024-06-18 · Daniela Gottesman, Mor Geva

To evaluate knowledge in large language models (LLMs), current methods query the model and then evaluate its generated responses. In this work, we ask whether evaluation can be done before the model has generated any tex…

Hierarchical Neural Network for Extracting Knowledgeable Snippets and Documents

2018-08-22 · Ganbin Zhou, Rongyu Cao, Xiang Ao, Ping Luo 외

In this study, we focus on extracting knowledgeable snippets and annotating knowledgeable documents from Web corpus, consisting of the documents from social media and We-media. Informally, knowledgeable snippets refer to…

Knowledge Base Construction