CLAIMay 28

Teaching Language Models to Check Grounded Claim Factuality with Human Test-Taking Strategies

arXiv:2605.2971277.9
Predicted impact top 60% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work improves the efficiency and interpretability of factuality checking for LLM applications, which is important for users assessing generated outputs in retrieval-augmented generation.

The authors propose a method for grounded claim factuality checking by framing it as a true/false reading comprehension task and prompting LLMs with test-taking strategies, reducing token usage by over 80% while achieving competitive performance and a new state of the art on one benchmark. They also train small language models via supervised fine-tuning and self-revision to match strong baselines with lower inference costs.

Grounded claim factuality checking is important for large language model (LLM) applications such as retrieval-augmented generation, as it helps users assess the correctness of generated outputs. Existing metrics using entailment classifiers require dataset-specific threshold tuning, while LLM-based approaches often use direct prompting, which underutilises the reasoning capabilities of LLMs. We address this by formulating grounded claim factuality checking as a true/false reading comprehension task and prompting LLMs with explicit test-taking strategies for efficient reasoning. Our method reduces token usage by over 80% compared to unguided open-ended reasoning, and achieves competitive performance to more expensive alternatives across two factuality benchmarks, setting a new state of the art on one. To further reduce inference cost, we train small language models (SLMs) to replace LLMs in the checking pipeline. Using supervised fine-tuning (SFT) and a self-revision mechanism, the SLMs learn to improve their factuality judgements. Experimental results show that the resulting SLMs perform on par with strong baselines, combining low inference costs with generating supporting rationales to support interpretability. Code and datasets will be released upon acceptance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes