← Search

Yiwen Dong

4 accepted papers

2023

Debiased and Denoised Entity Recognition from Distant Supervision

NeurIPS 2023poster

While distant supervision has been extensively explored and exploited in NLP tasks like named entity recognition, a major obstacle stems from the inevitable noisy distant labels tagged unsupervisedly. A few past works approach this problem by adopting a self-training framework with a sample-selectio…

Cited by 2SourcePDFScholar
2023

FreeAL: Towards Human-Free Active Learning in the Era of Large Language Models

EMNLP 2023long main

Collecting high-quality labeled data for model training is notoriously time-consuming and labor-intensive for various NLP tasks. While copious solutions, such as active learning for small language models (SLMs) and prevalent in-context learning in the era of large language models (LLMs), have been p…

Cited by 0SourcecodeScholar
2023

ProMix: Combating Label Noise via Maximizing Clean Sample Utility

IJCAI 2023poster

Learning with Noisy Labels (LNL) has become an appealing topic, as imperfectly annotated data are relatively cheaper to obtain. Recent state-of-the-art approaches employ specific selection mechanisms to separate clean and noisy samples and then apply Semi-Supervised Learning (SSL) techniques for imp…

2023

Revisiting the Evaluation of Deep Learning-Based Compiler Testing

IJCAI 2023poster

A high-quality program generator is essential to effective automated compiler testing. Engineering such a program generator is difficult, time-consuming, and specific to the language under testing, thus requiring tremendous efforts from human experts with language-specific domain knowledge. To avoid…