Consensus-Aligned Neuron Efficient Fine-Tuning Large Language Models for Multi-Domain Machine Translation
Shuting Jiang, Ran Song, Yuxin Huang, Yan Xiang, Yantuan Xian, Shengxiang Gao, Zhengtao Yu
TL;DR
This work addresses multi-domain machine translation (MDMT) when leveraging large language models by introducing CANEFT, a neuron-efficient fine-tuning framework that identifies and updates consensus-aligned neurons. It combines activation-gradient analysis to select task-relevant neurons, mutual-information based cross-domain screening to form a robust MDMT consensus set, and masked gradient updates to fine-tune only these neurons, avoiding parameter interference. Across German-English and Chinese-English tasks over 10 domains and 3 backbones, CANEFT delivers consistent gains over strong PEFT baselines and achieves state-of-the-art performance on both seen and unseen domains, while updating about $1\%$ of parameters. The results highlight the potential of neuron-level, cross-domain consensus in LLMs for robust, efficient MDMT with practical impact on cross-domain translation systems $($e.g., generalization to unseen domains$)$.
Abstract
Multi-domain machine translation (MDMT) aims to build a unified model capable of translating content across diverse domains. Despite the impressive machine translation capabilities demonstrated by large language models (LLMs), domain adaptation still remains a challenge for LLMs. Existing MDMT methods such as in-context learning and parameter-efficient fine-tuning often suffer from domain shift, parameter interference and limited generalization. In this work, we propose a neuron-efficient fine-tuning framework for MDMT that identifies and updates consensus-aligned neurons within LLMs. These neurons are selected by maximizing the mutual information between neuron behavior and domain features, enabling LLMs to capture both generalizable translation patterns and domain-specific nuances. Our method then fine-tunes LLMs guided by these neurons, effectively mitigating parameter interference and domain-specific overfitting. Comprehensive experiments on three LLMs across ten German-English and Chinese-English translation domains evidence that our method consistently outperforms strong PEFT baselines on both seen and unseen domains, achieving state-of-the-art performance.
