Papers by Xudong Chen

16 papers
Mask What Matters: Mitigating Object Hallucinations in Multimodal Large Language Models with Object-Aligned Visual Contrastive Decoding (2026.eacl-srw)

Copied to clipboard

Challenge: Recent studies improve visual contrastive decoding (VCD) by constructing more informative auxiliary views.
Approach: They propose to construct an object-aligned auxiliary view that disrupts unsupported tokens and produces a stronger contrast signal.
Outcome: Empirically, the proposed method shows consistent gains on two popular object hallucination benchmarks across two MLLMs.
SmartBench: Is Your LLM Truly a Good Chinese Smartphone Assistant? (2025.emnlp-main)

Copied to clipboard

Challenge: Existing evaluation benchmarks for Large Language Models focus on objective tasks like mathematics and coding in English, which do not reflect the practical use cases of on-device LLMs in real-world mobile scenarios.
Approach: They propose a benchmark to evaluate the capabilities of on-device Large Language Models in Chinese mobile contexts.
Outcome: The proposed framework evaluates on-device LLMs and MLLMs in Chinese . it provides a standardized framework for evaluating LLM performance on real smartphones .
Joint Multimedia Event Extraction from Video and Article (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to extract multimedia events from video and text are limited to video and images.
Approach: They propose a task to jointly extract events from video and text documents . they propose 'self-supervised' cross-modal event coreference model and cross-mod transformer architecture .
Outcome: The proposed method achieves 6.0% and 5.8% absolute F-score gain on video-article pairs . the proposed method can resolve coreference and extract multimodal event frames more accurately than existing methods.
Weakly-Supervised Temporal Article Grounding (2022.emnlp-main)

Copied to clipboard

Challenge: Existing VG models make unrealistic assumptions about how to ground video segments . a recent study has shown that video grounding can be useful for downstream applications .
Approach: They propose a new task: Weakly-Supervised temporal Article Grounding (WSAG) given an article and a relevant video, WSAG aims to localize all "groundable" sentences to the video.
Outcome: The proposed method is simple but effective, and it can be used in real-world applications.
Multi-Granularity Semantic Revision for Large Language Model Distillation (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for generating large language models rely on student-generated outputs, which introduce generation errors and misguide the distillation process.
Approach: They propose a multi-granularity semantic revision method for LLM distillation that corrects errors using teacher-generated tokens and re-generates the sequence to minimize errors.
Outcome: The proposed method reduces errors and misguides distillation on student models and improves consistency between teacher and student outputs.
RAVEN++: Pinpointing Fine-Grained Violations in Advertisement Videos with Active Reinforcement Reasoning (2025.emnlp-industry)

Copied to clipboard

Challenge: Recent advances in large language models have improved the detection of non-compliant content, but critical gaps persist in fine-grained understanding, explainability, and generalization.
Approach: They propose a framework that combines active reinforcement learning, fine-grained violation understanding and progressive multi-stage training.
Outcome: The proposed framework outperforms general-purpose LLMs and specialized models in fine-grained violation understanding, explainability, and generalization.
RESIN: A Dockerized Schema-Guided Cross-document Cross-lingual Cross-media Information Extraction and Event Tracking System (2021.naacl-demos)

Copied to clipboard

Challenge: We present a new information extraction system that can construct temporal event graphs from news documents.
Approach: They propose a temporal event graph extraction system that can extract news documents . they extend the system from sentence-level event extraction to cross-document cross-media event extraction .
Outcome: The proposed system can extract temporal event graphs from news documents in multiple languages and multiple data modalities.
Agent-GWO: Collaborative Agents for Dynamic Prompt Optimization in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing automatic prompt optimization methods fail to optimize prompts and decoding hyperparameters within a unified framework to achieve stable global improvements.
Approach: They propose a dynamic prompt optimization framework for complex reasoning that unifies prompt templates and decodes hyperparameters as inheritable agent configurations.
Outcome: Experiments on multiple mathematical and hybrid reasoning benchmarks show that Agent-GWO improves accuracy and stability over existing prompt optimization methods.
LOFT: Scalable and More Realistic Long-Context Evaluation (2025.findings-naacl)

Copied to clipboard

Challenge: Long-context language models (LCLMs) can be used to perform tasks traditionally reliant on external tools like retrieval systems or databases.
Approach: They propose a benchmark to evaluate LCLMs' performance on in-context retrieval and reasoning tasks using a set of tokens.
Outcome: The proposed model outperforms state-of-the-art retrieval and RAG systems on in-context retrieval tasks while still requiring prompting strategies.
MEDSYN: Benchmarking Multi-EviDence SYNthesis in Complex Clinical Cases for Multimodal Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for multimodal large language models do not capture real-world clinical complexity.
Approach: They evaluate multilingual, multimodal multimodal models of clinical cases with up to 7 distinct visual clinical evidence types per case.
Outcome: The proposed model outperforms human models on differential diagnosis (DDx) generation and final diagnosis (FDx) selection.
Real-time Ad Retrieval via LLM-generative Commercial Intention for Sponsored Search Advertising (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for retrieving documents and ads use one-to-few mappings and time-consuming content extraction.
Approach: They propose a framework that leverages LLM-generated commercial intents as an intermediate semantic representation to directly retrieve ads for queries in real-time.
Outcome: The proposed framework has been implemented in a real-world online system, handling daily search volumes in billions.
Truth or Sophistry? LoFa: A Benchmark for LLM Robustness Against Logical Fallacies (2026.acl-long)

Copied to clipboard

Challenge: Prior work has focused on the ability of Large Language Models to **identify** or **classify** fallacies, but their robustness against these fallacias in persuasive contexts remains largely unexplored.
Approach: They propose a new metric to assess LLM robustness against fallacies by pairing factual questions with fallacious arguments and developing a multi-round debate framework to assess model resilience.
Outcome: The proposed metric disentangles robustness from a model’s knowledge limitations and demonstrates unique vulnerability profiles across models.
Joint Multi-Decoder Framework with Hierarchical Pointer Network for Frame Semantic Parsing (2021.findings-acl)

Copied to clipboard

Challenge: Current researches on frame semantic parsing ignore the interactions among subtasks.
Approach: They propose a multi-decoder strategy to handle these subtasks together . they propose introducing a hierarchical pointer network for argument identification .
Outcome: The proposed architecture improves on state-of-the-art models on FrameNet dataset.
Collaborative Learning of Bidirectional Decoders for Unsupervised Text Style Transfer (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for unsupervised text style transfer struggle to achieve high style conversion rate and low content loss.
Approach: They propose a collaborative learning framework for unsupervised text style transfer using a pair of bidirectional decoders.
Outcome: The proposed framework achieves strong empirical results on style compatibility and content preservation.
CodeV: Issue Resolving with Visual Data (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have expanded to more complex repository-level tasks.
Approach: They propose a first approach to leveraging visual data to enhance the issue-resolving capabilities of Large Language Models (LLMs) they demonstrate the effectiveness of CodeV and provide valuable insights into leveraging visualization to resolve GitHub issues.
Outcome: The proposed approach improves the issue-resolving capabilities of Large Language Models (LLMs) by using visual data.
A Double-Graph Based Framework for Frame Semantic Parsing (2022.naacl-main)

Copied to clipboard

Challenge: Frame semantic parsing is a fundamental NLP task, which consists of three subtasks: frame identification, argument identification and role classification.
Approach: They propose a frame semantic parser with a double-graph to derive knowledge-enhanced representations for frames and FEs.
Outcome: The proposed method outperforms the state-of-the-art method by up to 1.7 F1-score on two FrameNet datasets.

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