arXiv:2511.16846cs.CLcs.AI2025-11被引 4

无需参考答案,自动评估大模型回答的冗余程度

ConCISE: A Reference-Free Conciseness Evaluation Metric for LLM-Generated Answers

  • 用三个压缩比衡量回答冗余度
  • 实验表明能有效识别模型输出中的冗余内容
  • 适合需要自动化评估简洁性的对话系统开发者

大语言模型生成的回答常过于冗长,包含大量重复或无关信息,影响可读性并增加部署成本。本文提出一种无需参考答案的简洁性评估指标ConCISE。该方法通过三种方式量化非必要内容:一是原始回答与大模型摘要之间的压缩比;二是原始回答与大模型抽取式摘要的压缩比;三是让大模型尽可能删除非关键词汇,保留语义的前提下被移除的词数即为简洁性得分。实验表明,该指标能有效识别大模型输出中的冗余内容,为对话AI系统提供无需人工标注的自动化简洁性评估工具。

原文摘要 · Abstract (English)

Large language models (LLMs) frequently generate responses that are lengthy and verbose, filled with redundant or unnecessary details. This diminishes clarity and user satisfaction, and it increases costs for model developers, especially with well-known proprietary models that charge based on the number of output tokens. In this paper, we introduce a novel reference-free metric for evaluating the conciseness of responses generated by LLMs. Our method quantifies non-essential content without relying on gold standard references and calculates the average of three calculations: i) a compression ratio between the original response and an LLM abstractive summary; ii) a compression ratio between the original response and an LLM extractive summary; and iii) wordremoval compression, where an LLM removes as many non-essential words as possible from the response while preserving its meaning, with the number of tokens removed indicating the conciseness score. Experimental results demonstrate that our proposed metric identifies redundancy in LLM outputs, offering a practical tool for automated evaluation of response brevity in conversational AI systems without the need for ground truth human annotations.

大模型评估简洁性无参考

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