← Search

Daixuan Cheng

11 accepted papers

2026

FlowRL: Matching Reward Distributions for LLM Reasoning

ICLR 2026poster

We propose FlowRL: matching the full reward distribution via flow balancing instead of solely maximizing rewards in large language model (LLM) reinforcement learning (RL). Recent advanced reasoning models adopt reward-maximizing methods (e.g., PPO and GRPO), which tend to over-optimize dominant rewa…

Cited by 0SourcecodeScholar
2026

Reasoning with Exploration: An Entropy Perspective

AAAI 2026technical

Balancing exploration and exploitation is a central goal in reinforcement learning (RL). Despite recent advances in enhancing language model (LM) reasoning, most methods lean toward exploitation, and increasingly encounter performance plateaus. In this work, we revisit entropy -- a signal of explora

Cited by 0SourcePDFScholar
2025

How to Synthesize Text Data without Model Collapse?

ICML 2025poster

Model collapse in synthetic data indicates that iterative training on self-generated data leads to a gradual decline in performance. With the proliferation of AI models, synthetic data will fundamentally reshape the web data ecosystem. Future GPT-$\{n\}$ models will inevitably be trained on a blend…

Cited by 4SourcePDFScholar
2025

On Domain-Adaptive Post-Training for Multimodal Large Language Models

EMNLP 2025

Adapting general multimodal large language models (MLLMs) to specific domains, such as scientific and industrial fields, is highly significant in promoting their practical applications. This paper systematically investigates domain adaptation of MLLMs via post-training, focusing on data synthesis, t

Cited by 0SourcePDFScholar
2024

FM-Delta: Lossless Compression for Storing Massive Fine-tuned Foundation Models

NeurIPS 2024poster

Pre-trained foundation models, particularly large language models, have achieved remarkable success and led to massive fine-tuned variants. These models are commonly fine-tuned locally and then uploaded by users to cloud platforms such as HuggingFace for secure storage. However, the huge model numbe…

Cited by 2SourcePDFScholar
2024

Instruction Pre-Training: Language Models are Supervised Multitask Learners

EMNLP 2024main

Unsupervised multitask pre-training has been the critical method behind the recent success of language models (LMs). However, supervised multitask learning still holds significant promise, as scaling it in the post-training stage trends towards better generalization. In this paper, we explore superv…

2024

MDR: Model-Specific Demonstration Retrieval at Inference Time for In-Context Learning

NAACL 2024long

Recently, retrieval-based in-context learning (ICL) methods for selecting demonstrations have been widely investigated. Existing methods train a dense retriever to retrieve the most appropriate demonstrations for a given test query, which improves ICL performance. However, we find that distinct LLMs…

2023

UPRISE: Universal Prompt Retrieval for Improving Zero-Shot Evaluation

EMNLP 2023long main

Large Language Models (LLMs) are popular for their impressive abilities, but the need for model-specific fine-tuning or task-specific prompt engineering can hinder their generalization. We propose UPRISE (Universal Prompt Retrieval for Improving zero-Shot Evaluation), which tunes a lightweight and v…

Cited by 0SourcecodeScholar
2023

VL-Match: Enhancing Vision-Language Pretraining with Token-Level and Instance-Level Matching

ICCV 2023poster

Vision-Language Pretraining (VLP) has significantly improved the performance of various vision-language tasks with the matching of images and texts. In this paper, we propose VL-Match, a Vision-Language framework with Enhanced Token-level and Instance-level Matching. At the token level, a Vision-Lan…

Cited by 5PDFScholar
2022

Snapshot-Guided Domain Adaptation for ELECTRA

EMNLP 2022finding

Discriminative pre-trained language models, such as ELECTRA, have achieved promising performances in a variety of general tasks. However, these generic pre-trained models struggle to capture domain-specific knowledge of domain-related tasks. In this work, we propose a novel domain-adaptation method…