English

AuthorityBench: Benchmarking LLM Authority Perception for Reliable Retrieval-Augmented Generation

Information Retrieval 2026-03-27 v1

Abstract

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) with external knowledge but remains vulnerable to low-authority sources that can propagate misinformation. We investigate whether LLMs can perceive information authority - a capability extending beyond semantic understanding. To address this, we introduce AuthorityBench, a comprehensive benchmark for evaluating LLM authority perception comprising three datasets: DomainAuth (10K web domains with PageRank-based authority), EntityAuth (22K entities with popularity-based authority), and RAGAuth (120 queries with documents of varying authority for downstream evaluation). We evaluate five LLMs using three judging methods (PointJudge, PairJudge, ListJudge) across multiple output formats. Results show that ListJudge and PairJudge with PointScore output achieve the strongest correlation with ground-truth authority, while ListJudge offers optimal cost-effectiveness. Notably, incorporating webpage text consistently degrades judgment performance, suggesting authority is distinct from textual style. Downstream experiments on RAG demonstrate that authority-guided filtering largely improves answer accuracy, validating the practical importance of authority perception for reliable knowledge retrieval. Code and benchmark are available at: https://github.com/Trustworthy-Information-Access/AuthorityBench.

Keywords

Cite

@article{arxiv.2603.25092,
  title  = {AuthorityBench: Benchmarking LLM Authority Perception for Reliable Retrieval-Augmented Generation},
  author = {Zhihui Yao and Hengran Zhang and Keping Bi},
  journal= {arXiv preprint arXiv:2603.25092},
  year   = {2026}
}

Comments

11 pages, 4 figures. Submitted to ACL 2026

R2 v1 2026-07-01T11:38:39.606Z