← Search

Degen Huang

11 accepted papers

2024

Context-Aware Non-Autoregressive Document-Level Translation with Sentence-Aligned Connectionist Temporal Classification

COLING 2024main

Previous studies employ the autoregressive translation (AT) paradigm in the document-to-document neural machine translation. These methods extend the translation unit from a single sentence to a pseudo-document and encodes the full pseudo-document, avoiding the redundant computation problem in conte…

Cited by 1SourcePDFScholar
2023

BigVideo: A Large-scale Video Subtitle Translation Dataset for Multimodal Machine Translation

ACL 2023findings

We present a large-scale video subtitle translation dataset, *BigVideo*, to facilitate the study of multi-modality machine translation. Compared with the widely used *How2* and *VaTeX* datasets, *BigVideo* is more than 10 times larger, consisting of 4.5 million sentence pairs and 9,981 hours of vide…

2023

Continual Learning for Multilingual Neural Machine Translation via Dual Importance-based Model Division

EMNLP 2023long main

A persistent goal of multilingual neural machine translation (MNMT) is to continually adapt the model to support new language pairs or improve some current language pairs without accessing the previous training data. To achieve this, the existing methods primarily focus on preventing catastrophic fo…

Cited by 0SourceScholar
2023

Exploring Better Text Image Translation with Multimodal Codebook

ACL 2023long

Text image translation (TIT) aims to translate the source texts embedded in the image to target translations, which has a wide range of applications and thus has important research value. However, current studies on TIT are confronted with two main bottlenecks: 1) this task lacks a publicly availabl…

2022

Adaptive Token-level Cross-lingual Feature Mixing for Multilingual Neural Machine Translation

EMNLP 2022main

Multilingual neural machine translation aims to translate multiple language pairs in a single model and has shown great success thanks to the knowledge transfer across languages with the shared parameters. Despite promising, this share-all paradigm suffers from insufficient ability to capture langua…

2022

Towards Robust k-Nearest-Neighbor Machine Translation

EMNLP 2022main

k-Nearest-Neighbor Machine Translation (kNN-MT) becomes an important research direction of NMT in recent years. Its main idea is to retrieve useful key-value pairs from an additional datastore to modify translations without updating the NMT model. However, the underlying retrieved noisy pairs will d…

2021

Exploring Dynamic Selection of Branch Expansion Orders for Code Generation

ACL 2021long

Due to the great potential in facilitating software development, code generation has attracted increasing attention recently. Generally, dominant models are Seq2Tree models, which convert the input natural language description into a sequence of tree-construction actions corresponding to the pre-ord…

2021

Improving Graph-based Sentence Ordering with Iteratively Predicted Pairwise Orderings

EMNLP 2021main

Dominant sentence ordering models can be classified into pairwise ordering models and set-to-sequence models. However, there is little attempt to combine these two types of models, which inituitively possess complementary advantages. In this paper, we propose a novel sentence ordering framework whic…

2021

Lexicon-Based Graph Convolutional Network for Chinese Word Segmentation

EMNLP 2021finding

Precise information of word boundary can alleviate the problem of lexical ambiguity to improve the performance of natural language processing (NLP) tasks. Thus, Chinese word segmentation (CWS) is a fundamental task in NLP. Due to the development of pre-trained language models (PLM), pre-trained know…

2021

Towards User-Driven Neural Machine Translation

ACL 2021long

A good translation should not only translate the original content semantically, but also incarnate personal traits of the original text. For a real-world neural machine translation (NMT) system, these user traits (e.g., topic preference, stylistic characteristics and expression habits) can be preser…

2020

FinBERT: A Pre-trained Financial Language Representation Model for Financial Text Mining

IJCAI 2020poster

There is growing interest in the tasks of financial text mining. Over the past few years, the progress of Natural Language Processing (NLP) based on deep learning advanced rapidly. Significant progress has been made with deep learning showing promising results on financial text mining models. Howeve…