← Search

Yaliang Li

60 accepted papers

2026

AttriCtrl: A Generalizable Framework for Controlling Semantic Attribute Intensity in Diffusion Models

ICLR 2026poster

Diffusion models have recently become the dominant paradigm for image generation, yet existing systems struggle to interpret and follow numeric instructions for adjusting semantic attributes. In real-world creative scenarios, especially when precise control over aesthetic attributes is required, cu…

Cited by 0SourceScholar
2026

BOTS: A Unified Framework for Bayesian Online Task Selection in LLM Reinforcement Finetuning

ICLR 2026poster

Reinforcement finetuning (RFT) is a key technique for aligning Large Language Models (LLMs) with human preferences and enhancing reasoning, yet its effectiveness is highly sensitive to which tasks are explored during training. Uniform task sampling is inefficient, wasting computation on tasks that a…

Cited by 0SourceScholar
2026

DetailMaster: Can Your Text-to-Image Model Handle Long Prompts?

ICML 2026poster

While recent Text-to-Image (T2I) models show impressive capabilities in synthesizing images from brief descriptions, they struggle with the long, detailed prompts required for professional applications. We present DetailMaster, a comprehensive benchmark for evaluating T2I capabilities on long prompt…

Cited by 0SourcecodeScholar
2026

Grounded in Reality: Learning and Deploying Proactive LLM from Offline Logs

ICML 2026poster

Large language models (LLMs) are strong passive responders, but learning to proactively elicit information—asking the right questions and stopping at the right time—remains difficult. Existing approaches, such as optimizing turn-level attributes or relying on user simulators to generate training tra…

Cited by 0SourceScholar
2026

Group-Relative REINFORCE Is Secretly an Off-Policy Algorithm: Demystifying Some Myths About GRPO and Its Friends

ICLR 2026poster

Off-policy reinforcement learning (RL) for large language models (LLMs) is attracting growing interest, driven by practical constraints in real-world applications, the complexity of LLM-RL infrastructure, and the need for further innovations of RL methodologies. While classic REINFORCE and its moder…

Cited by 0SourceScholar
2026

HumanVBench: Probing Human-Centric Video Understanding in MLLMs with Automatically Synthesized Benchmarks

CVPR 2026

Evaluating the nuanced human-centric video understanding capabilities of Multimodal Large Language Models (MLLMs) remains a great challenge, as existing benchmarks often overlook the intricacies of emotion, behavior, and cross-modal alignment. We introduce HumanVBench, a comprehensive video benchmar

Cited by 0SourcecodeScholar
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
2026

Spectral Evolution Search: Efficient Inference-Time Scaling for Reward-Aligned Image Generation

ICML 2026poster

Inference-time scaling offers a versatile paradigm for aligning visual generative models with downstream objectives without parameter updates. However, existing approaches that optimize the high-dimensional initial noise suffer from severe inefficiency, as many search directions exert negligible inf…

Cited by 0SourceScholar
2025

Advancing Reasoning with Off-the-Shelf LLMs: A Semantic Structure Perspective

EMNLP 2025

Large Language Models (LLMs) have shown strong capabilities in zero-shot reasoning and generalization to new tasks. However, the zero-shot performance of general LLMs on complex tasks, such as multi-hop reasoning, remains suboptimal, while reasoning LLMs suffer from hallucinations and unfaithfulness

Cited by 0SourcePDFScholar
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

Data-Juicer 2.0: Cloud-Scale Adaptive Data Processing for and with Foundation Models

NeurIPS 2025spotlight

Foundation models demand advanced data processing for their vast, multimodal datasets. However, traditional frameworks struggle with the unique complexities of multimodal data. In response, we present Data-Juicer 2.0, a data processing system backed by 100+ data processing operators spanning text, i…

Cited by 0SourcecodeScholar
2025

Data-Juicer Sandbox: A Feedback-Driven Suite for Multimodal Data-Model Co-development

ICML 2025spotlight

The emergence of multimodal large models has advanced artificial intelligence, introducing unprecedented levels of performance and functionality. However, optimizing these models remains challenging due to historically isolated paths of model-centric and data-centric developments, leading to subopti…

Cited by 0SourcePDFScholar
2025

Diversity as a Reward: Fine-Tuning LLMs on a Mixture of Domain-Undetermined Data

NeurIPS 2025poster

Fine-tuning large language models (LLMs) using diverse datasets is crucial for enhancing their overall performance across various domains. In practical scenarios, existing methods based on modeling the mixture proportions of data composition often struggle with data whose domain labels are missing,…

Cited by 0SourcecodeScholar
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

Enhancing Tool Learning in Large Language Models with Hierarchical Error Checklists

ACL 2025finding

Large language models (LLMs) have significantly advanced natural language processing, particularly through the integration of external tools and APIs. However, their effectiveness is frequently hampered by parameter mis-filling during tool calling. In this paper, we propose the Hierarchical Tool Err…

Cited by 0SourcePDFScholar
2025

ExVideo: Extending Video Diffusion Models via Parameter-Efficient Post-Tuning

IJCAI 2025

Recently, advancements in video synthesis have attracted significant attention. Video synthesis models have demonstrated the practical applicability of diffusion models in creating dynamic visual content. Despite these advancements, the extension of video lengths remains constrained by computational

2025

GenSim: A General Social Simulation Platform with Large Language Model based Agents

NAACL 2025system demonstrations

With the rapid advancement of large language models (LLMs), recent years have witnessed many promising studies on leveraging LLM-based agents to simulate human social behavior. While prior work has demonstrated significant potential across various domains, much of it has focused on specific scenario…

2025

Growth Inhibitors for Suppressing Inappropriate Image Concepts in Diffusion Models

ICLR 2025poster

Despite their remarkable image generation capabilities, text-to-image diffusion models inadvertently learn inappropriate concepts from vast and unfiltered training data, which leads to various ethical and business risks. Specifically, model-generated images may exhibit not safe for work (NSFW) conte…

Cited by 2SourcePDFScholar
2025

Img-Diff: Contrastive Data Synthesis for Multimodal Large Language Models

CVPR 2025poster

High-performance Multimodal Large Language Models (MLLMs) rely heavily on data quality. This study introduces a novel data synthesis method, leveraging insights from contrastive learning and image difference captioning to enhance fine-grained image recognition in MLLMs. By analyzing object differenc…

Cited by 11SourcePDFScholar
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

LLM-Based Multi-Agent Systems are Scalable Graph Generative Models

ACL 2025finding

The structural properties of naturally arising social graphs are extensively studied to understand their evolution. Prior approaches for modeling network dynamics typically rely on rule-based models, which lack realism and generalizability, or deep learning-based models, which require large-scale tr…

2025

MindGYM: What Matters in Question Synthesis for Thinking-Centric Fine-Tuning?

NeurIPS 2025poster

Large foundation models face challenges in acquiring transferable, structured thinking abilities, especially when supervised with rigid templates or crowd-annotated instruction datasets. Unlike prior approaches, we focus on a thinking-centric data synthesis paradigm that enables models to evolve thr…

Cited by 0SourceScholar
2025

Provable Scaling Laws for the Test-Time Compute of Large Language Models

NeurIPS 2025poster

We propose two simple, principled and practical algorithms that enjoy provable scaling laws for the test-time compute of large language models (LLMs). The first one is a two-stage knockout-style algorithm: given an input problem, it first generates multiple candidate solutions, and then aggregate th…

Cited by 0SourceScholar
2025

Safety Layers in Aligned Large Language Models: The Key to LLM Security

ICLR 2025poster

Aligned LLMs are secure, capable of recognizing and refusing to answer malicious questions. However, the role of internal parameters in maintaining such security is not well understood yet, further these models can be vulnerable to security degradation when subjected to fine-tuning attacks. To addre…

2025

Unleashing the Potential of Large Language Models as Prompt Optimizers: Analogical Analysis with Gradient-based Model Optimizers

AAAI 2025technical

Automatic prompt optimization is an important approach to improving the performance of large language models (LLMs). Recent research demonstrates the potential of using LLMs as prompt optimizers, which can generate improved task prompts via iterative refinement. In this paper, we propose a novel per…

2025

ViFT: Towards Visual Instruction-Free Fine-tuning for Large Vision-Language Models

EMNLP 2025

Visual instruction tuning has become the predominant technology in eliciting the multimodal task-solving capabilities of large vision-language models (LVLMs). Despite the success, as visual instructions require images as the input, it would leave the gap in inheriting the task-solving capabilities f

Cited by 0SourcePDFScholar
2024

ChartThinker: A Contextual Chain-of-Thought Approach to Optimized Chart Summarization

COLING 2024main

Data visualization serves as a critical means for presenting data and mining its valuable insights. The task of chart summarization, through natural language processing techniques, facilitates in-depth data analysis of charts. However, there still are notable deficiencies in terms of visual-language…

2024

DATA-CUBE: Data Curriculum for Instruction-based Sentence Representation Learning

ACL 2024findings

Recently, multi-task instruction tuning has been utilized to improve sentence representation learning (SRL). It enables SRL models to generate task-specific representations with the guidance of task instruction, thus exhibiting strong generalization ability on unseen tasks. However, these methods mo…

Cited by 2SourcePDFScholar
2024

Do Emergent Abilities Exist in Quantized Large Language Models: An Empirical Study

COLING 2024main

Despite the superior performance, Large Language Models (LLMs) require significant computational resources for deployment and use. To overcome this issue, quantization methods have been widely applied to reduce the memory footprint of LLMs as well as increase the inference rate. However, a major cha…

2024

EE-LLM: Large-Scale Training and Inference of Early-Exit Large Language Models with 3D Parallelism

ICML 2024poster

We present EE-LLM, a framework for large-scale training and inference of early-exit large language models (LLMs). While recent works have shown preliminary evidence for the efficacy of early exiting in accelerating LLM inference, EE-LLM makes a foundational step towards scaling up early-exit LLMs by…

2024

Federated Fine-tuning of Large Language Models under Heterogeneous Tasks and Client Resources

NeurIPS 2024poster

Federated Learning (FL) has recently been applied to the parameter-efficient fine-tuning of Large Language Models (LLMs). While promising, it raises significant challenges due to the heterogeneous resources and data distributions of clients.This study introduces FlexLoRA, a simple yet effective agg…

Cited by 27SourcePDFScholar
2024

Federated Full-Parameter Tuning of Billion-Sized Language Models with Communication Cost under 18 Kilobytes

ICML 2024poster

Pre-trained large language models (LLMs) need fine-tuning to improve their responsiveness to natural language instructions. Federated learning offers a way to fine-tune LLMs using the abundant data on end devices without compromising data privacy. Most existing federated fine-tuning methods for LLMs…

2024

TEST: Text Prototype Aligned Embedding to Activate LLM's Ability for Time Series

ICLR 2024poster

This work summarizes two ways to accomplish Time-Series (TS) tasks in today's Large Language Model (LLM) context: LLM-for-TS (model-centric) designs and trains a fundamental large model, or fine-tunes a pre-trained LLM for TS data; TS-for-LLM (data-centric) converts TS into a model-friendly represen…

2024

Transferability Bound Theory: Exploring Relationship between Adversarial Transferability and Flatness

NeurIPS 2024poster

A prevailing belief in attack and defense community is that the higher flatness of adversarial examples enables their better cross-model transferability, leading to a growing interest in employing sharpness-aware minimization and its variants. However, the theoretical relationship between the transf…

2023

Efficient Personalized Federated Learning via Sparse Model-Adaptation

ICML 2023poster

Federated Learning (FL) aims to train machine learning models for multiple clients without sharing their own private data. Due to the heterogeneity of clients' local data distribution, recent studies explore the personalized FL that learns and deploys distinct local models with the help of auxiliary…

Cited by 58SourcePDFScholar
2023

FedHPO-Bench: A Benchmark Suite for Federated Hyperparameter Optimization

ICML 2023poster

Research in the field of hyperparameter optimization (HPO) has been greatly accelerated by existing HPO benchmarks. Nonetheless, existing efforts in benchmarking all focus on HPO for traditional learning paradigms while ignoring federated learning (FL), a promising paradigm for collaboratively learn…

2023

ReasoningLM: Enabling Structural Subgraph Reasoning in Pre-trained Language Models for Question Answering over Knowledge Graph

EMNLP 2023long main

Question Answering over Knowledge Graph (KGQA) aims to seek answer entities for the natural language question from a large-scale Knowledge Graph (KG). To better perform reasoning on KG, recent work typically adopts a pre-trained language model (PLM) to model the question, and a graph neural network…

Cited by 0SourcecodeScholar
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

EvenNet: Ignoring Odd-Hop Neighbors Improves Robustness of Graph Neural Networks

NeurIPS 2022accept

Graph Neural Networks (GNNs) have received extensive research attention for their promising performance in graph machine learning. Despite their extraordinary predictive accuracy, existing approaches, such as GCN and GPRGNN, are not robust in the face of homophily changes on test graphs, rendering t…

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
2022

pFL-Bench: A Comprehensive Benchmark for Personalized Federated Learning

NeurIPS 2022accept

Personalized Federated Learning (pFL), which utilizes and deploys distinct local models, has gained increasing attention in recent years due to its success in handling the statistical heterogeneity of FL clients. However, standardized evaluation and systematical analysis of diverse pFL methods remai…

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…

2021

HRKD: Hierarchical Relational Knowledge Distillation for Cross-domain Language Model Compression

EMNLP 2021main

On many natural language processing tasks, large pre-trained language models (PLMs) have shown overwhelming performances compared with traditional neural network methods. Nevertheless, their huge model size and low inference speed have hindered the deployment on resource-limited devices in practice.…

2021

Learning to Augment for Data-scarce Domain BERT Knowledge Distillation

AAAI 2021technical

Despite pre-trained language models such as BERT have achieved appealing performance in a wide range of Natural Language Processing (NLP) tasks, they are computationally expensive to be deployed in real-time applications. A typical method is to adopt knowledge distillation to compress these large pr…

2021

Meta-KD: A Meta Knowledge Distillation Framework for Language Model Compression across Domains

ACL 2021long

Pre-trained language models have been applied to various NLP tasks with considerable performance gains. However, the large model sizes, together with the long inference time, limit the deployment of such models in real-time applications. One line of model compression approaches considers knowledge d…

2021

Profanity-Avoiding Training Framework for Seq2seq Models with Certified Robustness

EMNLP 2021main

Seq2seq models have demonstrated their incredible effectiveness in a large variety of applications. However, recent research has shown that inappropriate language in training samples and well-designed testing cases can induce seq2seq models to output profanity. These outputs may potentially hurt the…

2021

Wasserstein Selective Transfer Learning for Cross-domain Text Mining

EMNLP 2021main

Transfer learning (TL) seeks to improve the learning of a data-scarce target domain by using information from source domains. However, the source and target domains usually have different data distributions, which may lead to negative transfer. To alleviate this issue, we propose a Wasserstein Selec…

Cited by 4SourcePDFScholar
2020

AdaBERT: Task-Adaptive BERT Compression with Differentiable Neural Architecture Search

IJCAI 2020poster

Large pre-trained language models such as BERT have shown their effectiveness in various natural language processing tasks. However, the huge parameter size makes them difficult to be deployed in real-time applications that require quick inference with limited resources. Existing methods compress BE…

Cited by 0SourcePDFScholar
2020

Entity Synonym Discovery via Multipiece Bilateral Context Matching

IJCAI 2020poster

Being able to automatically discover synonymous entities in an open-world setting benefits various tasks such as entity disambiguation or knowledge graph canonicalization. Existing works either only utilize entity features, or rely on structured annotations from a single piece of context where the e…

2020

Learning to Mutate with Hypergradient Guided Population

NeurIPS 2020poster

Computing the gradient of model hyperparameters, i.e., hypergradient, enables a promising and natural way to solve the hyperparameter optimization task. However, gradient-based methods could lead to suboptimal solutions due to the non-convex nature of optimization in a complex hyperparameter space.…

2020

Scalable Graph Neural Networks via Bidirectional Propagation

NeurIPS 2020poster

Graph Neural Networks (GNN) are an emerging field for learning on non-Euclidean data. Recently, there has been increased interest in designing GNN that scales to large graphs. Most existing methods use "graph sampling" or "layer-wise sampling" techniques to reduce training time; However, these metho…

2020

Simple and Deep Graph Convolutional Networks

ICML 2020poster

Graph convolutional networks (GCNs) are a powerful deep learning approach for graph-structured data. Recently, GCNs and subsequent variants have shown superior performance in various application areas on real-world datasets. Despite their success, most of the current GCN models are shallow, due to t…

2018

Representation Learning for Treatment Effect Estimation from Observational Data

NeurIPS 2018poster

Estimating individual treatment effect (ITE) is a challenging problem in causal inference, due to the missing counterfactuals and the selection bias. Existing ITE estimation methods mainly focus on balancing the distributions of control and treated groups, but ignore the local similarity information…