← Search

Hai Ye

10 accepted papers

2025

Finding the Sweet Spot: Preference Data Construction for Scaling Preference Optimization

ACL 2025long

Iterative data generation and model retraining are widely used to align large language models (LLMs).It typically involves a policy model to generate on-policy responses and a reward model to guide training data selection. Direct Preference Optimization (DPO) further enhances this process by constru…

Cited by 0SourcePDFScholar
2025

Rationalize and Align: Enhancing Writing Assistance with Rationale via Self-Training for Improved Alignment

ACL 2025finding

A Writing Assistant (WA) is a system that offers writing suggestions based on user instructions. Existing WAs are typically built by training large language models (LLMs) on domain-specific instruction data through supervised fine-tuning (SFT) only. However, SFT optimizes models to match a single re…

2023

Beware of Model Collapse! Fast and Stable Test-time Adaptation for Robust Question Answering

EMNLP 2023long main

Although pre-trained language models (PLM) have achieved great success in question answering (QA), their robustness is still insufficient to support their practical applications, especially in the face of distribution shifts. Recently, test-time adaptation (TTA) has shown great potential for solving…

Cited by 0SourceScholar
2023

Isotropic Representation Can Improve Zero-Shot Cross-Lingual Transfer on Multilingual Language Models

EMNLP 2023long findings

With the development of multilingual pre-trained language models (mPLMs), zero-shot cross-lingual transfer shows great potential. To further improve the performance of cross-lingual transfer, many studies have explored representation misalignment caused by morphological differences but neglected the…

Cited by 0SourcecodeScholar
2023

Multi-Source Test-Time Adaptation as Dueling Bandits for Extractive Question Answering

ACL 2023long

In this work, we study multi-source test-time model adaptation from user feedback, where K distinct models are established for adaptation. To allow efficient adaptation, we cast the problem as a stochastic decision-making process, aiming to determine the best adapted model after adaptation. We discu…

2022

On the Robustness of Question Rewriting Systems to Questions of Varying Hardness

ACL 2022long

In conversational question answering (CQA), the task of question rewriting (QR) in context aims to rewrite a context-dependent question into an equivalent self-contained question that gives the same answer. In this paper, we are interested in the robustness of a QR system to questions varying in rew…

2022

Robust Question Answering against Distribution Shifts with Test-Time Adaption: An Empirical Study

EMNLP 2022finding

A deployed question answering (QA) model can easily fail when the test data has a distribution shift compared to the training data. Robustness tuning (RT) methods have been widely studied to enhance model robustness against distribution shifts before model deployment. However, can we improve a model…

Cited by 12SourcePDFScholar
2021

On the Effectiveness of Adapter-based Tuning for Pretrained Language Model Adaptation

ACL 2021long

Adapter-based tuning has recently arisen as an alternative to fine-tuning. It works by adding light-weight adapter modules to a pretrained language model (PrLM) and only updating the parameters of adapter modules when learning on a downstream task. As such, it adds only a few trainable parameters pe…

Cited by 224SourcePDFScholar
2020

Unsupervised Domain Adaptation of a Pretrained Cross-Lingual Language Model

IJCAI 2020poster

Recent research indicates that pretraining cross-lingual language models on large-scale unlabeled texts yields significant performance improvements over various cross-lingual and low-resource tasks. Through training on one hundred languages and terabytes of texts, cross-lingual language models have…