Papers by Yao Yang

146 papers
Feature Extraction and Steering for Enhanced Chain-of-Thought Reasoning in Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) can solve reasoning and mathematical problems using the Chain-of-Thought technique, but require costly and long CoT data and fine-tuning.
Approach: They propose a method that uses Sparse Autoencoders to extract interpretable features from vanilla CoT and use them to steer the LLM's internal states.
Outcome: The proposed method uses Sparse Autoencoders (SAEs) to extract interpretable features from vanilla CoT and steer the LLM's internal states during generation.
Regret-Now: A Physics-Inspired Regret Framework for Temporal Knowledge Graph Question Answering with LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models have impressive results in general reasoning tasks, but they still exhibit a lack of dynamic error-correction.
Approach: They propose a temporal reasoning framework that uses the principle of minimum potential energy to model the reasoning process as a dynamic trajectory moving toward a more stable state.
Outcome: The proposed framework shows consistent gains over strong baselines on two standard TKGQA benchmarks.
Enhancing Reinforcement Learning for Radiology Report Generation with Evidence-aware Rewards and Self-correcting Preference Learning (2026.acl-long)

Copied to clipboard

Challenge: Recent reinforcement learning approaches have advanced radiology report generation (RRG) however, there are two limitations: report-level rewards offer limited evidence-grounded guidance for clinical faithfulness .
Approach: They propose a method that uses group-wise evidence-aware alignment rewards and self-correcting preference learning to build a reliable, disease-agnostic preference dataset without human supervision.
Outcome: ESC-RL promotes clinically faithful, disease-aligned reward and supports continual self-improvement during training.
Jigsaw-Puzzles: From Seeing to Understanding to Reasoning in Vision-Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing vision-language models lack spatial reasoning capability, despite their ability to comprehend spatial arrangements and model structural relations.
Approach: They propose a benchmark to evaluate vision-language models' spatial perception, structural understanding, and reasoning capabilities by minimizing reliance on domain-specific knowledge.
Outcome: The proposed benchmark is based on 1,100 carefully curated real-world images with high spatial complexity.
A Mousetrap: Fooling Large Reasoning Models for Jailbreak with Chain of Iterative Chaos (2025.findings-acl)

Copied to clipboard

Challenge: Large Reasoning Models (LRMs) have advanced beyond traditional Large Language Models, yet they pose heightened safety risks.
Approach: They propose a first jailbreak attack targeting Large Reasoning Models . they exploit a Chaos Machine component to transform attack prompts with diverse one-to-one mappings based on the reasoning chain .
Outcome: The proposed attack exploits the unique vulnerabilities of LRMs by integrating a Chaos Machine. success rates of the mousetrap attack are as high as 96%, 86% and 98% respectively.
Gradient-based Intra-attention Pruning on Pre-trained Language Models (2023.acl-long)

Copied to clipboard

Challenge: Pre-trained language models are computationally expensive and slow in inference due to their large sizes.
Approach: They propose a structured pruning method which combines pruning with knowledge distillation to yield highly effective models.
Outcome: The proposed method outperforms other pruning methods in sparsity regimes while maintaining 93% 99% performance.
README: Bridging Medical Jargon and Lay Understanding for Patient Education through Data-Centric NLP (2024.findings-emnlp)

Copied to clipboard

Challenge: a new task is to generate lay definitions of medical terms in EHRs that are difficult to understand for patients.
Approach: They propose a task of automatically generating lay definitions to simplify medical terms into patient-friendly lay language.
Outcome: The proposed model can match or surpass state-of-the-art closed-source large language models like ChatGPT with high-quality data.
Compressing Large-Scale Transformer-Based Models: A Case Study on BERT (2021.tacl-1)

Copied to clipboard

Challenge: Popular pre-trained Transformers have improved performance for various NLP tasks by sizable margins, but are too resource-hungry and computation-intensive to suit low-capacity devices or applications with strict latency requirements.
Approach: They present a literature review of the compression of Transformers, focusing on the popular BERT model, which has attracted considerable research attention.
Outcome: The proposed models improve Sentiment analysis, paraphrase detection, machine reading comprehension, question answering, text summarization, and other tasks by sizable margins.
EmoMM: Benchmarking and Steering MLLM for Multimodal Emotion Recognition under Conflict and Missingness (2026.findings-acl)

Copied to clipboard

Challenge: Multimodal Large Language Models (MLLMs) have shown promise in MER, but their internal decision-making mechanisms under modality conflict and missingness remain underexplored.
Approach: They propose a multimodal large language model that can detect and control modality conflicts and missing subsets by a lightweight mechanism that detects and controls modality conflict.
Outcome: The proposed framework improves performance across settings, showing it can handle conflict and missing behaviors.
Rethinking Diverse Human Preference Learning through Principal Component Analysis (2025.findings-acl)

Copied to clipboard

Challenge: Decomposed Reward Models extract diverse human preferences from binary comparisons without fine-grained annotations.
Approach: They propose a decomposed reward model that extracts diverse human preferences from binary comparisons without fine-grained annotations.
Outcome: The proposed approach extracts diverse human preferences from binary comparisons without fine-grained annotations.
ChessArena: A Chess Testbed for Evaluating Strategic Reasoning Capabilities of Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing evaluation frameworks focus on isolated question-answering tasks that may not capture the essential aspects of strategic reasoning.
Approach: They evaluate 13 large language models across over 800 games in chess . they use a chessian-based framework to test strategic reasoning and pattern recognition .
Outcome: The proposed framework improves performance and basic understanding of large language models.
MedQA-CS: Objective Structured Clinical Examination (OSCE)-Style Benchmark for Evaluating LLM Clinical Skills (2026.eacl-long)

Copied to clipboard

Challenge: Current clinical LLM benchmarks fail to evaluate advanced clinical skills in AI and large language models (LLMs).
Approach: They propose a framework to evaluate large language models (LLMs) using two instruction-following tasks designed to reflect real clinical scenarios.
Outcome: The proposed framework evaluates LLMs through two instruction-following tasks designed to reflect real clinical scenarios.
What Is Overlap Knowledge in Event Argument Extraction? APE: A Cross-datasets Transfer Learning Model for EAE (2023.acl-long)

Copied to clipboard

Challenge: Existing approaches ignore the overlap knowledge across datasets, preventing models from achieving better performance.
Approach: They propose to divide the EAE knowledge into overlap knowledge across datasets and specific knowledge of the target dataset.
Outcome: The proposed model outperforms the baseline model with a large margin when only ten records are available in the target dataset.
Exploring Union and Intersection of Visual Regions for Generating Questions, Answers, and Distractors (2024.emnlp-main)

Copied to clipboard

Challenge: Existing efforts to generate image-related questions, correct answers, or challenge distractors are limited.
Approach: They propose to put the spotlight on different image regions to diversify QADs . they propose a framework that generates each QAD based on a recurrent multimodal encoder .
Outcome: The proposed framework puts the spotlight on different image regions to diversify QADs.
GMH: A General Multi-hop Reasoning Model for KG Completion (2021.emnlp-main)

Copied to clipboard

Challenge: Knowledge graphs are incomplete with many facts missing, causing performance bottlenecks in many applications.
Approach: They propose a general multi-hop reasoning task that can be formulated as a search process and can be extended to long-distance reasoning scenarios.
Outcome: The proposed model improves on baselines in short and long distance reasoning scenarios.
UnCo: Uncertainty-Driven Collaborative Framework of Large and Small Models for Grounded Multimodal NER (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to identify unseen multimodal entities struggle with limited knowledge and generalization.
Approach: They propose a framework that leverages the strengths of small fine-tuned models and MLLMs to generate unambiguous predictions.
Outcome: Extensive experiments show that the proposed framework retains the in-domain knowledge of small models while utilizing the capabilities of MLLMs to handle unseen entities.
ShifCon: Enhancing Non-Dominant Language Capabilities with a Shift-based Multilingual Contrastive Framework (2025.acl-long)

Copied to clipboard

Challenge: Experiments show that ShifCon significantly enhances the performance of non-dominant languages due to the imbalance in training data across languages.
Approach: They propose a Shift-based multilingual Contrastive framework that aligns the internal forward process of other languages toward that of the dominant one.
Outcome: The proposed framework significantly improves performance of non-dominant languages, particularly for low-resource ones.
EventRAG: Enhancing LLM Generation with Event Knowledge Graphs (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to text generation often neglect event structures that shape real-world narratives.
Approach: They propose a framework that integrates structured event semantics with iterative retrieval and inference to enhance text generation.
Outcome: Experiments on UltraDomain and MultiHopRAG show that the proposed framework outperforms baseline RAG systems in generation effectiveness, logical consistency, and multi-hop reasoning accuracy.
Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models (2026.findings-acl)

Copied to clipboard

Challenge: Reinforcement learning with verifiable rewards (RLVR) has delivered impressive gains in mathematical and multimodal reasoning . however, the recipe introduces a significant risk of capability regression, where models forget foundational skills after prolonged training without employing regularization strategies.
Approach: They propose a replay strategy with dynamic objective reweighting for general knowledge preservation using short-horizon signals of convergence and instability.
Outcome: The proposed method preserves general capabilities and improves reasoning . it can be applied to existing RLVR pipelines without training additional models or tuning .
An Auxiliary Task Boosted Multi-task Learning Method for Service Account Retrieval with Limited Human Annotation (2023.emnlp-industry)

Copied to clipboard

Challenge: Existing approaches to service account retrieval have limited human annotation, resulting in labor-intensive and time-consuming tasks.
Approach: They propose an Auxiliary task Boosted Multi-Task Learning method which introduces multiple auxiliary tasks and enhances the performance of the main task, service account retrieval.
Outcome: The proposed method improves the performance of the main task, service account retrieval.
REAR: Reinforced Reasoning Optimization for Event Argument Extraction with Relation-Aware Support (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for EAE restrict integration of relation-level semantics, thereby overlooking the complementary cues from RE.
Approach: They propose a Relation-aware EAE Reinforced optimization framework that integrates relation-level cues from RE into the Large Language Model (LLM)
Outcome: The proposed framework surpasses existing decoder-only methods on the ACE-E, ACE+ and ERE benchmarks.
PersonaBench: Evaluating AI Models on Understanding Personal Information through Accessing (Synthetic) Private User Data (2025.findings-acl)

Copied to clipboard

Challenge: Existing research lacks direct access to such data, making benchmarking difficult due to privacy concerns.
Approach: They propose a synthetic data pipeline that generates realistic user profiles and private documents and a benchmark to evaluate models' ability to understand personal information.
Outcome: The proposed pipeline generates realistic user profiles and private documents, enabling PersonaBench, a benchmark for evaluating models’ ability to understand personal information.
Keyphrase Generation via Soft and Hard Semantic Corrections (2022.emnlp-main)

Copied to clipboard

Challenge: Extensive experiments show that CorrKG is capable of generating high-quality keyphrases.
Approach: They propose a correction model CorrKG on top of the MLE pipeline to correct the biases . the adaptive adaptive mass learning scheme is designed to better fit OT and FreqFS .
Outcome: The proposed model overcomes the semantic biases in keyphrase generation using OT and FreqFS techniques.
Modeling Temporal-Modal Entity Graph for Procedural Multimodal Machine Comprehension (2022.acl-long)

Copied to clipboard

Challenge: Procedural Multimodal Documents organize textual instructions and corresponding images step by step.
Approach: They propose a novel temporal-modal entity Graph for comprehending PMDs . they propose encoding and reasoning modules to capture textual and visual entities .
Outcome: The proposed model can capture textual and visual entities and trace their temporal-modal evolution.
AgenticEval: Toward Agentic and Self-Evolving Safety Evaluation of Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing static safety evaluation methods are ill-equipped to address dynamic nature of AI risks and evolving regulations, creating a critical safety gap.
Approach: They propose a new paradigm of agentic safety evaluation reframing evaluation as a continuous and self-evolving process rather than a one-time audit.
Outcome: The proposed framework shows a consistent decline in model safety as the evaluation hardens.
Enhancing Dialogue Generation with Conversational Concept Flows (2023.findings-eacl)

Copied to clipboard

Challenge: Existing studies show that explicitly modeling concept flows with a large commonsense knowledge graph improves response quality, but there is a gap between the knowledge graph and the conversation.
Approach: They propose to model human conversational concept flows with a commonsense knowledge graph . they extract abundant concepts and relations from natural conversations and build a conversation-aware knowledge graph.
Outcome: The proposed method performs better than baselines on a large-scale reddit conversation dataset.
CRAB: Cross-environment Agent Benchmark for Multimodal Language Model Agents (2025.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for MLM agents in interactive environments are limited by their focus on a single environment, lack of detailed and generalized evaluation methods, and the complexity of constructing tasks and evaluators.
Approach: They propose a cross-environment agent benchmark framework that integrates graph-based evaluation and task generation methods.
Outcome: The proposed framework supports multiple devices and can be easily extended to any environment with a Python interface.
Using active learning to expand training data for implicit discourse relation recognition (D18-1)

Copied to clipboard

Challenge: Existing methods to determine semantic relations between text spans are limited in the field of discourse-level relation recognition.
Approach: They propose to expand the training data set using the corpus of explicitly-related arguments by arbitrarily dropping the overtly presented discourse connectives.
Outcome: The proposed model expands the training data set using the corpus of explicitly-related arguments, by arbitrarily dropping the overtly presented discourse connectives.
Active Domain Knowledge Acquisition with 100-Dollar Budget: Enhancing LLMs via Cost-Efficient, Expert-Involved Interaction in Sensitive Domains (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated an impressive level of general knowledge, but often struggle in highly specialized domains due to the lack of expert knowledge.
Approach: They propose a framework to actively engage domain experts within a fixed budget to enhance domain-specific LLMs.
Outcome: The proposed framework improves LLMs in highly specialized domains while adhering to budget constraints.
PaCoRe: Learning to Scale Test-Time Compute with Parallel Coordinated Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Parallel Coordinated Reasoning (PaCoRe) overcomes a central limitation of contemporary language models: their inability to scale test-time compute (TTC) far beyond sequential reasoning under a fixed context window.
Approach: They propose a training-and-inference framework to overcome a central limitation of language models: their inability to scale test-time compute (TTC) under a fixed context window.
Outcome: The proposed model scales to multi-million-token effective TTC without exceeding context limits.
Z-LaVI: Zero-Shot Language Solver Fueled by Visual Imagination (2022.emnlp-main)

Copied to clipboard

Challenge: Large-scale pretrained language models suffer from reporting bias, describing the lack of explicit commonsense knowledge in written text.
Approach: They propose to endow language models with visual imagination capabilities by recalling existing images and synthesizing nonexistent images via text-to-image generation.
Outcome: The proposed model improves the performance of existing language models across a diverse set of language tasks.
Large Language Models are In-context Teachers for Knowledge Reasoning (2024.findings-emnlp)

Copied to clipboard

Challenge: In-context teaching is a method of providing in-concept example rationales to a student to reason over unseen cases.
Approach: They propose to use an LLM's self-elicited explanations as in-context demonstrations to prompt a student to reason over unseen cases.
Outcome: The proposed model outperforms human-crafted demonstrations on medical question answering and human-created models outperfect human-made demonstrations.
SciAssess: Benchmarking LLM Proficiency in Scientific Literature Analysis (2025.findings-naacl)

Copied to clipboard

Challenge: Existing benchmarks fail to adequately evaluate the proficiency of Large Language Models (LLMs) Existing standards do not cover the skills needed to evaluate LLMs in scientific literature analysis.
Approach: They propose a benchmark to evaluate the proficiency of large language models in scientific literature analysis.
Outcome: SciAssess evaluates 11 LLMs on multiple tasks across scientific fields.
i-Code V2: An Autoregressive Generation Framework over Vision, Language, and Speech Data (2024.findings-naacl)

Copied to clipboard

Challenge: i-Code V2 is one of the first models capable of generating natural language from any combination of Vision, Language, and Speech data.
Approach: They propose to create a model that can generate natural language from any combination of Vision, Language, and Speech data.
Outcome: i-Code V2 matches or outperforms state-of-the-art single- and dual-modality baselines on 7 multimodal tasks.
Fact-Tree Reasoning for N-ary Question Answering over Knowledge Graphs (2022.findings-acl)

Copied to clipboard

Challenge: Current Question Answering over Knowledge Graphs (KGQA) tasks focus on binary facts, but neglect n-ary facts.
Approach: They propose a new fact-tree reasoning framework that transforms the question into a fact tree and performs iterative fact reasoning on the fact tree to infer the correct answer.
Outcome: The proposed framework performs iterative fact reasoning on the fact tree to infer the correct answer.
Hierarchical Attention Generates Better Proofs (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have shown promise in formal theorem proving, but their token-level processing often fails to capture the inherent hierarchical nature of mathematical proofs.
Approach: They propose a regularization method that aligns LLMs’ attention mechanisms with mathematical reasoning structures and establishes a five-level hierarchy from foundational elements to high-level concepts.
Outcome: The proposed method improves proof success rates by 2.05% on miniF2F and 1.69% on ProofNet while reducing proof complexity by 23.81% and 16.50% respectively.
Improving Alignment in LVLMs with Debiased Self-Judgment (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for aligning LVLMs rely on external datasets, human annotations or complex post-processing.
Approach: They propose a method that generates a debiased self-judgment score for LVLMs . this self-evaluation metric is created internally by the model without external resources .
Outcome: The proposed approach outperforms existing methods in reducing hallucinations and safety concerns.
A Learning-Exploring Method to Generate Diverse Paraphrases with Multi-Objective Deep Reinforcement Learning (2020.coling-main)

Copied to clipboard

Challenge: Paraphrase generation is of great importance for many downstream tasks in natural language processing.
Approach: They propose a method to generate sentences as learning objectives from the learned data distribution and employ reinforcement learning to combine these new learning objectives for model training.
Outcome: The proposed method gains significant diversity and improves generation quality over state-of-the-art datasets.
Fantastic Questions and Where to Find Them: FairytaleQA – An Authentic Dataset for Narrative Comprehension (2022.acl-long)

Copied to clipboard

Challenge: Existing QA datasets rarely distinguish fine-grained reading skills, such as the understanding of varying narrative elements.
Approach: They propose to use FairytaleQA to generate 10,580 questions based on 278 children-friendly stories to assess model's fine-grained learning skills.
Outcome: The proposed dataset consists of 10,580 questions derived from 278 children-friendly stories, covering seven types of narrative elements or relations.
Listen, Watch, and Learn to Feel: Retrieval-Augmented Emotion Reasoning for Compound Emotion Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods to assess human emotion are limited by the subjective nature of emotion perception, limiting the robustness of existing models.
Approach: They propose a plug-and-play module that enhances MLLMs’ ability to tackle compound and context-rich emotion tasks.
Outcome: The proposed framework improves MLLMs' ability to tackle compound and context-rich emotion tasks and the Compound Emotion QA dataset shows it performs well across both benchmarks and evaluation frameworks.
AgentCPM-GUI: Building Mobile-Use Agents with Reinforcement Fine-Tuning (2025.emnlp-demos)

Copied to clipboard

Challenge: Large language model agents have enabled GUI-based automation, but their deployment is limited by noisy data, poor generalization, and lack of support for non-English GUIs.
Approach: They propose an 8B-parameter GUI agent built for robust and efficient on-device GUI interaction.
Outcome: The proposed GUI agent achieves promising performance on five public benchmarks and proposed Chinese benchmark CAGUI.
The Role of Mixed-Language Documents for Multilingual Large Language Model Pretraining (2026.acl-long)

Copied to clipboard

Challenge: Existing research suggests that multilingual large language models can achieve impressive cross-lingual understanding despite largely monolingual pretraining.
Approach: They compare a monolingual-only corpus with a standard web corpus that removes all multilingual documents and then retrain the models from scratch under controlled conditions.
Outcome: The results show that removing bilingual data causes translation performance to drop 56% in BLEU, whereas code-switching contributes minimally.
PyramidInfer: Pyramid KV Cache Compression for High-throughput LLM Inference (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods to reduce memory usage for large language models neglect inter-layer dependency between layers and huge memory consumption in pre-computation.
Approach: They propose a method that compresses the KV cache by layer-wise retaining crucial context.
Outcome: The proposed method reduces memory usage by layer-wise retaining crucial context . it can improve 2.2x throughput compared to Accelerate with over 54% memory reduction .
Domain Transfer based Data Augmentation for Neural Query Translation (2020.coling-main)

Copied to clipboard

Challenge: Query translation (QT) is a critical factor in successful cross-lingual information retrieval (CLIR).
Approach: They propose to extend query translation (QT) with a domain transfer procedure to revise synthetic candidates to search-aware examples.
Outcome: The proposed method outperforms baselines and domain transfer methods on translation quality and retrieval accuracy.
MathSight: A Benchmark Exploring Have Vision-Language Models Really Seen in University-Level Mathematical Reasoning? (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks rarely isolate how much visual information contributes to reasoning . a growing collection of benchmarks has catalyzed rapid progress in multimodal reasoning - but how much it contributes remains unclear .
Approach: They propose a university-level multimodal mathematical reasoning benchmark to quantify the effect of visual input.
Outcome: The proposed benchmark disentangles and quantifies the effect of visual input on multimodal reasoning models.
Towards Better Graph-based Cross-document Relation Extraction via Non-bridge Entity Enhancement and Prediction Debiasing (2024.findings-acl)

Copied to clipboard

Challenge: Existing studies on relation extraction ignore non-bridge entities, leading to bias during inference.
Approach: They propose a graph-based cross-document Relation Extraction model with non-bridge entity enhancement and prediction debiasing that integrates non-cross entities with target entities and bridge entities.
Outcome: The proposed model outperforms baseline models on open and closed datasets.
Mitigating Catastrophic Forgetting in Large Language Models with Self-Synthesized Rehearsal (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to train LLMs on previous training data are not feasible in real-world applications because of catastrophic forgetting.
Approach: They propose a framework that uses the LLM to generate synthetic instances for rehearsal and refine the instance outputs based on the synthetic inputs.
Outcome: The proposed framework achieves superior or comparable performance compared to conventional rehearsal-based approaches while being more data-efficient.
Seeing the wood for the trees: a contrastive regularization method for the low-resource Knowledge Base Question Answering (2022.findings-naacl)

Copied to clipboard

Challenge: Existing methods for Knowledge Base Question Answering rely on semantic parsing and information retrieval.
Approach: They propose a contrastive regularization based method to extract correct answer entities from a context knowledge base and a corresponding question.
Outcome: The proposed method achieves state-of-the-art performance on the WebQuestionsSP dataset and the effectiveness of proposed modules is also evaluated.
The Role of Visual Modality in Multimodal Mathematical Reasoning: Challenges and Insights (2025.acl-long)

Copied to clipboard

Challenge: Existing models that leverage visual information do not improve math reasoning performance . authors suggest that visual information is important for multimodal reasoning .
Approach: They propose a dataset to require image reliance for problem-solving and challenge models with similar, yet distinct, images that change the correct answer.
Outcome: The proposed model performance is unaffected by changes to or removal of images in the dataset.
CrowdSelect: SyntheticInstruction Data Selection with Multi-LLM Wisdom (2026.findings-eacl)

Copied to clipboard

Challenge: Existing methods for capturing instruction-following complexity rely on single-dimensional signals, but they fail to capture complexity across diverse fields.
Approach: They propose three foundational metrics that leverage Multi-LLMs wisdom to capture instruction-response pair characteristics and propose CrowdSelect, an integrated metric incorporating a clustering-based approach to maintain response diversity.
Outcome: The proposed metrics outperform existing models on MT-bench and Arena-hard and show improvements of 4.81% on full and LoRA fine-tuning.
Word-level Commonsense Knowledge Selection for Event Detection (2024.lrec-main)

Copied to clipboard

Challenge: Event Detection (ED) is a task of automatically extracting multi-class trigger words . Xie and Tu, 2022, use a Context-specific Knowledge Selector to select commonsense knowledge of words based on living contexts .
Approach: They use a Context-specific Knowledge Selector to select the exact commonsense knowledge of words from a large knowledge base.
Outcome: The proposed approach achieves the F1-score of about 78.3% on the ACE-2005 dataset.
Detoxifying Large Language Models via Knowledge Editing (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to detoxify Large Language Models (LLMs) are limiting, but knowledge editing can be effective.
Approach: They propose a baseline method to detoxify Large Language Models (LLMs) they propose supervised fine-tuning and reinforcement learning from human feedback (RLHF)
Outcome: The proposed method reduces toxicity of large language models with one instance of tuning . it reduces the toxicity, while minimizing the toxins, the authors show .
Representation Learning with Ordered Relation Paths for Knowledge Graph Completion (D19-1)

Copied to clipboard

Challenge: Existing knowledge graphs are incomplete and lack the order of relations in paths.
Approach: They propose a method which takes relation paths into account but ignores order of relations in paths which is important for reasoning.
Outcome: The proposed method performs better than state-of-the-art methods on two benchmark datasets.
AttnPO: Attention-Guided Process Supervision for Efficient Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing trajectory-level length penalties fail to effectively shorten reasoning length and degrade accuracy, as they treat all reasoning steps uniformly and lack fine-grained signals to distinguish redundancy from necessity.
Approach: They propose a low-overhead process-supervised RL framework that leverages the model’s intrinsic attention signals for step-level credit assignment.
Outcome: The proposed framework reduces reasoning length while improving performance across 9 benchmarks.
D2PCM:A Multi-Turn Dialogue Dataset with Personalized Contextual Memory (2026.findings-acl)

Copied to clipboard

Challenge: Conventional interactive algorithms have predominantly treated memory as a contextual element, neglecting the nuanced cognitive processes involved in individualized memory encoding and retrieval.
Approach: They propose a multi-turn dialogue dataset with Personalized Contextual Memory to facilitate advanced research on personalized memory processing.
Outcome: The proposed datasets provide a comprehensive benchmark to facilitate advanced research on personalized memory processing.
MiCRo: Mixture Modeling and Context-aware Routing for Personalized Preference Learning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing reward models assume a global reward function, limiting personalization and pluralistic alignment.
Approach: They propose a framework that leverages binary preference datasets to enhance personalized preference learning.
Outcome: The proposed framework captures diverse human preferences without fine-grained annotations and significantly improves personalized preference learning on downstream tasks.
EscapeBench: Towards Advancing Creative Intelligence of Language Model Agents (2025.acl-long)

Copied to clipboard

Challenge: Existing language model agents excel in planning and reasoning, but lack creativity in unfamiliar environments.
Approach: They propose a benchmark suite of room escape game environments to challenge agents with creative reasoning, unconventional tool use and iterative problem-solving to uncover implicit goals.
Outcome: The proposed framework can perform with 40% fewer steps and hints and performs robustly across difficulty levels.
Invisible Entropy: Towards Safe and Efficient Low-Entropy LLM Watermarking (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to watermark low-entropy content are expensive and risky . IE reduces parameter size by 99% while achieving performance on par with state-of-the-art methods .
Approach: They propose a logit-based watermarking paradigm that uses entropy-based features to predict whether the next token is high or low.
Outcome: The proposed method reduces parameter size by 99% while achieving performance on par with state-of-the-art methods.
Beyond Single-Value Metrics: Evaluating and Enhancing LLM Unlearning with Cognitive Diagnosis (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have been used to remove harmful knowledge and undesirable capabilities.
Approach: They propose a framework that leverages Cognitive Diagnosis Modeling to evaluate LLM unlearning.
Outcome: The proposed framework enhances evaluation and facilitates removal of harmful abilities.
KeFVP: Knowledge-enhanced Financial Volatility Prediction (2023.findings-emnlp)

Copied to clipboard

Challenge: Current studies ignore the role of financial metrics knowledge in earnings calls and little consideration is given to integrating text and price information.
Approach: They propose to integrate financial metrics knowledge into text comprehension by knowledge-enhanced adaptive pre-training and effectively incorporating text and price information by introducing a conditional time series prediction module.
Outcome: The proposed method outperforms state-of-the-art methods on three real-world datasets and is effective and reliable.
Incorporating Image Matching Into Knowledge Acquisition for Event-Oriented Relation Recognition (C18-1)

Copied to clipboard

Challenge: Event relation recognition is a challenging language processing task because the query events are selected from different paragraphs in a document or even different documents, so there is lack of explicit clue.
Approach: They propose to use image processing to acquire similar event instances and use image matching to approximate calculation between events.
Outcome: The proposed model performs comparable to CNN while slightly better than LSTM on the ACE-R2 corpus.
MSIA: Adaptive Medical Multimodal Multi-turn Semantic Jailbreak (2026.findings-acl)

Copied to clipboard

Challenge: Medical large language models exhibit high domain specificity and condensed semantics, making them vulnerable to diagnostic errors in real-world clinical settings.
Approach: They propose a framework for modeling and inducing multi-turn medical semantic jailbreaks in clinical dialogues.
Outcome: Experiments on chest X-ray-based multimodal medical dialogues show that MSIA outperforms existing jailbreak methods with an average success rate of 76.67%.
Empathy in Diversity: Personalized Depression and Anxiety Therapy via Dialogue State Tracking and Patient-Aware Planning (2026.acl-long)

Copied to clipboard

Challenge: Recent efforts have turned to large language models (LLMs) as therapeutic agents for psychological therapy tasks, yet robustness across diverse patients remains underexplored.
Approach: They propose a realistic role-play protocol for evaluating therapeutic dialogue agents and a de-identified, expert-annotated corpus of therapist–patient dialogues.
Outcome: The proposed framework outperforms baselines on therapeutic outcomes and dialogue quality while improving conversational efficiency.
MemWeaver: Weaving Hybrid Memories for Traceable Long-Horizon Agentic Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods rely on unstructured retrieval or coarse abstractions, which lead to temporal conflicts, brittle reasoning, and limited traceability.
Approach: They propose a unified memory framework that consolidates long-term agent experiences into three interconnected components that combine structured knowledge and evidence to construct compact yet information-dense contexts for reasoning.
Outcome: The proposed framework significantly improves multi-hop and temporal reasoning accuracy while reducing input context length by over 95% compared to long-context baselines.
Probing the Safety Robustness of LLMs in Latent Space (2026.acl-long)

Copied to clipboard

Challenge: Despite substantial progress in safety alignment techniques, aligned large language models can still produce unsafe responses under minor internal perturbations.
Approach: They introduce Activation Steering Attack (ASA) and leverage the Negative Log-Likelihood (NLL) as a diagnostic signal to probe the local sensitivity of safety behaviors in latent space.
Outcome: The proposed method is model-agnostic and supervision-free, enabling a general and reproducible diagnostic metric for analyzing safety robustness.
Unsupervised Preference-Aware Language Identification (2022.findings-acl)

Copied to clipboard

Challenge: Existing studies do not consider inter-personal variations due to the lack of user annotated training data.
Approach: They propose to use user preferences to identify ambiguous texts in multilingual applications without user annotated training data to build a preference-aware LID model.
Outcome: The proposed model significantly outperforms existing LID systems on handling ambiguous texts.
Language Constrained Multimodal Hyper Adapter For Many-to-Many Multimodal Summarization (2025.acl-long)

Copied to clipboard

Challenge: Existing models that share parameters neglect the language-specific knowledge learning.
Approach: They propose a language-constrained multimodal hyper adapter for multimodal summarization that integrates language-specific adapters into multilingual pre-trained backbones.
Outcome: The proposed model can generate summaries based on multimodal documents such as text and visuals, allowing people to quickly locate key information from the vast multimedia con.
Value Compass Benchmarks: A Comprehensive, Generative and Self-Evolving Platform for LLMs’ Value Evaluation (2025.acl-demo)

Copied to clipboard

Challenge: Current evaluation methods for large language models face two key challenges: 1. evaluation validity and 2. Result interpretation reduce the pluralistic and incommensurable values to one-dimensional scores.
Approach: They propose a platform for comprehensive value diagnosis of large language models (LLMs) that provides a generative evaluation paradigm that automatically creates real-world test items co-evolving with ever-advancing LLMs.
Outcome: The proposed platform provides a framework for comprehensive value diagnosis of large language models (LLMs) with fine-grained scores and case studies across 27 value dimensions for 33 leading LLMs, customized comparisons, and visualized analysis of LLM’s alignment with cultural values.
Benchmarking Machine Translation with Cultural Awareness (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on terminology translation focus on breaking language barriers rather than cultural barriers.
Approach: They propose a parallel corpus enriched with CSI annotations in 6 language pairs for investigating Cultural-Aware Machine Translation.
Outcome: The proposed corpus is enriched with CSI annotations in 6 languages and measures translation quality.
GCPG: A General Framework for Controllable Paraphrase Generation (2022.findings-acl)

Copied to clipboard

Challenge: Existing studies highlight a special condition under two indispensable aspects of controllable paraphrase generation (CPG) individually, lacking a unified circumstance to explore and analyze their effectiveness.
Approach: They propose a general controllable paraphrase generation framework that integrates lexical and syntactical conditions into a text sequence and uniformly processes them in an encoder-decoder paradigm.
Outcome: The proposed framework can combine lexical and syntactical conditions and improve paraphrase generation.
Narrative Question Answering with Cutting-Edge Open-Domain QA Techniques: A Comprehensive Study (2021.tacl-1)

Copied to clipboard

Challenge: Recent advances in open-domain question answering (ODQA) have led to human-level performance on many datasets.
Approach: They provide a comprehensive and quantitative analysis about the difficulty of book QA . they compare the results of their research with extensive ODQA experiments .
Outcome: The proposed model outperforms existing models on event-oriented questions on the NarrativeQA dataset.
V-MAGE: A Game Evaluation Framework for Assessing Vision-Centric Capabilities in Multimodal Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing static image-text benchmarks are insufficient for evaluating multimodal large language models’ dynamic perception and interactive reasoning abilities.
Approach: They propose a game-based evaluation framework to assess multimodal large language models’ visual reasoning in dynamic, continuous-space environments.
Outcome: The proposed framework systematically assesses MLLMs’ visual reasoning in dynamic, continuous-space environments.
Elevating Legal LLM Responses: Harnessing Trainable Logical Structures and Semantic Knowledge with Legal Reasoning (2025.naacl-long)

Copied to clipboard

Challenge: Existing approaches to large language models focus on semantic similarity, neglecting the intricate logical structures and reasoning essential for addressing complex legal issues.
Approach: They propose a Logical-Semantic Integration Model (LSIM) that bridges semantic and logical coherence and a supervised framework that integrates semantic features with in-context learning.
Outcome: The proposed framework significantly improves accuracy and reliability on a real-world legal QA dataset.
UniGeM: Unifying Data Selection and Mixing via Geometric Exploration and Mining (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) scaling is limited by data quality and domain mixing and instance selection are two separate problems.
Approach: They propose a framework that unifies mixing and selection without training proxy models or relying on external reference datasets.
Outcome: The proposed framework achieves 2.0 data efficiency over a random baseline and further improves overall performance compared to SOTA methods in reasoning-heavy evaluations and multilingual generalization.
Model-Based Imaginative Planning for Embodied Agents (2026.acl-long)

Copied to clipboard

Challenge: a lightweight world model converts raw pixels into object-centric symbolic states amenable to language-based reasoning . IMPLEMENT is a framework for grounding language agents in visual embodied environments .
Approach: They propose a model-based reasoning framework that enables frozen large language models to perform imaginative planning.
Outcome: The proposed framework can be used to ground language agents in visual embodied environments.
Tailored Primitive Initialization is the Secret Key to Reinforcement Learning (2026.acl-long)

Copied to clipboard

Challenge: Reinforcement learning (RL) has emerged as a powerful paradigm for improving the reasoning capabilities of large language models.
Approach: They propose a pipeline that automatically discovers thinking token patterns with reasoning primitives and curates SFT datasets to prepare LLMs for RL.
Outcome: The proposed pipeline outperforms baseline methods on mathematical and logical reasoning benchmarks on RL tasks.
Autonomous Data Selection with Zero-shot Generative Classifiers for Mathematical Texts (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods that require human annotations or training a dedicated data filter to curate high-quality mathematical texts are based on autonomous data selection.
Approach: They propose a method that leverages base language models as zero-shot "generative classifiers" they use a model's logits to determine whether a given passage is mathematically informative and educational .
Outcome: The proposed method significantly boosts downstream performance on math benchmarks while using far fewer tokens than previous methods.
XQuant: Achieving Ultra-Low Bit KV Cache Quantization with Cross-Layer Compression (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse tasks. however, their extensive memory requirements present significant challenges for deployment in resource-constrained environments.
Approach: They propose a training-free framework that achieves ultra-low equivalent bit-width KV cache quantization.
Outcome: The proposed framework outperforms state-of-the-art methods on TruthfulQA and LongBench.
FlagEvalMM: A Flexible Framework for Comprehensive Multimodal Model Evaluation (2025.acl-demo)

Copied to clipboard

Challenge: FlagEvalMM is an evaluation framework designed to assess multimodal models . it is designed to be used for vision-language understanding and generation tasks .
Approach: They propose an evaluation framework that decouples model inference from evaluation through an independent evaluation service.
Outcome: The evaluation framework offers accurate and efficient insights into model strengths and limitations.
A Streaming Approach For Efficient Batched Beam Search (2020.emnlp-main)

Copied to clipboard

Challenge: During decoding, candidates terminate or are pruned according to heuristics, a streaming method is used to "refill" the batch after it finishes translating some fraction of the current batch.
Approach: They propose an efficient batching strategy for variable-length decoding on GPU architectures by streamlining the batching process.
Outcome: The proposed method reduces runtime by 71% compared to a fixed-width beam search baseline and 17% compared with a variable-widness baseline while matching baselines’ BLEU.
From Individual Excellence to Collective Sustainability: Seeking Strategic Equilibrium in Proactive Multi-Agent Teams (2026.findings-acl)

Copied to clipboard

Challenge: a team of proactive agents suffer from a greedy optimization for immediate task accuracy . a new approach to improve team collaboration is based on the opportunity cost .
Approach: They propose a game-theoretic proactive multi-agent reinforcement learning framework to solve this imbalance . they use a Positive-Unlabeled scorer to anchor intervention quality under sparse supervision .
Outcome: The proposed framework maintains high performance while preventing experts from over-developing.
Generating Questions, Answers, and Distractors for Videos: Exploring Semantic Uncertainty of Object Motions (2025.findings-acl)

Copied to clipboard

Challenge: Existing video QADs are generated using video captions, incurring significant costs and resulting in bias.
Approach: They propose to use temporal motion to describe video objects to generate diverse QADs focusing on different objects and interactions.
Outcome: The proposed approach improves consistency and diversity of generated QADs on the NExT-QA and Perception Test benchmarks.
From Evasion to Concealment: Stealthy Knowledge Unlearning for LLMs (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to unlearning often treat nonsensical responses or template-based refusals as the unlearning target, making the process even more vulnerable to attacks and jailbreaks.
Approach: They propose a method that uses inverted facts to remove the need for auxiliary models or retaining data while avoiding leakage.
Outcome: Evaluated on the ToFU Knowledge Unlearning dataset using Llama2-7B-Chat and Phi-1.5, MEOW outperforms baselines in forgetting quality while preserving model utility.
NoteChat: A Dataset of Synthetic Patient-Physician Conversations Conditioned on Clinical Notes (2024.findings-acl)

Copied to clipboard

Challenge: NoteChat is a cooperative multi-agent framework for generating patient-physician dialogues . evaluator finds it outperforms state-of-the-art models for generating clinical notes . clinical documentation is largely done by physicians at both steps .
Approach: They propose a cooperative multi-agent framework leveraging Large Language Models to generate patient-physician dialogues.
Outcome: The proposed framework outperforms state-of-the-art models for generating clinical notes . it can engage patients directly and help clinical documentation, a leading cause of physician burnout .
Spider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-SQL Task (D18-1)

Copied to clipboard

Challenge: Existing datasets for semantic parsing are too small in terms of number of programs for training modern data-intensive models.
Approach: They propose a large-scale complex and cross-domain semantic parsing task for a database . they use a dataset with 10,181 questions and 5,693 unique complex SQL queries .
Outcome: The proposed task is different from previous tasks because it uses the same database and program . the best model achieves only 9.7% exact matching accuracy on a database split setting.
Fraud-R1 : A Multi-Round Benchmark for Assessing the Robustness of LLM Against Augmented Fraud and Phishing Inducements (2025.findings-acl)

Copied to clipboard

Challenge: Existing fraud detection benchmarks focus on single-turn classification tasks, failing to capture dynamic nature of real-world fraud attempts.
Approach: They propose a bilingual benchmark to assess LLMs' ability to resist fraud and phishing attacks across five key fraud categories: Fraudulent Services, Impersonation, Phishing Scams, Fake Job Postings, and Online Relationships.
Outcome: The proposed model improves in role-play settings and in e-commerce and recommendation systems.
AutoSchemaKG: Autonomous Knowledge Graph Construction through Dynamic Schema Induction from Web-Scale Corpora (2026.acl-long)

Copied to clipboard

Challenge: Existing knowledge graph construction frameworks require predefined schemas, limiting their scalability and domain coverage.
Approach: They propose a framework for fully autonomous knowledge graph construction that eliminates the need for predefined schemas.
Outcome: The proposed framework outperforms state-of-the-art models on multi-hop QA tasks and enhances LLM factuality.
G-Cap: A Game Character Caption Generator (2026.acl-long)

Copied to clipboard

Challenge: Existing studies on Large Vision-Language Models (LVLMs) primarily focus on real-world scenarios, leaving surreal, highly stylized, and semantically hybrid virtual-world situations significantly underexplored.
Approach: They propose to use a manually annotated benchmark to evaluate LVLMs' ability to perceive and describe game character from the virtual-world.
Outcome: The proposed task evaluates LVLMs’ ability to perceive and describe game character from the virtual-world.
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.
RICO: Improving Accuracy and Completeness in Image Recaptioning via Visual Reconstruction (2025.emnlp-main)

Copied to clipboard

Challenge: Existing recaptioning methods suffer from inaccuracies due to missing fine-grained details.
Approach: They propose a framework that refines captions through visual reconstruction using a text-to-image model and a visual reconstruction framework.
Outcome: The proposed framework outperforms baselines on CapsBench and CompreCap by 10%.
Listening to Patients: Detecting and Mitigating Patient Misreport in Medical Dialogue System (2025.findings-acl)

Copied to clipboard

Challenge: Medical Dialogue Systems (MDSs) aim to provide automated healthcare support through natural language interactions between patients and system agents.
Approach: They propose a framework that detects misreports and mitigates them by generating controlled clarifying questions.
Outcome: The proposed framework can detect misreports and mitigate them through generating controlled clarifying questions.
Demonstration Retrieval-Augmented Generative Event Argument Extraction (2024.lrec-main)

Copied to clipboard

Challenge: Experimental results show that our method outperforms all strong baselines and can be generalized to various datasets.
Approach: They propose a generative EAE that uses event knowledge-injected generator and demonstration retriever to generate event arguments from training data.
Outcome: The proposed method outperforms baselines and can be generalized to various datasets.
GLIMPSE: Do Large Vision-Language Models Truly Think With Videos or Just Glimpse at Them? (2025.emnlp-main)

Copied to clipboard

Challenge: Existing video benchmarks often resemble image-based questions with scans of only a few key frames, without deep temporal reasoning.
Approach: They propose a video benchmark to assess whether large vision-language models can genuinely think with videos rather than perform superficial frame-level analysis.
Outcome: The proposed benchmark consists of 3,269 videos and over 4,342 highly visual-centric questions across 11 categories, including Trajectory Analysis, Temporal Reasoning, and Forensics Detection.
RiTeK: A Dataset for Large Language Models Complex Reasoning over Textual Knowledge Graphs in Medicine (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for retrieving medical textual knowledge Graphs struggle to perform well, a study finds . existing methods struggle to provide accurate answers to complex questions, he says .
Approach: They synthesize user queries integrating diverse topological structures, relational information, and complex textual descriptions.
Outcome: a new dataset for medical textual knowledge graphs shows that existing methods struggle to perform well . main bottlenecks lie in the scarcity of existing medical TKGs and the limited expressiveness of their topological structures .
Sign2Vis: Automated Data Visualization from Sign Language (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods to translate natural language descriptions into visualization queries focus on spoken languages, not sign languages.
Approach: They propose a sign language interface that enables the DHH community to engage more fully with data analysis.
Outcome: The proposed interface can be used by the deaf and hard-of-hearing community.
M-TRACE: Detecting and Mitigating Time-Anchor Drift via Step-wise Conflict Checking in Temporal Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Experimental results show that M-TRACE effectively reduces time-anchor drift . external knowledge may be inaccurate while internal knowledge can become outdated .
Approach: They propose a multi-agent reasoning framework for temporal knowledge conflicts . they propose 'TimeConfQA' which guides conflict-aware final reasoning .
Outcome: Experimental results show that M-TRACE reduces time-anchor drift and improves performance on complex temporal question answering tasks.
Syntactically-Informed Unsupervised Paraphrasing with Non-Parallel Data (2021.emnlp-main)

Copied to clipboard

Challenge: Existing studies on syntactically controlled paraphrase generation rely on large-scale parallel data.
Approach: They propose a syntactically-informed unsupervised paraphrasing model based on conditional variational auto-encoder which can generate texts in a specified syntastic structure.
Outcome: The proposed model can generate diverse paraphrases with specified syntactic structure using non-parallel data.
MCQG-SRefine: Multiple Choice Question Generation and Evaluation with Iterative Self-Critique, Correction, and Comparison Feedback (2025.naacl-long)

Copied to clipboard

Challenge: Generating multiple-choice questions (MCQG) for professional exams is challenging due to outdated knowledge, hallucination issues, and prompt sensitivity.
Approach: They propose a framework for converting medical cases into high-quality USMLE-style questions using a self-refine-based framework.
Outcome: The proposed framework improves human expert satisfaction regarding quality and difficulty of medical questions.
Well Begun is Half Done: Generator-agnostic Knowledge Pre-Selection for Knowledge-Grounded Dialogue (2023.emnlp-main)

Copied to clipboard

Challenge: Existing knowledge selection methods are costly to learn and difficult to interpret when errors arise in the generated responses.
Approach: They propose a generator-agnostic knowledge selection method to select context-related knowledge among different knowledge structures and variable knowledge requirements.
Outcome: The proposed method can select knowledge accurately in advance and reduce learning, adjustment, and interpretation burden of later models.
Persona-E²: A Human-Grounded Dataset for Personality-Shaped Emotional Responses to Textual Events (2026.acl-long)

Copied to clipboard

Challenge: A critical bottleneck is the lack of ground-truth human data to link personality traits to emotional shifts.
Approach: They propose a large-scale dataset to capture reader-based emotional variations across news, social media, and life narratives.
Outcome: The proposed model captures reader-based emotional variations across news, social media, and life narratives.
Toward Optimal LLM Alignments Using Two-Player Games (2025.findings-emnlp)

Copied to clipboard

Challenge: Alignment of large language models (LLM) is a process that ensures the model’s responses to user prompts align with human intentions and social values.
Approach: They propose an alignment method based on a two-agent game consisting of an adversarial agent and a defensive agent.
Outcome: The proposed method improves on a two-agent game with an adversarial agent and a defensive agent.
ARC: Active and Reflection-driven Context Management for Long-Horizon Information Seeking Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to managing context are based on raw accumulation or passive summarization, treating it as static artifact and allowing early errors or misplaced emphasis to persist.
Approach: They propose a framework that treats context as a dynamic internal reasoning state during execution.
Outcome: Experiments on long-horizon information-seeking benchmarks show that ARC outperforms passive context compression methods.
Beyond Local vs. External: A Game-Theoretic Framework for Trustworthy Knowledge Acquisition (2026.findings-acl)

Copied to clipboard

Challenge: Cloud-hosted Large Language Models (LLMs) offer unmatched reasoning capabilities and dynamic knowledge, yet submitting raw queries to these services can expose sensitive user intent.
Approach: They propose a framework that formulates the trade-off between knowledge utility and privacy as a strategic game.
Outcome: The proposed framework reduces intent leakage while maintaining high-fidelity answer quality.
Anything Goes? A Crosslinguistic Study of (Im)possible Language Learning in LMs (2025.acl-long)

Copied to clipboard

Challenge: LMs are highly flexible learners, capable of acquiring linguistic patterns beyond those learnable by humans.
Approach: They train LMs to model impossible and typologically unattested languages . they find that the model does not achieve perfect separation between attested and unattest languages - suggesting some human-like inductive biases .
Outcome: The proposed model can largely distinguish attested from impossible languages, but does not achieve perfect separation between them and their impossible counterparts.
Prompting Large Language Models to Tackle the Full Software Development Lifecycle: A Case Study (2025.coling-main)

Copied to clipboard

Challenge: Existing benchmarks focused on simplified or isolated aspects of coding, ignoring the full spectrum of programming challenges.
Approach: They propose a case study that examines the performance of large language models across the entire software development lifecycle with four programming languages, multiple domains, and carefully designed and verified metrics for each task.
Outcome: The proposed model performs across the entire software development lifecycle, including design, environment setup, implementation, acceptance testing, and unit testing.
Referral Augmentation for Zero-Shot Information Retrieval (2024.findings-acl)

Copied to clipboard

Challenge: Referral-augmented retrieval improves zero-shot document retrieval in a variety of tasks . prior work shows sparse models struggle to reconcile with dense models .
Approach: They propose a technique that concatenates document indices with referrals from other documents that cite or link to the given document.
Outcome: The proposed technique outperforms generative text expansion techniques on structured tasks and improves on ACL paper retrieval.
MedVerse: Efficient and Reliable Medical Reasoning via DAG-Structured Parallel Execution (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in large reasoning models have broadened the capabilities of medical artificial intelligence.
Approach: They propose a reasoning framework for complex medical inference that reformulates medical reasoning as a parallelizable directed acyclic graph process based on Petri Net theory.
Outcome: The proposed reasoning framework improves strong general-purpose LLMs by up to 8.9%.
HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level (2023.acl-long)

Copied to clipboard

Challenge: Existing research on HKGs rarely models the graphical and sequential structure of HKG, limiting their representation.
Approach: They propose a Hierarchical Attention model for HKG Embedding that includes global-level and local-level attention to model the graphical structure of HKGs.
Outcome: The proposed model achieves state-of-the-art performance on HKG standard datasets and addresses the issue of HKG multi-position prediction for the first time.
N-GLARE: An Non-Generative Latent Representation-Efficient LLM Safety Evaluator (2026.acl-long)

Copied to clipboard

Challenge: Evaluating the safety robustness of LLMs is critical for their deployment.
Approach: They propose to use latent representations to characterize hidden layer dynamics by analyzing the APT of latent models and introducing the JSS metric.
Outcome: The proposed method exploits the APT (Angular-Probabilistic Trajectory) of latent representations and introduces the JSS (Jensen-Shannon Separability) metric.
Understanding the Repeat Curse in Large Language Models from a Feature Perspective (2025.findings-acl)

Copied to clipboard

Challenge: Large language models suffer from repetitive text generation, a phenomenon we refer to as the ”Repeat Curse”.
Approach: They propose a method to induce and analyze the Repeat Curse in large language models by using mechanistic interpretability.
Outcome: The proposed method induces and analyzes the Repeat Curse in large language models using mechanistic interpretability.
FlagEval-Arena: A Side-by-Side Comparative Evaluation Platform for Large Language Models and Text-Driven AIGC (2025.acl-demo)

Copied to clipboard

Challenge: a new evaluation platform for large language models and text-driven AIGCs is available for free.
Approach: They propose an evaluation platform for side-by-side comparisons of large language models and text-driven AIGC systems.
Outcome: a new evaluation platform for large language models and text-driven AIGC systems is available for free . the platform is more focused on the Chinese language and more models developed by Chinese institutes .
Think Both Ways: Teacher-Student Bidirectional Reasoning Enhances MCQ Generation and Distractor Quality (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for generating high-quality MCQs struggle with contextual relevance and plausible distractors.
Approach: They propose a framework that integrates bidirectional reasoning perspectives to generate contextually relevant questions and plausible distractors while student reasoning evaluates question clarity and the misleading nature of distractors.
Outcome: The proposed framework outperforms existing methods in generating text-grounded questions and high-quality distractors for narrative contexts.
MoDE-CoTD: Chain-of-Thought Distillation for Complex Reasoning Tasks with Mixture of Decoupled LoRA-Experts (2024.lrec-main)

Copied to clipboard

Challenge: Current Chain-of-thought Distillation methods hinder CoT reasoning performance . student models are separately distilled from specific reasoning tasks . parameter update of student models severely harms CoT ability on unseen reasoning tasks.
Approach: They propose a method which distills Chain-of-thought reasoning ability of large language models to much smaller student models.
Outcome: The proposed method improves the reasoning ability of large language models on 14 datasets.
Bridging the Gap between Training and Inference: Multi-Candidate Optimization for Diverse Neural Machine Translation (2022.findings-naacl)

Copied to clipboard

Challenge: Existing diverse NMT models lack translation diversity due to a discrepancy between training and inference . despite the success of diverse NTM, there is still a lack of translation diversity .
Approach: They propose a multi-candidate optimization framework for diverse NMT to deal with this defect.
Outcome: The proposed framework is transparent to basic diverse NMT models, and universally makes better trade-off between diversity and quality.
EmoAgent: Assessing and Safeguarding Human-AI Interaction for Mental Health Safety (2025.emnlp-main)

Copied to clipboard

Challenge: EmoAgent evaluates and mitigates mental health hazards in human-AI interactions, especially for vulnerable human users with psychological disorders.
Approach: EmoAgent is a multi-agent AI framework designed to evaluate and mitigate mental health hazards in human-AI interactions.
Outcome: EmoAgent evaluates and mitigates mental health hazards in human-AI interactions.
Taming Text-to-Image Synthesis for Novices: User-centric Prompt Generation via Multi-turn Guidance (2025.emnlp-main)

Copied to clipboard

Challenge: Existing solutions for text-to-image synthesis are sensitive on textual prompts, posing a challenge for novice users.
Approach: They propose a dialogue-based TIS prompt generation model that emphasizes user experience for novice users.
Outcome: The proposed model emphasizes user experience for novice users . it improves user-centricity score while maintaining a competitive quality of synthesized images.
RARE: Retrieval-Augmented Reasoning Enhancement for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing work aims to improve reasoning accuracy and factual integrity across large language models for knowledge-intensive tasks such as medical and commonsense reasoning.
Approach: They propose a versatile extension to the mutual reasoning framework (rStar) that enhances reasoning accuracy and factual integrity across large language models.
Outcome: The proposed extension to the mutual reasoning framework improves reasoning accuracy and factual integrity across large language models for complex, knowledge-intensive tasks.
Rethinking the Video Sampling and Reasoning Strategies for Temporal Sentence Grounding (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for temporal sentence grounding ignore two crucial issues . 1) Boundary-bias: the video downsampling process may lose these two frames . 2) Reasoning-biases: such incorrect new boundary frames lead to the reasoning bias .
Approach: They propose a siamese sampling mechanism to generate additional contextual frames . they use a reasoning strategy to learn the inter-relationship among these frames a .
Outcome: Extensive experiments demonstrate the effectiveness of a new siamese sampling network on three challenging datasets.
E-ViC: Reasoning Beyond Text via Embodied Visual Chain for Spatial Intelligence (2026.acl-long)

Copied to clipboard

Challenge: Existing Vision-Language Models (VLMs) lack spatial reasoning, despite text-based CoTs . e-ViC reframes spatial intelligence as a verifiable, tool-using capability, argues a new study.
Approach: They propose a framework that moves reasoning beyond text into the visual domain . they ground reasoning in pixel-level interactions to enable human-like "look-and-confirm" strategies .
Outcome: The proposed framework outperforms existing Vision-Language Models with an average gain of 10.1%.
TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios (2025.findings-acl)

Copied to clipboard

Challenge: TableLLM is a robust large language model capable of handling tabular data manipulation tasks.
Approach: They propose a distant supervision method for training which includes a reasoning process extension strategy and a cross-way validation strategy.
Outcome: The proposed model has 8 billion parameters and is capable of handling tabular data tasks.
OmniDiagram: Advancing Unified Diagram Code Generation via Visual Interrogation Reward (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies on programmable diagram generation focus on a narrow set of tasks and languages.
Approach: They propose a unified framework that integrates diverse diagram code languages and task definitions.
Outcome: The proposed framework can bridge complex visual information with executable code across diverse tasks and languages.
S2ST-Omni: Hierarchical Language-Aware SpeechLLM Adaptation for Multilingual Speech-to-Speech Translation (2026.findings-acl)

Copied to clipboard

Challenge: S2ST-Omni integrates a speech-to-text frontend with a modular, plug-and-play text-tospeech backend.
Approach: They propose a compositional S2ST framework that integrates a speech-to-text frontend with a modular, plug-and-play text-tospeech backend.
Outcome: The proposed framework outperforms existing frameworks in translation and synthesis . it integrates a speech-to-text translation frontend with a plug-and-play text-tospeech backend .
CMIG: Conceptual Metaphor Theory-Inspired Framework for Metaphorical Image Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing text-to-image systems often produce visually plausible but semantically literal outputs.
Approach: They propose a structured prompting framework inspired by Conceptual Metaphor Theory . they propose to identify source–target mappings, filter projectable source attributes and select a visual realization strategy in a reproducible reasoning workflow.
Outcome: The proposed framework improves semantic alignment and controllability on metaphor prompts.
SafeConf: A Confidence-Calibrated Safety Self-Evaluation Method for Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have many advantages but they also pose significant safety risks.
Approach: They propose a method to enhance the safety self-evaluation capability of LLMs . they perform semantic mutations on the original safety evaluation questions .
Outcome: The proposed method improves safety self-evaluation accuracy by 5.86% and 7.79% over baseline methods on Chinese and English datasets.
Revisiting Weak-to-Strong Generalization in Theory and Practice: Reverse KL vs. Forward KL (2025.findings-acl)

Copied to clipboard

Challenge: Weak-to-strong generalization is a promising approach to guide stronger systems, but its effectiveness is constrained by the inherent imperfections of weak model supervision.
Approach: They propose a theoretically grounded approach that replaces forward KL divergence with reverse KL, which prioritizes high-confidence predictions.
Outcome: The proposed approach replaces forward KL divergence with reverse KL, reducing the influence of unreliable weak supervision.
Language Agents: Foundations, Prospects, and Risks (2024.emnlp-tutorials)

Copied to clipboard

Challenge: Language agents are autonomous agents that can follow language instructions to perform diverse tasks in real-world or simulated environments.
Approach: They propose to provide a conceptual framework for language agents and a comprehensive discussion on key topics.
Outcome: The proposed tutorial provides a conceptual framework of language agents and comprehensive discussion on important topic areas.
Takin-VC: Expressive Zero-Shot Voice Conversion via Adaptive Hybrid Content Encoding and Enhanced Timbre Modeling (2025.acl-long)

Copied to clipboard

Challenge: Expressive zero-shot voice conversion (VC) aims to modify source timbre to match unseen speaker . existing zero- shot VC systems struggle to reproduce paralinguistic information in highly expressive speech .
Approach: They propose a framework for expressive zero-shot voice conversion that uses hybrid content encoding and memory-augmented context-aware timbre modeling.
Outcome: The proposed framework surpasses state-of-the-art VC systems in speech naturalness, speaker similarity, and speaker similarness.
Exploring Layer Activation Dynamic of CoT via Knowledge Probe (2026.acl-long)

Copied to clipboard

Challenge: Chain-of-thought reasoning has emerged as a crucial paradigm for multi-step reasoning tasks.
Approach: They propose a multi-stage probing framework that enforces structured reasoning with three explicit stages: keyword extraction, theorem generation, and computation execution.
Outcome: The proposed framework enforces structured reasoning with three explicit stages: keyword extraction, theorem generation, and computation execution.
RealMem: Benchmarking LLMs in Real-World Memory-Driven Interaction (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks focus on casual conversation or task-oriented dialogue, failing to capture “long-term project-oriented” interactions where agents must track evolving goals.
Approach: They propose a benchmark that simulates the dynamic evolution of memory in real-world projects.
Outcome: The proposed benchmarks simulate the dynamic evolution of memory in real-world projects.
VecInfer: Efficient LLM Inference with Low-Bit KV Cache via Outlier-Suppressed Vector Quantization (2026.acl-long)

Copied to clipboard

Challenge: Existing quantization methods for large language models suffer performance degradation at ultra-low bit-widths due to key cache outliers.
Approach: They propose a vector quantization method that suppresses outliers in the key cache and reduces memory access overhead.
Outcome: The proposed method outperforms baseline quantization methods across long-context understanding and mathematical reasoning tasks while minimizing memory access overhead.
LESA: Learnable LLM Layer Scaling-Up (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for depth scaling-up rely on empirical heuristic rules for layer duplication, resulting in poor initialization and slower convergence during continual pre-training.
Approach: They propose a method for learning latent parameters between layers by concatenating parameters from each layer and applying Singular Value Decomposition.
Outcome: Experiments show that LESA outperforms baseline models with less than half the cost of existing methods.
MAPLE: Enhancing Review Generation with Multi-Aspect Prompt LEarning in Explainable Recommendation (2025.acl-long)

Copied to clipboard

Challenge: Existing models that generate generic aspects do not provide personalized informative recommendations.
Approach: They propose a model that integrates aspect category as another input dimension to facilitate memorizing fine-grained aspect terms.
Outcome: The proposed model outperforms baseline model on restaurant review datasets in the restaurant domain.
Sparse Growing Transformer: Training-Time Sparse Depth Allocation via Progressive Attention Looping (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to increasing effective depth of LLMs rely on parameter reuse, extending computation through recursive execution.
Approach: They propose a training-time sparse depth allocation framework that progressively increases depth for a small subset of parameters as training evolves.
Outcome: The proposed model outperforms existing approaches to increasing the effective depth of language models while reducing training FLOPs overhead from approximately 16–20% to only 1–3% relative to a standard Transformer backbone.
OAgents: An Empirical Study of Building Effective Agents (2025.findings-emnlp)

Copied to clipboard

Challenge: a recent study shows that agent research practices are far from standard, rigorous . lack of a standard evaluation protocol makes previous works not reproducible, authors say .
Approach: They conduct an empirical study on the GAIA benchmark to investigate agent design choices . they find that lack of a standard evaluation protocol makes previous works not reproducible .
Outcome: The proposed framework achieves state-of-the-art performance among open-source projects.
P-TA: Using Proximal Policy Optimization to Enhance Tabular Data Augmentation via Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Contemporary approaches to generate tabular data are limited due to the lack of external knowledge.
Approach: They propose to use proximal policy optimization to apply GANs and fine-tune Large Language Models to enhance the probability distribution of tabular features.
Outcome: The proposed method improves accuracy of GANs and LLMs over state-of-the-art over three real-world datasets.
AICA-Bench: Holistically Examining the Capabilities of VLMs in Affective Image Content Analysis (2026.findings-acl)

Copied to clipboard

Challenge: Recent studies have focused on factual correctness, semantic grounding, visual reasoning, or multimodal large language models.
Approach: They propose a benchmark to assess AICA, which integrates perception, reasoning, and generation into a unified framework.
Outcome: The proposed framework corrects intensity errors and significantly enhances descriptive depth.
i-Code Studio: A Configurable and Composable Framework for Integrative AI (2024.emnlp-demo)

Copied to clipboard

Challenge: Existing frameworks for Integrative AI lack flexibility and composability to handle multimodal tasks.
Approach: They propose a configurable framework for Integrative AI that orchestrates multiple pre-trained models to conduct complex multimodal tasks.
Outcome: The proposed framework achieves impressive results on zero-shot multimodal tasks . it can communicate and personalize for users, and it can be used in a multimodal agent .
Knowledge Transfer in Incremental Learning for Multilingual Neural Machine Translation (2023.acl-long)

Copied to clipboard

Challenge: Existing studies focus on overcoming catastrophic forgetting on original language pairs while lacking encouragement to learn new knowledge from incremental learning.
Approach: They propose a knowledge transfer method that can adapt original MNMT models to diverse incremental language pairs by flexibly introducing knowledge from external models into original models, which encourages the models to learn new language pairs.
Outcome: The proposed method outperforms baselines on multiple languages while maintaining performance on original language pairs.
Towards User-Driven Neural Machine Translation (2021.acl-long)

Copied to clipboard

Challenge: a good translation should implicitly mirror user traits rather than translate the original content semantically.
Approach: They propose a framework that captures user traits from historical inputs . they propose 'user-driven' NMT to model user behavior under a zero-shot learning fashion .
Outcome: The proposed framework can capture user traits from historical inputs under zero-shot learning fashion.
BatonVoice: An Operationalist Framework for Enhancing Controllable Speech Synthesis with Linguistic Intelligence from LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches often fail to leverage the linguistic intelligence of Large Language Models (LLMs) Existing models lack the ability to follow text instructions for controllable Text-to-Speech (TTS).
Approach: They propose a framework where an LLM acts as a conductor, understanding user instructions and generating a textual plan - explicit vocal features.
Outcome: The proposed model outperforms open- and closed-source models in speech synthesis and achieves zero-shot cross-lingual generalization.
Can We Learn Question, Answer, and Distractors All from an Image? A New Task for Multiple-choice Visual Question Answering (2024.lrec-main)

Copied to clipboard

Challenge: Existing studies focus on generating QADs from image and question, but a novel task is needed to generate meaningful questions, correct answers, and challenging distractors.
Approach: They propose a task to generate QADs from images and encode images together . they use contrastive learning to ensure consistency of QAD generated and tested .
Outcome: Empirical evaluations on the benchmark dataset validate the performance of the proposed task.
Self-Reflective Generation at Test Time (2026.acl-long)

Copied to clipboard

Challenge: Existing self-reflection mechanisms are reactive and inefficient for large language models . a fundamental tension persists between the ability to execute complex multi-step reasoning and the ability of the model to generate coherent traces.
Approach: They propose a test-time framework that reflects before generating at uncertain points . SRGen utilizes dynamic entropy thresholding to identify high-uncertainty tokens .
Outcome: The proposed framework can significantly strengthen large language models' reasoning process.
Is Parameter Collision Hindering Continual Learning in LLMs? (2025.coling-main)

Copied to clipboard

Challenge: Existing methods to learn multiple tasks in parallel often lead to catastrophic forgetting, resulting in overwriting knowledge.
Approach: They propose a non-collision low-rank Adaptation approach that leverages low collision rates to enhance continual learning (CL) in large language models.
Outcome: The proposed approach achieves better task orthogonality and higher task orthognality than existing SOTA methods.
ACE-Router: Generalizing History-Aware Routing from MCP Tools to the Agent Web (2026.acl-long)

Copied to clipboard

Challenge: Existing routers that use hardcoded tools are limited by scalability and generality bottlenecks.
Approach: They propose a pipeline for training history-aware routers to empower precise navigation in large-scale ecosystems.
Outcome: The proposed pipeline can train routers with dynamic context understanding to create the plug-and-play Light Routing Agent.
Learning Structural Information for Syntax-Controlled Paraphrase Generation (2022.findings-naacl)

Copied to clipboard

Challenge: Syntax-controlled paraphrase generation aims to produce paraphrase conform to given syntactic patterns.
Approach: They propose a model that captures parent-child and sibling relations and a syntax encoder to capture alignment relations.
Outcome: The proposed model achieves state-of-the-art in terms of semantic and syntactic quality on two popular benchmark datasets.
Locate-and-Focus: Enhancing Terminology Translation in Speech Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for terminology translation struggle with interference from irrelevant noise.
Approach: They propose a Locate-and-Focus method that locates terminologies within utterances to construct translation knowledge by minimizing irrelevant information for ST models.
Outcome: The proposed method locates terminologies within utterances and enhances the success rate of terminology translation while maintaining robust general translation performance.

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