arXiv:2510.13852cs.CLcs.AI2025-10被引 2

测试大模型对不同人群回答是否一致,发现模型表现差异大。

ConsistencyAI: A Benchmark to Assess LLMs' Factual Consistency When Responding to Different Demographic Groups

  • 用15个主题、100次提问,对比不同身份用户的问题回答
  • 平均一致性得分0.8656,部分模型如Grok-3表现最佳
  • 话题和模型提供商都影响事实一致性,适合关注公平性的研究者

本文提出ConsistencyAI,一个独立于大模型厂商的基准,用于评估大语言模型在面对不同人口特征用户时的事实一致性。通过向19个LLM提出包含5个事实的15个主题问题,每次添加不同身份背景的提示上下文,重复100次测试。将回复转换为句向量,计算跨身份的余弦相似度,并取加权平均得到事实一致性分数。实验中得分范围为0.9065至0.7896,均值为0.8656,作为基准阈值。xAI的Grok-3表现最一致,部分轻量模型得分最低。一致性因话题而异:就业市场最不一致,七国集团领导人话题最一致,疫苗或以巴冲突等议题则因模型提供商而异。结果表明,模型提供方与话题共同影响事实一致性。代码与交互式演示已开源,支持可复现评估并推动无身份依赖的提示策略。

原文摘要 · Abstract (English)

Is an LLM telling you different facts than it's telling me? This paper introduces ConsistencyAI, an independent benchmark for measuring the factual consistency of large language models (LLMs) for different personas. ConsistencyAI tests whether, when users of different demographics ask identical questions, the model responds with factually inconsistent answers. Designed without involvement from LLM providers, this benchmark offers impartial evaluation and accountability. In our experiment, we queried 19 LLMs with prompts that requested 5 facts for each of 15 topics. We repeated this query 100 times for each LLM, each time adding prompt context from a different persona selected from a subset of personas modeling the general population. We processed the responses into sentence embeddings, computed cross-persona cosine similarity, and computed the weighted average of cross-persona cosine similarity to calculate factual consistency scores. In 100-persona experiments, scores ranged from 0.9065 to 0.7896, and the mean was 0.8656, which we adopt as a benchmark threshold. xAI's Grok-3 is most consistent, while several lightweight models rank lowest. Consistency varies by topic: the job market is least consistent, G7 world leaders most consistent, and issues like vaccines or the Israeli-Palestinian conflict diverge by provider. These results show that both the provider and the topic shape the factual consistency. We release our code and interactive demo to support reproducible evaluation and encourage persona-invariant prompting strategies.

大模型评估事实一致性公平性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。