← Search

Xiaozhi Wang

24 accepted papers

2025

AGENTIF: Benchmarking Large Language Models Instruction Following Ability in Agentic Scenarios

NeurIPS 2025spotlight

Large Language Models (LLMs) have demonstrated advanced capabilities in real-world agentic applications. Growing research efforts aim to develop LLM-based agents to address practical demands, introducing a new challenge: agentic scenarios often involve lengthy instructions with complex constraints,…

Cited by 0SourcecodeScholar
2025

Agentic Reward Modeling: Integrating Human Preferences with Verifiable Correctness Signals for Reliable Reward Systems

ACL 2025long

Reward models (RMs) are crucial for the training and inference-time scaling up of large language models (LLMs). However, existing reward models primarily focus on human preferences, neglecting verifiable correctness signals which have shown strong potential in training LLMs. In this paper, we propos…

2025

LinguaLens: Towards Interpreting Linguistic Mechanisms of Large Language Models via Sparse Auto-Encoder

EMNLP 2025

Large language models (LLMs) demonstrate exceptional performance on tasks requiring complex linguistic abilities, such as reference disambiguation and metaphor recognition/generation. Although LLMs possess impressive capabilities, their internal mechanisms for processing and representing linguistic

Cited by 0SourcePDFScholar
2025

LongBench v2: Towards Deeper Understanding and Reasoning on Realistic Long-context Multitasks

ACL 2025long

This paper introduces LongBench v2, a benchmark designed to assess the ability of LLMs to handle long-context problems requiring deep understanding and reasoning across real-world multitasks. LongBench v2 consists of 503 challenging multiple-choice questions, with contexts ranging from 8k to 2M word…

2025

Precise Localization of Memories: A Fine-grained Neuron-level Knowledge Editing Technique for LLMs

ICLR 2025poster

Knowledge editing aims to update outdated information in Large Language Models (LLMs). A representative line of study is locate-then-edit methods, which typically employ causal tracing to identify the modules responsible for recalling factual knowledge about entities. However, we find these methods…

2025

Towards Understanding Safety Alignment: A Mechanistic Perspective from Safety Neurons

NeurIPS 2025poster

Large language models (LLMs) excel in various capabilities but pose safety risks such as generating harmful content and misinformation, even after safety alignment. In this paper, we explore the inner mechanisms of safety alignment through the lens of mechanistic interpretability, focusing on identi…

Cited by 0SourceScholar
2025

VerIF: Verification Engineering for Reinforcement Learning in Instruction Following

EMNLP 2025

Reinforcement learning with verifiable rewards (RLVR) has become a key technique for enhancing large language models (LLMs), with verification engineering playing a central role. However, best practices for RL in instruction following remain underexplored. In this work, we explore the verification c

2024

Finding and Editing Multi-Modal Neurons in Pre-Trained Transformers

ACL 2024findings

Understanding the internal mechanisms by which multi-modal large language models (LLMs) interpret different modalities and integrate cross-modal representations is becoming increasingly critical for continuous improvements in both academia and industry. In this paper, we propose a novel method to id…

2024

KoLA: Carefully Benchmarking World Knowledge of Large Language Models

ICLR 2024poster

The unprecedented performance of large language models (LLMs) necessitates improvements in evaluations. Rather than merely exploring the breadth of LLM abilities, we believe meticulous and thoughtful designs are essential to thorough, unbiased, and applicable evaluations. Given the importance of wor…

2024

MAVEN-ARG: Completing the Puzzle of All-in-One Event Understanding Dataset with Event Argument Annotation

ACL 2024long

Understanding events in texts is a core objective of natural language understanding, which requires detecting event occurrences, extracting event arguments, and analyzing inter-event relationships. However, due to the annotation challenges brought by task complexity, a large-scale dataset covering t…

2024

MAVEN-FACT: A Large-scale Event Factuality Detection Dataset

EMNLP 2024finding

Event Factuality Detection (EFD) task determines the factuality of textual events, i.e., classifying whether an event is a fact, possibility, or impossibility, which is essential for faithfully understanding and utilizing event knowledge. However, due to the lack of high-quality large-scale data, ev…

2024

TacoERE: Cluster-aware Compression for Event Relation Extraction

COLING 2024main

Event relation extraction (ERE) is a critical and fundamental challenge for natural language processing. Existing work mainly focuses on directly modeling the entire document, which cannot effectively handle long-range dependencies and information redundancy. To address these issues, we propose a cl…

2023

Benchmarking Foundation Models with Language-Model-as-an-Examiner

NeurIPS 2023poster

Numerous benchmarks have been established to assess the performance of foundation models on open-ended question answering, which serves as a comprehensive test of a model's ability to understand and generate language in a manner similar to humans. Most of these works focus on proposing new datasets,…

Cited by 141SourcePDFScholar
2023

Emergent Modularity in Pre-trained Transformers

ACL 2023findings

This work examines the presence of modularity in pre-trained Transformers, a feature commonly found in human brains and thought to be vital for general intelligence. In analogy to human brains, we consider two main characteristics of modularity: (1) functional specialization of neurons: we evaluate…

2023

Preserving Knowledge Invariance: Rethinking Robustness Evaluation of Open Information Extraction

EMNLP 2023long main

The robustness to distribution changes ensures that NLP models can be successfully applied in the realistic world, especially for information extraction tasks. However, most prior evaluation benchmarks have been devoted to validating pairwise matching correctness, ignoring the crucial validation of…

Cited by 0SourcecodeScholar
2023

READIN: A Chinese Multi-Task Benchmark with Realistic and Diverse Input Noises

ACL 2023long

For many real-world applications, the user-generated inputs usually contain various noises due to speech recognition errors caused by linguistic variations or typographical errors (typos). Thus, it is crucial to test model performance on data with realistic input noises to ensure robustness and fair…

2023

The Devil is in the Details: On the Pitfalls of Event Extraction Evaluation

ACL 2023findings

Event extraction (EE) is a crucial task aiming at extracting events from texts, which includes two subtasks: event detection (ED) and event argument extraction (EAE). In this paper, we check the reliability of EE evaluations and identify three major pitfalls: (1) The data preprocessing discrepancy m…

2022

COPEN: Probing Conceptual Knowledge in Pre-trained Language Models

EMNLP 2022main

Conceptual knowledge is fundamental to human cognition and knowledge bases. However, existing knowledge probing works only focus on evaluating factual knowledge of pre-trained language models (PLMs) and ignore conceptual knowledge. Since conceptual knowledge often appears as implicit commonsense beh…

2022

Finding Skill Neurons in Pre-trained Transformer-based Language Models

EMNLP 2022main

Transformer-based pre-trained language models have demonstrated superior performance on various natural language processing tasks. However, it remains unclear how the skills required to handle these tasks distribute among model parameters. In this paper, we find that after prompt tuning for specific…

2022

LEVEN: A Large-Scale Chinese Legal Event Detection Dataset

ACL 2022findings

Recognizing facts is the most fundamental step in making judgments, hence detecting events in the legal documents is important to legal case analysis tasks. However, existing Legal Event Detection (LED) datasets only concern incomprehensive event types and have limited annotated data, which restrict…

2022

MAVEN-ERE: A Unified Large-scale Dataset for Event Coreference, Temporal, Causal, and Subevent Relation Extraction

EMNLP 2022main

The diverse relationships among real-world events, including coreference, temporal, causal, and subevent relations, are fundamental to understanding natural languages. However, two drawbacks of existing datasets limit event relation extraction (ERE) tasks: (1) Small scale. Due to the annotation comp…

2022

On Transferability of Prompt Tuning for Natural Language Processing

NAACL 2022long

Prompt tuning (PT) is a promising parameter-efficient method to utilize extremely large pre-trained language models (PLMs), which can achieve comparable performance to full-parameter fine-tuning by only tuning a few soft prompts. However, PT requires much more training time than fine-tuning. Intuiti…

2021

Adversarial Language Games for Advanced Natural Language Intelligence

AAAI 2021technical

We study the problem of adversarial language games, in which multiple agents with conflicting goals compete with each other via natural language interactions. While adversarial language games are ubiquitous in human activities, little attention has been devoted to this field in natural language proc…

2021

CLEVE: Contrastive Pre-training for Event Extraction

ACL 2021long

Event extraction (EE) has considerably benefited from pre-trained language models (PLMs) by fine-tuning. However, existing pre-training methods have not involved modeling event characteristics, resulting in the developed EE models cannot take full advantage of large-scale unsupervised data. To this…