← Search

Li Du

47 accepted papers

2026

Decomposing the Neurons: Activation Sparsity via Mixture of Experts for Continual Test Time Adaptation

AAAI 2026technical

Continual Test-Time Adaptation (CTTA), which aims to adapt the pre-trained model to ever-evolving target domains, emerges as an important task for vision models. As current vision models appear to be heavily biased towards texture, continuously adapting the model from one domain distribution to anot

Cited by 0SourcePDFScholar
2026

Diagnosing and Remedying Knowledge Deficiencies in LLMs via Label-free Curricular Meaningful Learning

ICLR 2026poster

Large Language Models (LLMs) have demonstrated impressive generalization ability by learning from extensive unlabeled text. However, they still exhibit reasoning mistakes, which can affect their trustworthiness and reliability. Although users can interact with LLMs and provide diverse and comprehens…

Cited by 0SourcecodeScholar
2026

LiftQuant: Continuous Bit-Width Control for Pareto-Optimal LLM Deployment

ICML 2026spotlight

Existing quantization methods are fundamentally limited by rigid, integer-based bit-widths (e.g., 2, 3-bit), creating a "deployment gap" where LLMs cannot be optimally fitted to specific memory budgets. To bridge this gap, we introduce LiftQuant, a novel framework that enables continuous bit-width c…

Cited by 0SourceScholar
2026

MoLe-VLA: Dynamic Layer-skipping Vision Language Action Model via Mixture-of-Layers for Efficient Robot Manipulation

AAAI 2026technical

Vision-Language-Action (VLA) models enable robotic systems to perform embodied tasks but face deployment challenges due to the high computational demands of the dense Large Language Models (LLMs), with existing early-exit-based sparsification methods often overlooking the critical semantic role of f

Cited by 0SourcePDFScholar
2026

Scaling Towards the Information Boundary of Instructions through Data Synthesizing

AAAI 2026technical

High-quality instructions are crucial for aligning pretrained models to improve their performance on downstream tasks. Although current instruction datasets have reached tens of millions of samples, models finetuned on them may still struggle with complex instruction following and tasks in rare doma

Cited by 0SourcePDFScholar
2025

Analyzing the Rapid Generalization of SFT via the Perspective of Attention Head Activation Patterns

ACL 2025long

LLMs’ performance on complex tasks is still unsatisfactory. A key issue is that presently LLMs learn in a data-driven schema, while the instructions about these complex tasks are both scarce and hard to collect or construct. On the contrary, a prominent phenomenon is that LLMs can learn rather fast…

2025

Beyond IID: Optimizing Instruction Finetuning from the Perspective of Instruction Interaction and Dependency

AAAI 2025technical

With the availability of various instruction datasets, a pivotal challenge is how to effectively select and integrate these instructions to fine-tune large language models (LLMs). Previous research mainly focuses on selecting individual high-quality instructions. However, these works overlooked the…

2025

Beyond Similarity: A Gradient-based Graph Method for Instruction Tuning Data Selection

ACL 2025long

Large language models (LLMs) have shown great potential across various industries due to their remarkable ability to generalize through instruction tuning. However, the limited availability of domain-specific data significantly hampers their performance on specialized tasks. While existing methods p…

2025

Com2 : A Causal-Guided Benchmark for Exploring Complex Commonsense Reasoning in Large Language Models

ACL 2025long

Large language models (LLMs) have mastered abundant simple and explicit commonsense knowledge through pre-training, enabling them to achieve human-like performance in simple commonsense reasoning. Nevertheless, LLMs struggle to reason with complex and implicit commonsense knowledge that is derived f…

2025

FBQuant: FeedBack Quantization for Large Language Models

IJCAI 2025

Deploying Large Language Models (LLMs) on edge devices is increasingly important, as it eliminates reliance on network connections, reduces expensive API calls, and enhances user privacy. However, on-device deployment is challenging due to the limited computational resources of edge devices. In part

Cited by 0SourcePDFScholar
2025

PAT: Pruning-Aware Tuning for Large Language Models

AAAI 2025technical

Large language models (LLMs) excel in language tasks, especially with supervised fine-tuning after pre-training. However, their substantial memory and computational requirements hinder practical applications. Structural pruning, which reduces less significant weight dimensions, is one solution. Yet,…

2025

SliceOcc: Indoor 3D Semantic Occupancy Prediction with Vertical Slice Representation

ICRA 2025

3D semantic occupancy prediction is a crucial task in visual perception, as it requires the simultaneous comprehension of both scene geometry and semantics. It plays a crucial role in understanding 3D scenes and has great potential for various applications, such as robotic vision perception and auto

Cited by 5SourcecodeScholar
2025

SpikeLLM: Scaling up Spiking Neural Network to Large Language Models via Saliency-based Spiking

ICLR 2025poster

Recent advancements in large language models (LLMs) with billions of parameters have improved performance in various applications, but their inference processes demand significant energy and computational resources. In contrast, the human brain, with approximately 86 billion neurons, is much more en…

2025

Structural Entropy Guided Agent for Detecting and Repairing Knowledge Deficiencies in LLMs

NeurIPS 2025poster

Large language models (LLMs) have achieved unprecedented performance by leveraging vast pretraining corpora, yet their performance remains suboptimal in knowledge-intensive domains such as medicine and scientific research, where high factual precision is required. While synthetic data provides a pro…

Cited by 0SourcecodeScholar
2025

Syntactic and Semantic Control of Large Language Models via Sequential Monte Carlo

ICLR 2025oral

A wide range of LM applications require generating text that conforms to syntactic or semantic constraints. Imposing such constraints can be naturally framed as _probabilistic conditioning_, but exact generation from the resulting distribution—which can differ substantially from the LM’s base distri…

2025

Tool Zero: Training Tool-Augmented LLMs via Pure RL from Scratch

EMNLP 2025

Training tool-augmented LLMs has emerged as a promising approach to enhancing language models’ capabilities for complex tasks. The current supervised fine-tuning paradigm relies on constructing extensive domain-specific datasets to train models. However, this approach often struggles to generalize e

Cited by 0SourcePDFScholar
2025

UFO-RL: Uncertainty-Focused Optimization for Efficient Reinforcement Learning Data Selection

NeurIPS 2025poster

A primary impediment to scaling reinforcement learning (RL) for large language model (LLM) training is the substantial computational cost, predominantly arising from the necessity of multi-sampling for policy optimization and evaluation. This underscores the critical yet challenging nature of effici…

Cited by 0SourceScholar
2024

BiPFT: Binary Pre-trained Foundation Transformer with Low-Rank Estimation of Binarization Residual Polynomials

AAAI 2024technical

Pretrained foundation models offer substantial benefits for a wide range of downstream tasks, which can be one of the most potential techniques to access artificial general intelligence. However, scaling up foundation transformers for maximal task-agnostic knowledge has brought about computational c…

2024

Causal-Guided Active Learning for Debiasing Large Language Models

ACL 2024long

Although achieving promising performance, recent analyses show that current generative large language models (LLMs) may still capture dataset biases and utilize them for generation, leading to poor generalizability and harmfulness of LLMs. However, due to the diversity of dataset biases and the over…

2024

Deciphering the Impact of Pretraining Data on Large Language Models through Machine Unlearning

ACL 2024findings

Through pretraining on a corpus with various sources, Large Language Models (LLMs) have gained impressive performance. However, the impact of each component of the pretraining corpus remains opaque. As a result, the organization of the pretraining corpus is still empirical and may deviate from the o…

2024

Medical Dialogue System: A Survey of Categories, Methods, Evaluation and Challenges

ACL 2024findings

This paper surveys and organizes research works of medical dialog systems, which is an important yet challenging task. Although these systems have been surveyed in the medical community from an application perspective, a systematic review from a rigorous technical perspective has to date remained no…

2024

Principled Gradient-Based MCMC for Conditional Sampling of Text

ICML 2024poster

We consider the problem of sampling text from an energy-based model. This arises, for example, when sampling text from a neural language model subject to soft constraints. Although the target distribution is discrete, the internal computations of the energy function (given by the language model) are…

Cited by 1SourcePDFScholar
2024

PromptCoT: Align Prompt Distribution via Adapted Chain-of-Thought

CVPR 2024poster

Diffusion-based generative models have exhibited remarkable capability in the production of high-fidelity visual content such as images and videos. However their performance is significantly contingent upon the quality of textual inputs commonly referred to as "prompts". The process of traditional p…

Cited by 5SourcePDFScholar
2024

SFC: Achieve Accurate Fast Convolution under Low-precision Arithmetic

ICML 2024poster

Fast convolution algorithms, including Winograd and FFT, can efficiently accelerate convolution operations in deep models. However, these algorithms depend on high-precision arithmetic to maintain inference accuracy, which conflicts with the model quantization. To resolve this conflict and further i…

Cited by 1SourcePDFScholar
2024

Towards Generalizable and Faithful Logic Reasoning over Natural Language via Resolution Refutation

COLING 2024main

Large language models (LLMs) have achieved significant performance in various natural language reasoning tasks. However, they still struggle with performing first-order logic reasoning over formal logical theories expressed in natural language. This is because the previous LLMs-based reasoning syste…

2023

A Formal Perspective on Byte-Pair Encoding

ACL 2023findings

Byte-Pair Encoding (BPE) is a popular algorithm used for tokenizing data in NLP, despite being devised initially as a compression method.BPE appears to be a greedy algorithm at face value, but the underlying optimization problem that BPE seeks to solve has not yet been laid down. We formalize BPE as…

2023

A Measure-Theoretic Characterization of Tight Language Models

ACL 2023long

Language modeling, a central task in natural language processing, involves estimating a probability distribution over strings. In most cases, the estimated distribution sums to 1 over all finite strings. However, in some pathological cases, probability mass can “leak” onto the set of infinite sequen…

Cited by 33SourcePDFScholar
2023

NoisyQuant: Noisy Bias-Enhanced Post-Training Activation Quantization for Vision Transformers

CVPR 2023poster

The complicated architecture and high training cost of vision transformers urge the exploration of post-training quantization. However, the heavy-tailed distribution of vision transformer activations hinders the effectiveness of previous post-training quantization methods, even with advanced quantiz…

2023

On the Representational Capacity of Recurrent Neural Language Models

EMNLP 2023long main

This work investigates the computational expressivity of language models (LMs) based on recurrent neural networks (RNNs). Siegelmann and Sontag (1992) famously showed that RNNs with rational weights and hidden states and unbounded computation time are Turing complete. However, LMs define weighting…

Cited by 0SourcecodeScholar
2023

QD-BEV : Quantization-aware View-guided Distillation for Multi-view 3D Object Detection

ICCV 2023poster

Multi-view 3D detection based on BEV (bird-eye-view) has recently achieved significant improvements. However, the huge memory consumption of state-of-the-art models makes it hard to deploy them on vehicles, and the non-trivial latency will affect the real-time perception of streaming applications. D…

Cited by 11PDFScholar
2023

Tokenization and the Noiseless Channel

ACL 2023long

Subword tokenization is a key part of most NLP pipelines. However, little is known about why some tokenizer and hyperparameter combinations lead to improved downstream model performance over others. We propose that good tokenizers lead to efficient channel usage, where the channel is the means by wh…

2023

Towards Stable Natural Language Understanding via Information Entropy Guided Debiasing

ACL 2023long

Although achieving promising performance, current Natural Language Understanding models tend to utilize dataset biases instead of learning the intended task, which always leads to performance degradation on out-of-distribution (OOD) samples. Toincrease the performance stability, previous debiasing m…

Cited by 7SourcePDFScholar
2022

Hidden State Variability of Pretrained Language Models Can Guide Computation Reduction for Transfer Learning

EMNLP 2022finding

While transferring a pretrained language model, common approaches conventionally attach their task-specific classifiers to the top layer and adapt all the pretrained layers. We investigate whether one could make a task-specific selection on which subset of the layers to adapt and where to place the…

2022

Mitigating Reporting Bias in Semi-supervised Temporal Commonsense Inference with Probabilistic Soft Logic

AAAI 2022technical

Acquiring high-quality temporal common sense (TCS) knowledge from free-form text is a crucial but challenging problem for event-centric natural language understanding, due to the language reporting bias problem: people rarely report the commonly observed events but highlight the special cases. For e…

2022

Prototype-Voxel Contrastive Learning for LiDAR Point Cloud Panoptic Segmentation

ICRA 2022poster

LiDAR point cloud panoptic segmentation, including both semantic and instance segmentation, plays a critical role in meticulous scene understanding for autonomous driving. Existing 3D voxelized approaches either utilize 3D sparse convolution that only focuses on local scene understanding, or add ext…

Cited by 20SourceScholar
2022

ReCo: Reliable Causal Chain Reasoning via Structural Causal Recurrent Neural Networks

EMNLP 2022main

Causal chain reasoning (CCR) is an essential ability for many decision-making AI systems, which requires the model to build reliable causal chains by connecting causal pairs. However, CCR suffers from two main transitive problems: threshold effect and scene drift. In other words, the causal pairs to…

2022

e-CARE: a New Dataset for Exploring Explainable Causal Reasoning

ACL 2022long

Understanding causality has vital importance for various Natural Language Processing (NLP) applications. Beyond the labeled instances, conceptual explanations of the causality can provide deep understanding of the causal fact to facilitate the causal reasoning process. However, such explanation info…

2021

ExCAR: Event Graph Knowledge Enhanced Explainable Causal Reasoning

ACL 2021long

Prior work infers the causation between events mainly based on the knowledge induced from the annotated causal event pairs. However, additional evidence information intermediate to the cause and effect remains unexploited. By incorporating such information, the logical law behind the causality can b…

2021

Neural Natural Logic Inference for Interpretable Question Answering

EMNLP 2021main

Many open-domain question answering problems can be cast as a textual entailment task, where a question and candidate answers are concatenated to form hypotheses. A QA system then determines if the supporting knowledge bases, regarded as potential premises, entail the hypotheses. In this paper, we i…

2019

Jointly Predicting Future Sequence and Steering Angles for Dynamic Driving Scenes

ICASSP 2019accepted

Generative Adversarial Network (GAN) has attracted rising attention for video future sequence prediction in driving scenes. However, the images generated by GAN often miss the target for lack of any constraints for its generated target. In this paper, an encoder-decoder based multi-task video predic…

Cited by 0SourceScholar