Papers by Xiaofei Wang

23 papers
OSC: Cognitive Orchestration through Dynamic Knowledge Alignment in Multi-Agent LLM Collaboration (2025.findings-emnlp)

Copied to clipboard

Challenge: Prior work has advanced agent selection and result aggregation, efficient linguistic interactions for deep collaboration among expert agents remain a critical bottleneck.
Approach: They propose a knowledge-aware adaptive collaboration framework to enhance cognitive synergy in multi-agent systems with large language models.
Outcome: The proposed framework improves synergy between agents and language models by enabling agents to dynamically perceive their collaborators’ cognitive states.
LibEvolutionEval: A Benchmark and Study for Version-Specific Code Generation (2025.naacl-long)

Copied to clipboard

Challenge: Recent code completion models focus on local file contexts, but do not fully capture the complexities of real-world software development.
Approach: They propose a version-specific code-completion task across eight libraries as they evolve over the years and an in-depth analysis of two widely used public libraries: PyTorch and Matplotlib.
Outcome: The proposed model improves performance with public libraries, compared with existing models.
Exploiting Emotion-Semantic Correlations for Empathetic Response Generation (2023.findings-emnlp)

Copied to clipboard

Challenge: Empathetic response generation aims to generate empathetic responses by understanding the speaker’s emotional feelings from the language of dialogue.
Approach: They propose a dynamical Emotion-Semantic Correlation Model (ESCM) which constructs dynamic emotion-semantics through the interaction of context and emotions.
Outcome: The proposed model understands emotions more accurately and expresses fluent and informative empathetic responses.
HeteroCache: A Dynamic Retrieval Approach to Heterogeneous KV Cache Compression for Long-Context LLM Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing static compression methods suffer from coarse-grained caching and high I/O overhead.
Approach: They propose a training-free dynamic compression framework that uses a sparse attention mechanism to categorize attention heads based on stability and similarity.
Outcome: The proposed framework achieves state-of-the-art performance on long-context benchmarks and accelerates decoding by up to 3 compared to the original model with a 224K context.
Efficient Learned Data Compression via Dual-Stream Feature Decoupling (2026.acl-long)

Copied to clipboard

Challenge: Learned data compression has achieved superior compression ratios, but balancing precise probability modeling with system efficiency remains challenging.
Approach: They propose a Dual-Stream Multi-Scale Decoupler that disentangles local and global contexts to replace deep serial processing with shallow parallel streams.
Outcome: The proposed method achieves state-of-the-art performance in both compression ratio and throughput while maintaining the lowest latency and memory usage.
Entailment Tree Explanations via Iterative Retrieval-Generation Reasoner (2022.findings-naacl)

Copied to clipboard

Challenge: Large language models have achieved high performance on various natural language benchmarks, but the explainability of their output remains elusive.
Approach: They propose an architecture called iterative retrieval-generation reasoner that generates an entailment tree that explains a given hypothesis by using premises from C.
Outcome: The proposed model outperforms existing benchmarks on premise retrieval and entailment tree generation with around 300% gain in overall correctness.
An MRC Framework for Semantic Role Labeling (2022.coling-1)

Copied to clipboard

Challenge: Existing work on semantic role labels ignores the semantic connection between the two tasks . et al. (2010) defined two types of semantic roles: core roles and non-core roles.
Approach: They propose to use machine reading comprehension to bridge the gap between these two tasks . they formalize predicate disambiguation as multiple-choice machine reading understanding .
Outcome: The proposed framework achieves state-of-the-art or comparable results to previous work . it uses the descriptions of candidate senses of a given predicate as options to select the correct sense .
Audio-Aware Large Language Models as Judges for Speaking Styles (2025.findings-emnlp)

Copied to clipboard

Challenge: Audio-aware large language models (ALLMs) can understand textual and non-textual information in the audio input.
Approach: They use audio-aware large language models (ALLMs) to evaluate the speaking styles of SLMs on two tasks: voice style instruction following and role-playing.
Outcome: The proposed models can understand the textual and non-textual information in the audio input and can be used as a judge to assess the speaking styles of SLMs.
Jailbreak Large Vision-Language Models Through Multi-Modal Linkage (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to jailbreak large vision-language models fail against cutting-edge models such as GPT-4o, despite having undergone safety alignment training.
Approach: They propose a new framework for jailbreaking large vision-language models that uses an encryption-decryption process to mitigate the over-exposure of harmful information.
Outcome: The proposed framework jailbreaks GPT-4o with 99.40% success rates on SafeBench, 98.81% on MM-SafeBench and 99.07% on HADES-Dataset.
Temporal Evidence Chain for Temporal Knowledge Graph Question Answering with Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Temporal Knowledge Graph Question Answering (TKGQA) aims to answer temporal questions using knowledge from Temporal knowledge graphs.
Approach: They propose a framework to construct temporal evidence chains for LLM reasoning using Temporal Knowledge Graphs.
Outcome: TECQA outperforms existing methods on MultiTQ and CronQuestions.
CodeFort: Robust Training for Code Generation Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing research efforts to improve code generation models are inadequate . code generation model performance is degraded under small perturbations .
Approach: They propose a framework to improve the robustness of code generation models by generalizing code perturbations to enrich training data and enabling various robust training strategies.
Outcome: The proposed framework increases pass rates and robustness drop rate against code-syntax perturbations.
MMLU-ProX: A Multilingual Benchmark for Advanced Large Language Model Evaluation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing large language model evaluation benchmarks focus on English, while current multilingual tasks lack parallel questions that specifically assess cross-lingual reasoning abilities.
Approach: They propose a comprehensive benchmark covering 29 languages, built on an English benchmark.
Outcome: The MMLU-ProX is a comprehensive benchmark covering 29 languages, built on an English benchmark.
An Iterative Associative Memory Model for Empathetic Response Generation (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for empathetic response generation ignore the associated words between dialogue utterances.
Approach: They propose an iterative associative memory model to capture associated words between dialogue utterances and situations, dialogue history, and a memory module for storing associated words.
Outcome: The proposed model captures key words between dialogue utterances and situations, dialogue history, and a memory module, thereby accurately and nuancedly comprehending the utterables.
Where Did It Go Wrong? Capability-Oriented Failure Attribution for Vision-and-Language Navigation Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing testing methods are system-level and provide limited insight into which capability deficiencies cause task failures.
Approach: They propose a capability-oriented testing approach that enables failure detection and attribution by seed selection and mutation.
Outcome: The proposed method detects more failure cases and pinpoints capability-level deficiencies than state-of-the-art baselines, providing more interpretable and actionable guidance for improving embodied agents.
GPT-NER: Named Entity Recognition via Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Large-scale language models (LLMs) have shown impressive ability for in-context learning with limited training data.
Approach: They propose a novel sequence labeling task that transforms a sequence labeled as a text-generation task into a self-verification task that LLMs can adapt to.
Outcome: The proposed model performs better on NER than supervised models on a variety of tasks . the proposed model can be easily adapted by LLMs to generate a text sequence .
SWING: Balancing Coverage and Faithfulness for Dialogue Summarization (2023.findings-eacl)

Copied to clipboard

Challenge: Existing approaches to dialogue summarization rely on features of conversation data.
Approach: They propose to use natural language inference models to improve coverage and faithfulness . they use fine-grained training signals to encourage model to generate missing content .
Outcome: The proposed model achieves higher faithfulness and coverage while maintaining conciseness compared to prior methods.
ContraCLM: Contrastive Learning For Causal Language Model (2023.acl-long)

Copied to clipboard

Challenge: Existing studies show that causal language models lack expressiveness due to poor discrimination ability.
Approach: They propose a contrastive learning framework that enhances discrimination of representations and bridges the gap with encoder-only models.
Outcome: The proposed framework improves discrimination and source code generation capabilities on a variety of downstream tasks.
Domain Adaptation with BERT-based Domain Classification and Data Selection (D19-61)

Copied to clipboard

Challenge: Modern deep neural models with millions of parameters can easily adapt to a new learning task and dataset when enough supervision is given.
Approach: They propose a domain adaptation framework based on curriculum learning and domain-discriminative data selection.
Outcome: The proposed framework outperforms discrepancy-based methods on transfer tasks while consuming only fraction of training budget.
Do Code Semantics Help? A Comprehensive Study on Execution Trace-Based Information for Code Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Code Large Language Models have limited ability to reason about runtime behavior and understand functionality . authors present a generic framework to support integrating semantic information to code task-relevant prompts .
Approach: a study examines the role of trace-based semantic information in boosting supervised fine-tuning and post-phase inference of Code LLMs.
Outcome: a new framework integrates semantic information to code task-relevant prompts . the proposed framework shows that trace-based semantic information boosts reasoning ability .
Text Classification via Large Language Models (2023.findings-emnlp)

Copied to clipboard

Challenge: Large-scale Language Models (LLMs) have shown the ability for in-context learning.
Approach: They propose a progressive reasoning strategy tailored to addressing complex linguistic phenomena such as intensification, contrast, irony and limited number of tokens allowed in in-context learning.
Outcome: The proposed model performs better on 4 out of 5 widely-used text-classification benchmarks, while demonstrating comparable performance to SOTA on MR.
DrDiff: Dynamic Routing Diffusion with Hierarchical Attention for Breaking the Efficiency-Quality Trade-off (2025.emnlp-main)

Copied to clipboard

Challenge: et al., 2019; Brown e.t al, 2023; Touvron e t al; 2024; OpenAI, 2024) Large Language Models (LLMs) have demonstrated remarkable capabilities in knowledge encoding and contextual understanding during their pretraining phase.
Approach: They propose a dynamic expert scheduling mechanism that allocates computational resources based on text complexity and a hierarchical sparse attention mechanism that adjusts attention patterns according to a variety of input lengths.
Outcome: The proposed framework overpowers existing methods on long-text generation benchmarks.
Multi-passage BERT: A Globally Normalized BERT Model for Open-domain Question Answering (D19-1)

Copied to clipboard

Challenge: Existing studies have shown that BERT models can find answers from multiple passages . however, the results of these studies are still unaddressed.
Approach: They propose a multi-passage BERT model to globally normalize answer scores across all passages of the same question.
Outcome: The proposed model outperforms state-of-the-art models on four benchmarks.
Shanks: Simultaneous Hearing and Thinking for Spoken Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing large language models and spoken language models (SLMs) begin thinking and taking actions only after the user has finished their turn.
Approach: They propose a general inference framework that enables SLMs to generate unspoken chain-of-thought reasoning while listening to user input.
Outcome: The proposed framework enhances real-time user–SLM interaction in two scenarios.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations