Researchers introduce MEDIAREF, a publicly available knowledge store of web-sourced documents covering 200 media sources, designed to enable reproducible and low-cost media background check (MBC) generation for automated fact-checking systems. The work addresses a gap in RAG-based fact-checking pipelines where retrieved evidence is assumed reliable but may be biased or outdated. The authors evaluate widely used LLMs on the MBC generation task and show MEDIAREF supports higher-quality outputs than proprietary search API alternatives. The contribution is primarily a dataset and methodology for source-critical reasoning in fact verification.
CommunityFact is a refreshable benchmark for misinformation detection containing 15,992 standalone claims across five languages and two domains, designed to address limitations of static benchmarks. The authors evaluate ten LLMs under varying inference-time conditions including chain-of-thought reasoning and web-search augmentation, finding that web access yields the largest performance gains. A key finding is that web-enabled LLMs' source-selection policies are systematically misaligned with sources that human Community Notes raters converge on, a gap addressable through retrieval expansion or pruning. The benchmark also proposes using Community Notes as a training signal for claim-conditioned source suggesters.
Researchers introduce MIRAGE, a training-free, model-agnostic defense mechanism for long-form Retrieval-Augmented Generation systems exposed to polluted retrieval corpora. The system builds an NLI-based cross-document claim graph and uses a Defended-Claims Gate to either condition generation on consistently supported evidence or fall back to parametric answering. The authors also release a pollution benchmark protocol spanning four perturbation families and demonstrate that MIRAGE restores factuality across four long-form QA benchmarks where vanilla RAG degrades significantly. Code and datasets are publicly released.
A new arXiv paper introduces the first systematic evaluation of data referencing errors (DREs) — incorrect citation or omission of table values — across LLMs ranging from 1.7B to 20B parameters. The authors find DREs are pervasive across all tested models and tasks, compromising intermediate reasoning steps beyond just final-answer accuracy. They demonstrate that a critic-based filtering and rejection sampling approach improves answer accuracy by up to 12%, and train a lightweight 4B critic model achieving 78.2% F1 on detecting DREs both in- and out-of-distribution.
CheckRLM is a proposed framework that improves factual reliability in Reasoning Language Models (RLMs) by integrating Retrieval-Augmented Generation to detect and correct knowledge inconsistencies during inference. The system extracts factual claims from reasoning chains, localizes errors, and applies minimal-cost corrections using external knowledge. Experiments show it outperforms existing baselines in mitigating error accumulation in long-horizon reasoning tasks.
Researchers introduce ProvenanceGuard, a verifier that checks factual claims in MCP-grounded LLM agent answers against their specific source provenance rather than pooled evidence. The system decomposes answers into atomic claims, routes each to its attributed source via MCP trace metadata, and applies NLI plus token-alignment checks to detect 'cross-source conflation' — where a claim is supported somewhere but attributed to the wrong source. Evaluated on 281 medical-domain MCP-agent traces, it achieves block F1 of 0.802 and source accuracy of 0.858 on held-out data, and detects all injected attribution swaps in 50 controlled clinical probes. The work establishes source attribution as an independent factuality axis distinct from standard grounding checks.
Researchers introduce MedMisBench, a benchmark of 10,932 medical questions paired with 48,889 misleading context injections, to measure whether LLMs maintain correct medical judgment under adversarial pressure. Across 11 model configurations, mean accuracy drops from 71.1% to 38.0% when misleading context is injected, with authority-framed falsehoods achieving 69.5% attack success. A 14-member international clinical panel flagged serious potential harm in 38.2% of reviewed cases. The work argues that existing medical benchmarks measure knowledge but not robustness to manipulation, exposing a structural gap in LLM safety evaluation for healthcare.
A study examines how frontier large language models diverge in their responses to real-world fact-checking queries, surfacing systematic disagreements across models on factual claims. The work appears to benchmark multiple leading models against a set of verifiable facts, revealing inconsistencies that have implications for reliability and deployment. With 475 HN points and 333 comments, the piece has generated substantial community discussion. The findings are relevant to evaluation methodology, model calibration, and trust in AI-generated factual content.
A preprint from arXiv demonstrates that an LLM pipeline can automate reproducibility assessments of published social and behavioral science studies, recovering original effect sizes in 41% of cases (vs. 34% for human reanalysts) and reaching the same qualitative conclusion in 96% of cases (vs. 74% for humans). The study evaluated 76 published studies with predefined claims. The results suggest LLMs could serve as a scalable tool for systematic auditing of empirical research, addressing the resource-intensive nature of traditional reproducibility efforts.