Papers by Xiaodong Shi

29 papers
DARL: Encouraging Diverse Answers for General Reasoning without Verifiers (2026.findings-acl)

Copied to clipboard

Challenge: Recent efforts such as RLPR have extended RLVR to general domains, enabling training on broader datasets and achieving improvements over RL PR.
Approach: They propose a framework that encourages the generation of diverse answers within a controlled deviation range from the reference while preserving alignment with it.
Outcome: Extensive experiments on 13 benchmarks show that DARL surpasses RLPR in both reasoning accuracy and output diversity.
wav2vec-S: Adapting Pre-trained Speech Models for Streaming (2024.findings-acl)

Copied to clipboard

Challenge: Pre-trained speech models have advanced speech-related tasks, including speech recognition and translation.
Approach: They propose a pre-trained speech model that incorporates modifications to ensure consistent speech representations during training and inference phases for streaming speech inputs.
Outcome: The proposed model outperforms baseline models on speech recognition and translation tasks and achieves a superior balance between quality and latency.
Prompt Space Optimizing Few-shot Reasoning Success with Large Language Models (2024.findings-naacl)

Copied to clipboard

Challenge: Prompt engineering is an essential technique for enhancing the abilities of large language models (LLMs) by providing explicit and specific instructions.
Approach: They propose a new approach that uses text embeddings to obtain basis vectors by matrix decomposition and constructs a space for representing all prompts.
Outcome: The proposed approach significantly outperforms state-of-the-art prompt paradigms on ten public reasoning benchmarks.
LLMs Can Achieve High-quality Simultaneous Machine Translation as Efficiently as Offline (2025.findings-acl)

Copied to clipboard

Challenge: Large language models perform well in offline machine translation when the complete source sentence is provided . however, in many real scenarios, the source tokens arrive in a streaming manner and simultaneous machine translation is required .
Approach: They propose a new paradigm that includes constructing supervised fine-tuning data for simultaneous machine translation (SiMT) to achieve SiMT, source and target tokens are rearranged into interleaved sequences, separated by special tokens according to varying latency requirements.
Outcome: The proposed approach achieves state-of-the-art performance across various SiMT benchmarks and evaluation metrics while maintaining efficient auto-regressive decoding.
Towards Better Document-level Relation Extraction via Iterative Inference (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods only consider feature information of entity pairs, but our model exploits both feature information and previous predictions of entity pair.
Approach: They propose a document-level relation extraction model with iterative inference to extract relations between entities from raw texts.
Outcome: The proposed model outperforms existing methods on three commonly-used datasets.
From Neurons to Semantics: Evaluating Cross-Linguistic Alignment Capabilities of Large Language Models via Neurons Alignment (2025.acl-long)

Copied to clipboard

Challenge: Existing alignment benchmarks focus on sentence embeddings, but prior research has shown that neural models tend to induce a non-smooth representation space, which impact of semantic alignment evaluation on low-resource languages.
Approach: They propose a novel cross-lingual alignment evaluation method based on the consistency of parallel sentences to assess model alignment.
Outcome: The proposed method achieves a correlation of 0.9556 with downstream tasks performance and 0.8524 with transferability even with a small dataset.
Consistent Prototype Learning for Few-Shot Continual Relation Extraction (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for few-shot continual relation extraction are overfitting memory samples, resulting in insufficient activation of old relations and limited ability to handle confusion of similar classes.
Approach: They propose a few-shot continual relation extraction task that uses memory-enhanced modules to train a model on incrementally few-shot data to avoid forgetting old relations.
Outcome: The proposed method outperforms existing methods on two commonly-used datasets.
Benchmarking Vision-Language Models on Chinese Ancient Documents: From OCR to Knowledge Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing document benchmarks focus on English printed texts or simplified Chinese . current vision-language models struggle with visual complexity and poor adaptability .
Approach: They propose a benchmark to evaluate Chinese ancient documents' visual/linguistic complexity . ancient documents are valuable cultural heritage, but they face challenges in digitization and understanding .
Outcome: the first benchmark for Chinese ancient documents evaluates VLMs from OCR to knowledge reasoning . ancient documents carry thousands of years of Chinese history and culture . traditional methods only scan images, while current models struggle with visual complexity .
Synchronous Dual Network with Cross-Type Attention for Joint Entity and Relation Extraction (2021.emnlp-main)

Copied to clipboard

Challenge: Existing studies on joint entity and relation extraction fail to fully utilize the interdependence between entity types and relation types.
Approach: They propose a synchronous dual network with cross-type attention via separately and interactively considering the entity types and relation types.
Outcome: The proposed model achieves state-of-the-art on NYT and WebNLG datasets.
A Multi-Task Approach for Improving Biomedical Named Entity Recognition by Incorporating Multi-Granularity information (2021.findings-acl)

Copied to clipboard

Challenge: Neural named entity recognition (BioNER) methods require large amount of annotated data, while the annotating BioNER datasets are often difficult to obtain and small in scale due to the limitations of privacy, ethics and high degree of specialization.
Approach: They propose a method that utilizes latent multi-granularity information in annotated bioNER datasets to alleviate the lack of training samples.
Outcome: The proposed model improves over the BioBERT baseline and can get more than 3% improvement of F1score in low-resource scenarios.
Representation Purification for End-to-End Speech Translation (2025.coling-main)

Copied to clipboard

Challenge: Existing approaches to enhance speech translation focus on enhancing knowledge transfer . factors in speech that are not relevant to translation content, such as timbre and rhythm, often limit the efficiency of knowledge transfer.
Approach: They propose a framework that excludes content-agnostic perturbations from speech representations to mitigate their negative impact on ST.
Outcome: The proposed framework significantly improves translation performance across all translation directions in three settings and achieves preeminent performance under a *transcript-free* setting.
MatPlotAgent: Method and Evaluation for LLM-Based Agentic Scientific Data Visualization (2024.findings-acl)

Copied to clipboard

Challenge: Scientific data visualization is an essential process in research, but its use of large language models remains unexplored.
Approach: They propose a model-agnostic LLM agent framework to automate scientific data visualization tasks.
Outcome: The proposed framework improves performance of commercial and open-source models.
Design Challenges in Low-resource Cross-lingual Entity Linking (2020.emnlp-main)

Copied to clipboard

Challenge: Existing techniques for grounding mentions of entities in a foreign language do not rise to the challenges introduced by text in low-resource languages (LRL) and fail to generalize to text not taken from Wikipedia, on which they are usually trained.
Approach: They propose a cross-lingual XEL technique that uses search engines to locate and search for foreign language entries in Wikipedia.
Outcome: The proposed system shows an increase of 25% in gold candidate recall and 13% in end-to-end linking accuracy over state-of-the-art baselines.
EvoHyper: Evolving Hypergraph Topologies for Unified Collaboration in Multi-Agent Communication (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for multi-agent collaboration use a fixed communication graph and manage collaboration structure and shared memory in separate modules.
Approach: They propose a framework that uses an evolving hypergraph topology for multi-agent collaboration.
Outcome: The proposed framework achieves 3.2% to 7.8% accuracy gains over state-of-the-art methods and efficient, reducing token consumption by up to 23.5%.
SWE-QA: Can Language Models Answer Repository-level Code Questions? (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for understanding and reasoning about entire soft-ware repositories focus on small, self-contained code snippets.
Approach: They propose a repository-level code question answering benchmark to facilitate research on automated QA systems in real-world repositories.
Outcome: The proposed benchmarks are designed to facilitate research on automated QA systems in real-world repositories.
GlimpRouter: Efficient Collaborative Inference by Glimpsing One Token of Thoughts (2026.findings-acl)

Copied to clipboard

Challenge: Existing routing strategies rely on local token probabilities or post-hoc verification, introducing significant inference overhead.
Approach: They propose a step-wise collaboration framework that generates only the first token of each reasoning step and routes it to a larger model only when initial token entropy exceeds a threshold.
Outcome: The proposed approach reduces inference latency while preserving accuracy.
Adapting Offline Speech Translation Models for Streaming with Future-Aware Distillation and Inference (2023.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to streaming speech translation use an offline model with a wait-k policy . however, there is a mismatch problem with an offline inference model trained with complete utterances .
Approach: They propose an offline streaming speech translation model with wait-k policy to support different latency requirements.
Outcome: The proposed model achieves better trade-offs between translation quality and latency than baselines.
Adaptive Simultaneous Sign Language Translation with Confident Translation Length Estimation (2024.lrec-main)

Copied to clipboard

Challenge: Existing non-simultaneous sign language translation methods suffer from inherent inference delays in real-time scenarios.
Approach: They propose an adaptive policy for simultaneous sign language translation that progressively converts incrementally received sign video into its corresponding natural sentence.
Outcome: The proposed policy excels in situations requiring extremely low latency.
Improving Chinese Pop Song and Hokkien Gezi Opera Singing Voice Synthesis by Enhancing Local Modeling (2023.emnlp-main)

Copied to clipboard

Challenge: Singing Voice Synthesis (SVS) synthesizes pleasing vocals based on music scores and lyrics . current acoustic models ignore the significance of local modeling within the sequence and the hard-to-synthesize parts in the predicted mel-spectrogram .
Approach: They propose a method to enhance local modeling in the acoustic model by focusing on phoneme tokens located before and after the phoneme.
Outcome: The proposed method improves local modeling in the acoustic model by focusing on the hard-to-synthesize parts of the predicted mel-spectrogram.
ShredBench: Evaluating the Semantic Reasoning Capabilities of Multimodal LLMs in Document Reconstruction (2026.findings-acl)

Copied to clipboard

Challenge: Empirical evaluations on state-of-the-art MLLMs reveal a significant performance gap . ML models lack the fine-grained cross-modal reasoning required to bridge visual discontinuities.
Approach: They propose a benchmark that renders fragmented documents directly from Markdown to facilitate evaluation of VRDU tasks.
Outcome: The proposed benchmark renders fragmented documents directly from Markdown.
Adversarial Soft Prompt Tuning for Cross-Domain Sentiment Analysis (2022.acl-long)

Copied to clipboard

Challenge: Existing prompt tuning methods for cross-domain sentiment analysis have been underutilized due to domain discrepancy in the token distributions.
Approach: They propose a new method to model cross-domain sentiment analysis using pre-trained language models by using soft prompts instead of hard templates.
Outcome: The proposed method achieves state-of-the-art results on a publicly available sentiment analysis dataset.
A Document-Level Neural Machine Translation Model with Dynamic Caching Guided by Theme-Rheme Information (2020.coling-main)

Copied to clipboard

Challenge: Recent studies have shown that inter-sentence information is helpful for improving the performance of document-level Neural Machine Translation models, but what information should be regarded as context remains ambiguous.
Approach: They propose a cache-based document-level NMT model which conducts dynamic caching guided by theme-rheme information.
Outcome: The proposed model achieves substantial improvements over the state-of-the-art models on NIST evaluation sets.
LastingBench: Defend Benchmarks Against Knowledge Leakage (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to detect and safeguard LLMs against knowledge leakage fail to address the long-term challenge of mitigating it.
Approach: They propose a method to reinforce and safeguard existing benchmarks against knowledge leakage by perturbation-based detection and counterfactual rewriting to disrupt memorization while preserving original intent.
Outcome: The proposed method reduces memorization effects in long-context QA benchmarks, providing a more accurate assessment of model reasoning and generalization abilities.
LIFBench: Evaluating the Instruction Following Performance and Stability of Large Language Models in Long-Context Scenarios (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks rarely focus on instruction-following in long-context scenarios or stability on different inputs.
Approach: They propose a scalable dataset to evaluate LLMs’ instruction-following capabilities and stability across long contexts.
Outcome: The proposed method evaluates LLMs’ instruction-following capabilities and stability across long contexts.
GOVERN: Gradient Orientation Vote Ensemble for Multi-Teacher Reinforced Distillation (2024.emnlp-industry)

Copied to clipboard

Challenge: Pre-trained language models have achieved remarkable performance in OpenQA, but for practical deployment, knowledge distillation is crucial to maintain high performance while operating under computational constraints.
Approach: They propose an algorithm to perform unsupervised knowledge distillation without the guidance of labels to achieve 99.5% of performance.
Outcome: The proposed algorithm achieves 99.5% of performance in a commercial question-answering system.
LLM×MapReduce: Simplified Long-Sequence Processing using Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have focused on extending the context length of large language models (LLMs) due to their quadratic computational complexity and a lack of high-quality long training examples, most LLMs are trained with a limited window size.
Approach: They propose a training-free framework that enables large language models to effectively process long texts using a divide-and-conquer strategy for comprehensive document understanding.
Outcome: The proposed framework outperforms open-source and commercial long-context LLMs and is compatible with several models.
Signer Diversity-driven Data Augmentation for Signer-Independent Sign Language Translation (2024.findings-naacl)

Copied to clipboard

Challenge: Existing methods for sign language translation (SLT) rely on signer identity labels, which is often impractical and costly in real-world applications.
Approach: They propose a signer diversity-driven data augmentation method that can generalize to signers not encountered during training.
Outcome: The proposed method achieves state-of-the-art results without relying on signer identity labels.
Translation with Thought: Difficulty-Adaptive Reasoning via Reinforcement Learning for Multi-Domain Machine Translation (2026.acl-long)

Copied to clipboard

Challenge: Multi-domain machine translation (MDMT) is a unique challenge due to varying levels of linguistic complexity across domains.
Approach: They propose a resource-rational framework that learns to modulate inference between intuitive and deliberate reasoning.
Outcome: Evaluated on 15 benchmarks spanning in-domain and out-of-domain settings, as well as 3 seen and 59 unseen languages, with ablations across three backbone models, TwT-7B and Twt-14B outperform much larger SOTA reasoning models in translation quality, while reducing token usage by 32–60%.
Learning to Compose Representations of Different Encoder Layers towards Improving Compositional Generalization (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent studies show that sequence-to-sequence (seq2sequ) models struggle with compositional generalization (CG) a crucial property of human language learning is its compositional globalization (GC), the algebraic ability to understand and produce a potentially infinite number of novel combinations from known components.
Approach: They propose a sequence-to-sequence (seq2sequ) extension which learns to compose representations of different encoder layers dynamically for different tasks.
Outcome: The proposed model achieves competitive results on two comprehensive and realistic benchmarks, which empirically demonstrates the effectiveness of the proposed model.

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