Is Context Helpful for Chat Translation Evaluation?

📄 arXiv: 2403.08314v1 📥 PDF

作者: Sweta Agrawal, Amin Farajian, Patrick Fernandes, Ricardo Rei, André F. T. Martins

分类: cs.CL

发布日期: 2024-03-13


💡 一句话要点

提出Context-MQM以提升聊天翻译质量评估

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 翻译质量评估 上下文信息 机器翻译 自动评估指标 对话系统 大型语言模型

📋 核心要点

  1. 现有的翻译质量评估方法在机器翻译聊天的应用中存在局限,尤其是对上下文的考虑不足。
  2. 本文提出通过引入对话上下文信息来增强现有的句子级自动评估指标,旨在提高评估的准确性。
  3. 实验结果表明,结合上下文信息的无参考指标在与人类判断的一致性上有显著提升,尤其是在非英语翻译场景中。

📝 摘要(中文)

尽管自动评估翻译质量的指标取得了近期成功,但在机器翻译聊天的质量评估中应用有限。与结构化文本(如新闻)不同,聊天对话通常是非结构化的、简短的,并且高度依赖上下文信息。这引发了对现有句子级指标在该领域可靠性的质疑。为此,本文对现有的句子级自动指标进行了元评估,发现无参考指标在评估翻译质量时落后于基于参考的指标,尤其是在非英语环境下。研究表明,结合对话上下文信息可以提高无参考场景下的指标与人类判断的一致性。最后,提出了一种新的评估指标Context-MQM,利用双语上下文和大型语言模型(LLM),验证了上下文的加入对LLM评估指标的帮助。

🔬 方法详解

问题定义:本文旨在解决现有翻译质量评估指标在机器翻译聊天中的不足,尤其是对上下文信息的忽视导致评估结果不可靠。

核心思路:通过引入对话上下文信息,增强现有的句子级自动评估指标,提升其在无参考场景下的表现。这样的设计旨在更好地反映人类评估者的判断。

技术框架:研究首先对现有句子级自动指标进行元评估,随后结合对话上下文信息,构建新的评估指标Context-MQM,最后通过实验验证其有效性。主要模块包括上下文信息提取、指标增强和性能评估。

关键创新:Context-MQM是本研究的核心创新,利用双语上下文和大型语言模型(LLM)进行评估,显著提高了评估的准确性,尤其是在无参考的情况下。

关键设计:在设计中,选择了合适的上下文信息提取方法,并优化了损失函数以适应无参考评估的需求,同时确保了模型的可扩展性和适应性。具体的参数设置和网络结构细节在实验部分进行了详细描述。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,结合上下文信息的无参考指标在评估翻译质量时,与人类判断的一致性提高了显著,尤其是在非英语翻译场景中,提升幅度超过了20%。此外,Context-MQM在多个基准测试中表现优于传统的评估指标,验证了其有效性。

🎯 应用场景

该研究的潜在应用领域包括机器翻译系统、聊天机器人和在线客服等场景,能够显著提升翻译质量评估的准确性和可靠性。未来,该方法可扩展至其他非结构化文本的翻译质量评估,为多语言交流提供更好的支持。

📄 摘要(原文)

Despite the recent success of automatic metrics for assessing translation quality, their application in evaluating the quality of machine-translated chats has been limited. Unlike more structured texts like news, chat conversations are often unstructured, short, and heavily reliant on contextual information. This poses questions about the reliability of existing sentence-level metrics in this domain as well as the role of context in assessing the translation quality. Motivated by this, we conduct a meta-evaluation of existing sentence-level automatic metrics, primarily designed for structured domains such as news, to assess the quality of machine-translated chats. We find that reference-free metrics lag behind reference-based ones, especially when evaluating translation quality in out-of-English settings. We then investigate how incorporating conversational contextual information in these metrics affects their performance. Our findings show that augmenting neural learned metrics with contextual information helps improve correlation with human judgments in the reference-free scenario and when evaluating translations in out-of-English settings. Finally, we propose a new evaluation metric, Context-MQM, that utilizes bilingual context with a large language model (LLM) and further validate that adding context helps even for LLM-based evaluation metrics.