Papers › R-Tuning: Instructing Large Language Models to Say `I Don't Know'

R-Tuning: Instructing Large Language Models to Say `I Don't Know'

16 Nov 2023arXiv:2311.09677archive 2025-07-28

Hanning Zhang, Shizhe Diao, Yong Lin, Yi R. Fung, Qing Lian, Xingyao Wang, Yangyi Chen, Heng Ji, Tong Zhang

Large language models (LLMs) have revolutionized numerous domains with their impressive performance but still face their challenges. A predominant issue is the propensity for these models to generate non-existent facts, a concern termed hallucination. Our research is motivated by the observation that previous instruction tuning methods force the model to complete a sentence no matter whether the model knows the knowledge or not. When the question is out of the parametric knowledge, it will try to make up something and fail to indicate when it lacks knowledge. In this paper, we present a new approach called Refusal-Aware Instruction Tuning (R-Tuning). This approach is formalized by first identifying the disparity in knowledge encompassed by pre-trained parameters compared to that of instruction tuning data. Then, we construct the refusal-aware data based on the knowledge intersection, to tune LLMs to refrain from responding to questions beyond its parametric knowledge. Experimental results demonstrate R-Tuning effectively improves a model's ability to answer known questions and refrain from answering unknown questions. Furthermore, when tested on out-of-domain datasets, the refusal ability was found to be a meta-skill that could be generalized to other tasks. Further analysis surprisingly finds that learning the uncertainty results in better calibration and an improved ability to estimate the uncertainty than uncertainty-based testing. Our code is available at https://github.com/shizhediao/R-Tuning.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2311.09677")

Code

Syntology Ran 8 of 16 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 7 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shizhediao/r-tuning officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 8 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
7ran
8unverified

Licence: 16 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from shizhediao/r-tuning. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_scores shizhediao/r-tuning/evaluation/MMLU/results/calculate_ap.py official repository ran no licence file found · pointer only · 4215906aecd42093 · report
format_example shizhediao/r-tuning/evaluation/MMLU/evaluate.py official repository ran no licence file found · pointer only · 434b759fa0cba061 · report
format_question shizhediao/r-tuning/evaluation/FEVER/evaluate.py official repository ran no licence file found · pointer only · c62af2431eed8398 · report
format_question shizhediao/r-tuning/evaluation/HaluEvalQA/evaluate.py official repository ran no licence file found · pointer only · ed702608cd107f17 · report
format_question shizhediao/r-tuning/evaluation/HotpotQA/evaluate.py official repository ran no licence file found · pointer only · 8ffd4f62ece5b520 · report
format_question shizhediao/r-tuning/evaluation/WiCE/evaluate.py official repository ran no licence file found · pointer only · c3a776c309a37593 · report
format_shots shizhediao/r-tuning/evaluation/MMLU/evaluate.py official repository ran no licence file found · pointer only · bb75473fff431fe0 · report
format_subject shizhediao/r-tuning/evaluation/MMLU/evaluate.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 6ab745408cb8648b · report
checksure shizhediao/r-tuning/evaluation/FEVER/evaluate.py official repository unverified no licence file found · pointer only · 4b47d29dbb26a5f2 · report
inference shizhediao/r-tuning/evaluation/FEVER/evaluate.py official repository unverified no licence file found · pointer only · 98a0b6e99d3532df · report
inference shizhediao/r-tuning/evaluation/HaluEvalQA/evaluate.py official repository unverified no licence file found · pointer only · 463dd7fbdb3230ad · report
inference shizhediao/r-tuning/evaluation/HotpotQA/evaluate.py official repository unverified no licence file found · pointer only · 73ec093e1e84c7d8 · report
inference shizhediao/r-tuning/evaluation/WiCE/evaluate.py official repository unverified no licence file found · pointer only · b67471c3a3591add · report
inference shizhediao/r-tuning/evaluation/pararel/evaluate.py official repository unverified no licence file found · pointer only · 57cbd3b83c4e5ef1 · report
inference shizhediao/r-tuning/training/FEVER/run_fever.py official repository unverified no licence file found · pointer only · 9895a60c8ddb2794 · report
inference shizhediao/r-tuning/training/HotpotQA/run_hotpotqa.py official repository unverified no licence file found · pointer only · 34083253ed1953e5 · report

Tasks

HallucinationSentence

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections