← Search

Xu Shen

34 accepted papers

2026

Bridging the Language Gap: Uncovering and Aligning Shared Circuits for Multi-Hop Reasoning in Multilingual LLMs

AAAI 2026technical

Large language models (LLMs) present a paradox: they can correctly answer a multi-hop factual query in a high-resource language like English, yet fail on the identical query in another language. This raises a fundamental question about the nature of multilingual knowledge: are facts missing, or mere

Cited by 0SourcePDFScholar
2026

FaithCoT-Bench: Benchmarking Instance-Level Faithfulness of Chain-of-Thought Reasoning

ICLR 2026poster

Large language models (LLMs) increasingly rely on Chain-of-Thought (CoT) prompting to improve problem-solving and provide seemingly transparent explanations. However, growing evidence shows that CoT often fail to faithfully represent the underlying reasoning process, raising concerns about their rel…

Cited by 0SourcecodeScholar
2026

How Do Language Models Speak Languages? A Case Study on Unintended Code-Switching

ICML 2026poster

Unintended code-switching, which refers to the phenomenon where LLM unexpectedly switch languages, poses a fundamental challenge in the multilingual capabilities in LLMs. However, we still lack a mechanistic account of how this failure mode is implemented inside the model. For example, what internal…

Cited by 0SourceScholar
2026

HyperD: Hybrid Periodicity Decoupling Framework for Traffic Forecasting

AAAI 2026technical

Accurate traffic forecasting plays a vital role in intelligent transportation systems, enabling applications such as congestion control, route planning, and urban mobility optimization. However, traffic forecasting remains challenging due to two key factors: (1) complex spatial dependencies arising

Cited by 0SourcePDFScholar
2025

Interpret and Improve In-Context Learning via the Lens of Input-Label Mappings

ACL 2025long

Large language models (LLMs) excel at downstream NLP tasks through in-context learning (ICL) with a few demonstrations of input–label pairs. However, the internal mechanisms behind ICL remain under-explored, particularly the mappings between inputs and labels. In this work, we reverse-engineer ICL b…

Cited by 0SourcePDFScholar
2025

Knowledge Graph Finetuning Enhances Knowledge Manipulation in Large Language Models

ICLR 2025poster

Despite the impressive performance of general large language models(LLMs), many of their applications in specific domains (e.g., low-data and knowledge-intensive) still confront significant challenges. Supervised fine-tuning (SFT)---where a general LLM is further trained on a small labeled dataset t…

Cited by 3SourcePDFScholar
2025

Latte: Transfering LLMs' Latent-level Knowledge for Few-shot Tabular Learning

IJCAI 2025

Few-shot tabular learning, in which machine learning models are trained with a limited amount of labeled data, provides a cost-effective approach to addressing real-world challenges. The advent of Large Language Models (LLMs) has sparked interest in leveraging their pre-trained knowledge for few-sho

2025

Leveraging Submodule Linearity Enhances Task Arithmetic Performance in LLMs

ICLR 2025poster

Task arithmetic is a straightforward yet highly effective strategy for model merging, enabling the resultant model to exhibit multi-task capabilities. Recent research indicates that models demonstrating linearity enhance the performance of task arithmetic. In contrast to existing methods that rely o…

2025

Mamba-Based Graph Convolutional Networks: Tackling Over-smoothing with Selective State Space

IJCAI 2025

Graph Neural Networks (GNNs) have shown great success in various graph-based learning tasks. However, it often faces the issue of over-smoothing as the model depth increases, which causes all node representations to converge to a single value and become indistinguishable. This issue stems from the i

2025

NeuronMerge: Merging Models via Functional Neuron Groups

ACL 2025finding

Model merging techniques like task arithmetic, which combines model parameters through weighted averaging, have proven effective. However, the success of task arithmetic relies on the linearity between model weight differences and output feature changes, which is often lacking in conventional fine-t…

2025

Tracing and Dissecting How LLMs Recall Factual Knowledge for Real World Questions

ACL 2025long

Recent advancements in large language models (LLMs) have shown promising ability to perform commonsense reasoning, bringing machines closer to human-like understanding. However, deciphering the internal reasoning processes of LLMs remains challenging due to the complex interdependencies among genera…

Cited by 0SourcePDFScholar
2025

Understanding the Information Propagation Effects of Communication Topologies in LLM-based Multi-Agent Systems

EMNLP 2025

The communication topology in large language model-based multi-agent systems fundamentally governs inter-agent collaboration patterns, critically shaping both the efficiency and effectiveness of collective decision-making. While recent studies for communication topology automated design tend to cons

2025

Unifying Unsupervised Graph-Level Anomaly Detection and Out-of-Distribution Detection: A Benchmark

ICLR 2025poster

To build safe and reliable graph machine learning systems, unsupervised graph-level anomaly detection (GLAD) and unsupervised graph-level out-of-distribution (OOD) detection (GLOD) have received significant attention in recent years. Though these two lines of research share the same objective, they…

2025

Visual Evidence Prompting Mitigates Hallucinations in Large Vision-Language Models

ACL 2025long

Large Vision-Language Models (LVLMs) have shown impressive progress by integrating visual perception with linguistic understanding to produce contextually grounded outputs. Despite these advancements achieved, LVLMs still suffer from the hallucination problem, e.g., they tend to produce content that…

Cited by 0SourcePDFScholar
2024

Enhanced Motion-Text Alignment for Image-to-Video Transfer Learning

CVPR 2024poster

Extending large image-text pre-trained models (e.g. CLIP) for video understanding has made significant advancements. To enable the capability of CLIP to perceive dynamic information in videos existing works are dedicated to equipping the visual encoder with various temporal modules. However these me…

Cited by 5SourcePDFScholar
2024

Enhancing Multiple Dimensions of Trustworthiness in LLMs via Sparse Activation Control

NeurIPS 2024poster

As the development and application of Large Language Models (LLMs) continue to advance rapidly, enhancing their trustworthiness and aligning them with human preferences has become a critical area of research. Traditional methods rely heavily on extensive data for Reinforcement Learning from Human Fe…

Cited by 1SourcePDFScholar
2024

From Yes-Men to Truth-Tellers: Addressing Sycophancy in Large Language Models with Pinpoint Tuning

ICML 2024poster

Large Language Models (LLMs) tend to prioritize adherence to user prompts over providing veracious responses, leading to the sycophancy issue. When challenged by users, LLMs tend to admit mistakes and provide inaccurate responses even if they initially provided the correct answer. Recent works propo…

Cited by 10SourcePDFScholar
2024

Interpretable Composition Attribution Enhancement for Visio-linguistic Compositional Understanding

EMNLP 2024main

Contrastively trained vision-language models such as CLIP have achieved remarkable progress in vision and language representation learning. Despite the promising progress, their proficiency in compositional reasoning over attributes and relations (e.g., distinguishing between “the car is underneath…

Cited by 0SourcePDFScholar
2024

Interpreting and Improving Large Language Models in Arithmetic Calculation

ICML 2024oral

Large language models (LLMs) have demonstrated remarkable potential across numerous applications and have shown an emergent ability to tackle complex reasoning tasks, such as mathematical computations. However, even for the simplest arithmetic calculations, the intrinsic mechanisms behind LLMs remai…

Cited by 9SourcePDFScholar
2024

SAC-KG: Exploiting Large Language Models as Skilled Automatic Constructors for Domain Knowledge Graph

ACL 2024long

Knowledge graphs (KGs) play a pivotal role in knowledge-intensive tasks across specialized domains, where the acquisition of precise and dependable knowledge is crucial. However, existing KG construction methods heavily rely on human intervention to attain qualified KGs, which severely hinders the p…

Cited by 8SourcePDFScholar
2023

CS-Isolate: Extracting Hard Confident Examples by Content and Style Isolation

NeurIPS 2023poster

Label noise widely exists in large-scale image datasets. To mitigate the side effects of label noise, state-of-the-art methods focus on selecting confident examples by leveraging semi-supervised learning. Existing research shows that the ability to extract hard confident examples, which are close to…

2023

Moderate Coreset: A Universal Method of Data Selection for Real-world Data-efficient Deep Learning

ICLR 2023poster

Deep learning methods nowadays rely on massive data, resulting in substantial costs of data storage and model training. Data selection is a useful tool to alleviate such costs, where a coreset of massive data is extracted to practically perform on par with full data. Based on carefully-designed scor…

2022

Cloth-Changing Person Re-Identification From a Single Image With Gait Prediction and Regularization

CVPR 2022poster

Cloth-Changing person re-identification (CC-ReID) aims at matching the same person across different locations over a long-duration, e.g., over days, and therefore inevitably has cases of changing clothing. In this paper, we focus on handling well the CC-ReID problem under a more challenging setting,…

Cited by 179PDFcodeScholar
2022

Delving into Details: Synopsis-to-Detail Networks for Video Recognition

ECCV 2022poster

"In this paper, we explore the details in video recognition with the aim to improve the accuracy. It is observed that most failure cases in recent works fall on the mis-classifications among very similar actions (such as high kick vs. side kick) that need a capturing of fine-grained discriminative d…

2022

Meta Convolutional Neural Networks for Single Domain Generalization

CVPR 2022poster

In single domain generalization, models trained with data from only one domain are required to perform well on many unseen domains. In this paper, we propose a new model, termed meta convolutional neural network, to solve the single domain generalization problem in image recognition. The key idea is…

Cited by 60PDFScholar
2021

3D Local Convolutional Neural Networks for Gait Recognition

ICCV 2021poster

The goal of gait recognition is to learn the unique spatio-temporal pattern about the human body shape from its temporal changing characteristics. As different body parts behave differently during walking, it is intuitive to model the spatio-temporal patterns of each part separately. However, existi…

Cited by 134PDFcodeScholar
2021

Collision Avoidance in Tightly-Constrained Environments without Coordination: a Hierarchical Control Approach

ICRA 2021poster

We present a hierarchical control approach for maneuvering an autonomous vehicle (AV) in tightly-constrained environments where other moving AVs and/or human driven vehicles are present. A two-level hierarchy is proposed: a high-level data-driven strategy predictor and a lower-level model-based feed…

Cited by 26SourceScholar
2021

Dense Interaction Learning for Video-Based Person Re-Identification

ICCV 2021poster

Video-based person re-identification (re-ID) aims at matching the same person across video clips. Efficiently exploiting multi-scale fine-grained features while building the structural interaction among them is pivotal for its success. In this paper, we propose a hybrid framework, Dense Interaction…

Cited by 67PDFcodeScholar
2021

Partial Person Re-Identification With Part-Part Correspondence Learning

CVPR 2021poster

Driven by the success of deep learning, the last decade has seen rapid advances in person re-identification (re-ID). Nonetheless, most of approaches assume that the input is given with the fulfillment of expectations, while imperfect input remains rarely explored to date, which is a non-trivial prob…

Cited by 52PDFScholar
2021

Revisiting Knowledge Distillation: An Inheritance and Exploration Framework

CVPR 2021poster

Knowledge Distillation (KD) is a popular technique to transfer knowledge from a teacher model or ensemble to a student model. Its success is generally attributed to the privileged information on similarities/consistency between the class distributions or intermediate feature representations of the t…

Cited by 41PDFcodeScholar
2021

Video Object Segmentation With Dynamic Memory Networks and Adaptive Object Alignment

ICCV 2021poster

In this paper, we propose a novel solution for object-matching based semi-supervised video object segmentation, where the target object masks in the first frame are provided. Existing object-matching based methods focus on the matching between the raw object features of the current frame and the fir…

Cited by 35PDFcodeScholar
2019

Attribute-Driven Feature Disentangling and Temporal Aggregation for Video Person Re-Identification

CVPR 2019poster

Video-based person re-identification plays an important role in surveillance video analysis, expanding image-based methods by learning features of multiple frames. Most existing methods fuse features by temporal average-pooling, without exploring the different frame weights caused by various viewpoi…

Cited by 184PDFScholar