arXiv:2508.07484cs.CLcs.AI2025-08中稿 · COLM被引 1

用自适应层优化提升大模型机器翻译质量评估效果

ALOPE: Adaptive Layer Optimization for Translation Quality Estimation using Large Language Models

  • 通过分层适配重构Transformer表示,增强跨语言对齐
  • 中间层表示比顶层更契合质量评估任务,提升预测准确率
  • 支持多头回归与动态加权,适合集成到现有翻译系统

大语言模型在自然语言处理任务中表现优异,但在无参考译文的机器翻译质量评估(QE)任务中仍面临挑战。现有基于LLM的QE系统因预训练目标为自回归建模而非回归任务,且受低资源语言数据分布影响,性能受限。本文提出ALOPE框架,通过分层自适应优化重构Transformer表示,结合低秩适配器(LoRA)与回归任务头,选择性利用预训练层以改善跨语言对齐。该框架引入动态加权机制,自适应融合多层表示,并采用多头回归聚合多个回归头的损失。实验证明,中间层的上下文表示更符合QE任务的跨语言特性,显著优于现有方法。模型与代码已开源,可扩展至现有翻译系统。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have shown remarkable performance across a wide range of natural language processing tasks. Quality Estimation (QE) for Machine Translation (MT), which assesses the quality of a source-target pair without relying on reference translations, remains a challenging cross-lingual task for LLMs. The challenges stem from the inherent limitations of existing LLM-based QE systems, which are pre-trained for causal language modelling rather than regression-specific tasks, further elevated by the presence of low-resource languages given pre-training data distribution. This paper introduces ALOPE, an adaptive layer-optimization framework designed to enhance LLM-based QE by restructuring Transformer representations through layer-wise adaptation for improved regression-based prediction. Our framework integrates low-rank adapters (LoRA) with regression task heads, leveraging selected pre-trained Transformer layers for improved cross-lingual alignment. In addition to the layer-specific adaptation, ALOPE introduces two strategies-dynamic weighting, which adaptively combines representations from multiple layers, and multi-head regression, which aggregates regression losses from multiple heads for QE. Our framework shows improvements over various existing LLM-based QE approaches. Empirical evidence suggests that intermediate Transformer layers in LLMs provide contextual representations that are more aligned with the cross-lingual nature of the QE task. We make resultant models and framework code publicly available for further research, also allowing existing LLM-based MT frameworks to be scaled with QE capabilities.

质量评估大模型跨语言适配器

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