← Search

Hanjie Chen

17 accepted papers

2026

SportR: A Benchmark for Multimodal Large Language Model Reasoning in Sports

ICLR 2026poster

Artificial Intelligence brings powerful new tools to sports, from automated officiating to tactical analysis, but these applications all depend on a core reasoning capability. Deeply understanding sports requires an intricate blend of fine-grained visual perception and rule-based reasoning—a challe…

Cited by 0SourcecodeScholar
2026

When Embedding-Based Defenses Fail: Rethinking Safety in LLM-Based Multi-Agent Systems

ICML 2026poster

Large language model (LLM)-powered multi-agent systems (MAS) enable agents to communicate and share information, achieving strong performance on complex tasks. However, this communication also creates an attack surface where malicious agents can propagate misinformation and steer group decisions, un…

Cited by 0SourceScholar
2025

Benchmarking Large Language Models on Answering and Explaining Challenging Medical Questions

NAACL 2025long

LLMs have demonstrated impressive performance in answering medical questions, such as achieving passing scores on medical licensing examinations. However, medical board exams or general clinical questions do not capture the complexity of realistic clinical cases. Moreover, the lack of reference expl…

2025

Learning Distribution-wise Control in Representation Space for Language Models

ICML 2025poster

Interventions in language models (LMs) are applied strategically to steer model behavior during the forward pass. Learnable interventions, also known as representation fine-tuning, aim to apply pointwise control within the concept subspace and have proven effective in altering high-level behaviors.…

2025

MiCEval: Unveiling Multimodal Chain of Thought’s Quality via Image Description and Reasoning Steps

NAACL 2025long

**Multimodal Chain of Thought (MCoT)** is a popular prompting strategy for improving the performance of multimodal large language models (MLLMs) across a range of complex reasoning tasks. Despite its popularity, there is a notable absence of automated methods for evaluating the quality of reasoning…

2025

Rethinking Diverse Human Preference Learning through Principal Component Analysis

ACL 2025finding

Understanding human preferences is crucial for improving foundation models and building personalized AI systems. However, preferences are inherently diverse and complex, making it difficult for traditional reward models to capture their full range. While fine-grained preference data can help, collec…

2025

SPORTU: A Comprehensive Sports Understanding Benchmark for Multimodal Large Language Models

ICLR 2025poster

Multimodal Large Language Models (MLLMs) are advancing the ability to reason about complex sports scenarios by integrating textual and visual information. To comprehensively evaluate their capabilities, we introduce SPORTU, a benchmark designed to assess MLLMs across multi-level sports reasoning tas…

2025

Steering Information Utility in Key-Value Memory for Language Model Post-Training

NeurIPS 2025poster

Recent advancements in language models (LMs) have marked a shift toward the growing importance of post-training. Yet, post-training approaches such as supervised fine-tuning (SFT) do not guarantee the effective use of knowledge acquired during pretraining. We therefore introduce infosteer, a lightwe…

Cited by 0SourceScholar
2024

RORA: Robust Free-Text Rationale Evaluation

ACL 2024long

Free-text rationales play a pivotal role in explainable NLP, bridging the knowledge and reasoning gaps behind a model’s decision-making. However, due to the diversity of potential reasoning paths and a corresponding lack of definitive ground truth, their evaluation remains a challenge. Existing metr…

2023

Improving Interpretability via Explicit Word Interaction Graph Layer

AAAI 2023technical

Recent NLP literature has seen growing interest in improving model interpretability. Along this direction, we propose a trainable neural network layer that learns a global interaction graph between words and then selects more informative words using the learned word interactions. Our layer, we call…

2023

REV: Information-Theoretic Evaluation of Free-Text Rationales

ACL 2023long

Generating free-text rationales is a promising step towards explainable NLP, yet evaluating such rationales remains a challenge. Existing metrics have mostly focused on measuring the association between the rationale and a given label. We argue that an ideal metric should focus on the new informatio…

2022

Adversarial Training for Improving Model Robustness? Look at Both Prediction and Interpretation

AAAI 2022technical

Neural language models show vulnerability to adversarial examples which are semantically similar to their original counterparts with a few words replaced by their synonyms. A common way to improve model robustness is adversarial training which follows two steps—collecting adversarial examples by att…

2022

Self-training with Two-phase Self-augmentation for Few-shot Dialogue Generation

EMNLP 2022finding

In task-oriented dialogue systems, response generation from meaning representations (MRs) often suffers from limited training examples, due to the high cost of annotating MR-to-Text pairs. Previous works on self-training leverage fine-tuned conversational models to automatically generate pseudo-labe…

2021

Explaining Neural Network Predictions on Sentence Pairs via Learning Word-Group Masks

NAACL 2021long

Explaining neural network models is important for increasing their trustworthiness in real-world applications. Most existing methods generate post-hoc explanations for neural network models by identifying individual feature attributions or detecting interactions between adjacent features. However, f…