← Search

Changchun Li

18 accepted papers

2026

Decomposing the Basic Abilities of Large Language Models: Mitigating Cross-Task Interference in Multi-Task Instruct-Tuning

ICML 2026poster

Recently, the prominent performance of large language models (LLMs) has been largely driven by multi-task instruct-tuning. Unfortunately, this training paradigm suffers from a key issue, named cross-task interference, due to conflicting gradients over shared parameters among different tasks. Some pr…

Cited by 0SourceScholar
2026

Enhancing Multimodal Misinformation Detection by Replaying the Whole Story from Image Modality Perspective

AAAI 2026technical

Multimodal Misinformation Detection (MMD) refers to the task of detecting social media posts involving misinformation, where the post often contains text and image modalities. However, by observing the MMD posts, we hold that the text modality may be much more informative than the image modality bec

Cited by 0SourcePDFScholar
2026

Label Confidence Recovery with High-order Label Correlation in Partial Multi-label Learning

IJCAI 2026

Partial multi-label learning (PML) addresses weakly-supervised scenarios where each instance is associated with a candidate label set containing both ground-truth and noisy labels. Existing PML methods primarily focus on instance-level features or pairwise label correlations for disambiguation. Buil

Cited by 0Scholar
2026

PU-BENCH: A UNIFIED BENCHMARK FOR RIGOROUS AND REPRODUCIBLE PU LEARNING

ICLR 2026poster

Positive-Unlabeled (PU) learning, a challenging paradigm for training binary classifiers from only positive and unlabeled samples, is fundamental to many applications. While numerous PU learning methods have been proposed, the research is systematically hindered by the lack of a standardized and com…

Cited by 0SourcecodeScholar
2026

Perturbation Matters in Time Series Forecasting: A Wave-attention-aware Transformer Method

IJCAI 2026

Time series forecasting (TSF) refers to a fundamental task of predicting future sequential data based on historical observations. One representative category of TSF methods is transformer-based approaches, which translate time series into token sequences (i.e., as raw texts) before applying well-est

Cited by 0Scholar
2026

Positive-Unlabeled Learning with Extreme Scarcity of Labeled Positives

ICML 2026poster

Positive-Unlabeled (PU) learning is a weakly-supervised paradigm that trains a binary classifier from labeled positive and unlabeled instances. In PU risk estimation, the empirical risk consists of an unlabeled term and a positive term. In this paper, we observe that when labeled positives are scarc…

Cited by 0SourceScholar
2026

Semi-Supervised Regression by Preserving Ranking Relationships Between Close Unlabeled Samples

AAAI 2026technical

Semi-Supervised Learning (SSL) aims to improve the learning performance of supervised learning with a large number of unlabeled samples. The existing SSL methods such as FixMatch and FlexMatch select unlabeled samples with high-confident pseudo-labels and make consistency constraints between their w

Cited by 0SourcePDFScholar
2025

A Closer Look to Positive-Unlabeled Learning from Fine-grained Perspectives: An Empirical Study

NeurIPS 2025poster

Positive-Unlabeled (PU) learning refers to a specific weakly-supervised learning paradigm that induces a binary classifier with a few positive labeled instances and massive unlabeled instances. To handle this task, the community has proposed dozens of PU learning methods with various techniques, dem…

Cited by 0SourceScholar
2025

Balancing Positive and Negative Classification Error Rates in Positive-Unlabeled Learning

NeurIPS 2025poster

Positive and Unlabeled (PU) learning is a special case of binary classification with weak supervision, where only positive labeled and unlabeled data are available. Previous studies suggest several specific risk estimators of PU learning such as non-negative PU (nnPU), which are unbiased and consist…

Cited by 0SourceScholar
2025

Confidence Difference Reflects Various Supervised Signals in Confidence-Difference Classification

ICML 2025poster

Training a precise binary classifier with limited supervision in weakly supervised learning scenarios holds considerable research significance in practical settings. Leveraging pairwise unlabeled data with confidence differences has been demonstrated to outperform learning from pointwise unlabeled d…

Cited by 0SourcePDFScholar
2025

Robust Misinformation Detection by Visiting Potential Commonsense Conflict

IJCAI 2025

The development of Internet technology has led to an increased prevalence of misinformation, causing severe negative effects across diverse domains. To mitigate this challenge, Misinformation Detection (MD), aiming to detect online misinformation automatically, emerges as a rapidly growing research

2024

Positive and Unlabeled Learning with Controlled Probability Boundary Fence

ICML 2024poster

Positive and Unlabeled (PU) learning refers to a special case of binary classification, and technically, it aims to induce a binary classifier from a few labeled positive training instances and loads of unlabeled instances. In this paper, we derive a theorem indicating that the probability boundary…

Cited by 3SourcePDFScholar
2024

Semi-supervised Multi-label Learning with Balanced Binary Angular Margin Loss

NeurIPS 2024spotlight

Semi-supervised multi-label learning (SSMLL) refers to inducing classifiers using a small number of samples with multiple labels and many unlabeled samples. The prevalent solution of SSMLL involves forming pseudo-labels for unlabeled samples and inducing classifiers using both labeled and pseudo-lab…

Cited by 0SourcePDFScholar
2024

WPML3CP: Wasserstein Partial Multi-Label Learning with Dual Label Correlation Perspectives

IJCAI 2024poster

Partial multi-label learning (PMLL) refers to a weakly-supervised classification problem, where each instance is associated with a set of candidate labels, covering its ground-truth labels but also with irrelevant ones. The current methodology of PMLL is to estimate the ground-truth confidences of c…

2023

Learning with Partial Labels from Semi-supervised Perspective

AAAI 2023technical

Partial Label (PL) learning refers to the task of learning from the partially labeled data, where each training instance is ambiguously equipped with a set of candidate labels but only one is valid. Advances in the recent deep PL learning literature have shown that the deep learning paradigms, e.g.,…

2022

Weakly-supervised Text Classification with Wasserstein Barycenters Regularization

IJCAI 2022poster

Weakly-supervised text classification aims to train predictive models with unlabeled texts and a few representative words of classes, referred to as category words, rather than labeled texts. These weak supervisions are much more cheaper and easy to collect in real-world scenarios. To resolve this t…

2022

Who Is Your Right Mixup Partner in Positive and Unlabeled Learning

ICLR 2022poster

Positive and Unlabeled (PU) learning targets inducing a binary classifier from weak training datasets of positive and unlabeled instances, which arise in many real-world applications. In this paper, we propose a novel PU learning method, namely Positive and unlabeled learning with Partially Positive…

Cited by 36SourcePDFScholar
2021

Semi-Supervised Text Classification with Balanced Deep Representation Distributions

ACL 2021long

Semi-Supervised Text Classification (SSTC) mainly works under the spirit of self-training. They initialize the deep classifier by training over labeled texts; and then alternatively predict unlabeled texts as their pseudo-labels and train the deep classifier over the mixture of labeled and pseudo-la…