Improving Korean-English Cross-Lingual Retrieval: A Data-Centric Study of Language Composition and Model Merging

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, medium

Summary

A data-centric study, presented at the 1st Workshop on Multilinguality in the Era of Large Language Models (MeLLM 2026) in San Diego, United States, investigates the impact of training data composition on Cross-Lingual Information Retrieval (CLIR) and Mono-Lingual Information Retrieval (Mono-IR) performance. Researchers constructed parallel Korean-English datasets and trained multilingual retrieval models using various language combinations. Experiments revealed that language composition significantly influences IR performance, showing an inter-lingual correlation where specific language pairs improve CLIR but can decline Mono-IR. The study demonstrates that simple weight-averaged model merging effectively mitigates this trade-off, achieving strong CLIR results while preserving Mono-IR capabilities. This work highlights the effects of linguistic configuration on both CLIR and Mono-IR, proposing model merging as an optimization strategy.

Key takeaway

For NLP Engineers optimizing multilingual retrieval systems, be aware that training data language composition can create a performance trade-off between Cross-Lingual and Mono-Lingual Information Retrieval. You should consider implementing simple weight-averaged model merging to effectively achieve strong CLIR results while simultaneously preserving your Mono-IR capabilities. This approach offers a viable strategy to optimize performance across both critical tasks.

Key insights

Training data composition impacts cross-lingual and monolingual retrieval, a trade-off effectively mitigated by simple weight-averaged model merging.

Principles

Method

Construct linguistically parallel Korean-English datasets, train multilingual retrieval models with varied language combinations, then apply simple weight-averaged model merging to optimize performance.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.