← Search

Guoping Huang

12 accepted papers

2024

The Reasonableness Behind Unreasonable Translation Capability of Large Language Model

ICLR 2024poster

Multilingual large language models trained on non-parallel data yield impressive translation capabilities. Existing studies demonstrate that incidental sentence-level bilingualism within pre-training data contributes to the LLM's translation abilities. However, it has also been observed that LLM's t…

Cited by 3SourcePDFScholar
2023

IMTLab: An Open-Source Platform for Building, Evaluating, and Diagnosing Interactive Machine Translation Systems

EMNLP 2023long main

We present IMTLab, an open-source end-to-end interactive machine translation (IMT) system platform that enables researchers to quickly build IMT systems with state-of-the-art models, perform an end-to-end evaluation, and diagnose the weakness of systems. IMTLab treats the whole interactive translati…

Cited by 0SourcecodeScholar
2023

Rethinking Translation Memory Augmented Neural Machine Translation

ACL 2023findings

This paper rethinks translation memory augmented neural machine translation (TM-augmented NMT) from two perspectives, i.e., a probabilistic view of retrieval and the variance-bias decomposition principle. The finding demonstrates that TM-augmented NMT is good at the ability of fitting data (i.e., lo…

2023

Rethinking Word-Level Auto-Completion in Computer-Aided Translation

EMNLP 2023long main

Word-level auto-completion (WLAC) plays a crucial role in Computer-Assisted Translation. While previous studies have primarily focused on designing complex model architectures, this paper takes a different perspective by rethinking the fundamental question: what kind of words are good auto-completio…

Cited by 0SourcecodeScholar
2022

BiTIIMT: A Bilingual Text-infilling Method for Interactive Machine Translation

ACL 2022long

Interactive neural machine translation (INMT) is able to guarantee high-quality translations by taking human interactions into account. Existing IMT systems relying on lexical constrained decoding (LCD) enable humans to translate in a flexible translation order beyond the left-to-right. However, the…

Cited by 27SourcePDFScholar
2022

Exploring and Adapting Chinese GPT to Pinyin Input Method

ACL 2022long

While GPT has become the de-facto method for text generation tasks, its application to pinyin input method remains unexplored. In this work, we make the first exploration to leverage Chinese GPT for pinyin input method. We find that a frozen GPT achieves state-of-the-art performance on perfect pinyi…

2022

Investigating Data Variance in Evaluations of Automatic Machine Translation Metrics

ACL 2022findings

Current practices in metric evaluation focus on one single dataset, e.g., Newstest dataset in each year’s WMT Metrics Shared Task. However, in this paper, we qualitatively and quantitatively show that the performances of metrics are sensitive to data. The ranking of metrics varies when the evaluatio…

Cited by 4SourcePDFScholar
2022

On Synthetic Data for Back Translation

NAACL 2022long

Back translation (BT) is one of the most significant technologies in NMT research fields. Existing attempts on BT share a common characteristic: they employ either beam search or random sampling to generate synthetic data with a backward model but seldom work studies the role of synthetic data in th…

2022

Visualizing the Relationship Between Encoded Linguistic Information and Task Performance

ACL 2022findings

Probing is popular to analyze whether linguistic information can be captured by a well-trained deep neural model, but it is hard to answer how the change of the encoded linguistic information will affect task performance. To this end, we study the dynamic relationship between the encoded linguistic…

2021

DirectQE: Direct Pretraining for Machine Translation Quality Estimation

AAAI 2021technical

Machine Translation Quality Estimation (QE) is a task of predicting the quality of machine translations without relying on any reference. Recently, the predictor-estimator framework trains the predictor as a feature extractor, which leverages the extra parallel corpora without QE labels, achieving p…

Cited by 28SourcePDFScholar
2021

Fast and Accurate Neural Machine Translation with Translation Memory

ACL 2021long

It is generally believed that a translation memory (TM) should be beneficial for machine translation tasks. Unfortunately, existing wisdom demonstrates the superiority of TM-based neural machine translation (NMT) only on the TM-specialized translation tasks rather than general tasks, with a non-negl…

Cited by 63SourcePDFScholar
2021

GWLAN: General Word-Level AutocompletioN for Computer-Aided Translation

ACL 2021long

Computer-aided translation (CAT), the use of software to assist a human translator in the translation process, has been proven to be useful in enhancing the productivity of human translators. Autocompletion, which suggests translation results according to the text pieces provided by human translator…