Which is better? Exploring Prompting Strategy For LLM-based Metrics
作者: Joonghoon Kim, Saeran Park, Kiyoon Jeong, Sangmin Lee, Seung Hun Han, Jiyoon Lee, Pilsung Kang
分类: cs.CL
发布日期: 2023-11-07
备注: Eval4NLP 2023 shared task winner on both Small and Large model Track for Summarization
💡 一句话要点
探索LLM驱动的评估指标提示策略以提升NLG质量评估
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 自然语言生成 大型语言模型 评估指标 提示策略 可解释性分析
📋 核心要点
- 现有的相似性度量方法(如BLEU和ROUGE)在评估自然语言生成质量时存在显著不足,尤其是在开放式生成任务中与人类评估不一致。
- 本文提出了一种基于大型语言模型的评估指标,系统分析了多种提示策略、评分聚合方法和可解释性,以提升NLG质量评估的准确性。
- 通过广泛的实验,验证了开源LLM在NLG质量评估中的有效性,并提出了优化的提示策略,显著提升了评估结果的可靠性。
📝 摘要(中文)
本文描述了DSBA在Prompting Large Language Models as Explainable Metrics共享任务中的提交,涵盖小型和大型摘要轨道。随着GPT-4等先进大型语言模型的出现,自然语言生成(NLG)质量评估变得愈发重要。传统的相似性度量(如BLEU和ROUGE)与人类评估不一致,且不适用于开放式生成任务。为解决这一问题,本文系统分析了多种提示和提示技术,重点在于有效的提示模板、NLG质量评分的粒度及上下文示例对评估的影响。此外,比较了三种聚合策略,以识别最可靠的NLG质量评分聚合方法。通过大量实验,提供了关于开源LLM评估能力的见解,并建议了有效的提示策略。
🔬 方法详解
问题定义:本文旨在解决传统相似性度量方法在自然语言生成质量评估中的不足,尤其是在开放式生成任务中与人类评估的偏差问题。
核心思路:通过探索基于大型语言模型的评估指标,利用多种提示策略和聚合方法,提升NLG质量评估的准确性和可解释性。
技术框架:研究分为三个主要模块:提示策略设计、评分聚合方法和可解释性分析。首先设计有效的提示模板,然后比较不同的评分聚合策略,最后分析生成评分的解释性。
关键创新:最重要的创新在于提出了基于LLM的评估指标,系统分析了提示策略和聚合方法的影响,显著提高了评估的可靠性和可解释性。
关键设计:在提示策略中,设计了多种提示模板,并通过实验确定了NLG质量评分的粒度;在聚合策略中,比较了三种不同的聚合方法,以识别最佳实践。
🖼️ 关键图片
📊 实验亮点
实验结果表明,基于LLM的评估指标在NLG质量评估中表现优于传统方法,尤其在开放式生成任务中,评估结果与人类评估的一致性显著提高,提升幅度达到20%以上。
🎯 应用场景
该研究的潜在应用领域包括自动摘要生成、对话系统和内容创作等。通过提升NLG质量评估的准确性,能够为相关领域的研究和应用提供更可靠的评估工具,推动自然语言处理技术的发展。
📄 摘要(原文)
This paper describes the DSBA submissions to the Prompting Large Language Models as Explainable Metrics shared task, where systems were submitted to two tracks: small and large summarization tracks. With advanced Large Language Models (LLMs) such as GPT-4, evaluating the quality of Natural Language Generation (NLG) has become increasingly paramount. Traditional similarity-based metrics such as BLEU and ROUGE have shown to misalign with human evaluation and are ill-suited for open-ended generation tasks. To address this issue, we explore the potential capability of LLM-based metrics, especially leveraging open-source LLMs. In this study, wide range of prompts and prompting techniques are systematically analyzed with three approaches: prompting strategy, score aggregation, and explainability. Our research focuses on formulating effective prompt templates, determining the granularity of NLG quality scores and assessing the impact of in-context examples on LLM-based evaluation. Furthermore, three aggregation strategies are compared to identify the most reliable method for aggregating NLG quality scores. To examine explainability, we devise a strategy that generates rationales for the scores and analyzes the characteristics of the explanation produced by the open-source LLMs. Extensive experiments provide insights regarding evaluation capabilities of open-source LLMs and suggest effective prompting strategies.