Multilingual Sentence Embeddings for Linguistic-Integrated Reliability Audit

TL;DR

Multilingual sentence embeddings replace translation in LiRA, recovering responses excluded by translation failures with <1% reliability difference.

cs.CL 🔴 Advanced 2026-07-20 32 views
Ummugul Bezirhan Ji Yoon Jung Matthias von Davier
multilingual embeddings LiRA PIRLS translation-free semantic drift

Key Findings

Methodology

The study compares translation-based and translation-free LiRA pipelines using three embedding models (LaBSE, Multilingual-E5, Qwen3) on PIRLS 2021 data. It isolates translation effects on reliability estimates.

Key Results

  • Result 1: Translation-free pipelines achieved WEA differences <1%, e.g., Qwen3 scored 0.9487 vs. 0.9531 for translation-based.
  • Result 2: 384 responses excluded due to translation failures were recovered, with no significant reliability loss.
  • Result 3: All three models showed consistent results, with LaBSE differing by only 0.0030 in WEA from translation-based pipelines.

Significance

This study demonstrates that multilingual embeddings enable high-quality LiRA reliability auditing without translation. It reduces costs, improves inclusivity for low-resource languages, and addresses issues of translation-induced semantic drift.

Technical Contribution

Introduced a translation-free LiRA pipeline leveraging multilingual embeddings, avoiding semantic drift caused by translation. Validated robustness across three state-of-the-art embedding models.

Novelty

This is the first systematic evaluation of multilingual embeddings in LiRA, proving translation is unnecessary and simplifying multilingual assessment workflows.

Limitations

  • Limitation 1: Evaluation limited to binary-scored PIRLS items, excluding more complex tasks.
  • Limitation 2: Did not assess translation's impact on automated scoring performance.
  • Limitation 3: Only three embedding models were tested, leaving newer models unexplored.

Future Work

Future work can extend to multiclass tasks, longer responses, and other domains. Exploring more embedding models and their impact on automated scoring is also critical.

AI Executive Summary

Multilingual assessment systems often rely on translation for scoring and quality control. However, translation can introduce semantic drift, affecting downstream analyses. This paper proposes a translation-free LiRA pipeline using multilingual sentence embeddings to represent native-language responses directly, validated on the PIRLS 2021 dataset.

The study finds that translation-free pipelines achieve Weighted Exact Agreement (WEA) differences of less than 1% compared to translation-based pipelines, e.g., Qwen3 scored 0.9487 vs. 0.9531. Additionally, 384 responses excluded due to translation failures were recovered without significant reliability loss. Results were consistent across three embedding models: LaBSE, Multilingual-E5, and Qwen3.

This approach reduces translation costs, improves inclusivity for low-resource languages, and simplifies workflows. Future research could explore multiclass tasks, longer responses, and more embedding models to further validate this method's potential.

Deep Analysis

Background

International large-scale assessments (ILSAs) like PIRLS and TIMSS require multilingual response processing. Traditional methods rely on translation into English for scoring, but translation can introduce semantic drift, especially for low-resource languages. Advances in multilingual embeddings offer an alternative.

Core Problem

Translation increases computational costs and risks semantic drift, affecting reliability audits. Additionally, responses failing translation are excluded, reducing inclusivity and potentially biasing results.

Innovation

The study introduces a translation-free LiRA pipeline using multilingual embeddings to directly represent native-language responses. It evaluates the method's reliability compared to traditional translation-based pipelines.

Methodology

  • �� Data: PIRLS 2021 dataset with 11 binary-scored items across 29 languages.
  • �� Embedding models: LaBSE, Multilingual-E5, Qwen3.
  • �� LiRA process: Constructs semantic neighborhoods and calculates Weighted Exact Agreement (WEA).
  • �� Comparison: Translation-based pipeline uses GPT-4.1; translation-free pipeline embeds native responses directly.

Experiments

Experiments included matched-sample and full-sample analyses to isolate translation effects. Translation failures were tracked, and the robustness of different embedding models was evaluated.

Results

Translation-free pipelines achieved WEA differences <1%, e.g., Qwen3 scored 0.9487 vs. 0.9531. 384 responses excluded due to translation failures were recovered without reliability loss.

Applications

This method is applicable to reliability audits in ILSAs, particularly for low-resource languages and scenarios with high translation failure rates.

Limitations & Outlook

The study focuses on binary-scored tasks, excluding more complex scenarios. Translation's impact on automated scoring performance remains unexplored, and only three embedding models were tested.

Plain Language Accessible to non-experts

Imagine a multilingual classroom where students answer questions in their own languages. Traditionally, answers are translated into English for grading, but translation can distort meaning. This study proposes skipping translation entirely by using a tool that directly understands all languages, saving time and improving accuracy.

ELI14 Explained like you're 14

Think of a game where everyone answers in their own language. Before, you'd translate answers to English to score them, but translations sometimes mess up! Now, there's a tool that understands all languages directly—no translation needed. Cool, right?

Glossary

LiRA (Linguistic-Integrated Reliability Audit)

A framework that estimates reliability using semantic similarity among responses.

Used to audit multilingual scoring systems.

PIRLS (Progress in International Reading Literacy Study)

An international assessment measuring reading skills of fourth graders.

The dataset used in this study.

Multilingual embeddings

Techniques mapping multilingual text into a shared semantic space.

Used to represent native-language responses without translation.

Semantic drift

Changes in semantic relationships caused by translation or embedding.

Analyzed as a potential issue in LiRA pipelines.

Weighted Exact Agreement (WEA)

A reliability metric based on similarity-weighted agreement.

Used to compare translation-based and translation-free pipelines.

Open Questions Unanswered questions from this research

  • 1 How does this method perform on multiclass tasks?
  • 2 What is translation's specific impact on automated scoring?
  • 3 Can newer embedding models further improve reliability?

Applications

Immediate Applications

Reliability audits in ILSAs

Directly applicable to PIRLS, TIMSS, and similar assessments, reducing translation costs.

Low-resource language support

Improves inclusivity by addressing translation failures in low-resource languages.

Long-term Vision

Multilingual education tools

Developing translation-free tools for global learning environments.

Abstract

Multilingual assessment systems commonly rely on translation for scoring and quality-control processes. We evaluate whether multilingual sentence embeddings can replace translated English input for Linguistic-Integrated Reliability Auditing (LiRA) across 11 PIRLS constructed-response items and three embedding models. Native-language embeddings reproduced translation-based reliability estimates closely while recovering responses excluded after translation failure, with no meaningful change in reliability.

cs.CL cs.AI