对比自动评估与人工评估在长文本问答中的差异,发现长度和风格会影响评估结果。
An Empirical Study of Evaluating Long-form Question Answering
- 收集5236条长回答,2079条人工标注,分析自动评估与人工评价的一致性
- 发现自动评估受回答长度、风格和问题类型影响,准确性不足
- 细粒度评估可提升部分指标可靠性,适合评估长文本问答的模型开发者
长文本问答(LFQA)旨在生成针对复杂问题的详尽回答,其评估面临灵活性与挑战并存的问题。现有评估多依赖基于字符串或n-gram匹配的确定性指标,而大语言模型在长文本评估中的可靠性尚未充分探索。本文通过深入研究以下问题:(i) 现有自动评估指标能在多大程度上替代人工评估?(ii) 与人工评估相比,现有指标存在哪些局限?(iii) 如何提升现有评估方法的有效性与鲁棒性?我们收集了5,236条由不同大语言模型生成的事实型与非事实型长回答,并对其中2,079条进行人工评估,重点关注答案的正确性与信息量。随后,评估这些回答的自动指标表现,并分析其与人工评估的一致性。结果表明,回答的风格、长度及问题类别会显著偏倚自动评估指标。然而,细粒度评估可在一定程度上缓解这一问题。研究对大语言模型用于长文本问答评估具有重要启示。所有代码与数据集已公开于 https://github.com/bugtig6351/lfqa_evaluation。
原文摘要 · Abstract (English)
\Ac{LFQA} aims to generate lengthy answers to complex questions. This scenario presents great flexibility as well as significant challenges for evaluation. Most evaluations rely on deterministic metrics that depend on string or n-gram matching, while the reliability of large language model-based evaluations for long-form answers remains relatively unexplored. We address this gap by conducting an in-depth study of long-form answer evaluation with the following research questions: (i) To what extent do existing automatic evaluation metrics serve as a substitute for human evaluations? (ii) What are the limitations of existing evaluation metrics compared to human evaluations? (iii) How can the effectiveness and robustness of existing evaluation methods be improved? We collect 5,236 factoid and non-factoid long-form answers generated by different large language models and conduct a human evaluation on 2,079 of them, focusing on correctness and informativeness. Subsequently, we investigated the performance of automatic evaluation metrics by evaluating these answers, analyzing the consistency between these metrics and human evaluations. We find that the style, length of the answers, and the category of questions can bias the automatic evaluation metrics. However, fine-grained evaluation helps mitigate this issue on some metrics. Our findings have important implications for the use of large language models for evaluating long-form question answering. All code and datasets are available at https://github.com/bugtig6351/lfqa_evaluation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。