← Search

Zhaocong Li

4 accepted papers

2024

Can LLMs Learn Uncertainty on Their Own? Expressing Uncertainty Effectively in A Self-Training Manner

EMNLP 2024main

Large language models (LLMs) often exhibit excessive, random, and uninformative uncertainty, rendering them unsuitable for decision-making in human-computer interactions. In this paper, we aim to instigate a heightened awareness of self-uncertainty in LLMs, enabling them to express uncertainty more…

Cited by 4SourcePDFScholar
2024

Towards Demonstration-Aware Large Language Models for Machine Translation

ACL 2024findings

Tuning-based large language models for machine translation (aka large translation model, LTM) have demonstrated significant performance in the field of machine translation. Despite their success, these models often face difficulties in leveraging demonstrations to further improve their performance.…

2023

kNN-TL: k-Nearest-Neighbor Transfer Learning for Low-Resource Neural Machine Translation

ACL 2023long

Transfer learning has been shown to be an effective technique for enhancing the performance of low-resource neural machine translation (NMT). This is typically achieved through either fine-tuning a child model with a pre-trained parent model, or by utilizing the out- put of the parent model during t…

2022

ConsistTL: Modeling Consistency in Transfer Learning for Low-Resource Neural Machine Translation

EMNLP 2022main

Transfer learning is a simple and powerful method that can be used to boost model performance of low-resource neural machine translation (NMT). Existing transfer learning methods for NMT are static, which simply transfer knowledge from a parent model to a child model once via parameter initializatio…