用6小时数据训练出能转录翻译濒危语言的双阶段模型
WARDEN: Endangered Indigenous Language Transcription and Translation with 6 Hours of Training Data

- 分两步走:先转写语音为音素,再译成英文
- 仅用6小时标注数据,性能超过更大模型
- 适合濒危语言保护与低资源语言技术研究者
本文提出WARDEN,一个针对濒危澳大利亚原住民语言Wardaman的语音转写与翻译系统。由于仅有6小时标注音频数据,传统联合训练的统一模型不可行。为此,我们设计双阶段架构:先将Wardaman语音转为音素转写,再将转写结果译为英文。为提升性能,我们采用两项技术:一是用音素相近的桑达内语初始化转写模型以加速微调;二是构建专家标注的Wardaman-English词典,并将其作为领域知识输入大语言模型,辅助推理输出。实验证明,在极端低资源条件下,该两阶段方法优于依赖大量数据的统一模型。仅使用6小时标注数据,WARDEN表现超越多个开源及商用大模型,建立强基线。数据与代码已公开。
原文摘要 · Abstract (English)
This paper introduces WARDEN, an early language model system capable of transcribing and translating Wardaman, an endangered Australian indigenous language into English. The significant challenge we face is the lack of large-scale training data: in fact, we only have 6 hours of annotated audio. Therefore, while it is common practice to train a single model for transcription and translation using large datasets (like English to French), this practice is no longer viable in the Wardaman to English context. To tackle the low-resource challenge, we design WARDEN to have separate transcription and translation models: WARDEN first turns a Wardaman audio input into phonemic transcription, and then the transcription into English translation. Further, we propose two useful techniques to enhance performance. For transcription, we initialize the Wardaman token from Sundanese, a language that shares similar phonemes with Wardaman, to accelerate fine-tuning of the transcription model. For translation, we compile a Wardaman-English dictionary from expert annotations, and provide this domain-specific knowledge to a large language model (LLM) to reason and decide the final output. We empirically demonstrate that this two-stage design works better than data-hungry unified approaches in extremely low data settings. Using a mere 6 hours of annotated data, WARDEN outperforms larger open-source and proprietary models and establishes a strong baseline. Data and code are available.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。