← Search

Xin Cheng

23 accepted papers

2026

Beyond Trajectory-Level Attribution: Graph-Based Credit Assignment for Agentic Reinforcement Learning

ICML 2026poster

Group-based reinforcement learning (RL) methods have achieved remarkable success in improving the performance of large language models (LLMs) and have been rapidly extended to agentic tasks. However, their credit assignment relies heavily on coarse-grained trajectory-level attribution according to f…

Cited by 0SourceScholar
2026

Hierarchy-of-Groups Policy Optimization for Long-Horizon Agentic Tasks

ICLR 2026poster

Group-based reinforcement learning (RL), such as GRPO, has advanced the capabilities of large language models on long-horizon agentic tasks. To enable more fine-grained policy updates, recent research has increasingly shifted toward stepwise group-based policy optimization, which treats each step in…

Cited by 0SourcecodeScholar
2025

AFlow: Automating Agentic Workflow Generation

ICLR 2025oral

Large language models (LLMs) have demonstrated remarkable potential in solving complex tasks across diverse domains, typically by employing agentic workflows that follow detailed instructions and operational sequences. However, constructing these workflows requires significant human effort, limiting…

2025

Decision-Making for Autonomous Driving via a Coupled Reinforcement Learning Network Combined With Risk Assessment

RA-L 2025

The realization of autonomous driving(AV) is closely linked to the development of intelligent decision-making modules that can operate safely in dynamic, uncertain environments. To address issues such as delayed response and poor coupling in highway scenarios, this paper proposes a hierarchical Coup

Cited by 1SourceScholar
2025

Endowing Visual Reprogramming with Adversarial Robustness

ICLR 2025poster

Visual reprogramming (VR) leverages well-developed pre-trained models (e.g., a pre-trained classifier on ImageNet) to tackle target tasks (e.g., a traffic sign recognition task), without the need for training from scratch. Despite the effectiveness of previous VR methods, all of them did not conside…

Cited by 0SourcePDFScholar
2025

Exploiting Presentative Feature Distributions for Parameter-Efficient Continual Learning of Large Language Models

ICML 2025poster

Endowing large language models (LLMs) with continual learning (CL) capacities is practically important, which enables them to dynamically acquire new knowledge over time. Although many effective methods have been proposed for CL of LLMs, they did not consider online scenarios, thereby sharing a comm…

Cited by 0SourcePDFScholar
2025

EyEar: Learning Audio Synchronized Human Gaze Trajectory Based on Physics-Informed Dynamics

AAAI 2025technical

Imitating how humans move their gaze in a visual scene is a vital research problem for both visual understanding and psychology, kindling crucial applications such as building alive virtual characters. Previous studies aim to predict gaze trajectories when humans are free-viewing an image, searching…

2025

Pixel2Feature Attack (P2FA): Rethinking the Perturbed Space to Enhance Adversarial Transferability

ICML 2025poster

Adversarial examples have been shown to deceive Deep Neural Networks (DNNs), raising widespread concerns about this security threat. More seriously, as different DNN models share critical features, feature-level attacks can generate transferable adversarial examples, thereby deceiving black-box mode…

Cited by 0SourcePDFScholar
2025

VAFlow: Video-to-Audio Generation with Cross-Modality Flow Matching

ICCV 2025poster

Video-to-audio (V2A) generation aims to synthesize temporally aligned, realistic sounds for silent videos, a critical capability for immersive multimedia applications. Current V2A methods, predominantly based on diffusion or flow models, rely on suboptimal noise-to-audio paradigms that entangle cros…

2024

SCALE: Synergized Collaboration of Asymmetric Language Translation Engines

ACL 2024findings

In this paper, we introduce SCALE, a collaborative framework that connects a compact Specialized Translation Model (STM) and a general-purpose Large Language Model (LLM) as one unified translation engine. By introducing translation from STM into the triplet in-context demonstrations, SCALE unlocks r…

2024

xRAG: Extreme Context Compression for Retrieval-augmented Generation with One Token

NeurIPS 2024poster

This paper introduces xRAG, an innovative context compression method tailored for retrieval-augmented generation. xRAG reinterprets document embeddings in dense retrieval--traditionally used solely for retrieval--as features from the retrieval modality. By employing a modality fusion methodology, xR…

2023

Causality-Guided Multi-Memory Interaction Network for Multivariate Stock Price Movement Prediction

ACL 2023long

Over the past few years, we’ve witnessed an enormous interest in stock price movement prediction using AI techniques. In recent literature, auxiliary data has been used to improve prediction accuracy, such as textual news. When predicting a particular stock, we assume that information from other sto…

Cited by 17SourcePDFScholar
2023

Decouple knowledge from paramters for plug-and-play language modeling

ACL 2023findings

Pre-trained language models (PLM) have made impressive results in a wide range of NLP tasks and it has been revealed that one of the key factors to their success is the parameters of these models implicitly learn various types of knowledge in the pre-training corpus. However, encoding knowledge impl…

2023

Dialogue Summarization with Static-Dynamic Structure Fusion Graph

ACL 2023long

Dialogue, the most fundamental and specially privileged arena of language, gains increasing ubiquity across the Web in recent years. Quickly going through the long dialogue context and capturing salient information scattered over the whole dialogue session benefit users in many real-world Web applic…

Cited by 11SourcePDFScholar
2023

Lift Yourself Up: Retrieval-augmented Text Generation with Self-Memory

NeurIPS 2023poster

With direct access to human-written reference as memory, retrieval-augmented generation has achieved much progress in a wide range of text generation tasks. Since better memory would typically prompt better generation (we define this as primal problem). The traditional approach for memory retrieval…

2023

RWKV: Reinventing RNNs for the Transformer Era

EMNLP 2023long findings

Transformers have revolutionized almost all natural language processing (NLP) tasks but suffer from memory and computational complexity that scales quadratically with sequence length. In contrast, recurrent neural networks (RNNs) exhibit linear scaling in memory and computational requirements but st…

Cited by 0SourceScholar
2022

Neural Machine Translation with Contrastive Translation Memories

EMNLP 2022main

Retrieval-augmented Neural Machine Translation models have been successful in many translation scenarios. Different from previous works that make use of mutually similar but redundant translation memories (TMs), we propose a new retrieval-augmented NMT to model contrastively retrieved translation me…