CLFeb 17, 2023

Towards Fine-Grained Information: Identifying the Type and Location of Translation Errors

arXiv:2302.08975v14 citationsh-index: 101
Originality Incremental advance
AI Analysis

This work addresses a specific need in the translation evaluation community by providing fine-grained error detection, though it is incremental as it builds on existing error classification tasks.

The paper tackles the problem of identifying both the type and location of translation errors in machine translation, proposing a model that achieves state-of-the-art results on a restored dataset and shows improved reliability in low-resource and transfer scenarios.

Fine-grained information on translation errors is helpful for the translation evaluation community. Existing approaches can not synchronously consider error position and type, failing to integrate the error information of both. In this paper, we propose Fine-Grained Translation Error Detection (FG-TED) task, aiming at identifying both the position and the type of translation errors on given source-hypothesis sentence pairs. Besides, we build an FG-TED model to predict the \textbf{addition} and \textbf{omission} errors -- two typical translation accuracy errors. First, we use a word-level classification paradigm to form our model and use the shortcut learning reduction to relieve the influence of monolingual features. Besides, we construct synthetic datasets for model training, and relieve the disagreement of data labeling in authoritative datasets, making the experimental benchmark concordant. Experiments show that our model can identify both error type and position concurrently, and gives state-of-the-art results on the restored dataset. Our model also delivers more reliable predictions on low-resource and transfer scenarios than existing baselines. The related datasets and the source code will be released in the future.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes