← Search

Chenliang Li

37 accepted papers

2026

ProFuser: Progressive Fusion of Large Language Models

AAAI 2026technical

While fusing the capacities and advantages of various large language models offers a pathway to construct more powerful and versatile models, a fundamental challenge is to properly select advantageous model during training. Existing fusion methods primarily focus on the training mode that uses cros

Cited by 0SourcePDFScholar
2026

SPELL: Self-Play Reinforcement Learning for Evolving Long-Context Language Models

ICLR 2026poster

Progress in long-context reasoning for large language models (LLMs) has lagged behind other recent advances. This gap arises not only from the intrinsic difficulty of processing long texts, but also from the scarcity of reliable human annotations and programmatically verifiable reward signals. In th…

Cited by 0SourcecodeScholar
2025

AIGuard: A Benchmark and Lightweight Detection for E-commerce AIGC Risks

ACL 2025finding

Recent advancements in AI-generated content (AIGC) have heightened concerns about harmful outputs, such as misinformation and malicious misuse.Existing detection methods face two key limitations:(1) lacking real-world AIGC scenarios and corresponding risk datasets, and(2) both traditional and multim…

2025

CharacterCraft: Bridging the Literature-Reality Dialogue Gap for Practical Role-Playing Agents

EMNLP 2025

Recent advancements in large language models (LLMs) have given rise to the emergence of role-playing agents (RPAs). The development of high-quality dialogue datasets is critical for advancing RPAs. However, existing datasets have two main issues: (1) the bias between query distributions and real-wor

2025

Flow Matching Based Sequential Recommender Model

IJCAI 2025

Generative models, particularly diffusion model, have emerged as powerful tools for sequential recommendation. However, accurately modeling user preferences remains challenging due to the noise perturbations inherent in the forward and reverse processes of diffusion-based methods. Towards this end,

2025

Joint Reward and Policy Learning with Demonstrations and Human Feedback Improves Alignment

ICLR 2025spotlight

Aligning to human preferences and/or intentions is an important requirement for contemporary foundation models. To ensure alignment, popular approaches such as reinforcement learning with human feedback (RLHF) break down the task into three stages: (i) a model is computed with supervised fine-tuning…

Cited by 0SourcePDFScholar
2025

META-LORA: Memory-Efficient Sample Reweighting for Fine-Tuning Large Language Models

COLING 2025main

Supervised fine-tuning (SFT) is widely adopted for tailoring large language models (LLMs) to specific downstream tasks. However, the substantial computational demands of LLMs hinder iterative exploration of fine-tuning datasets and accurate evaluation of individual sample importance. To address this…

2025

Mitigating Language Confusion through Inference-time Intervention

COLING 2025main

Although large language models (LLMs) trained on extensive multilingual corpora exhibit impressive language transfer, they often fail to respond in the user’s desired language due to corpus imbalances, an embarrassingly simple problem known as the language confusion. However, existing solutions like…

2025

Token-level Preference Self-Alignment Optimization for Multi-style Outline Controllable Generation

ACL 2025finding

Multi-style outline controllable generation is crucial for multiple applications, including document semantic structuring and retrieval-augmented generation.The great success of preference alignment approaches encourages their application in controllable generation tasks.However, these attempts enco…

2025

Understanding Inverse Reinforcement Learning under Overparameterization: Non-Asymptotic Analysis and Global Optimality

AISTATS 2025poster

The goal of the Inverse reinforcement learning (IRL) task is to identify the underlying reward function and the corresponding optimal policy from a set of expert demonstrations. While most IRL algorithms’ theoretical guarantees rely on a linear reward structure, we aim to extend the theoretical unde…

Cited by 0SourceScholar
2025

Weak-to-Strong Honesty Alignment via Learning-to-Rank Supervision

ACL 2025finding

Honest alignment refers to the ability of a language model to truthfully convey its knowledge limitations by appropriately refusing to answer questions when it lacks sufficient information. Existing solutions, such as prompt engineering and fine-tuning, face limitations: the former provides only mar…

2025

WritingBench: A Comprehensive Benchmark for Generative Writing

NeurIPS 2025poster

Recent advancements in large language models (LLMs) have significantly enhanced text generation capabilities, yet evaluating their performance in generative writing remains a challenge. Existing benchmarks primarily focus on generic text generation or limited in writing tasks, failing to capture the…

Cited by 0SourcecodeScholar
2024

Dependency Structure-Enhanced Graph Attention Networks for Event Detection

AAAI 2024technical

Existing models on event detection share three-fold limitations, including (1) insufficient consideration of the structures between dependency relations, (2) limited exploration of the directed-edge semantics, and (3) issues in strengthening the event core arguments. To tackle these problems, we pro…

Cited by 4SourcePDFScholar
2024

Getting More Juice Out of the SFT Data: Reward Learning from Human Demonstration Improves SFT for LLM Alignment

NeurIPS 2024poster

Aligning human preference and value is an important requirement for contemporary foundation models. State-of-the-art techniques such as Reinforcement Learning from Human Feedback (RLHF) often consist of two stages: 1) supervised fine-tuning (SFT), where the model is fine-tuned by learning from human…

2024

Semantics-enhanced Cross-modal Masked Image Modeling for Vision-Language Pre-training

COLING 2024main

In vision-language pre-training (VLP), masked image modeling (MIM) has recently been introduced for fine-grained cross-modal alignment. However, in most existing methods, the reconstruction targets for MIM lack high-level semantics, and text is not sufficiently involved in masked modeling. These two…

Cited by 0SourcePDFScholar
2024

Small LLMs Are Weak Tool Learners: A Multi-LLM Agent

EMNLP 2024main

Large Language Model (LLM) agents significantly extend the capabilities of standalone LLMs, empowering them to interact with external tools (e.g., APIs, functions) and complete various tasks in a self-directed fashion. The challenge of tool use demands that LLMs not only understand user queries and…

2024

SocialBench: Sociality Evaluation of Role-Playing Conversational Agents

ACL 2024findings

Large language models (LLMs) have advanced the development of various AI conversational agents, including role-playing agents that mimic diverse characters and human behaviors. While prior research has predominantly focused on enhancing the conversational capability, role-specific knowledge and styl…

2024

Unifying Latent and Lexicon Representations for Effective Video-Text Retrieval

COLING 2024main

In video-text retrieval, most existing methods adopt the dual-encoder architecture for fast retrieval, which employs two individual encoders to extract global latent representations for videos and texts. However, they face challenges in capturing fine-grained semantic concepts. In this work, we prop…

2023

A Bayesian Approach to Robust Inverse Reinforcement Learning

CoRL 2023poster

We consider a Bayesian approach to offline model-based inverse reinforcement learning (IRL). The proposed framework differs from existing offline model-based IRL approaches by performing simultaneous estimation of the expert's reward function and subjective model of environment dynamics. We make use…

Cited by 7SourcecodeScholar
2023

BUS: Efficient and Effective Vision-Language Pre-Training with Bottom-Up Patch Summarization.

ICCV 2023poster

Vision Transformer (ViT) based Vision-Language Pretraining (VLP) models recently demonstrated impressive performance in various tasks. However, the lengthy visual token sequences used in these models can lead to inefficient and ineffective performance. Existing methods to address these issues lack t…

Cited by 7PDFScholar
2023

Joint Document-Level Event Extraction via Token-Token Bidirectional Event Completed Graph

ACL 2023long

We solve the challenging document-level event extraction problem by proposing a joint exaction methodology that can avoid inefficiency and error propagation issues in classic pipeline methods. Essentially, we address the three crucial limitations in existing studies. First, the autoregressive strate…

2023

Learning Trajectory-Word Alignments for Video-Language Tasks

ICCV 2023poster

In a video, an object usually appears as the trajectory, i.e., it spans over a few spatial but longer temporal patches, that contains abundant spatiotemporal contexts. However, modern Video-Language BERTs (VDL-BERTs) neglect this trajectory characteristic that they usually follow image-language BERT…

Cited by 6PDFScholar
2023

Transforming Visual Scene Graphs to Image Captions

ACL 2023long

We propose to TransForm Scene Graphs into more descriptive Captions (TFSGC). In TFSGC, we apply multi-head attention (MHA) to design the Graph Neural Network (GNN) for embedding scene graphs. After embedding, different graph embeddings contain diverse specific knowledge for generating the words with…

2023

UReader: Universal OCR-free Visually-situated Language Understanding with Multimodal Large Language Model

EMNLP 2023long findings

Text is ubiquitous in our visual world, conveying crucial information, such as in documents, websites, and everyday photographs. In this work, we propose UReader, a first exploration of universal OCR-free visually-situated language understanding based on the Multimodal Large Language Model (MLLM). B…

Cited by 0SourcecodeScholar
2023

When Demonstrations meet Generative World Models: A Maximum Likelihood Framework for Offline Inverse Reinforcement Learning

NeurIPS 2023oral

Offline inverse reinforcement learning (Offline IRL) aims to recover the structure of rewards and environment dynamics that underlie observed actions in a fixed, finite set of demonstrations from an expert agent. Accurate models of expertise in executing a task has applications in safety-sensitive a…

2023

mPLUG-2: A Modularized Multi-modal Foundation Model Across Text, Image and Video

ICML 2023poster

Recent years have witnessed a big convergence of language, vision, and multi-modal pretraining. In this work, we present mPLUG-2, a new unified paradigm with modularized design for multi-modal pretraining, which can benefit from modality collaboration while addressing the problem of modality entangl…

2022

Global Inference with Explicit Syntactic and Discourse Structures for Dialogue-Level Relation Extraction

IJCAI 2022poster

Recent research attention for relation extraction has been paid to the dialogue scenario, i.e., dialogue-level relation extraction (DiaRE). Existing DiaRE methods either simply concatenate the utterances in a dialogue into a long piece of text, or employ naive words, sentences or entities to build d…

2022

Inheriting the Wisdom of Predecessors: A Multiplex Cascade Framework for Unified Aspect-based Sentiment Analysis

IJCAI 2022poster

So far, aspect-based sentiment analysis (ABSA) has involved with total seven subtasks, in which, however the interactions among them have been left unexplored sufficiently. This work presents a novel multiplex cascade framework for unified ABSA and maintaining such interactions. First, we model tota…

2022

Maximum-Likelihood Inverse Reinforcement Learning with Finite-Time Guarantees

NeurIPS 2022accept

Inverse reinforcement learning (IRL) aims to recover the reward function and the associated optimal policy that best fits observed sequences of states and actions implemented by an expert. Many algorithms for IRL have an inherent nested structure: the inner loop finds the optimal policy given parame…

Cited by 44SourcePDFScholar
2022

TRIPS: Efficient Vision-and-Language Pre-training with Text-Relevant Image Patch Selection

EMNLP 2022main

Vision Transformers (ViTs) have been widely used in large-scale Vision and Language Pre-training (VLP) models. Though previous VLP works have proved the effectiveness of ViTs, they still suffer from computational efficiency brought by the long visual sequence. To tackle this problem, in this paper,…

Cited by 15SourcePDFScholar
2022

mPLUG: Effective and Efficient Vision-Language Learning by Cross-modal Skip-connections

EMNLP 2022main

Large-scale pre-trained foundation models have been an emerging paradigm for building artificial intelligence (AI) systems, which can be quickly adapted to a wide range of downstream tasks. This paper presents mPLUG, a new vision-language foundation model for both cross-modal understanding and gener…

2021

A Unified Pretraining Framework for Passage Ranking and Expansion

AAAI 2021technical

Pretrained language models have recently advanced a wide range of natural language processing tasks. Nowadays, the application of pretrained language models to IR tasks has also achieved impressive results. Typical methods either directly apply a pretrained model to improve the re-ranking stage, or…

2021

Addressing Semantic Drift in Generative Question Answering with Auxiliary Extraction

ACL 2021short

Recently, question answering (QA) based on machine reading comprehension has become popular. This work focuses on generative QA which aims to generate an abstractive answer to a given question instead of extracting an answer span from a provided passage. Generative QA often suffers from two critical…

Cited by 25SourcePDFScholar
2021

E2E-VLP: End-to-End Vision-Language Pre-training Enhanced by Visual Learning

ACL 2021long

Vision-language pre-training (VLP) on large-scale image-text pairs has achieved huge success for the cross-modal downstream tasks. The most existing pre-training methods mainly adopt a two-step training procedure, which firstly employs a pre-trained object detector to extract region-based visual fea…

Cited by 119SourcePDFScholar
2021

Pattern-enhanced Contrastive Policy Learning Network for Sequential Recommendation

IJCAI 2021poster

Sequential recommendation aims to predict users’ future behaviors given their historical interactions. However, due to the randomness and diversity of a user’s behaviors, not all historical items are informative to tell his/her next choice. It is obvious that identifying relevant items and extractin…

Cited by 39SourcePDFScholar
2021

StructuralLM: Structural Pre-training for Form Understanding

ACL 2021long

Large pre-trained language models achieve state-of-the-art results when fine-tuned on downstream NLP tasks. However, they almost exclusively focus on text-only representation, while neglecting cell-level layout information that is important for form image understanding. In this paper, we propose a n…