← Search

Chen Gong

65 accepted papers

2026

Cure-SFT: Diagnostic-Guided Data Curation for Instruction Tuning

ICML 2026poster

Instruction data curation is central to improving the instruction-following ability of large language models. However, existing approaches often struggle to simultaneously maintain data quality, diversity, and distributional consistency, largely because they do not explicitly distinguish semantic re…

Cited by 0SourceScholar
2026

Delving into Non-Exchangeability for Conformal Prediction in Graph-Structured Multivariate Time Series

ICML 2026poster

Point forecasting for graph-structured multivariate time series is a fundamental problem, but rigorous uncertainty quantification for such predictions is still underexplored. Conformal prediction (CP) offers uncertainty estimation with a solid coverage guarantee under the exchangeability assumption,…

Cited by 0SourceScholar
2026

Dynamic Thinking-Token Selection for Efficient Reasoning in Large Reasoning Models

ICML 2026poster

Large Reasoning Models (LRMs) excel at solving complex problems by explicitly generating a reasoning trace before deriving the final answer. However, these extended generations incur substantial memory footprint and computational overhead, bottlenecking LRMs' efficiency. This work uses attention map…

Cited by 0SourceScholar
2026

G-reasoner: Foundation Models for Unified Reasoning over Graph-structured Knowledge

ICLR 2026poster

Large language models (LLMs) excel at complex reasoning but remain limited by static and incomplete parametric knowledge. Retrieval-augmented generation (RAG) mitigates this by incorporating external knowledge, yet existing RAGs struggle with knowledge-intensive tasks due to fragmented information a…

Cited by 0SourcecodeScholar
2026

Inter-Client Dependency Recovery with Hidden Global Components for Federated Traffic Prediction

AAAI 2026technical

Traffic prediction plays an important role in urban management. However, existing methods rely on centralized traffic data, which may raise privacy concerns. Federated traffic prediction offers a promising solution for clients (e.g., traffic management administrations) in different regions to collab

Cited by 0SourcePDFScholar
2026

PrivCode++ : Latent-Conditioned Differentially Private Code Generation for Comprehensive Guarantees

ICML 2026poster

Large language models fine-tuned on instruction–code pairs may memorize and subsequently leak sensitive training data. Existing differentially private (DP) code generation methods primarily protect code snippets while assuming prompts are public, which fails in realistic scenarios where prompts may …

Cited by 0SourceScholar
2026

Well Begun, Half Done: Reinforcement Learning with Prefix Optimization for LLM Reasoning

AAAI 2026technical

Reinforcement Learning with Verifiable Rewards (RLVR) significantly enhances the reasoning capability of Large Language Models (LLMs). Current RLVR approaches typically conduct training across all generated tokens, but neglect to explore which tokens (e.g., prefix tokens) actually contribute to reas

Cited by 0SourcePDFScholar
2025

Be Cautious When Merging Unfamiliar LLMs: A Phishing Model Capable of Stealing Privacy

ACL 2025finding

Model merging is a widespread technology in large language models (LLMs) that integrates multiple task-specific LLMs into a unified one, enabling the merged model to inherit the specialized capabilities of these LLMs. Most task-specific LLMs are sourced from open-source communities and have not unde…

2025

BigCodeBench: Benchmarking Code Generation with Diverse Function Calls and Complex Instructions

ICLR 2025oral

Task automation has been greatly empowered by the recent advances in Large Language Models (LLMs) via Python code, where the tasks range from software engineering development to general-purpose reasoning. While current benchmarks have shown that LLMs can solve tasks using programs like human develop…

Cited by 609SourcePDFScholar
2025

Data Augmentation for Cross-domain Parsing via Lightweight LLM Generation and Tree Hybridization

COLING 2025main

Cross-domain constituency parsing remains a challenging task due to the lack of high-quality out-of-domain data. In this paper, we propose a data augmentation method via lightweight large language model (LLM) generation and tree hybridization. We utilize LLM to generate phrase structures (subtrees)…

Cited by 1SourcePDFScholar
2025

DynRefer: Delving into Region-level Multimodal Tasks via Dynamic Resolution

CVPR 2025poster

One important task of multimodal models is to translate referred image regions to human preferred language descriptions. Existing methods, however, ignore the resolution adaptability needs of different tasks, which hinders them to find out precise language descriptions. In this study, we propose a D…

2025

GFM-RAG: Graph Foundation Model for Retrieval Augmented Generation

NeurIPS 2025poster

Retrieval-augmented generation (RAG) has proven effective in integrating knowledge into large language models (LLMs). However, conventional RAGs struggle to capture complex relationships between pieces of knowledge, limiting their performance in intricate reasoning that requires integrating knowledg…

Cited by 0SourcecodeScholar
2025

Graph-constrained Reasoning: Faithful Reasoning on Knowledge Graphs with Large Language Models

ICML 2025poster

Large language models (LLMs) have demonstrated impressive reasoning abilities, but they still struggle with faithful reasoning due to knowledge gaps and hallucinations. To address these issues, knowledge graphs (KGs) have been utilized to enhance LLM reasoning through their structured knowledge. How…

2025

Large Language Models as an Indirect Reasoner: Contrapositive and Contradiction for Automated Reasoning

COLING 2025main

Recently, increasing attention has been focused on improving the ability of Large Language Models (LLMs) to perform complex reasoning. Advanced methods, such as Chain-of-Thought (CoT) and its variants, are found to enhance their reasoning skills by designing suitable prompts or breaking down complex…

Cited by 2SourcePDFScholar
2025

Mind the Gap: Confidence Discrepancy Can Guide Federated Semi-Supervised Learning Across Pseudo-Mismatch

CVPR 2025poster

Federated Semi-Supervised Learning (FSSL) aims to leverage unlabeled data across clients with limited labeled data to train a global model with strong generalization ability. Most FSSL methods rely on consistency regularization with pseudo-labels, converting predictions from local or global models i…

2025

Mining Word Boundaries from Speech-Text Parallel Data for Cross-domain Chinese Word Segmentation

COLING 2025main

Inspired by early research on exploring naturally annotated data for Chinese Word Segmentation (CWS), and also by recent research on integration of speech and text processing, this work for the first time proposes to explicitly mine word boundaries from parallel speech-text data. We employ the Montr…

2025

Modeling Inter-Intra Heterogeneity for Graph Federated Learning

AAAI 2025technical

Heterogeneity is a fundamental and challenging issue in federated learning, especially for the graph data due to the complex relationships among the graph nodes. To deal with the heterogeneity, lots of existing methods perform the weighted federation based on their calculated similarities between pa…

2025

Multimodal Coreference Resolution for Chinese Social Media Dialogues: Dataset and Benchmark Approach

ACL 2025long

Multimodal coreference resolution (MCR) aims to identify mentions referring to the same entity across different modalities, such as text and visuals, and is essential for understanding multimodal content. In the era of rapidly growing multimodal content and social media, MCR is particularly crucial…

2025

Pre-training a Density-Aware Pose Transformer for Robust LiDAR-based 3D Human Pose Estimation

AAAI 2025technical

With the rapid development of autonomous driving, LiDAR-based 3D Human Pose Estimation (3D HPE) is becoming a research focus. However, due to the noise and sparsity of LiDAR-captured point clouds, robust human pose estimation remains challenging. Most of the existing methods use temporal information…

2025

Provable Discriminative Hyperspherical Embedding for Out-of-Distribution Detection

AAAI 2025technical

Out-of-distribution (OOD) detection aims to identify the test examples that do not belong to the distribution of training data. The distance-based methods, which identify OOD examples based on their distances from the centroids of in-distribution (ID) examples, have demonstrated promising OOD detect…

2025

R.R.: Unveiling LLM Training Privacy through Recollection and Ranking

ACL 2025finding

Large Language Models (LLMs) pose significant privacy risks, potentially leaking training data due to implicit memorization. Existing privacy attacks primarily focus on membership inference attacks (MIAs) or data extraction attacks, but reconstructing specific personally identifiable information (PI…

2024

Chinese Spoken Named Entity Recognition in Real-world Scenarios: Dataset and Approaches

ACL 2024findings

Spoken Named Entity Recognition (NER) aims to extract entities from speech. The extracted entities can help voice assistants better understand user’s questions and instructions. However, current Chinese Spoken NER datasets are laboratory-controlled data that are collected by reading existing texts i…

2024

ControlCap: Controllable Region-level Captioning

ECCV 2024poster

"Region-level captioning is challenged by the caption degeneration issue, which refers to that pre-trained multimodal models tend to predict the most frequent captions but miss the less frequent ones. In this study, we propose a controllable region-level captioning (ControlCap) approach, which intro…

2024

Improving Chinese Named Entity Recognition with Multi-grained Words and Part-of-Speech Tags via Joint Modeling

COLING 2024main

Nowadays, character-based sequence labeling becomes the mainstream Chinese named entity recognition (CNER) approach, instead of word-based methods, since the latter degrades performance due to propagation of word segmentation (WS) errors. To make use of WS information, previous studies usually learn…

Cited by 1SourcePDFScholar
2024

MODDP: A Multi-modal Open-domain Chinese Dataset for Dialogue Discourse Parsing

ACL 2024findings

Dialogue discourse parsing (DDP) aims to capture the relations between utterances in the dialogue. In everyday real-world scenarios, dialogues are typically multi-modal and cover open-domain topics. However, most existing widely used benchmark datasets for DDP contain only textual modality and are d…

2024

Robust Similarity Learning with Difference Alignment Regularization

ICLR 2024poster

Similarity-based representation learning has shown impressive capabilities in both supervised (e.g., metric learning) and unsupervised (e.g., contrastive learning) scenarios. Existing approaches effectively constrained the representation difference (i.e., the disagreement between the embeddings of t…

Cited by 0SourcePDFScholar
2024

SHaRPose: Sparse High-Resolution Representation for Human Pose Estimation

AAAI 2024technical

High-resolution representation is essential for achieving good performance in human pose estimation models. To obtain such features, existing works utilize high-resolution input images or fine-grained image tokens. However, this dense high-resolution representation brings a significant computational…

2023

A Hierarchical Approach to Population Training for Human-AI Collaboration

IJCAI 2023poster

A major challenge for deep reinforcement learning (DRL) agents is to collaborate with novel partners that were not encountered by them during the training phase. This is specifically worsened by an increased variance in action responses when the DRL agents collaborate with human partners due to the…

2023

Combating Noisy Labels with Sample Selection by Mining High-Discrepancy Examples

ICCV 2023poster

The sample selection approach is popular in learning with noisy labels. The state-of-the-art methods train two deep networks simultaneously for sample selection, which aims to employ their different learning abilities. To prevent two networks from converging to a consensus, their divergence should b…

Cited by 53PDFcodeScholar
2023

Distribution Shift Matters for Knowledge Distillation with Webly Collected Images

ICCV 2023poster

Knowledge distillation aims to learn a lightweight student network from a pre-trained teacher network. In practice, existing knowledge distillation methods are usually infeasible when the original training data is unavailable due to some privacy issues and data management considerations. Therefore,…

Cited by 17PDFScholar
2023

Harnessing Out-Of-Distribution Examples via Augmenting Content and Style

ICLR 2023poster

Machine learning models are vulnerable to Out-Of-Distribution (OOD) examples, such a problem has drawn much attention. However, current methods lack a full understanding of different types of OOD data: there are benign OOD data that can be properly adapted to enhance the learning performance, while…

Cited by 58SourcePDFScholar
2023

Keep Various Trajectories: Promoting Exploration of Ensemble Policies in Continuous Control

NeurIPS 2023poster

The combination of deep reinforcement learning (DRL) with ensemble methods has been proved to be highly effective in addressing complex sequential decision-making problems. This success can be primarily attributed to the utilization of multiple models, which enhances both the robustness of the polic…

Cited by 0SourcePDFScholar
2023

Robust Generalization Against Photon-Limited Corruptions via Worst-Case Sharpness Minimization

CVPR 2023poster

Robust generalization aims to tackle the most challenging data distributions which are rare in the training set and contain severe noises, i.e., photon-limited corruptions. Common solutions such as distributionally robust optimization (DRO) focus on the worst-case empirical risk to ensure low traini…

2022

Learning Contrastive Embedding in Low-Dimensional Space

NeurIPS 2022accept

Contrastive learning (CL) pretrains feature embeddings to scatter instances in the feature space so that the training data can be well discriminated. Most existing CL techniques usually encourage learning such feature embeddings in the highdimensional space to maximize the instance discrimination. H…

Cited by 15SourcePDFScholar
2022

MuCPAD: A Multi-Domain Chinese Predicate-Argument Dataset

NAACL 2022long

During the past decade, neural network models have made tremendous progress on in-domain semantic role labeling (SRL). However, performance drops dramatically under the out-of-domain setting. In order to facilitate research on cross-domain SRL, this paper presents MuCPAD, a multi-domain Chinese pred…

2022

Synergistic Network Learning and Label Correction for Noise-Robust Image Classification

ICASSP 2022accepted

Large training datasets almost always contain examples with inaccurate or incorrect labels. Deep Neural Networks (DNNs) tend to overfit training label noise, resulting in poorer model performance in practice. To address this problem, we propose a robust label correction framework combining the ideas…

Cited by 0SourceScholar
2022

Understanding Robust Overfitting of Adversarial Training and Beyond

ICML 2022spotlight

Robust overfitting widely exists in adversarial training of deep networks. The exact underlying reasons for this are still not completely understood. Here, we explore the causes of robust overfitting by comparing the data distribution of non-overfit (weak adversary) and overfitted (strong adversary)…

2022

Watermarking for Out-of-distribution Detection

NeurIPS 2022accept

Out-of-distribution (OOD) detection aims to identify OOD data based on representations extracted from well-trained deep models. However, existing methods largely ignore the reprogramming property of deep models and thus may not fully unleash their intrinsic strength: without modifying parameters of…

2021

An In-depth Study on Internal Structure of Chinese Words

ACL 2021long

Unlike English letters, Chinese characters have rich and specific meanings. Usually, the meaning of a word can be derived from its constituent characters in some way. Several previous works on syntactic parsing propose to annotate shallow word-internal structures for better utilizing character-level…

2021

Contrastive Graph Poisson Networks: Semi-Supervised Learning with Extremely Limited Labels

NeurIPS 2021poster

Graph Neural Networks (GNNs) have achieved remarkable performance in the task of semi-supervised node classification. However, most existing GNN models require sufficient labeled data for effective network training. Their performance can be seriously degraded when labels are extremely limited. To ad…

Cited by 65SourcePDFScholar
2021

Contrastive and Generative Graph Convolutional Networks for Graph-based Semi-Supervised Learning

AAAI 2021technical

Graph-based Semi-Supervised Learning (SSL) aims to transfer the labels of a handful of labeled data to the remaining massive unlabeled data via a graph. As one of the most popular graph-based SSL approaches, the recently proposed Graph Convolutional Networks (GCNs) have gained remarkable progress by…

Cited by 163SourcePDFScholar
2021

Learning with Group Noise

AAAI 2021technical

Machine learning in the context of noise is a challenging but practical setting to plenty of real-world applications. Most of the previous approaches in this area focus on the pairwise relation (casual or correlational relationship) with noise, such as learning with noisy labels. However, the group…

Cited by 11SourcePDFScholar
2021

Multi-Scale Contrastive Siamese Networks for Self-Supervised Graph Representation Learning

IJCAI 2021poster

Graph representation learning plays a vital role in processing graph-structured data. However, prior arts on graph representation learning heavily rely on labeling information. To overcome this problem, inspired by the recent success of graph contrastive learning and Siamese networks in visual repre…

2021

Probabilistic Margins for Instance Reweighting in Adversarial Training

NeurIPS 2021poster

Reweighting adversarial data during training has been recently shown to improve adversarial robustness, where data closer to the current decision boundaries are regarded as more critical and given larger weights. However, existing methods measuring the closeness are not very reliable: they are discr…

2021

Robust early-learning: Hindering the memorization of noisy labels

ICLR 2021poster

The \textit{memorization effects} of deep networks show that they will first memorize training data with clean labels and then those with noisy labels. The \textit{early stopping} method therefore can be exploited for learning with noisy labels. However, the side effect brought by noisy labels will…

Cited by 354SourcePDFScholar
2021

Tackling Instance-Dependent Label Noise via a Universal Probabilistic Model

AAAI 2021technical

The drastic increase of data quantity often brings the severe decrease of data quality, such as incorrect label annotations. It poses a great challenge for robustly training Deep Neural Networks (DNNs). Existing learning methods with label noise either employ ad-hoc heuristics or restrict to specifi…

2020

Multi-Mutual Consistency Induced Transfer Subspace Learning for Human Motion Segmentation

CVPR 2020poster

Human motion segmentation based on transfer subspace learning is a rising interest in action-related tasks. Although progress has been made, there are still several issues within the existing methods. First, existing methods transfer knowledge from source data to target tasks by learning domain-inva…

Cited by 43PDFScholar
2020

Multi-grained Chinese Word Segmentation with Weakly Labeled Data

COLING 2020main

In contrast with the traditional single-grained word segmentation (SWS), where a sentence corresponds to a single word sequence, multi-grained Chinese word segmentation (MWS) aims to segment a sentence into multiple word sequences to preserve all words of different granularities. Due to the lack of…

2020

Reasoning Like Human: Hierarchical Reinforcement Learning for Knowledge Graph Reasoning

IJCAI 2020poster

Knowledge Graphs typically suffer from incompleteness. A popular approach to knowledge graph completion is to infer missing knowledge by multihop reasoning over the information found along other paths connecting a pair of entities. However, multi-hop reasoning is still challenging because the reason…

2020

Self-PU: Self Boosted and Calibrated Positive-Unlabeled Training

ICML 2020poster

Many real-world applications have to tackle the Positive-Unlabeled (PU) learning problem, i.e., learning binary classifiers from a large amount of unlabeled data and a few labeled positive examples. While current state-of-the-art methods employ importance reweighting to design various biased or unbi…

2019

Are Anchor Points Really Indispensable in Label-Noise Learning?

NeurIPS 2019poster

In label-noise learning, the \textit{noise transition matrix}, denoting the probabilities that clean labels flip into noisy labels, plays a central role in building \textit{statistically consistent classifiers}. Existing theories have shown that the transition matrix can be learned by exploiting \te…

2015

Power analysis of a series elastic actuator for ankle joint gait rehabilitation

ICRA 2015poster

Series elastic actuator (SEA) has been widely used in rehabilitation robotics, where human-robot interaction is required. Due to its intrinsic compliance, SEA can improve the usage of power for its motor, which leads to a compact and lightweight SEA design. The aim of this paper is to reduce the ene…

Cited by 9SourceScholar
2015

Saliency Propagation From Simple to Difficult

CVPR 2015poster

Saliency propagation has been widely adopted for identifying the most attractive object in an image. The propagation sequence generated by existing saliency detection methods is governed by the spatial relationships of image regions, i.e., the saliency value is transmitted between two adjacent regio…

Cited by 179SourcePDFScholar