← Search

Hongfei Xu

13 accepted papers

2024

Rewiring the Transformer with Depth-Wise LSTMs

COLING 2024main

Stacking non-linear layers allows deep neural networks to model complicated functions, and including residual connections in Transformer layers is beneficial for convergence and performance. However, residual connections may make the model “forget” distant layers and fail to fuse information from pr…

Cited by 2SourcePDFScholar
2024

Zhongjing: Enhancing the Chinese Medical Capabilities of Large Language Model through Expert Feedback and Real-World Multi-Turn Dialogue

AAAI 2024technical

Recent advances in Large Language Models (LLMs) have achieved remarkable breakthroughs in understanding and responding to user intents. However, their performance lag behind general use cases in some expertise domains, such as Chinese medicine. Existing efforts to incorporate Chinese medicine into L…

2022

ParaZh-22M: A Large-Scale Chinese Parabank via Machine Translation

COLING 2022main

Paraphrasing, i.e., restating the same meaning in different ways, is an important data augmentation approach for natural language processing (NLP). Zhang et al. (2019b) propose to extract sentence-level paraphrases from multiple Chinese translations of the same source texts, and construct the PKU Pa…

2021

Learning Hard Retrieval Decoder Attention for Transformers

EMNLP 2021finding

The Transformer translation model is based on the multi-head attention mechanism, which can be parallelized easily. The multi-head attention network performs the scaled dot-product attention function in parallel, empowering the model by jointly attending to information from different representation…

Cited by 2SourcePDFScholar
2021

Modeling Task-Aware MIMO Cardinality for Efficient Multilingual Neural Machine Translation

ACL 2021short

Neural machine translation has achieved great success in bilingual settings, as well as in multilingual settings. With the increase of the number of languages, multilingual systems tend to underperform their bilingual counterparts. Model capacity has been found crucial for massively multilingual NMT…

Cited by 8SourcePDFScholar
2021

Multi-Head Highly Parallelized LSTM Decoder for Neural Machine Translation

ACL 2021long

One of the reasons Transformer translation models are popular is that self-attention networks for context modelling can be easily parallelized at sequence level. However, the computational complexity of a self-attention network is O(n2), increasing quadratically with sequence length. By contrast, th…

Cited by 15SourcePDFScholar
2021

Probing Word Translations in the Transformer and Trading Decoder for Encoder Layers

NAACL 2021long

Due to its effectiveness and performance, the Transformer translation model has attracted wide attention, most recently in terms of probing-based approaches. Previous work focuses on using or probing source linguistic features in the encoder. To date, the way word translation evolves in Transformer…

Cited by 13SourcePDFScholar
2020

Efficient Context-Aware Neural Machine Translation with Layer-Wise Weighting and Input-Aware Gating

IJCAI 2020poster

Existing Neural Machine Translation (NMT) systems are generally trained on a large amount of sentence-level parallel data, and during prediction sentences are independently translated, ignoring cross-sentence contextual information. This leads to inconsistency between translated sentences. In order…

Cited by 0SourcePDFScholar
2020

The Transference Architecture for Automatic Post-Editing

COLING 2020main

In automatic post-editing (APE) it makes sense to condition post-editing (pe) decisions on both the source (src) and the machine translated text (mt) as input. This has led to multi-encoder based neural APE approaches. A research challenge now is the search for architectures that best support the ca…