← Search

Yuexiang Xie

16 accepted papers

2026

IntentRL: Training Proactive User-intent Agents for Open-ended Deep Research via Reinforcement Learning

ICML 2026poster

Deep Research (DR) agents extend Large Language Models (LLMs) beyond parametric knowledge by autonomously retrieving and synthesizing evidence from large web corpora into long-form reports, enabling a long-horizon agentic paradigm. However, unlike real-time conversational assistants, DR is computati…

Cited by 0SourceScholar
2026

On the Entropy Dynamics in Reinforcement Fine-Tuning of Large Language Models

ICML 2026poster

Entropy serves as a critical metric for measuring the diversity of outputs generated by large language models (LLMs), providing valuable insights into their exploration capabilities. While recent studies increasingly focus on monitoring and adjusting entropy to better balance exploration and exploit…

Cited by 0SourceScholar
2026

On-Policy RL Meets Off-Policy Experts: Harmonizing Supervised Fine-Tuning and Reinforcement Learning via Dynamic Weighting

ICLR 2026poster

Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) are two prominent post-training paradigms for refining the capabilities and aligning the behavior of Large Language Models (LLMs). Existing approaches that integrate SFT and RL often face the risk of disrupting established response pattern…

Cited by 0SourcecodeScholar
2025

Agent-Oriented Planning in Multi-Agent Systems

ICLR 2025poster

Through the collaboration of multiple LLM-empowered agents possessing diverse expertise and tools, multi-agent systems achieve impressive progress in solving real-world problems. Given the user queries, the meta-agents, serving as the brain within multi-agent systems, are required to decompose the q…

2025

Comprehensive Assessment and Analysis for NSFW Content Erasure in Text-to-Image Diffusion models

NeurIPS 2025poster

Text-to-image diffusion models have gained widespread application across various domains, demonstrating remarkable creative potential. However, the strong generalization capabilities of diffusion models can inadvertently lead to the generation of not-safe-for-work (NSFW) content, posing significant…

Cited by 0SourceScholar
2025

Enhancing Factual Consistency in Text Summarization via Counterfactual Debiasing

COLING 2025main

Despite significant progress in abstractive text summarization aimed at generating fluent and informative outputs, how to ensure the factual consistency of generated summaries remains a crucial and challenging issue. In this study, drawing inspiration from advancements in causal inference, we constr…

Cited by 1SourcePDFScholar
2025

Enhancing Multimodal Retrieval via Complementary Information Extraction and Alignment

ACL 2025long

Multimodal retrieval has emerged as a promising yet challenging research direction in recent years. Most existing studies in multimodal retrieval focus on capturing information in multimodal data that is similar to their paired texts, but often ignores the complementary information contained in mult…

2025

Knowledge Graph-Guided Retrieval Augmented Generation

NAACL 2025long

Retrieval-augmented generation (RAG) has emerged as a promising technology for addressing hallucination issues in the responses generated by large language models (LLMs). Existing studies on RAG primarily focus on applying semantic-based approaches to retrieve isolated relevant chunks, which ignore…

2025

Language Adaptation of Large Language Models: An Empirical Study on LLaMA2

COLING 2025main

There has been a surge of interest regarding language adaptation of Large Language Models (LLMs) to enhance the processing of texts in low-resource languages. While traditional language models have seen extensive research on language transfer, modern LLMs still necessitate further explorations in la…

2025

Towards Robust Alignment of Language Models: Distributionally Robustifying Direct Preference Optimization

ICLR 2025poster

This study addresses the challenge of noise in training datasets for Direct Preference Optimization (DPO), a method for aligning Large Language Models (LLMs) with human preferences. We categorize noise into pointwise noise, which includes low-quality data points, and pairwise noise, which encompasse…

2024

$\beta$-DPO: Direct Preference Optimization with Dynamic $\beta$

NeurIPS 2024poster

Direct Preference Optimization (DPO) has emerged as a compelling approach for training Large Language Models (LLMs) to adhere to human preferences. However, the performance of DPO is sensitive to the fine-tuning of its trade-off parameter $\beta$, as well as to the quality of the preference data. We…

Cited by 0SourcePDFScholar
2024

When to Trust LLMs: Aligning Confidence with Response Quality

ACL 2024findings

Despite the success of large language models (LLMs) in natural language generation, much evidence shows that LLMs may produce incorrect or nonsensical text. This limitation highlights the importance of discerning when to trust LLMs, especially in safety-critical domains. Existing methods often expre…

2023

Source-Free Unsupervised Domain Adaptation for Question Answering

ICASSP 2023accepted

Based on the assumption that samples in the source and target domains are freely accessible during training, unsupervised domain adaptation (UDA) of question answering (QA) aims to transfer knowledge learned from labeled source datasets to similar tasks in the unlabeled target domains. However, such…

Cited by 0SourceScholar
2023

Tunable Soft Prompts are Messengers in Federated Learning

EMNLP 2023long findings

Federated learning (FL) enables multiple participants to collaboratively train machine learning models using decentralized data sources, alleviating privacy concerns that arise from directly sharing local data. However, the lack of model privacy protection in FL becomes an unneglectable challenge, e…

Cited by 0SourcecodeScholar
2022

iFlood: A Stable and Effective Regularizer

ICLR 2022poster

Various regularization methods have been designed to prevent overfitting of machine learning models. Among them, a surprisingly simple yet effective one, called Flooding, is proposed recently, which directly constrains the training loss on average to stay at a given level. However, our further studi…

Cited by 5SourcePDFScholar
2021

Factual Consistency Evaluation for Text Summarization via Counterfactual Estimation

EMNLP 2021finding

Despite significant progress has been achieved in text summarization, factual inconsistency in generated summaries still severely limits its practical applications. Among the key factors to ensure factual consistency, a reliable automatic evaluation metric is the first and the most crucial one. Howe…