paper-with-me

Papers

An Automatic Machine Translation Evaluation Metric Based on Dependency Parsing Model

2015-08-09 · Hui Yu, Xiaofeng Wu, Wenbin Jiang, Qun Liu, ShouXun Lin

Most of the syntax-based metrics obtain the similarity by comparing the sub-structures extracted from the trees of hypothesis and reference. These sub-structures are defined by human and can't express all the information in the trees because of the limited length of sub-structures. In addition, the overlapped parts between these sub-structures are computed repeatedly. To avoid these problems, we propose a novel automatic evaluation metric based on dependency parsing model, with no need to define sub-structures by human. First, we train a dependency parsing model by the reference dependency tree. Then we generate the hypothesis dependency tree and the corresponding probability by the dependency parsing model. The quality of the hypothesis can be judged by this probability. In order to obtain the lexicon similarity, we also introduce the unigram F-score to the new metric. Experiment results show that the new metric gets the state-of-the-art performance on system level, and is comparable with METEOR on sentence level.

📄 PDF Abstract BibTeX arXiv:1508.01996

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Automatic Evaluation Metrics for Document-level Translation: Overview, Challenges and Trends

2025-04-21 · Jiaxin Guo, Xiaoyu Chen, Zhiqiang Rao, Jinlong Yang 외

With the rapid development of deep learning technologies, the field of machine translation has witnessed significant progress, especially with the advent of large language models (LLMs) that have greatly propelled the ad…

Machine TranslationSentenceTranslation

Evaluating the Efficacy of Length-Controllable Machine Translation

2023-05-03 · Hao Cheng, Meng Zhang, Weixuan Wang, Liangyou Li 외

Length-controllable machine translation is a type of constrained translation. It aims to contain the original meaning as much as possible while controlling the length of the translation. We can use automatic summarizatio…

Machine TranslationTranslation

Evaluating the Morphosyntactic Well-formedness of Generated Texts

2021-03-30 · EMNLP 2021 11 · Adithya Pratapa, Antonios Anastasopoulos, Shruti Rijhwani, Aditi Chaudhary 외

Text generation systems are ubiquitous in natural language processing applications. However, evaluation of these systems remains a challenge, especially in multilingual settings. In this paper, we propose L'AMBRE -- a me…

Machine TranslationText GenerationTranslation

Multimodal Neural Machine Translation for English to Hindi

2020-12-01 · AACL (WAT) 2020 12 · Sahinur Rahman Laskar, Abdullah Faiz Ur Rahman Khilji, Partha Pakray, Sivaji Bandyopadhyay

Machine translation (MT) focuses on the automatic translation of text from one natural language to another natural language. Neural machine translation (NMT) achieves state-of-the-art results in the task of machine trans…

Machine TranslationNMTTranslation

Taking MT Evaluation Metrics to Extremes: Beyond Correlation with Human Judgments

2019-09-01 · CL 2019 9 · Marina Fomicheva, Lucia Specia

Automatic Machine Translation (MT) evaluation is an active field of research, with a handful of new metrics devised every year. Evaluation metrics are generally benchmarked against manual assessment of translation qualit…

Machine TranslationTranslation