← Search

Liang Tan

8 accepted papers

2026

Prompt Curriculum Learning for Efficient LLM Post-Training

ICLR 2026poster

Reinforcement learning (RL) is widely used to post-train large language models for tasks such as mathematical reasoning and coding. However, the convergence of RL training remains sensitive to batching and prompt selection strategies. We investigate the factors that affect convergence, including bat…

Cited by 0SourceScholar
2025

A Systematic Examination of Preference Learning through the Lens of Instruction-Following

NAACL 2025long

In this work we systematically investigate how specific attributes of preference datasets affect the alignment and downstream performance of LLMs in instruction-following tasks. We use a novel synthetic data generation pipeline to generate 48,000 unique instruction-following prompts with combination…

2025

Law of the Weakest Link: Cross Capabilities of Large Language Models

ICLR 2025poster

The development and evaluation of Large Language Models (LLMs) have largely focused on individual capabilities. However, this overlooks the intersection of multiple abilities across different types of expertise that are often required for real-world tasks, which we term **cross capabilities**. To sy…

2025

Self-Generated Critiques Boost Reward Modeling for Language Models

NAACL 2025long

Reward modeling is crucial for aligning large language models (LLMs) with human preferences, especially in reinforcement learning from human feedback (RLHF). However, current reward models mainly produce scalar scores and struggle to incorporate critiques in a natural language format. We hypothesize…

Cited by 20SourcePDFScholar
2023

Defending Against Patch-Based Backdoor Attacks on Self-Supervised Learning

CVPR 2023poster

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim trains an SSL model on it, the final model will have a backdoor that the adversary ca…

2023

Learning Easily Updated General Purpose Text Representations with Adaptable Task-Specific Prefix

EMNLP 2023short findings

Many real-world applications require making multiple predictions from the same text. Fine-tuning a large pre-trained language model for each downstream task causes computational burdens in the inference time due to several times of forward passes. To amortize the computational cost, freezing the lan…

Cited by 0SourceScholar
2022

UNIREX: A Unified Learning Framework for Language Model Rationale Extraction

ICML 2022spotlight

An extractive rationale explains a language model’s (LM’s) prediction on a given task instance by highlighting the text inputs that most influenced the prediction. Ideally, rationale extraction should be faithful (reflective of LM’s actual behavior) and plausible (convincing to humans), without comp…

2021

MSD: Saliency-aware Knowledge Distillation for Multimodal Understanding

EMNLP 2021finding

To reduce a model size but retain performance, we often rely on knowledge distillation (KD) which transfers knowledge from a large “teacher” model to a smaller “student” model. However, KD on multimodal datasets such as vision-language tasks is relatively unexplored, and digesting multimodal informa…

Cited by 8SourcePDFScholar