Papers by Li Wang

1000 papers
NeuralFSM: Adaptive Multi-Agent Coordination via Learning Finite-State Execution Policy (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to multi-agent problem solving rely on hand-crafted protocols or automatically designed topologies.
Approach: They propose a state-driven framework that formulates multi-agent problem solving as a finite-state execution process.
Outcome: The proposed framework outperforms baselines on diverse benchmarks by 6.74%–19.39% while reducing token consumption.
Non-Autoregressive Text Generation with Pre-trained Language Models (2021.eacl-main)

Copied to clipboard

Challenge: Autoregressive generation models generate tokens in a left-to-right, token-by-token fashion, resulting in lag in inference.
Approach: They propose to use BERT as the backbone of a non-autoregressive generation model for greatly improved performance.
Outcome: The proposed model outperforms existing non-autoregressive models and achieves competitive performance with many strong autoregressive model.
POSITION BIAS MITIGATES POSITION BIAS: Mitigate Position Bias Through Inter-Position Knowledge Distillation (2025.emnlp-main)

Copied to clipboard

Challenge: Positional bias (PB) manifests as non-uniform sensitivity across contextual locations . previous studies have addressed PB by modifying the underlying architectures or employing extensive contextual awareness training.
Approach: They propose a position-to-position knowledge distillation framework that leverages position-induced disparities to counteract PB.
Outcome: The proposed framework reduces positional bias and improves performance on retrieval and reasoning tasks.
ITERATE: Image-Text Enhancement, Retrieval, and Alignment for Transmodal Evolution with LLMs (2025.coling-main)

Copied to clipboard

Challenge: a new framework for visual annotation of text-based questions is needed to improve performance . obtaining corresponding images through manual annotation often entails high costs .
Approach: They propose a framework that uses visual modality to enhance the performance of text-based questions.
Outcome: The proposed framework improves the alignment between text and images by using search engines or web scraping techniques.
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.
ReCode: Robustness Evaluation of Code Generation Models (2023.acl-long)

Copied to clipboard

Challenge: Existing work on robustness in text or code tasks has focused on classification, while robustness for code generation tasks is an uncharted area.
Approach: They propose a robustness evaluation benchmark for code generation models that customizes over 30 transformations specifically for code on docstrings, function and variable names, code syntax, and code format.
Outcome: The proposed model performs better on human annotators and on SOTA models with human annnotators.
Be Your Own Red Teamer: Safety Alignment via Self-Play and Reflective Experience Replay (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have remarkable capabilities but are vulnerable to adversarial “jailbreak” attacks designed to bypass safety guardrails.
Approach: They propose to empower a large language model to be its own red teamer . safety self-play allows the model to act as both the Attacker and Defender .
Outcome: The proposed approach outperforms baselines trained on static adversarial datasets and establishes a new benchmark for proactive safety alignment.
C2LEVA: Toward Comprehensive and Contamination-Free Language Model Evaluation (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have shown significant promise, yet their evaluation raises concerns regarding data contamination due to the lack of access to proprietary training data.
Approach: They propose a bilingual benchmark that offers a holistic evaluation and systematic contamination prevention.
Outcome: The proposed evaluations of 15 open-source and proprietary models show that they are reliable and free of data contamination.
UniCodec: Unified Audio Codec with Single Domain-Adaptive Codebook (2025.acl-long)

Copied to clipboard

Challenge: Existing neural audio codecs are not capable of handling multi-domain audio data . et al., 2023) integrate speech modality with text-based large language models .
Approach: They propose a unified audio codec with a single codebook to support multi-domain audio data . they propose combining a mix-of-experts strategy and a partitioned domain-adaptive codebook method .
Outcome: The proposed codec outperforms existing codecs on acoustic and semantic representation capabilities.
AdaMix: Adaptive Mixing for Short and Long Reasoning Adapters (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for large reasoning models have improved efficiency but still face limitations such as conflicting objectives and limited adaptability.
Approach: They propose an adaptive reasoning framework that applies a uniform, computation-intensive deep reasoning strategy to all problems.
Outcome: The proposed framework reduces the average response length of DeepSeek-R1-Distill-Qwen-7B by 54.9% while improving accuracy by up to 4.8% on five mathematical datasets.
CE-RM: A Pointwise Generative Reward Model Optimized via Two-Stage Rollout and Unified Criteria (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies have shown that rule-based evaluation methods are ineffective for open-ended natural language generation.
Approach: They propose a pointwise generative reward model with a dedicated two-stage rollout method and unified query-based criteria that can be trained with 5.7K high-quality data.
Outcome: The proposed model achieves superior performance on diverse reward model benchmarks, especially in Best-of-N scenarios, and delivers more effective improvements in downstream RL practice.
Integrating User History into Heterogeneous Graph for Dialogue Act Recognition (2020.coling-main)

Copied to clipboard

Challenge: Existing models cannot fully recognize the specific expressions given by users due to the informality and diversity of natural language expressions.
Approach: They propose a Heterogeneous User History graph convolution network which utilizes the user’s historical answers grouped by DA labels as additional clues to recognize the DA label of utterances.
Outcome: The proposed model outperforms the state-of-the-art methods on two benchmark datasets and shows that it integrates user’s historical answers.
RealTalk-CN: A Realistic Chinese Speech Task-Oriented Dialogue Benchmark with Cross-Modal Analysis (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in speech large language models have enabled end-to-end spoken interactions, but their robustness in real-world applications remains unclear.
Approach: They propose a multi-turn, multi-domain speech–text TOD dataset for Chinese users . it contains 5.4k dialogues with annotations for dialogue states, disfluency types, speaker characteristics .
Outcome: The proposed model can be used to evaluate speech large language models in real-world scenarios . the proposed model is based on 5.4k real human-to-human dialogues with annotations .
OOP: Object-Oriented Programming Evaluation Benchmark for Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: None Large language models (LLMs) are emerging as a key tool for automated programming.
Approach: They compare performance of None Large language models with language understanding models on functional programming and object-oriented programming benchmarks.
Outcome: The models perform relatively well on functional programming (FP) and object-oriented programming (OOP) benchmarks, while exhibiting poor performance on OOP benchmarks.
Cross-media User Profiling with Joint Textual and Social User Embedding (C18-1)

Copied to clipboard

Challenge: Empirical studies demonstrate the effectiveness of the proposed approach to cross-media user profiling tasks.
Approach: They propose a uniform user embedding learning approach to address cross-media user profiling by bridging the knowledge between the source and target media.
Outcome: Empirical results show that the proposed approach performs well on two cross-media user profiling tasks.
We-Math: Does Your Large Multimodal Model Achieve Human-like Mathematical Reasoning? (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks focus more on end-to-end performance, but neglect the underlying principles of knowledge acquisition and generalization.
Approach: They propose a benchmark specifically designed to explore the problem-solving principles by decomposing 6.5K visual math problems into 10.9K step-level questions for evaluation.
Outcome: The proposed benchmark covers 6.5K visual math problems and 10.9K step-level questions spanning 5 layers of knowledge granularity and 67 hierarchical knowledge concepts.
What’s Missing in Vision-Language Models? Probing Their Struggles with Causal Order Reasoning (2026.eacl-long)

Copied to clipboard

Challenge: Existing benchmarks often include a mixture of reasoning questions, making it difficult to truly assess VLMs’ causal reasoning abilities.
Approach: They propose two new benchmarks specifically designed to isolate and rigorously evaluate VLMs’ causal reasoning abilities.
Outcome: The proposed benchmarks show that vision-language models perform poorly on causal reasoning tasks, often only marginally surpassing random guessing.
Chronos: Learning Temporal Dynamics of Reasoning Chains for Test-Time Scaling (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for testing time scales treat reasoning traces or tokens equally, ignoring substantial variations in trajectory quality and localized logical failures.
Approach: They propose a chronological reasoning scorer that models each trajectory as a time series.
Outcome: The proposed method achieves relative improvements of 34.21% over Pass@128 and 22.70% over Maj@135 on HMMT25, highlighting its effectiveness.
TeleMelody: Lyric-to-Melody Generation with a Template-Based Two-Stage Method (2022.emnlp-main)

Copied to clipboard

Challenge: a new lyric-to-melody generation system bridges the gap between lyrics and melodies . previous generation systems lack paired data and lack of control on generated melodie.
Approach: They develop a lyric-to-melody generation system with music template to bridge the gap between lyrics and melodies.
Outcome: The proposed system bridges the gap between lyrics and melodies by using music template.
Soundwave: Less is More for Speech-Text Alignment in LLMs (2025.acl-long)

Copied to clipboard

Challenge: Existing end-to-end speech large language models rely on large-scale annotated data for training, while data-efficient training has not been discussed in depth.
Approach: They propose a training strategy and a novel architecture to address representation space gap and sequence length inconsistency in speech and text.
Outcome: The proposed model outperforms other advanced speech LLMs in speech translation and AIR-Bench speech tasks with only a fraction of the training data.
Team-Based Self-Play With Dual Adaptive Weighting for Fine-Tuning LLMs (2026.acl-long)

Copied to clipboard

Challenge: Recent self-training approaches have reduced reliance on human-labeled data, which limits their scalability.
Approach: They propose a team-based self-play algorithm that iteratively refines alignment without additional human supervision.
Outcome: The proposed algorithm outperforms baselines and LLM benchmarks in the self-supervised setting.
Tracing the Roots: A Multi-Agent Framework for Uncovering Data Lineage in Post-Training LLMs (2026.acl-long)

Copied to clipboard

Challenge: High-quality post-training data is the primary engine driving LLM capabilities . datasets are often treated as isolated artifacts, overlooking their true developmental context .
Approach: They propose a framework to reconstruct the evolutionary graph of dataset development using data lineage.
Outcome: The proposed framework characterizes domain-specific structural patterns in Math-oriented datasets and general-domain corpora.
UniCM: A Unified Consistency Model For Efficient Multimodal Generation and Understanding (2026.findings-acl)

Copied to clipboard

Challenge: Consistency models (CMs) have shown promise in the efficient generation of both image and text.
Approach: They propose to use a discrete token for both image and text generation to achieve a unified denoising perspective.
Outcome: The proposed model outperforms SD3 on GenEval and Image Reward while being 1.5 faster at long-sequence generating speed.
Meta-Learning for Low-Resource Neural Machine Translation (D18-1)

Copied to clipboard

Challenge: In this paper, we propose to extend the recently introduced model-agnostic meta-learning algorithm for low-resource neural machine translation (NMT).
Approach: They propose to extend the recently introduced meta-learning algorithm for low-resource neural machine translation (NMT) they frame low-Resource translation as a meta- learning problem where we learn to adapt to low-REsource languages based on multilingual high-resourced language tasks.
Outcome: The proposed meta-learning algorithm outperforms the multilingual, transfer learning based approach and can train a competitive NMT system with only a fraction of training examples.
DiffuSpec: Unlocking Diffusion Language Models for Speculative Decoding (2026.findings-acl)

Copied to clipboard

Challenge: Autoregressive (AR) decoding in large language models is latency-bounded by strictly sequential token generation.
Approach: They propose a diffusion-based drafter that proposes multi-token candidates and then verifies them in parallel by the target model.
Outcome: The proposed drafter generates multi-token proposals in a single forward pass while remaining compatible with standard AR verifiers.
UniVocal: Unified Speech-Singing Code-Switching Synthesis (2026.acl-long)

Copied to clipboard

Challenge: Existing systems cannot automatically determine when to switch between modes based on text content.
Approach: They propose a unified framework that implicitly infers vocal modes from text context to pioneer SCS Synthesis.
Outcome: The proposed framework infers vocal modes solely from text context to pioneer SCS Synthesis.
MTSA: Multi-turn Safety Alignment for LLMs through Multi-round Red-teaming (2025.acl-long)

Copied to clipboard

Challenge: Existing jailbreak techniques rely on single-round interactions, pro-Corresponding author.
Approach: They propose a multi-turn safety alignment framework to address the challenge of securing large language models in multi-round interactions.
Outcome: The proposed framework exhibits state-of-the-art attack capabilities while improving safety performance on safety benchmarks.
CODERL+: Improving Code Generation via Reinforcement with Execution Semantics Alignment (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models excel at code generation by learning from vast code corpora, but a fundamental semantic gap remains between training on textual patterns and the goal of functional correctness . reinforcement learning with verifiable rewards (RLVR) approaches are inefficient for establishing a well-aligned connection between the textual representation of code and its execution semantics.
Approach: They propose a novel approach that integrates execution semantics alignment into the RLVR training pipeline for code generation.
Outcome: The proposed model outperforms baseline training and RLVR and shows strong applicability across RL and LLMs.
CharacterBox: Evaluating the Role-Playing Capabilities of LLMs in Text-Based Virtual Worlds (2025.naacl-long)

Copied to clipboard

Challenge: Evaluating role-playing capabilities in large language models is challenging due to complex dynamics involved in role-playering.
Approach: They propose a simulation sandbox that generates situational fine-grained character behavior trajectories to enhance LLM performance.
Outcome: The proposed model generates situational fine-grained character behavior trajectories to enhance performance.
Probing Structured Pruning on Multilingual Pre-trained Models: Settings, Algorithms, and Efficiency (2022.acl-long)

Copied to clipboard

Challenge: Structured pruning has been extensively studied on monolingual pre-trained models . but little attention has been paid to evaluating the effectiveness of structured pruning on multilingual models.
Approach: They investigate settings, algorithms, and efficiency of structured pruning on multilingual models . authors propose a simple approach that allows training the model once and adapting to different model sizes at inference .
Outcome: The proposed approach allows training the model once and adapting to different model sizes at inference.
Topic-Aware Neural Keyphrase Generation for Social Media Language (P19-1)

Copied to clipboard

Challenge: Existing methods to extract words from source posts to form keyphrases do not exploit latent topics.
Approach: They propose a sequence-to-sequence-based neural keyphrase generation framework . it allows absent keyphrases to be created, and it allows joint modeling of latent topic representations .
Outcome: The proposed model outperforms extraction and generation models without exploiting latent topics.
DisCo_Speech: Controllable Zero-Shot Speech Generation with A Disentangled Speech Codec (2026.acl-long)

Copied to clipboard

Challenge: DisCo-Speech is a zero-shot controllable text-to-speech framework . standard codecs entangle timbre and prosody, which hinders independent control in continuation-based LMs.
Approach: They propose a disentangled speech codec and an LM-based generator to solve this problem . they propose fusion and reconstruction that merges content and prosody into unified tokens .
Outcome: DisCo-Speech achieves competitive voice cloning and superior zero-shot prosody control.
Harvesting and Refining Question-Answer Pairs for Unsupervised QA (2020.acl-main)

Copied to clipboard

Challenge: Recent research attempts to extend unsupervised question answering to settings with few or no labeled data available.
Approach: They propose two approaches to improve unsupervised question answering . first, they harvest lexically and syntactically divergent Wikipedia questions to automatically construct a corpus of question-answer pairs . second, they take advantage of the QA model to extract more appropriate answers .
Outcome: The proposed approach outperforms previous unsupervised approaches by a large margin and is competitive with early supervised models.
Thread: A Logic-Based Data Organization Paradigm for How-To Question Answering with Retrieval Augmented Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in retrieval-augmented generation (RAG) have substantially improved question-answering systems, particularly for factoid ‘5Ws’ questions.
Approach: They propose a data organization paradigm where large language models transform documents into more structured and loosely interconnected LUs.
Outcome: Experiments in open-domain and industrial settings show that the proposed paradigm outperforms existing paradigms and shows high adaptability across diverse document formats.
NL-Debugging: Exploiting Natural Language as an Intermediate Representation for Code Debugging (2025.emnlp-main)

Copied to clipboard

Challenge: Early debugging efforts focused on code-level analysis, which often fails when addressing complex programming errors.
Approach: They propose a framework that employs natural language as an intermediate representation to improve code debugging by debuggating at a natural language level.
Outcome: The proposed framework outperforms traditional debugging methods and enables a broader modification space through direct refinement guided by execution feedback.
Ontology-Guided Reverse Thinking Makes Large Language Models Stronger on Knowledge Graph Question Answering (2025.acl-long)

Copied to clipboard

Challenge: Existing methods rely on entity vector matching, but the purpose of the question is abstract and difficult to match with specific entities. Existing approaches rely only on entity-vector matching, and there is a problem with multi-hop reasoning.
Approach: They propose a framework that constructs reasoning paths from purposes back to conditions using the KG ontology.
Outcome: Experiments on the WebQSP and CWQ datasets show that ORT significantly improves the capability of large language models in knowledge graph question answering tasks (KGQA).
Muse: Towards Reproducible Long-Form Song Generation with Fine-Grained Style Control (2026.findings-acl)

Copied to clipboard

Challenge: Recent commercial systems such as Suno demonstrate strong capabilities in long-form song generation, but academic research remains non-reproducible due to the lack of publicly available training data.
Approach: They propose a system for long-form song generation with fine-grained style conditioning that includes a licensed synthetic dataset and a song generation model, Muse.
Outcome: The proposed system achieves competitive performance on phoneme error rate, text–music style similarity, and audio aesthetic quality while enabling controllable segment-level generation across different musical structures.
Negative Matters: Multi-Granularity Hard-Negative Synthesis and Anchor-Token-Aware Pooling for Enhanced Text Embeddings (2025.acl-long)

Copied to clipboard

Challenge: Text embedding models are used for various natural language processing tasks such as sentiment analysis, text clustering, and content-based information retrieval.
Approach: They propose a synthesis framework that leverages large language models to generate diverse negative samples with varying levels of similarity with the query.
Outcome: The proposed framework achieves state-of-the-art performance surpassing existing synthesis strategies with synthetic data and when combined with public retrieval datasets.
Full-Step-DPO: Self-Supervised Preference Optimization with Step-wise Rewards for Mathematical Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve long-chain mathematical reasoning focus on the first erroneous step, but ignore all other steps and rely heavily on external signals.
Approach: They propose a DPO framework that leverages step-wise rewards from the entire reasoning chain instead of optimizing only the first erroneous step.
Outcome: The proposed framework improves on in-domain and out-of-domain mathematical reasoning benchmarks.
Pay Attention to Implicit Attribute Values: A Multi-modal Generative Framework for AVE Task (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to extract attribute values from product descriptions are incomplete and noisy due to the tedious nature of this task.
Approach: They propose a framework to extract attributes from product descriptions to acquire implicit attributes in addition to the explicit ones.
Outcome: The proposed framework outperforms existing methods on the extraction of implicit attribute values while achieving comparable performance for the explicit ones.
R2A-TLS: Reflective Retrieval-Augmented Timeline Summarization with Causal-Semantic Integration (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods struggle to capture coherent event narratives due to fragmented descriptions . Existing approaches accumulate noise through iterative retrieval strategies that lack relevance evaluation.
Approach: They propose a reflective retrieval-augmented timeline summarization with Causal-Semantic Intergration approach for open-domain timeline summarizing .
Outcome: The proposed approach outperforms the best prior published approaches.
Stop Looking for “Important Tokens” in Multimodal Language Models: Duplication Matters More (2025.emnlp-main)

Copied to clipboard

Challenge: Vision tokens in multimodal large language models often dominate computational overhead due to excessive length compared to linguistic modality.
Approach: They propose a token pruning method which defines an importance criterion for vision tokens and prunes the unimportant vision token during inference.
Outcome: The proposed method can prune 88.9% of vision tokens while maintaining comparable performance.
Enhancing Speech-to-Speech Dialogue Modeling with End-to-End Retrieval-Augmented Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: End-to-end speech-to speech (S2S) dialogue systems face key challenges in incorporating external knowledge into their models.
Approach: They propose a framework that directly retrieves relevant textual knowledge from speech queries.
Outcome: The proposed framework improves the performance of end-to-end speech-tospeech dialogue systems while achieving higher retrieval efficiency.
AIDA-SEAT: Towards Reliable AI Doctor Assistant via State-Evaluation-Action Tree Enhanced LLMs in Online Hospital (2026.acl-industry)

Copied to clipboard

Challenge: Existing systems rely on large language models or retrieval-augmented generation (RAG) but these methods lack the explicit logical pathways essential for multi-step reasoning.
Approach: They propose an AIDA-SEAT framework to provide reliable clinical decision-making support by transforming and modifying medical documents and doctors' state-evaluation-action trees.
Outcome: The proposed framework achieves 1.01% higher than current state-of-the-art (SOTA) baselines across five departments, including common RAG-based methods.
Deceptive Semantic Shortcuts on Reasoning Chains: How Far Can Models Go without Hallucination? (2024.naacl-long)

Copied to clipboard

Challenge: Existing large language models (LLMs) suffer from hallucinations and unfaithful reasoning due to keyword/entity biases.
Approach: They propose a new probing method and benchmark to quantify this phenomenon by using a keyword/entity biases-based probing technique called EUREQA.
Outcome: The proposed method achieves 62% accuracy on multi-hop and complex QA benchmarks.
FISTAPruner: Layer-wise Post-training Pruning for Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing pruning methods require inefficient retraining for billion-scale LLMs or rely on heuristicically designed metrics to determine pruning masks, leading to performance degradation.
Approach: They propose a convex optimization model that induces sparsity in large language models by leveraging FISTA.
Outcome: The proposed method can remove 50% of model parameters while retaining 98.6% and 95.6% of the zero-shot performance.
How Do Humans Write Code? Large Models Do It the Same Way Too (2024.emnlp-main)

Copied to clipboard

Challenge: Program-of-Thought (PoT) replaces natural language-based Chain-ofThough (CoT) but introduces more reasoning errors, such as incorrect formulas or flawed logic, compared to CoT.
Approach: They propose a method that integrates CoT and Program-of-Thought to achieve more accurate reasoning and reinforcement learning.
Outcome: The proposed method achieves an average improvement of 6.5% on the Llama-Base model and 4.3% on the Mistral-Bass model across 8 mathematical calculation datasets.
Doc2SoarGraph: Discrete Reasoning over Visually-Rich Table-Text Documents via Semantic-Oriented Hierarchical Graphs (2024.lrec-main)

Copied to clipboard

Challenge: Existing work on document visual question answering fails to capture the differences and correlations between elements of a document and associated questions.
Approach: They propose a document-visual question-answering challenge that exploits element-level semantics and employs hierarchical Graph structures to capture differences and correlations between elements.
Outcome: The proposed model surpasses the state-of-the-art method and large language model in terms of Exact Match (EM) metric, demonstrating exceptional effectiveness.
A Logical Pattern Memory Pre-trained Model for Entailment Tree Generation (2024.lrec-main)

Copied to clipboard

Challenge: Existing models overlook the importance of generating intermediate conclusions with logical consistency from the given facts, leading to inaccurate conclusions and undermining the overall credibility of entailment trees.
Approach: They propose a model that utilizes logical entailment patterns to generate coherent explanations by leveraging logical patterns.
Outcome: The proposed model produces more coherent and reasonable conclusions that closely align with the underlying premises.
Learn and Review: Enhancing Continual Named Entity Recognition via Reviewing Synthetic Samples (2022.findings-acl)

Copied to clipboard

Challenge: Existing methods for named entity recognition classify mentions into fixed set of predefined entity types but in many real-world scenarios, new entity types are incrementally involved.
Approach: They propose a two-stage framework Learn-and-Review for continual named entity recognition to alleviate inter-type confusion.
Outcome: The proposed framework outperforms the state-of-the-art method on CoNLL-03 and OntoNotes-5.0.
A Survey of LLM-based Agents in Medicine: How far are we from Baymax? (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are transforming healthcare through their ability to understand and assist with medical tasks.
Approach: They analyze system profiles, clinical planning, medical reasoning frameworks, and external capacity enhancement.
Outcome: The findings highlight the future directions in medical reasoning, physical system integration, and training simulations.
Beyond the Final Actor: Modeling the Dual Roles of Creator and Editor for Fine-Grained LLM-Generated Text Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing methods to detect large language models (LLMs) use binary or ternary classifications, which can only distinguish pure human/LLM text or collaborative text at best.
Approach: They propose a fine-grained method that characterizes distinct signatures of creator and editor by using Rhetorical Structure Theory to construct a logic graph for creator's foundation and extracting Elementary Discourse Unit (EDU)-level features for the editor's style.
Outcome: The proposed method outperforms 12 baselines in identifying fine-grained types with low false alarms, offering a policy-aligned solution for LLM regulation.
From Word to World: Evaluate and Mitigate Culture Bias in LLMs via Word Association Test (2025.emnlp-main)

Copied to clipboard

Challenge: Multilingual and cross-cultural WAT reveal how culture modulates perceptual and interactive patterns.
Approach: They propose to embed cultural-specific semantic associations directly within large language models (LLMs) to address cultural preference.
Outcome: The proposed model significantly improves cross-cultural alignment, capturing diverse semantic associations.
S2S-Arena: Evaluating Paralinguistic Instruction Following in Speech-to-Speech Models (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks rely heavily on text-based evaluation and largely ignore paralinguistic cues such as prosody, emotion, and speaker traits.
Approach: They propose a speech-native benchmark for evaluating instruction-following S2S models with explicit assessment of both semantic understanding and paralinguistic expression.
Outcome: The proposed system enables more natural, robust, and human-aligned speech agents.
NeurST: Neural Speech Translation Toolkit (2021.acl-demo)

Copied to clipboard

Challenge: a toolkit for speech translation is available for free and provides step-by-step recipes for feature extraction, data preprocessing, distributed training, and evaluation.
Approach: They propose to use NeurST to facilitate speech translation research for NLP researchers . they show experimental results for different benchmark datasets which can be regarded as reliable baselines .
Outcome: The proposed framework provides reliable benchmarks for speech translation research.
Multimodal Topic-Enriched Auxiliary Learning for Depression Detection (2020.coling-main)

Copied to clipboard

Challenge: Existing studies on depression detection rely on textual and visual content to determine whether a human being is depressed or non-depressed.
Approach: They propose a multimodal topic-enriched Auxiliary Learning approach that captures topic information from texts and images for depression detection.
Outcome: The proposed approach improves the performance of the primary task by using topic information from text and images.
Multi-Document Scientific Summarization from a Knowledge Graph-Centric View (2022.coling-1)

Copied to clipboard

Challenge: Multi-Document Scientific Summarization (MDSS) aims to produce concise and concise summaries for clusters of topic-relevant scientific papers.
Approach: They propose a model that incorporates knowledge graphs into paper encoding and decoding processes and propose 'decoder' for generating knowledge graph information of summary in the form of descriptive sentences.
Outcome: The proposed architecture improves on baselines on the Multi-Xscience dataset.
OIE@OIA: an Adaptable and Efficient Open Information Extraction Framework (2022.acl-long)

Copied to clipboard

Challenge: Different Open Information Extraction (OIE) tasks require different types of information.
Approach: They propose to adapt an OIE Graph to different OIE tasks with simple rules . they implement an end-to-end OIA generator and make it open-accessible .
Outcome: The proposed system achieves new SOTA performance on three popular OIE tasks.
Too Long, Do Re-weighting for Efficient LLM Reasoning Compression (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have recently achieved remarkable progress on complex reasoning tasks by leveraging extended Chain-of-Thought (CoT) techniques.
Approach: They propose a method that uses Extended Chain-of-Thought (EFT) to reduce the number of output tokens by nearly 40% while maintaining the accuracy of the reasoning.
Outcome: The proposed method reduces the number of output tokens by nearly 40% while maintaining the accuracy of the reasoning.
SMARTAVE: Structured Multimodal Transformer for Product Attribute Value Extraction (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for product attribute value extraction are noisy and incomplete with missing values for most retailers.
Approach: They propose a Structure Mltimodal trAnsformeR for producT Attribute Value Extraction which jointly encodes the structured product information from multiple modalities.
Outcome: The proposed method outperforms state-of-the-art methods on two multimodal product datasets.
An In-depth Study on Internal Structure of Chinese Words (2021.acl-long)

Copied to clipboard

Challenge: Unlike English letters, Chinese characters have rich and specific meanings.
Approach: They propose to model Chinese words' internal structures as dependency trees with 11 labels for distinguishing syntactic relationships.
Outcome: The proposed model of Chinese word-internal structures shows it can be used to parse sentences . it shows that the model can be applied to a sentence-level task with a competitive dependency parser.
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.
Lattice-Based Transformer Encoder for Neural Machine Translation (P19-1)

Copied to clipboard

Challenge: Neural machine translation (NMT) takes deterministic sequences for source representations. However, word-level or subword-level segmentation has multiple choices to split a source sequence with different word segmentors or different subword vocabulary sizes.
Approach: They propose lattice-based encoders to explore effective word or subword representations in an automatic way during training.
Outcome: The proposed encoders can explore effective word or subword representation in an automatic way during training.
Towards Storage-Efficient Visual Document Retrieval: An Empirical Study on Reducing Patch-Level Embeddings (2025.findings-acl)

Copied to clipboard

Challenge: Visualized Document Retrieval (VDR) uses large vision-language models to encode document pages into embeddings.
Approach: They evaluate methods to reduce patch embeddings per page while minimizing performance degradation.
Outcome: The proposed method maintains 98.2% of retrieval performance with only 11.8% of original memory usage and preserves 94.6% effectiveness at 2% memory footprint.
Masked Thought: Simply Masking Partial Reasoning Steps Can Improve Mathematical Reasoning Learning of Language Models (2024.acl-long)

Copied to clipboard

Challenge: Despite the advances in large language models, they still face difficulties with multi-step reasoning tasks.
Approach: They propose a method that randomly masks certain tokens within the chain of thought to improve model accuracy by 5% over standard supervised fine-tuning.
Outcome: The proposed method improves accuracy and accuracy by 5% over standard fine-tuning with a few codes modified.
VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Recent research has focused on pushing weight-only quantization to extremely low-bit due to numerical representation limitations.
Approach: They propose a vector-based quantization approach that pushes LLMs to extremely low-bit . they propose scalar-based weight quantization that reduces memory requirements and optimizes storage costs .
Outcome: The proposed method reduces model quantization perplexity by 0.01-0.34 on LLaMA-2, 0.38-0.68 on mistral-7B, 4.41-7.34, on llaMA-3 on QA tasks on average.
DentalGPT: Incentivizing Multimodal Reasoning in Dentistry (2026.findings-acl)

Copied to clipboard

Challenge: Current multimodal large language models (MLLMs) show limited understanding of dental images.
Approach: They propose a dental-specialized multimodal large language model trained via staged multimodal alignment and reinforcement learning.
Outcome: The proposed model outperforms state-of-the-art models on disease classification and dental VQA tasks.
Mapping the Minds of LLMs: A Graph-Based Analysis of Reasoning LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Large Reasoning Models (LRMs) often display unstable behaviors, e.g., hallucinating unsupported premises, overthinking simple tasks, and displaying higher sensitivity to prompt variations.
Approach: They propose a graph-based analytical framework that clusters long, verbose CoT outputs into semantically coherent reasoning steps, then constructs directed reasoning graphs to capture contextual and logical dependencies among these steps.
Outcome: The proposed framework enables quantitative evaluation of internal reasoning structure and quality beyond conventional metrics and provides practical insights for prompt engineering and cognitive analysis of LLMs.
OpenSR: Open-Modality Speech Recognition via Maintaining Multi-Modality Alignment (2023.acl-long)

Copied to clipboard

Challenge: Speech Recognition often gets stuck in the lack of new domain utterances when training a model of new-domain speech.
Approach: They propose a training system Open-modality Speech Recognition that enables zero-shot modality transfer . they use multi-modal alignment in phoneme space to maintain multi-modality alignment .
Outcome: The proposed system achieves zero-shot modality transfer compared to existing methods . it achieves state-of-the-art performance on audio-visual speech recognition and lip-reading with 2.7% and 25.0%, respectively.
Gödel Agent: A Self-Referential Agent Framework for Recursively Self-Improvement (2025.acl-long)

Copied to clipboard

Challenge: Existing agentic systems cannot search the whole design space due to the restriction of human-designed components.
Approach: They propose a Gödel Agent framework that allows agents to recursively improve themselves without relying on fixed algorithms or fixed algorithms.
Outcome: The proposed framework surpasses manual crafted agents in performance, efficiency, and generalizability.
An Investigation of LLMs’ Inefficacy in Understanding Converse Relations (2023.emnlp-main)

Copied to clipboard

Challenge: Existing benchmarks for Large Language Models (LLMs) follow the data distribution of pre-training data.
Approach: They propose a benchmark ConvRe focusing on converse relations which contains 17 relations and 1240 triples extracted from popular knowledge graph completion datasets.
Outcome: The proposed benchmark focuses on converse relations, which contains 17 relations and 1240 triples extracted from popular knowledge graph completion datasets.
Model Composition for Multimodal Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for creating versatile MLLMs rely on joint training with paired instruction data, which is resource-intensive and challenging to extend to new modalities.
Approach: They propose a new paradigm for multimodal large language models by reusing modality encoders and merging LLM parameters.
Outcome: The proposed model retains the modal understanding capabilities of each original model.
HiCoLoRA: Addressing Context-Prompt Misalignment via Hierarchical Collaborative LoRA for Zero-Shot DST (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to zero-shot Dialog State Tracking (zs-DST) are inadequate to generalize to new domains without extensive training.
Approach: They propose a framework that enhances zero-shot slot inference through robust prompt alignment.
Outcome: Experiments on multi-domain datasets show that HiCoLoRA outperforms baselines, achieving SOTA in zs-DST.
TestNUC: Enhancing Test-Time Computing Approaches and Scaling through Neighboring Unlabeled Data Consistency (2025.acl-long)

Copied to clipboard

Challenge: Test-time computing approaches that leverage additional computational resources during inference have been proven effective in enhancing large language model performance.
Approach: They propose a linearly scaling approach that leverages local consistency of neighboring unlabeled data to improve test-time predictions.
Outcome: The proposed approach outperforms baseline methods such as prompting and self-consistency across eight datasets and performs robustly across embedding models.
Dual-Axis Generative Reward Model Toward Semantic and Turn-taking Robustness in Interactive Spoken Dialogue Models (2026.acl-long)

Copied to clipboard

Challenge: Reinforcement learning (RL) has improved text- and vision-language models, but its application in SDMs is hindered.
Approach: They propose a dual-axis Generative Reward Model that provides semantic quality and interaction timing for SDMs.
Outcome: The proposed model achieves state-of-the-art performance on interaction-quality assessment across a wide spectrum of datasets.
MTA:A Merge-then-Adapt Framework for Personalized Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Personalized Large Language Models (PLLMs) aim to align outputs with individual user preferences . current methods of fine-tuning a separate module for each user are unscalable .
Approach: They propose a Merge-then-Adapt framework for Personalized Large Language Models . they construct a shared Meta-LoRA bank and propose an Adaptive LoRA Fusion stage .
Outcome: The proposed framework outperforms existing SOTA methods on the LaMP benchmark.
InfiniteWeb: Scalable Web Environment Synthesis for GUI Agent Training (2026.acl-long)

Copied to clipboard

Challenge: Existing GUI agent benchmarks are manually constructed and lack scale and diversity as training environments.
Approach: They propose a GUI agent training system that automatically generates web environments at scale.
Outcome: The proposed system outperforms commercial GUI agents at realistic website construction and improves on OSWorld and Online-Mind2Web.
M3Seg: A Maximum-Minimum Mutual Information Paradigm for Unsupervised Topic Segmentation in ASR Transcripts (2023.emnlp-main)

Copied to clipboard

Challenge: Topic segmentation aims to split automatic speech recognition transcriptions into segments that are bounded by thematic meanings.
Approach: They propose a Maximum-Minimum Mutual information paradigm for linear topic segmentation without using any parallel data.
Outcome: The proposed paradigm outperforms the state-of-the-art methods by a significant margin.
MathGenie: Generating Synthetic Data with Question Back-translation for Enhancing Mathematical Reasoning of LLMs (2024.acl-long)

Copied to clipboard

Challenge: Existing models have demonstrated outstanding capabilities in mathematical reasoning, but there is a performance gap between open-source models and closed-source ones.
Approach: They propose a method for generating diverse and reliable math problems by leveraging the ground-truth solutions of the seed data.
Outcome: The proposed model outperforms open-source models across five representative mathematical reasoning datasets.
Pierce the Mists, Greet the Sky: Decipher Knowledge Overshadowing via Knowledge Circuit Analysis (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) are hampered by hallucinations, a particularly challenging variant, knowledge overshadowing, which can lead to erroneous outputs even with high-quality training data.
Approach: They propose a framework to analyze and detect knowledge overshadowing by using knowledge circuit analysis to dissect the function of key components in the circuit and how attention pattern dynamics contribute to the phenomenon.
Outcome: Extensive experiments show that the framework can detect and analyze knowledge overshadowing and improves on existing models.
Human-Inspired Obfuscation for Model Unlearning: Local and Global Strategies with Hyperbolic Representations (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for unlearning large language models struggle to balance effective forgetting with maintaining model utility.
Approach: They propose a human-inspired unlearning framework that simulates forgetting on fuzzy data and represents them in hyperbolic and Euclidean spaces.
Outcome: The proposed framework is able to forget sensitive content while maintaining the model’s language understanding, fluency, and benchmark performance.
FC-KBQA: A Fine-to-Coarse Composition Framework for Knowledge Base Question Answering (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for question answering over knowledge bases (KBQA) suffer from generalization issues due to coarse-grained modeling of the logical expression.
Approach: They propose a fine-to- coarse-grained framework for KBQA to ensure generalization and executability of the logical expression.
Outcome: The proposed framework derives new state-of-the-art performance on GrailQA and WebQSP, and runs 4 times faster than baseline.
LightSeq: A High Performance Inference Library for Transformers (2021.naacl-industry)

Copied to clipboard

Challenge: Existing inference frameworks for natural language processing are not the best choice for online service of sequence processing problems.
Approach: They propose a highly efficient inference library for Transformer models that includes GPU optimization techniques to streamline computation and reduce memory footprint.
Outcome: The proposed library achieves 14x speedup compared with TensorFlow and 1.4x speed up compared to a concurrent CUDA implementation.
MolCA: Molecular Graph-Language Modeling with Cross-Modal Projector and Uni-Modal Adapter (2023.emnlp-main)

Copied to clipboard

Challenge: Language Models (LMs) have demonstrated impressive molecule understanding ability on 1D text-related tasks, but lack 2D graph perception, a critical ability of human professionals in comprehending molecules’ topological structures.
Approach: They propose to combine a cross-modal projector and a uni-modal adapter to enable an LM to understand both text- and graph-based molecular contents via a Q-Former.
Outcome: The proposed model outperforms the baselines on tasks such as molecule captioning, IUPAC name prediction, and molecule-text retrieval.
Advancing Zero-shot Text-to-Speech Intelligibility across Diverse Domains via Preference Alignment (2025.acl-long)

Copied to clipboard

Challenge: Existing zero-shot text-to-speech systems struggle in challenging scenarios such as tongue twisters, repeated words, code-switching, and cross-lingual synthesis.
Approach: They propose a dataset that leverages preference alignment techniques to improve performance . they also extend the Direct Preference Optimization framework to accommodate diverse TTS architectures .
Outcome: The proposed dataset improves intelligibility, similarity, and audio quality for multiple models across domains.
HATA: Trainable and Hardware-Efficient Hash-Aware Top-k Attention for Scalable Large Model Inference (2025.findings-acl)

Copied to clipboard

Challenge: Existing top-k attention methods struggle to strike a balance between efficiency and accuracy.
Approach: They propose a top-k attention approach that integrates low-overhead techniques into the Top-k Attention process to achieve 7.2 speedup compared to vanilla full attention.
Outcome: The proposed approach achieves 7.2 speedup compared to current top-k attention methods while maintaining model accuracy.
Text Embedding as Treatment: A Meta Causal Approach for Robust Sentiment Classification (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for sentiment classification use binary treatment of words . Existing approaches limit generalizability to novel words and low-frequency words if there is a word in a sentence that is not treated .
Approach: They propose a meta-causal approach that uses a single training task to identify causal words for arbitrary words.
Outcome: The proposed method reduces the spurious correlation between word treatment and sentiment classification by removing words with low treatment effects from a pre-trained language model.
Two Pathways to Truthfulness: On the Intrinsic Encoding of LLM Hallucinations (2026.acl-long)

Copied to clipboard

Challenge: Previous work shows that large language models generate hallucinations, yet the origins and mechanisms of these signals remain unclear.
Approach: They propose to validate and disentangle two different pathways for truthfulness cues . they also propose to use the same mechanism to derive self-contained evidence from the generated answer .
Outcome: The proposed applications improve hallucination detection performance by integrating two different inputs.
UnifiedMLLM: Enabling Unified Representation for Multi-modal Multi-tasks With Large Language Model (2025.findings-naacl)

Copied to clipboard

Challenge: Representative models like LLaVA and MiniGPT-4 have great capabilities in various tasks.
Approach: They propose a unified model to represent various multi-modal tasks using a single representation.
Outcome: The proposed model outperforms existing models in a variety of tasks while maintaining generality and scalability.
Scaling LLM Inference Efficiently with Optimized Sample Compute Allocation (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods to optimize sample allocations for large language models fail to account for the optimal sampling configuration.
Approach: They propose an algorithm that optimizes sample allocation by finding an optimal mix of different inference configurations.
Outcome: The proposed algorithm achieves better accuracy on SWE-Bench with 3x less compute than the default configuration.
Mixture-of-Supernets: Improving Weight-Sharing Supernet Training with Architecture-Routed Mixture-of-Experts (2024.findings-acl)

Copied to clipboard

Challenge: Neural architecture search (NAS) uses weight-sharing supernets to generate diverse subnetworks without retraining.
Approach: They propose a weight-sharing supernet that leverages mixture-of-experts to enhance supernet model expressiveness with minimal training overhead.
Outcome: The proposed method achieves state-of-the-art (SoTA) performance in NAS for fast machine translation models, surpassing NAS-BERT and AutoDistil across various model sizes.
A Generative Pre-Trained Language Model for Channel Prediction in Wireless Communications Systems (2025.emnlp-main)

Copied to clipboard

Challenge: Existing model-based channel prediction methods suffer from limited accuracy due to imperfect temporal modeling, while existing AI-based methods suffers from limited generalization due to inadequate training strategies.
Approach: They propose a generative pre-trained language model for channel prediction based on channel correlation and train it based upon transformer decoder architecture.
Outcome: The proposed model can learn various channel characteristics and perform impressive tasks across multiple dimensions.
Transition-Based Chinese AMR Parsing (N18-2)

Copied to clipboard

Challenge: Abstract Meaning Representation (AMR) is a semantic representation where the meaning of a sentence is encoded as a rooted, directed and acyclic graph.
Approach: They propose a transition-based AMR parsing framework for Chinese to be used in the next generation of AMR.
Outcome: The proposed parser is based on the Chinese AMR bank.
LLMs Assist NLP Researchers: Critique Paper (Meta-)Reviewing (2024.emnlp-main)

Copied to clipboard

Challenge: a comparative analysis of paper (meta-)reviews by large language models (LLMs) aims to identify and distinguish LLMs from human activities .
Approach: They present a comparative analysis to identify and distinguish LLM activities from human activities.
Outcome: The proposed analysis aims to improve recognition of instances when someone implicitly uses LLMs for reviewing activities.
LinguaLens: Towards Interpreting Linguistic Mechanisms of Large Language Models via Sparse Auto-Encoder (2025.emnlp-main)

Copied to clipboard

Challenge: Prior research on linguistic mechanisms of large language models is limited by coarse granularity, limited analysis scale, and narrow focus.
Approach: They propose a framework for analyzing the linguistic mechanisms of large language models based on Sparse Auto-Encoders.
Outcome: The proposed framework extracts Chinese and English linguistic features across four dimensions . it uncovers intrinsic representations of linguistic knowledge in LLMs and can control outputs .
CodeScope: An Execution-based Multilingual Multitask Multidimensional Benchmark for Evaluating LLMs on Code Understanding and Generation (2024.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for evaluating the code understanding and generation capacities of Large Language Models are insufficient . existing benchmarks focus on a narrow range of popular programming languages and specific tasks .
Approach: They propose an execution-based, multilingual, multitask evaluation benchmark for LLMs . they evaluate coding performance from three dimensions: length, difficulty, efficiency .
Outcome: The proposed benchmark covers 43 programming languages and eight coding tasks.
Learning from Mistakes: Negative Reasoning Samples Enhance Out-of-Domain Generalization (2026.acl-long)

Copied to clipboard

Challenge: Recent studies show that supervised fine-tuning (SFT) is a common approach for reasoning in large language models.
Approach: They propose to use supervised fine-tuning (SFT) on chain-of-thought trajectories demonstrations . they find that incorporating negative traxories yields substantial OOD generalization gains .
Outcome: The proposed scheme yields 5.51% OOD gain over positive-only training.
Search from History and Reason for Future: Two-stage Reasoning on Temporal Knowledge Graphs (2021.acl-long)

Copied to clipboard

Challenge: Temporal Knowledge Graphs (TKGs) are used in many different areas of research.
Approach: They propose to use a beam search policy to induce multiple clues from historical facts . they propose to adopt a graph convolution network based sequence method to deduce answers from clues .
Outcome: The proposed model can predict future facts in two stages, Clue Searching and Temporal Reasoning.
Knowledgeable Prompt-tuning: Incorporating Knowledge into Prompt Verbalizer for Text Classification (2022.acl-long)

Copied to clipboard

Challenge: Recent studies suggest that pre-trained language models have gained rich knowledge during pre-training.
Approach: They propose to tune pre-trained language models with task-specific prompts to improve and stabilize prompttuning.
Outcome: Extensive experiments on zero and few-shot text classification tasks show that prompt-tuning improves and stabilizes prompttun-ing.
Grounded Multimodal Named Entity Recognition on Social Media (2023.acl-long)

Copied to clipboard

Challenge: Existing studies on Multimodal Named Entity Recognition only extract entity-type pairs in text, which is useless for multimodal knowledge graph construction.
Approach: They propose a task to identify named entities in text and their bounding box groundings in image . they extend four well-known MNER methods to establish a number of baseline systems .
Outcome: The proposed framework outperforms baseline systems on the GMNER task.
What Does Your Smile Mean? Jointly Detecting Multi-Modal Sarcasm and Sentiment Using Quantum Probability (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to model multi-modal sarcasm and sentiment are based on quantum probability . sarcasm and feelings embody intrinsic uncertainty of human cognition .
Approach: They propose a quantum probability-driven multi-task learning framework for sarcasm and sentiment recognition using quantum superpositions and quantum interference.
Outcome: The proposed model achieves state-of-the-art in multi-modal sarcasm and sentiment recognition.
Achieving Stronger Generation via Simple Contrastive Tuning (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent years have witnessed remarkable progress in large language models (LLMs).
Approach: They propose a framework for contrastive decoding to enhance instruction-tuned models.
Outcome: The proposed framework improves model performance without additional data or computational resources.
Detecting Causal Language Use in Science Findings (D19-1)

Copied to clipboard

Challenge: Prior studies on identifying inappropriate use of causal language relied on manual content analysis, which is not scalable for examining a large volume of science publications.
Approach: They developed a prediction model that classifies conclusion sentences into “no relationship”, “correlational”, “conditional causal” and “direct causal” categories.
Outcome: The proposed model can be used to identify the inappropriate use of causal language in scientific publications and news articles.
Semantic-conditioned Dual Adaptation for Cross-domain Query-based Visual Segmentation (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to visual segmentation from language queries require expensive labeling and degradation when deployed to an unseen domain.
Approach: They propose a task to adapt a visual segmentation model from a labeled domain to an unseen domain.
Outcome: The proposed framework achieves precise feature- and relation-invariant across domains via universal semantic structure.
Mitigating Geospatial Knowledge Hallucination in Large Language Models: Benchmarking and Dynamic Factuality Aligning (2025.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have extensive world knowledge, but often generate inaccurate geospatial knowledge.
Approach: They propose a framework for evaluation of large language models to mitigate hallucinations . they use Kahneman-Tversky Optimization to align LLMs with their reality .
Outcome: The proposed evaluation framework uncovers hallucinations in 20 advanced LLMs.
WikiDiverse: A Multimodal Entity Linking Dataset with Diversified Contextual Topics and Entity Types (2022.acl-long)

Copied to clipboard

Challenge: Multimodal Entity Linking (MEL) is an essential task for many multimodal applications.
Approach: They propose to use a human-annotated Wikipedia-based multimodal entity linking dataset to improve the quality of existing MEL models.
Outcome: The proposed model uses the visual information of images more effectively than existing models.
TR-Rules: Rule-based Model for Link Forecasting on Temporal Knowledge Graph Considering Temporal Redundancy (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing models suffer from temporal redundancy when leveraged under dynamic settings.
Approach: They propose a temporal knowledge graph extrapolation method which solves temporal redundancy issues by using cyclic rules to capture more information lurking in TKGs.
Outcome: The proposed model captures more information lurking in TKGs, and also mines and properly leverages acyclic rules, which has not been explored by existing models.
Weight Distillation: Transferring the Knowledge in Neural Network Parameters (2021.acl-long)

Copied to clipboard

Challenge: Knowledge distillation is an effective method for model acceleration and compression.
Approach: They propose to use parameters to distill knowledge from large neural networks to small ones . they propose to do this by using a parameter generator to transfer the knowledge to a small neural network .
Outcome: The proposed method learns a small network 1.88 2.94x faster than the large network but with competitive BLEU points.
Improving Speech Translation by Understanding and Learning from the Auxiliary Text Translation Task (2021.acl-long)

Copied to clipboard

Challenge: Pretraining and multitask learning are widely used to improve the speech translation performance.
Approach: They propose to train a speech translation model along with an auxiliary text translation task.
Outcome: The proposed method improves translation quality by more than 2 BLEU over a strong baseline and achieves state-of-the-art results on the MuST-C English-German, English-French and English-Spanish language pairs.
Large Language Models are not Fair Evaluators (2024.acl-long)

Copied to clipboard

Challenge: Existing evaluation frameworks that use large language models as referees are insufficient for accurately assessing their alignment with human intent.
Approach: They propose a calibration framework to address positional bias in large language models as evaluators by manually annotating the “win/tie/lose” outcomes of responses from ChatGPT and Vicuna-13B in the Vicun A Benchmark’s question prompt.
Outcome: The proposed framework alleviates evaluation bias, resulting in closer alignment with human judgments.
MAGIC: Deep Geometric Evolution with Structural Consensus for Temporal Knowledge Graph Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing multi-geometry approaches face two key bottlenecks: Riemannian depth barrier and gate collapse.
Approach: They propose a framework for Temporal Knowledge Graph reasoning that integrates a Tangent-Residual Engine into multi-geometric spaces to regulate gradient flow and prevent collapse.
Outcome: The proposed framework improves state-of-the-art in TKG reasoning by up to 2.9 points.
Mid-Think: Training-Free Intermediate-Budget Reasoning via Token-Level Triggers (2026.findings-acl)

Copied to clipboard

Challenge: Explicit /think> tags are used to expose intermediate reasoning and enable hybrid thinking behaviors.
Approach: They propose a training-free prompting format that combines these triggers to achieve intermediate-budget reasoning, outperforming fixed-token and prompt-based baselines in terms of the accuracy–length trade-off.
Outcome: The proposed method outperforms fixed-token and prompt-based prompts in accuracy–length trade-offs while improving Qwen3-8B on AIME from 69.8% to 72.4% and on GPQA from 58.5% to 61.1%.
Disentangling Logic: The Role of Context in Large Language Model Reasoning Capabilities (2025.findings-acl)

Copied to clipboard

Challenge: Using large language models, large language model models can be used to evaluate reasoning abilities in context-rich scenarios.
Approach: They construct datasets for both propositional logic and abductive logic reasoning with four difficulty levels across 12 distinct domains based on Wikipedia categorization and those with purely abstract variables.
Outcome: The proposed model can be used to benchmark LLMs in real-world scenarios, but not in context-rich scenarios.
ATLANTIS: Weak-to-Strong Learning via Importance Sampling (2025.acl-long)

Copied to clipboard

Challenge: ATLANTIS is a new technique to improve the performance of large language models.
Approach: They propose a new technique to bridge the gap between the distribution of current datasets and the real-world data distribution by using importance sampling.
Outcome: The proposed technique can bring consistent and significant improvements to models’ performance and can be flexibly transferred among models with different structures.
DuReader_robust: A Chinese Dataset Towards Evaluating Robustness and Generalization of Machine Reading Comprehension in Real-World Applications (2021.acl-short)

Copied to clipboard

Challenge: In order to comprehensively verify the robustness and generalization of MRC models, we construct a real-world Chinese dataset - DuReader_robust .
Approach: They introduce a real-world Chinese dataset to evaluate the robustness and generalization of MRC models from three aspects: over-sensitivity, over-stability and generalisation.
Outcome: The proposed model fails to perform well on the challenge test set and may provide suggestions for future model development.
Towards relation extraction from speech (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for extracting relations from speech have been neglected due to the nature of speech.
Approach: They propose a listening information extraction task that uses speech to extract relation extraction from speech . they use a text-to-speech system and crowd-sourced native English speakers to test the task .
Outcome: The proposed task extracts semantic relationships from speech data using a new model . the proposed task is more challenging than the existing method due to the characteristics of speech .
GIFT: Guided Fine-Tuning and Transfer for Enhancing Instruction-Tuned Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing adapter-based transfer methods treat instruction-tuned models as passive targets . direct fine-tuning can disrupt this delicate balance and lead to instability or performance degradation.
Approach: They propose a framework that incorporates instruction-level guidance into task adaptation.
Outcome: The proposed framework outperforms direct fine-tuning and representative transfer-based baselines while maintaining robust generalization and favorable test-time scaling behavior.
Two Directions for Clinical Data Generation with Large Language Models: Data-to-Label and Label-to-Data (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) can generate natural language texts for various domains and tasks, but their potential for clinical text mining is under-explored.
Approach: They propose a pragmatic taxonomy for AD sign and symptom progression based on expert knowledge and train a system to detect AD-related signs and symptoms from EHRs.
Outcome: The proposed taxonomy outperforms existing methods using only the gold dataset and silver datasets.
Causal2Vec: Improving Decoder-only LLMs as Embedding Models through a Contextual Token (2026.acl-long)

Copied to clipboard

Challenge: Existing methods modify attention mechanism to be bidirectional, undermining LLMs’ ability to extract semantic information acquired during pre-training.
Approach: They propose a general-purpose embedding model that pre-encodes input text into a single Contextual token and then prepends it to the LLM's input sequence.
Outcome: The proposed model improves performance of decoder-only large language models without altering their architectures or introducing significant computational overhead.
Multilingual Speech Translation from Efficient Finetuning of Pretrained Models (2021.acl-long)

Copied to clipboard

Challenge: Recent advances in text pretraining and finetuning have improved multitasking applications significantly.
Approach: They propose a minimalistic LNA finetuning approach to build multilingual speech-to-text translation using a pretrained speech encoder and text decoder.
Outcome: The proposed approach surpasses the cascaded ST benchmark for 36 translation directions on the large-scale multilingual ST benchmark CoVoST 2.
Towards Better Hierarchical Text Classification with Data Generation (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to improve hierarchical text classification are expensive and lack high-quality labeled data.
Approach: They propose a hierarchical text classification framework that can achieve both label controllability and text diversity by extracting high-quality hierarchic label information.
Outcome: The proposed method can achieve label controllability and text diversity by extracting high-quality hierarchical label information.
Multimodal Reasoning with Multimodal Knowledge Graph (2024.acl-long)

Copied to clipboard

Challenge: Multimodal reasoning with large language models (LLMs) often suffers from hallucinations and the presence of deficient or outdated knowledge within LLMs.
Approach: They propose a multimodal reasoning method that leverages multimodal knowledge graphs to learn rich and semantic knowledge across modalities.
Outcome: The proposed method outperforms state-of-the-art models on multimodal question answering and multimodal analogy reasoning tasks while training on only a small fraction of parameters.
Distantly Supervised Course Concept Extraction in MOOCs with Academic Discipline (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to extract knowledge concepts from MOOCs are noisy and incomplete because of the limited dictionary and diverse MOOC.
Approach: They propose to automatically extract course concepts using distant supervision to eliminate the heavy work of human annotations.
Outcome: The proposed framework outperforms state-of-the-art methods with 7% absolute improvement in F1 score.
Format-Adapter: Improving Reasoning Capability of LLMs by Adapting Suitable Format (2026.findings-acl)

Copied to clipboard

Challenge: Prior work showed that multiple reasoning formats outperform a single format when generating multiple answers.
Approach: They propose a method to measure reasoning error when generating multiple answers . they propose 'formatadapter' which generates and selects suitable reasoning formats .
Outcome: The proposed method achieves a 4.3% performance improvement over previous works on math and commonsense reasoning tasks.
Exploring the Impact of Personality Traits on LLM Toxicity and Bias (2025.emnlp-main)

Copied to clipboard

Challenge: anthropomorphic LLMs are being developed to serve diversified roles, but content safety concerns remain regarding their toxicity and toxicity.
Approach: They propose to assign personality traits to large language models (LLMs) to reduce toxic language and social biases in their outputs by using the widely accepted HEXACO personality framework developed in social psychology.
Outcome: The proposed model is able to perform on three toxic and bias benchmarks and shows that assigning personality traits reduces bias and toxicity similar to humans’ correlations between personality traits and toxic behaviors.
Improving Event Detection via Open-domain Trigger Knowledge (2020.acl-main)

Copied to clipboard

Challenge: Existing methods for event detecting are prone to overfitting densely labeled trigger words due to the small scale of training data.
Approach: They propose a novel Enrichment Knowledge Distillation model to leverage external open-domain trigger knowledge to reduce in-built biases to frequent trigger words in annotations.
Outcome: The proposed model outperforms nine strong baselines and is especially effective for unseen/sparsely labeled trigger words.
Scalable Fine-tuning from Multiple Data Sources: A First-Order Approximation Approach (2024.findings-emnlp)

Copied to clipboard

Challenge: a new algorithm to estimate fine-tuning performance for a target task is proposed . conventional subset selection methods require repeated training on subsets of auxiliary tasks .
Approach: They propose an algorithm to fine-tune a language model for a target task by optimally using auxiliary tasks' information.
Outcome: The proposed method can estimate fine-tuning performance on CPUs in seconds.
From Allies to Adversaries: Manipulating LLM Tool-Calling through Adversarial Injection (2025.naacl-long)

Copied to clipboard

Challenge: Toolcalling has changed Large Language Model (LLM) applications by integrating external tools, but it also introduces new security vulnerabilities, particularly in the tool scheduling mechanisms of LLM, which have not been extensively studied.
Approach: They propose a framework that exploits vulnerabilities in Large Language Models through adversarial tool injection to execute privacy theft, launch denial-of-service attacks, and manipulate business competition.
Outcome: The proposed framework exploits vulnerabilities in LLM tool-calling systems through adversarial tool injection.
Encode Errors: Representational Retrieval of In-Context Demonstrations for Multilingual Grammatical Error Correction (2025.findings-acl)

Copied to clipboard

Challenge: a novel method for encoding fine-grained error patterns improves performance on GEC.
Approach: They propose a method for encoding grammatical errors from LLMs' internal states using a GER method.
Outcome: The proposed method significantly boosts performance in ICL settings on multilingual GEC datasets.
LAVIS: A One-stop Library for Language-Vision Intelligence (2023.acl-demo)

Copied to clipboard

Challenge: a new open-source library for language-vision research and applications is available for free.
Approach: They introduce LAVIS, an open-source deep learning library for LAnguage-VISion research and applications.
Outcome: The proposed library is open-source and highly extensible and configurable.
A Sequence-to-Sequence&Set Model for Text-to-Table Generation (2023.findings-acl)

Copied to clipboard

Challenge: Existing models for text-to-table generation are order-insensitive, but suffer from errors . a novel sequence-tosequence&set model generates table body rows in parallel .
Approach: They propose a sequence-to-sequence generation task that serializes each table into a token sequence during training by concatenating all rows in a top-down order.
Outcome: The proposed model outperforms baselines on commonly-used datasets.
MARS2: Scaling Multi-Agent Tree Search via Reinforcement Learning for Code Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to reinforcement learning are decoupled from structured search due to limited trajectory diversity.
Approach: They propose a unified RL framework that integrates multiple agents within a shared tree-structured search environment.
Outcome: Experiments show that MARS2 improves performance across diverse model combinations and training settings.
Beyond Token Length: Step Pruner for Efficient and Accurate Reasoning in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing reinforcement learning methods for large reasoning models suffer from excessive verbosity, known as "overthinking." Existing models penalize generated tokens to promote conciseness, but these methods encounter two challenges: they may develop hacking behavior in later stages of training by discarding reasoning steps.
Approach: They propose a framework that steers large reasoning models toward more efficient reasoning . they prioritize correctness while imposing penalties for redundant steps .
Outcome: The proposed framework reduces token usage by 69.7% on AIME24.
PrivacyRestore: Privacy-Preserving Inference in Large Language Models via Privacy Removal and Restoration (2025.acl-long)

Copied to clipboard

Challenge: Existing privacy protection methods for large language models suffer from performance degradation or large inference time overhead.
Approach: They propose a plug-and-play method to protect the privacy of user inputs during LLM inference . they use offline restoration vectors to train restoration vector for each privacy span type .
Outcome: The proposed method can prevent the linear growth of the privacy budget.
Entropy Scheduling in Reinforcement Learning for Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: entropy in reinforcement learning functions analogously to the learning rate in LLMs.
Approach: They propose an entropy scheduling system that optimizes different pre-set goals by controlling and scheduling entropicy at each step of the RL process.
Outcome: The proposed method improves AIME2024 from 50.9 to 54.9 within 40 training steps.
Layer-wise Importance Matters: Less Memory for Better Performance in Parameter-efficient Fine-tuning of Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Parameter-Efficient Fine-Tuning (PEFT) methods have gained popularity for adapting pre-trained Large Language Models (LLMs) to downstream tasks.
Approach: They propose a method to optimize the importance of full layers with layer-wise importance scoring by leveraging the estimated importance scores.
Outcome: The proposed method is compatible with PEFT methods that operate on a per-layer basis and achieves better performance.
GNN-SL: Sequence Labeling Based on Nearest Examples via GNN (2023.findings-acl)

Copied to clipboard

Challenge: Existing sequence labeling algorithms can be decomposed into two parts .
Approach: They propose a graph neural networks sequence labeling (GNN-SL) that augments the vanilla SL model output with similar tagging examples retrieved from the whole training set.
Outcome: The proposed model performs well on three sequence labeling tasks.
Tab-Cleaner: Weakly Supervised Tabular Data Cleaning via Pre-training for E-commerce Catalog (2023.acl-industry)

Copied to clipboard

Challenge: Existing methods for analyzing textual attributes in product catalogs are not effective on structured tabular data since they are trained on free-form natural language texts.
Approach: They propose a model to handle error detection over tabular data following a pre-training paradigm.
Outcome: The proposed model improves on a real-world Amazon Product Catalog table by 16% over state-of-the-art methods and by 11% on PR AUC over attribute value validation task.
ReFreeKV: Towards Threshold-Free KV Cache Compression (2026.findings-acl)

Copied to clipboard

Challenge: Towards the KV cache efficiency, we propose a new objective that lifts the threshold constraints for robust KV compression.
Approach: They propose a method that adjusts KV cache budgets while preserving full-cache performance.
Outcome: The proposed method can reduce memory consumption while preserving full-cache performance.
FlexQuant: A Flexible and Efficient Dynamic Precision Switching Framework for LLM Quantization (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for quantization of large language models struggle to adapt to dynamic workloads.
Approach: a new framework optimizes the trade-off between inference speed and accuracy . FlexQuant enables fine-grained, layer-wise mixed-precision quantization .
Outcome: a new framework optimizes the trade-off between inference speed and accuracy . it achieves a 1.3 speedup across diverse language tasks with negligible accuracy loss .
Research Replication Prediction Using Weakly Supervised Learning (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to predict scientific claims’ replicability use only hand-extracted statistics features without utilizing research papers’ text information.
Approach: They propose two weakly supervised learning approaches that use automatically extracted text information of research papers to improve the prediction accuracy of research replication using both labeled and unlabeled datasets.
Outcome: The proposed methods achieve an accuracy of 75.76% over real-world datasets.
ReviewRL: Towards Automated Scientific Review with RL (2025.emnlp-main)

Copied to clipboard

Challenge: Existing automated review systems struggle with factual accuracy, rating consistency, and analytical depth.
Approach: They propose a framework for generating comprehensive and factually grounded scientific paper reviews using supervised fine-tuning and reinforcement learning.
Outcome: The proposed framework outperforms existing methods on ICLR 2025 papers.
DAFNet: Dynamic Auxiliary Fusion for Sequential Model Editing in Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have shown impressive results, but still suffer from hallucination, i.e., the generation of false information.
Approach: They propose a task of sequential model editing that aims to rectify mistakes continuously.
Outcome: The proposed method significantly outperforms baselines in single-turn and sequential editing.
Recurrent Attention Networks for Long-text Modeling (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to encoding long documents using self-attention have been limited by quadratic computational complexities and limited application in long text processing.
Approach: They propose a long-document encoding model that allows the recurrent operation of self-attention.
Outcome: The proposed model extracts global semantics in token-level and document-level representations, making it inherently compatible with both sequential and sequential tasks.
Enabling Stroke-Level Structural Analysis of Hieroglyphic Scripts without Language-Specific Priors (2026.findings-acl)

Copied to clipboard

Challenge: Existing structural analysis methods for hieroglyphic scripts are script-specific and labor-intensive.
Approach: They propose a hieroglyphic Stroke Analyzer framework that captures character-internal structures and semantics without handcrafted data.
Outcome: The proposed framework captures character-internal structures and semantics without priors . it can be used to generalize hieroglyphic scripts across languages .
Breaking Down Power Barriers in On-Device Streaming ASR: Insights and Solutions (2025.naacl-industry)

Copied to clipboard

Challenge: Streaming automatic speech recognition models use high power consumption to improve usability and accuracy.
Approach: They propose to optimize on-device speech recognition models by adjusting component energy sensitivities based on their specific energy sensitities to reduce power consumption.
Outcome: The proposed approach achieves up to 47% lower energy usage while preserving comparable model accuracy and improving real-time performance compared to leading methods.
A Unified Span-Based Approach for Opinion Mining with Syntactic Constituents (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods for fine-grained opinion mining (OM) are based on span-based annotations, but they are not effective.
Approach: They propose a unified span-based approach for the end-to-end OM setting using syntactic constituents and multi-task learning to integrate them into the proposed model.
Outcome: The proposed approach achieves significant improvements over previous work on the MPQA 2.0 dataset and reduces the number of wrongly-predicted opinion expressions and roles.
Differential Privacy for Text Analytics via Natural Text Sanitization (2021.findings-acl)

Copied to clipboard

Challenge: Existing text sanitization mechanisms provide low utility, as cursed by the high-dimensional text representation.
Approach: They propose to use sanitized texts to samaritize training data . they propose to retrain and fine-tune the senitization-aware language model .
Outcome: The proposed approach enables privacypreserving natural language processing over the BERT language model with promising utility.
Evaluating and Enhancing the Robustness of Code Pre-trained Models through Structure-Aware Adversarial Samples Generation (2023.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained code models have made significant strides in the field of neural code intelligence, but they are susceptible to adversarial attacks that subtly modify the input sequence and can impair generalization.
Approach: They propose a set of novel robustness evaluation methods based on the intrinsic structure of the code to explore the impact of imperceptible perturbation.
Outcome: The proposed methods have demonstrated their effectiveness across a wide range of models and tasks, and are able to predict the performance of perturbed models.
DynaThink: Fast or Slow? A Dynamic Decision-Making Framework for Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have emerged as prominent foundation models for diverse applications due to their outstanding ability to understand and generate humanlike text.
Approach: They propose a dynamic decision-making framework that categorizes tasks into two distinct pathways: 'Fast' and 'Slow' they propose 'self-consistency' strategy to replace the straight-forward decoding method used in COT prompting .
Outcome: The proposed method achieves more than 3% increase in accuracy with lower cost on five popular reasoning benchmarks.
HiCLRE: A Hierarchical Contrastive Learning Framework for Distantly Supervised Relation Extraction (2022.findings-acl)

Copied to clipboard

Challenge: Existing approaches of distantly supervised relation extraction (DSRE) focus on sentence-level or bag-level de-noising, neglecting the explicit interaction with cross levels.
Approach: They propose a hierarchical contrastive learning framework for distantly supervised relation extraction to reduce noisy sentences.
Outcome: The proposed framework outperforms baselines in various mainstream DSRE datasets.
RFS-Guard: Detecting Reasoning Hallucinations via Cross-Phase Routing Focus in Large Reasoning Models (2026.acl-long)

Copied to clipboard

Challenge: Large reasoning models (LRMs) generate intermediate reasoning traces before the final answer, yet they remain vulnerable to reasoning hallucinations such as subtle arithmetic errors.
Approach: They propose a Routing Focus Score (RFS) that measures how strongly cross-step attention routing aligns with semantic proximity derived from hidden-state cosine similarity.
Outcome: The proposed framework detects and localizes hallucinations without external tools or repeated sampling.
CtrlA: Adaptive Retrieval-Augmented Generation via Inherent Control (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods focus on detecting LLM’s confidence via statistical uncertainty.
Approach: They propose to use a representation perspective to solve adaptive RAG by enabling dynamic retrieval during generation and enabling retrieval only when the query exceeds LLM's internal knowledge.
Outcome: The proposed framework is superior to existing adaptive RAG methods on a diverse set of tasks.
On the Sentence Embeddings from Pre-trained Language Models (2020.emnlp-main)

Copied to clipboard

Challenge: Pre-trained contextual representations like BERT have been widely used for NLP tasks.
Approach: They propose to transform anisotropic sentence embedding distribution to smooth and isotropic Gaussian distribution by normalizing flows that are learned with an unsupervised objective.
Outcome: The proposed method achieves significant performance gains over state-of-the-art embeddings on a variety of semantic textual similarity tasks.
Exploring Knowledge Filtering for Retrieval-Augmented Discriminative Tasks (2025.findings-acl)

Copied to clipboard

Challenge: Recent studies have focused on generative tasks, while its potential in discriminative tasks remains largely unexplored.
Approach: They propose a framework that incorporates knowledge filtering and prediction fusion mechanisms to improve model performance.
Outcome: The proposed framework improves model performance on discriminative tasks by filtering out harmful knowledge and integrating it into the input context.
Repairing Catastrophic-Neglect in Text-to-Image Diffusion Models via Attention-Guided Feature Enhancement (2024.findings-emnlp)

Copied to clipboard

Challenge: Text-to-Image Diffusion models generate high-quality images from textual descriptions, but they often produce images that do not fully align with the input prompts, resulting in semantic inconsistencies.
Approach: They propose an automated repair approach to address catastrophic-neglect in T2I DMs.
Outcome: The proposed model achieves 10.1%-16.3% higher Correct Rate in image generation compared to baselines.
RAGEval: Scenario Specific RAG Evaluation Dataset Generation Framework (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluation metrics for RAG systems are lacking due to high costs of data construction and lack of factual accuracy.
Approach: They propose a framework to evaluate RAG systems in specialized scenarios . they propose three new metrics to evaluate LLM-generated responses .
Outcome: The proposed framework outperforms zero-shot and one-shot methods in terms of clarity, safety, conformity, and richness of generated samples.
Self-Prompting Large Language Models for Zero-Shot Open-Domain QA (2024.naacl-long)

Copied to clipboard

Challenge: Open-Domain Question Answering (ODQA) aims to answer questions without explicitly providing specific background documents.
Approach: They propose a framework to explicitly utilize the massive knowledge encoded in LLM parameters and their strong instruction understanding abilities.
Outcome: The proposed framework surpasses state-of-the-art methods on three widely-used ODQA datasets and achieves comparable performance with customized fine-tuned models on full training data.
Rethinking Smoothness for Fast and Adaptable Entity Alignment Decoding (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods for integrating knowledge graphs rely on entity and relation embeddings . Fig. 1 shows how to decode knowledge graph in under 6 seconds .
Approach: They propose a framework that only utilizes entity embeddings to decode knowledge graphs.
Outcome: The proposed framework reconstructs KG representation by maximizing smoothness of entity embeddings.
LAFaCT: Attribution-based Localization and Focused Sequential Analysis of Fact-Critical Tokens for Hallucination Detection (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models suffer from hallucinations, severely undermining their reliability.
Approach: They propose a framework that localizes fact-critical tokens and performs sequential analysis on their hidden states.
Outcome: The proposed framework localizes fact-critical tokens using Factual Criticality . it then performs a focused sequential analysis on their hidden states .
AgentGym2: Benchmarking Large Language Model Agents in De-Idealized Real-World Environments (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks evaluate agents in simplified, idealized settings, relying on pre-packaged tool interfaces, overlooking critical steps, and assume inputs are clean and fully specified.
Approach: They propose a framework that evaluates language agents in simplified, idealized settings . they show that even SOTA systems like Gemini and GPT-5 struggle on AgentGym2 .
Outcome: Experiments on 15 proprietary and open-source models show that even SOTA systems like Gemini and GPT-5 struggle on AgentGym2 .
Know You First and Be You Better: Modeling Human-Like User Simulators via Implicit Profiles (2025.acl-long)

Copied to clipboard

Challenge: Existing user simulators lack authenticity and user-level diversity in interactions with large language models.
Approach: They propose a user simulator with implicit user profiles that infers user profiles from human-machine interactions to simulate personalized and realistic dialogues.
Outcome: The proposed framework outperforms baselines in authenticity and diversity while maintaining comparable consistency.
Reason from Fallacy: Enhancing Large Language Models’ Logical Reasoning through Logical Fallacy Understanding (2024.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated good performance in many reasoning tasks, but struggle with some more complex reasoning tasks including logical reasoning.
Approach: They propose five concrete tasks from three cognitive dimensions of WHAT, WHY, and HOW to evaluate LLMs’ capability of logical fallacy understanding.
Outcome: The proposed dataset can be used to evaluate LLMs’ LFU capability and to fine-tune LLM models to obtain significantly enhanced performance on logical reasoning.
From Charts to Code: A Hierarchical Benchmark for Multimodal Models (2026.acl-long)

Copied to clipboard

Challenge: Chart2Code is a new benchmark for evaluating the natural language to chart code generation capabilities of large multimodal models.
Approach: They introduce Chart2Code, a new benchmark for evaluating the natural language to chart code generation capabilities of large multimodal models.
Outcome: The proposed benchmark is the first to scale task complexity while capturing diverse scenarios.
HERB: Measuring Hierarchical Regional Bias in Pre-trained Language Models (2022.findings-aacl)

Copied to clipboard

Challenge: Existing methods do not examine social groups categorised by geographical information, leaving the region-related biases in pre-trained LMs unexplored.
Approach: They propose a hierarchical regional bias evaluation method to quantify regional bias in pre-trained language models.
Outcome: The proposed method evaluates regional bias with regard to comprehensive topics and measures potential regional bias that can be propagated to downstream tasks.
ActiView: Evaluating Active Perception Ability for Multimodal Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for evaluating MLLMs have not addressed active perception . a novel benchmark is proposed to evaluate active perception in ML models .
Approach: They propose a benchmark to evaluate active perception in Multimodal Large Language Models . they restrict the perceptual field of a model and require it to actively zoom or shift it .
Outcome: The proposed benchmark focuses on a specialized form of Visual Question Answering (VQA) that eases and quantifies the evaluation yet challenging for existing MLLMs.
Chain-of-Scrutiny: Detecting Backdoor Attacks for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated impressive capabilities across various domains, but are vulnerable to backdoor attacks.
Approach: They propose a chain-of-scrutiny approach which leverages LLMs’ unique reasoning abilities to mitigate backdoor attacks.
Outcome: The proposed model is well-suited for the popular API-only LLM deployments, enabling detection at minimal cost and with little data.
Few-shot Query-Focused Summarization with Prefix-Merging (2022.emnlp-main)

Copied to clipboard

Challenge: Query-focused summarization has been considered as an important extension for text summarizing . lack of large-scale datasets hinders its development .
Approach: They propose to integrate text summarization and question answering into a prefix-based pretraining strategy for few-shot learning in query-focused summarizing.
Outcome: The proposed prefix-based pretraining outperforms fine-tuning on query-focused summarization.
Towards Robustness of Text-to-SQL Models Against Natural and Realistic Adversarial Table Perturbation (2022.acl-long)

Copied to clipboard

Challenge: Existing Text-to-SQL parsers are vulnerable to perturbations in NL questions . we propose the Adversarial Table Perturbation (ATP) as a new attacking paradigm .
Approach: They propose to use the Adversarial Table Perturbation to measure robustness of Text-to-SQL parsers against adversarial perturbations.
Outcome: The proposed approach outperforms baseline methods in robustness evaluations on ADVETA and can be used in future projects.
LIFTED: Multimodal Clinical Trial Outcome Prediction via Large Language Models and Mixture-of-Experts (2025.findings-emnlp)

Copied to clipboard

Challenge: Clinical trials are costly and pivotal processes that require substantial expenses . a new approach to integrate multimodal data for clinical outcome prediction is needed .
Approach: a proposed framework transforms modality-specific data into natural language descriptions . a sparse Mixture-of-Experts mechanism then identifies shared patterns across modalities .
Outcome: a proposed framework outperforms baseline methods in predicting clinical trial outcomes . it transforms modality-specific data into natural language descriptions, encoded via unified encoders .
LLM-Powered Benchmark Factory: Reliable, Generic, and Efficient (2026.acl-long)

Copied to clipboard

Challenge: Using generic and efficient benchmark generators, human annotators are limited by inefficiency . current benchmark generator methods rely on seed signals, leading to long cycles and high costs .
Approach: They propose a framework to evaluate LLMs as generic benchmark generators and integrate them as BenchMaker.
Outcome: The proposed framework achieves comparable performance to human-annotated benchmarks on most metrics.
VET: Verifiable Execution Tracing for Reliable Text-to-SQL Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for text-to-SQL generation are prone to hallucinations and grounding . authors present a novel reasoning paradigm that transforms text- to-Sql from unverifiable textual rationales into step-wise executable semantics.
Approach: They propose a reasoning paradigm that transforms text-to-SQL from unverifiable textual rationales into step-wise executable semantics.
Outcome: The proposed reasoning paradigm transforms text-to-SQL from unverifiable textual rationales into step-wise executable semantics.
Learning Slice-Aware Representations with Mixture of Attentions (2021.findings-acl)

Copied to clipboard

Challenge: Real-world machine learning systems are achieving excellent performance in terms of coarse-grained metrics like overall accuracy and F-1 score.
Approach: They extend slice-based learning (SBL) with a mixture of attentions to learn slice-aware dual attentive representations.
Outcome: The proposed approach outperforms the baseline method and the original SBL approach on monitored slices with two natural language understanding tasks.
Zero-Shot Cross-Lingual Transfer of Neural Machine Translation with Multilingual Pretrained Encoders (2021.emnlp-main)

Copied to clipboard

Challenge: Existing work on improving cross-lingual transferability of NMT model is under-explored.
Approach: They propose a model that leverages a multilingual pretrained encoder to improve cross-lingual transferability.
Outcome: The proposed model outperforms mBART and m2m-100 on a zero-shot cross-lingual transfer task.
Detection-Correction Structure via General Language Model for Grammatical Error Correction (2024.acl-long)

Copied to clipboard

Challenge: Grammatical error correction (GEC) is a task dedicated to rectifying texts with minimal edits.
Approach: They propose a detection-correction structure based on the general language model which integrates detection and correction into a single model.
Outcome: The proposed model outperforms the state-of-the-art models on English and Chinese datasets.
SAC: Neural Speech Codec with Semantic-Acoustic Dual-Stream Quantization (2026.acl-long)

Copied to clipboard

Challenge: Existing speech codecs struggle to balance high-quality reconstruction with semantically rich representations, limiting their effectiveness in both generative and understanding tasks.
Approach: They propose a neural speech codec with semantic-acoustic dual-stream quantization that disentangles semantic and acousian modeling into two dedicated streams.
Outcome: The proposed codec outperforms state-of-the-art speech tokenizers in auto-propagating text-to-speech models.
MiLoRA: Harnessing Minor Singular Components for Parameter-Efficient LLM Finetuning (2025.naacl-long)

Copied to clipboard

Challenge: Efficient finetuning of large language models (LLMs) aims to adapt the LLMs with reduced computational and memory costs.
Approach: They propose a simple yet effective method that initializes low-rank matrices with Gaussian distribution and zero values while keeping the original weight matrics frozen.
Outcome: The proposed approach only updates the minor components of the weight matrix while keeping the principal singular components frozen.
LMTurk: Few-Shot Learners as Crowdsourcing Workers in a Language-Model-as-a-Service Framework (2022.findings-naacl)

Copied to clipboard

Challenge: Recent work shows that large-scale pretrained language models (PLMs) are effective few-shot learners.
Approach: They propose a method that treats few-shotlearners as crowdsourcing workers . they propose to use these workers to train models that solve a task well .
Outcome: The proposed approach treats few-shotlearners as crowdsourcing workers . the resulting annotations can be utilized to train models that solve the task well .
Reflection on Knowledge Graph for Large Language Models Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for supplementing Large Language Models (LLMs) with knowledge graphs often introduce noise in the retrieval and reasoning pipeline, hindering their ability to integrate external knowledge for complex multi-hop question answering.
Approach: They propose a framework to enhance LLMs' reasoning capabilities through reflective engagement with knowledge graphs by Query Decoupling, LLM-Driven Knowledge Graph Exploration, and Inference with Knowledge Reconstruction.
Outcome: The proposed framework integrates external knowledge into LLMs and trains them to leverage this knowledge for answering questions.
LDM2: A Large Decision Model Imitating Human Cognition with Dynamic Memory Enhancement (2023.findings-emnlp)

Copied to clipboard

Challenge: Extensive experiments conducted in two interactive environments have shown that our LDM2 outperforms the baselines in terms of both score and success rate.
Approach: They propose a large decision model with memory that leverages a dynamic memory mechanism to construct dynamic prompts, guiding the LLMs in making proper decisions according to the faced state.
Outcome: The proposed model outperforms baseline models in two interactive environments in terms of score and success rate.
JiraiBench: A Bilingual Benchmark for Evaluating Large Language Models’ Detection of Human risky health behavior Content in Jirai Community (2026.eacl-long)

Copied to clipboard

Challenge: a cross-lingual dataset captures a transnational cultural phenomenon . risky health behaviors (RHB) are often linked to complex mental health conditions .
Approach: They present the first cross-lingual dataset that captures a transnational cultural phenomenon . their dataset of more than 15,000 annotated social media posts forms the core of JiraiBench .
Outcome: The study shows that cultural context can be more influential than linguistic similarity . the study also shows that the Japanese prompts better handle Chinese content .
Explanation based In-Context Demonstrations Retrieval for Multilingual Grammatical Error Correction (2025.naacl-long)

Copied to clipboard

Challenge: Grammatical error correction (GEC) aims to correct grammatical, spelling, and semantic errors in natural language text.
Approach: They propose a retrieval method based on natural language grammatical error explanations to match inputs with pre-constructed databases where explanations for erroneous samples are generated by LLMs.
Outcome: The proposed method outperforms existing semantic and BM25-based retrieval techniques without additional training or language adaptation.
Hypergraph based Understanding for Document Semantic Entity Recognition (2024.acl-long)

Copied to clipboard

Challenge: Existing document understanding models focus on entity categories while ignoring the extraction of entity boundaries.
Approach: They propose a hypergraph attention document semantic entity recognition framework which uses hypergraph focus to focus on entity boundaries and entity categories at the same time.
Outcome: The proposed framework can improve the performance of existing models on FUNSD, CORD, XFUND and SROIE.
Instruction-following Evaluation through Verbalizer Manipulation (2024.findings-naacl)

Copied to clipboard

Challenge: Existing benchmarks focus on common instructions that align well with what the model learned during training, but proficiency in responding to these instructions does not necessarily imply strong ability in instruction following.
Approach: They propose a new instruction-following evaluation protocol called verbalizer manipulation that instructs the model to verbalize the task label with words aligning with model priors to different extents.
Outcome: The proposed protocol can be integrated with any classification benchmark to examine the model’s reliance on priors and its ability to override them to accurately follow the instructions.
Learning from Contrasts: Synthesizing Reasoning Paths from Diverse Search Trajectories (2026.acl-long)

Copied to clipboard

Challenge: MCTS methods retain only the single highest-reward trajectory, discarding comparative signals present in the many explored paths.
Approach: They propose a framework that transforms supervision extraction into a synthesis procedure.
Outcome: The proposed framework matches or exceeds baselines on 60K CRPS-synthesized examples on out-of-domain benchmarks.
End-to-End Modeling via Information Tree for One-Shot Natural Language Spatial Video Grounding (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for grounding video frames with dense annotations require enormous amount of human effort.
Approach: They propose to ground natural language in video frames with only one frame labeled . they propose an end-to-end model that eliminates interference of irrelevant frames .
Outcome: The proposed model can ground natural language in all video frames with only one frame labeled . the proposed model eliminates interference of irrelevant frames based on branch search and cropping techniques .
Reasoning as Gradient: Scaling MLE Agents Beyond Tree Search (2026.findings-acl)

Copied to clipboard

Challenge: LLM-based agents for machine learning engineering rely on tree search to rank candidates.
Approach: They propose an LLM-based agent that operationalizes gradient-based optimization.
Outcome: The proposed agent achieves a state-of-the-art 35.1% any-medal rate on MLE-Bench with a limited budget on a single GPU.
Adaptive Hyper-parameter Learning for Deep Semantic Retrieval (2023.emnlp-industry)

Copied to clipboard

Challenge: Existing methods for deep semantic retrieval are highly sensitive to hyper-parameters . a novel adaptive metric learning method is proposed to overcome this limitation .
Approach: They propose a method that adaptively obtains hyper-parameters without fixed or extra-trainable hyper-parmeters . they adopt a symmetric metric learning method to mitigate model collapse issues .
Outcome: The proposed method outperforms existing methods on a real-world dataset and brings economic benefits.
Learning Personalized Alignment for Evaluating Open-ended Text Generation (2024.emnlp-main)

Copied to clipboard

Challenge: Traditional evaluation metrics rely heavily on lexical similarity with human-written references, showing poor correlation with human judgments and failing to account for alignment with the diversity of human preferences.
Approach: They propose an interpretable evaluation framework that evaluates alignment with specific human preferences by providing detailed comments and fine-grained scoring.
Outcome: The proposed framework outperforms GPT-4 in Kendall correlation and accuracy with zero-shot reviewers.
Learning When to Translate for Streaming Speech (2022.acl-long)

Copied to clipboard

Challenge: Existing methods waiting-and-translating for a fixed duration break speech acoustic units . Existing models waiting-for a set duration and generating partial sentences are not effective .
Approach: They propose a monotonic segmentation module inside an encoder-decoder model to detect proper speech unit boundaries for a streaming speech input.
Outcome: The proposed method outperforms existing methods on a speech translation dataset and achieves the best trade-off between translation quality and latency.
SPHERE: Unveiling Spatial Blind Spots in Vision-Language Models Through Hierarchical Evaluation (2025.acl-long)

Copied to clipboard

Challenge: Current vision-language models lack multi-dimensional spatial reasoning capabilities for human-like understanding and applications.
Approach: They propose a hierarchical evaluation framework that probes models across increasing levels of complexity and integrates spatial, visual, and logical understanding.
Outcome: The proposed framework probes models across increasing levels of complexity, from basic skills to multi-skill integration and high-level reasoning that combines spatial, visual, and logical understanding.
UHGEval: Benchmarking the Hallucination of Chinese Large Language Models via Unconstrained Generation (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) produce hallucinated text, compromising their practical utility in professional contexts.
Approach: They have developed an unconstrained hallucination generation evaluation benchmark that contains hallucines generated by large language models with minimal restrictions.
Outcome: The proposed benchmarks are based on a Chinese-language dataset that is lacking in the field.
Feature-Adaptive and Data-Scalable In-Context Learning (2024.acl-long)

Copied to clipboard

Challenge: In-context learning (ICL) is a popular way to stimulate LLM capabilities for downstream tasks due to context length constraints.
Approach: They propose a feature-adaptive and data-scalable in-context learning framework which leverages task-adaptives to promote inference on the downstream task.
Outcome: The proposed framework outperforms state-of-the-art methods on 10 datasets under different data settings and LLM scale.
Generate, Discriminate and Contrast: A Semi-Supervised Sentence Representation Learning Framework (2022.emnlp-main)

Copied to clipboard

Challenge: Existing supervised sentence embedding techniques rely on expensive human-annotated sentence pairs as the supervised signals.
Approach: They propose a semi-supervised sentence embedding framework that leverages large-scale unlabeled data.
Outcome: The proposed framework surpasses state-of-the-art methods on four domain adaptation tasks.
OmniEvent: A Comprehensive, Fair, and Easy-to-Use Toolkit for Event Understanding (2023.emnlp-demo)

Copied to clipboard

Challenge: Event understanding is fundamental for humans to understand the world.
Approach: They propose an event understanding toolkit called OmniEvent that is comprehensive and fair . it supports mainstream modeling paradigms and the processing of 15 widely-used datasets .
Outcome: The toolkit supports mainstream modeling paradigms and the processing of 15 widely-used English and Chinese datasets.
From Synthesis to Clinical Assistance: A Strategy-Aware Agent Framework for Autism Intervention based on Real Clinical Dataset (2026.acl-long)

Copied to clipboard

Challenge: Applied Behavior Analysis (ABA) is the gold standard for clinical intervention, but large language models struggle to adhere to its standardized procedures.
Approach: They propose a strategy-aware framework to unify high-fidelity intervention dialogue synthesis and clinical decision support.
Outcome: Experiments show that ASDAgent achieves nearly 80% strategic consistency with human experts.
NOTABLE: Transferable Backdoor Attacks Against Prompt-based NLP Models (2023.acl-long)

Copied to clipboard

Challenge: Existing backdoor attacks against prompt-based learning involve injecting back doors into embedding layers or word embedders.
Approach: They propose a backdoor attack against prompt-based learning that injects backdoors into embedding layers or word embeddable vectors.
Outcome: The proposed backdoor attack outperforms two state-of-the-art models on six NLP tasks and three prompting strategies.
Task-oriented Domain-specific Meta-Embedding for Text Classification (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods neglect domain-specific knowledge and use the same word embedding for each word in all domain-specified datasets.
Approach: They propose a method to incorporate domain-specific and task-oriented information into meta-embeddings by combining pre-trained word embeddings.
Outcome: The proposed method performs well on four text classification datasets and shows that it is compatible with existing methods.
Empowering Large Language Models for Textual Data Augmentation (2024.findings-acl)

Copied to clipboard

Challenge: True. True. False
Approach: False slants are proposed to generate a large pool of augmentation instructions and select the most suitable task-informed instructions.
Outcome: False omissions: the proposed approach consistently generates augmented data with better quality compared to non-LLM and LLM-based data augmentation methods.
OpenHuEval: Evaluating Large Language Model on Hungarian Specifics (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) represent significant strides toward artificial general intelligence (AGI).
Approach: They introduce OpenHuEval, the first benchmark for LLMs focusing on the Hungarian language and specifics.
Outcome: The framework reveals intrinsic patterns and mechanisms of LLMs in non-English languages, with Hungarian serving as an example.
Topology-of-Question-Decomposition: Enhancing Large Language Models with Information Retrieval for Knowledge-Intensive Tasks (2025.coling-main)

Copied to clipboard

Challenge: Large language models (LLMs) are constrained to chaining immediate reasoning steps and relying solely on parametric knowledge.
Approach: They propose a framework that activates retrieval only when necessary to improve answer accuracy.
Outcome: Experiments show that the proposed framework improves performance in knowledge-intensive tasks.
Context-DPO: Aligning Language Models for Context-Faithfulness (2025.findings-acl)

Copied to clipboard

Challenge: Context-DPO is the first alignment method specifically designed to enhance contextfaithfulness for large language models.
Approach: They propose a benchmark that simulates Retrieval-Augmented Generation scenarios with knowledge conflicts to evaluate context-faithfulness.
Outcome: The proposed method improves LLMs' context-faithfulness by 35% to 280% over open-source models.
Curriculum-RLAIF: Curriculum Alignment with Reinforcement Learning from AI Feedback (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to align large language models with human preferences are limited in generalizability due to distribution shift, preference label noise, and mismatch of challenging samples with model capacity.
Approach: They propose a framework that constructs preference pairs with varying difficulty levels and then produces a specific curriculum for reward model training.
Outcome: The proposed framework improves generalizability of reward models by a significant margin without incurring additional inference costs compared to existing non-curriculum baselines.
Rethinking Document-Level Relation Extraction: A Reality Check (2023.findings-acl)

Copied to clipboard

Challenge: Recent efforts push up performance boundaries of document-level relation extraction (DocRE) but these efforts are not promising.
Approach: They construct four types of entity mention attacks to examine model robustness . they also have a close check on model usability in a more realistic setting .
Outcome: The proposed model is based on a strong or untenable assumption in common . the model is robust under four types of mention attacks and usable in a realistic setting .
MegaAgent: A Large-Scale Autonomous LLM-based Multi-Agent System Without Predefined SOPs (2025.findings-acl)

Copied to clipboard

Challenge: Existing multi-agent systems lack agent coordination and rely on predefined procedures . existing systems lack adaptive task coordination when task is big and complex .
Approach: They propose a large-scale autonomous LLM-based multi-agent system that generates agents based on task complexity and enables dynamic task decomposition, parallel execution, efficient communication and comprehensive system monitoring.
Outcome: The proposed system outperforms existing systems in task completion efficiency and scalability.
AgentBank: Towards Generalized LLM Agents via Fine-Tuning on 50000+ Interaction Trajectories (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies focus on specialized agents designed for particular tasks.
Approach: They propose to scale annotated interaction trajectories and fine-tune LLMs on AgentBank to get a series of agent models, Samoyed.
Outcome: The proposed model can scale to get generalized agent capabilities.
How Well Do LLMs Handle Cantonese? Benchmarking Cantonese Capabilities of Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Cantonese has scant representation in NLP research, especially compared to other languages from similarly developed regions.
Approach: They propose to evaluate Cantonese LLM performance in factual generation, mathematical logic, complex reasoning, and general knowledge in Cantonesian.
Outcome: The proposed models will evaluate Cantonese's performance in factual generation, mathematical logic, complex reasoning, and general knowledge in Cantone.
Neutralizing Bias in LLM Reasoning using Entailment Graphs (2025.findings-acl)

Copied to clipboard

Challenge: Natural Language Inference (NLI) is a foundational understanding task in language understanding.
Approach: They propose a framework to construct counterfactual reasoning data and fine-tune LLMs to reduce attestation bias.
Outcome: The proposed framework reduces hallucinations from attestation bias on original and bias-neutralized datasets while keeping hypotheses unchanged.
Large Language Models in Bioinformatics: A Survey (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are revolutionizing bioinformatics, enabling advanced analysis of DNA, RNA, proteins, and single-cell data.
Approach: They examine the evolution of Large Language Models (LLMs) in bioinformatics and precision medicine by focusing on genomic sequence modeling, RNA structure prediction, protein function inference, and single-cell transcriptomics.
Outcome: The proposed models are capable of predicting RNA structure and function and predicting single-cell transcriptomics.
TritonBench: Benchmarking Large Language Model Capabilities for Generating Triton Operators (2025.findings-acl)

Copied to clipboard

Challenge: Triton is a high-level Python-like programming language for building efficient GPU kernels.
Approach: They propose a TritonBench benchmark that provides a comprehensive evaluation of Tritonic operators on widely deployed GPUs.
Outcome: The proposed benchmarks show that current LLMs struggle to generate efficient Triton operators on widely deployed GPUs aligned with industry applications.
Token Prepending: A Training-Free Approach for Eliciting Better Sentence Embeddings from LLMs (2025.acl-long)

Copied to clipboard

Challenge: Recent studies have focused on prompt engineering to extract sentence embeddings from large language models (LLMs) but these models are mostly decoder-only and the earlier tokens in the sentence cannot attend to the latter, resulting in biased encoding of sentence information and cascading effects on the final decoded token.
Approach: They propose a plug-and-play and training-free technique that prepends each layer’s decoded sentence embedding to the beginning of the sentence in the next layer’ s input.
Outcome: The proposed technique can significantly improve the performance of existing prompt-based sentence embedding methods across different LLMs while incurring negligible additional inference cost.
FOREVER: Forgetting Curve-Inspired Memory Replay for Language Model Continual Learning (2026.acl-long)

Copied to clipboard

Challenge: Continual learning (CL) for large language models (LLMs) aims to enable sequential knowledge acquisition without catastrophic forgetting.
Approach: They propose a framework that aligns replay schedules with a model-centric notion of time.
Outcome: Experiments on three benchmarks show that FOREVER consistently mitigates catastrophic forgetting.
MAKAR: a Multi-Agent framework based Knowledge-Augmented Reasoning for Grounded Multimodal Named Entity Recognition (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for GMNER fail to address semantic ambiguity caused by polysemy and long-tail distribution of datasets.
Approach: They propose a framework for Grounded Multimodal Named Entity Recognition that leverages a Multimodal Large Language Model to address semantic ambiguity.
Outcome: Extensive experiments show that the proposed framework outperforms existing methods on two benchmark datasets.
ChartVerse: Scaling Chart Reasoning via Reliable Programmatic Synthesis from Scratch (2026.acl-long)

Copied to clipboard

Challenge: Existing open-source vision language models lack high-quality training data for chart reasoning . current models are simplistic and repetitive, while associated QA pairs are prone to hallucinations .
Approach: They propose a framework to synthesize complex charts and reliable reasoning data from scratch.
Outcome: Experimental results show that ChartVerse-8B surpasses existing models in QA and difficulty . lack of high-quality training data hampers development of open-source models .
LRMM: Learning to Recommend with Missing Modalities (D18-1)

Copied to clipboard

Challenge: Existing methods for content-based recommendation with missing or corrupted modalities are lacking in learning multimodal models.
Approach: They propose a multimodal multimodal autoencoder that learns multimodal representations for complementing and imputing missing modalities.
Outcome: The proposed framework achieves state-of-the-art performance on rating prediction tasks and is more robust to previous methods in alleviating data-sparsity and the cold-start problem.
MDERank: A Masked Document Embedding Rank Approach for Unsupervised Keyphrase Extraction (2022.findings-acl)

Copied to clipboard

Challenge: Keyphrase extraction (KPE) extracts phrases in a document that provide a concise summary of the core content.
Approach: They propose an unsupervised keyphrase extraction method that ranks candidates by similarity between embeddings of source document and masked document.
Outcome: The proposed method outperforms state-of-the-art methods on six benchmarks . it achieves average 3.53 improvement over the existing method .
Draft & Verify: Lossless Large Language Model Acceleration via Self-Speculative Decoding (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for accelerating Large Language Models have been criticized for their inference costs and inefficient decoding.
Approach: They propose a self-speculative decoding approach for accelerating Large Language Models without an auxiliary model.
Outcome: The proposed method achieves a speedup of up to 1.99 with no additional neural network training and no extra memory footprint.
Beyond Surface-Level Pattern Trap: LLM Agents for Faster and Smarter Cross-Architecture Code Migration (2026.findings-acl)

Copied to clipboard

Challenge: cross-architecture code migration is a resource-intensive and errorprone task.
Approach: a framework for cross-architecture code migration is proposed to decouple implementation details through functional mining and code refactoring.
Outcome: a new framework improves performance and correctness over state-of-the-art frameworks on OpenCV migration tasks.
I-AM-G: Interest Augmented Multimodal Generator for Item Personalization (2024.emnlp-main)

Copied to clipboard

Challenge: e-commerce and recommender systems lack a framework for personalized generation . a new framework extracts tags from multimodal information of items that the user has interacted with .
Approach: They propose a framework that extracts tags from multimodal information and rewrites item description . they then use a decoupled text-to-text and image-to image retriever to search for similar item text .
Outcome: The proposed framework can generate results aligned with user preferences . it can be used in e-commerce and recommender systems to win over diverse user base .
Make Every Penny Count: Difficulty-Adaptive Self-Consistency for Cost-Efficient Reasoning (2025.findings-naacl)

Copied to clipboard

Challenge: Existing decoding strategies for chain-of-thought reasoning do not exploit prior information about question difficulty.
Approach: They propose a decoding strategy called self-consistency to improve reasoning performance by adjusting the number of samples based on the posterior distribution of a set of pre-samples.
Outcome: The proposed method outperforms baseline methods on arithmetic, commonsense and symbolic reasoning tasks while achieving comparable performance.
Hypoformer: Hybrid Decomposition Transformer for Edge-friendly Neural Machine Translation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods to compress Transformer are limited to sub-components, e.g., selfattention networks or embedding layer.
Approach: They propose a Hybrid Tensor-Train decomposition which retains full rank and meanwhile reduces operations and parameters.
Outcome: The proposed model outperforms light-weight SOTA methods on three translation tasks and achieves 7.1 points absolute improvement in BLEU and 1.27 X speedup on IWSLT’14 De-En task.
SLARD: A Chinese Superior Legal Article Retrieval Dataset (2025.coling-main)

Copied to clipboard

Challenge: Existing retrieval methods struggle to achieve ideal results, a study finds . existing large language models lack prior knowledge of the content of superior legal articles .
Approach: They propose to use a Chinese superior legal article retrieval dataset to find relevant articles with higher legal effectiveness.
Outcome: The proposed dataset shows that existing retrieval methods struggle to achieve ideal results.
CODE-MVP: Learning to Represent Source Code from Multiple Views with Contrastive Pre-Training (2022.findings-naacl)

Copied to clipboard

Challenge: Recent studies have focused on code representation learning, which aims to represent the semantics of source code into distributed vectors.
Approach: They propose to integrate different views with the natural-language description of source code into a unified framework with Multi-View contrastive Pre-training.
Outcome: The proposed model outperforms state-of-the-art models on three downstream tasks over five datasets.
Detecting Subtle Differences between Human and Model Languages Using Spectrum of Relative Likelihood (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for detecting modelgenerated texts from human texts are limited by the fact that absolute likelihood values of texts are bound to certain linguistic and cognitive constraints.
Approach: They propose to use relative likelihood values instead of absolute ones to extract useful features from the spectrum-view of likelihood for the human-model text detection task.
Outcome: The proposed method can reveal subtle differences between human and model languages, which find theoretical roots in psycholinguistics studies.
Enhancing Retrieval-Augmented Generation via Evidence Tree Search (2025.acl-long)

Copied to clipboard

Challenge: Evidence retrieval is used to enhance Large Language Models (LLMs) but in real-world applications, it often returns lengthy documents with redundant or irrelevant content, confusing downstream readers.
Approach: They propose a framework that reformulates evidence retrieval as a dynamic tree expansion process.
Outcome: The proposed framework outperforms existing methods on five datasets.
Interpretable Graph-Language Modeling for Detecting Youth Illicit Drug Use (2026.findings-eacl)

Copied to clipboard

Challenge: Illicit drug use among teens and young adults remains a public health concern . existing models ignore latent and interconnected structures among survey variables .
Approach: They propose a joint graph-language modeling framework to detect illicit drug use among TYAs . they use large-scale surveys such as the Youth Risk Behavior Survey and the National Survey on Drug Use and Health to analyze data .
Outcome: The proposed framework outperforms baseline models on YRBS and NSDUH datasets in predictive accuracy.
Towards Robust Neural Machine Translation with Iterative Scheduled Data-Switch Training (2022.coling-1)

Copied to clipboard

Challenge: Existing methods on robust neural machine translation (NMT) construct adversarial examples by injecting noise into authentic examples and indiscriminately exploit two types of examples.
Approach: They propose an iterative scheduled data-switch training framework to mitigate this problem by injecting noise into authentic examples and indiscriminately exploiting two types of examples.
Outcome: The proposed model outperforms several competitive benchmarks on four translation benchmarks.
LightningDOT: Pre-training Visual-Semantic Embeddings for Real-Time Image-Text Retrieval (2021.naacl-main)

Copied to clipboard

Challenge: Existing pre-trained models suffer from slow inference speed due to cross-modal attention in transformer architecture.
Approach: They propose a multimodal approach that accelerates the inference time of ITR by thousands of times . they extract pre-cached feature indexes offline and employ instant dot-product matching online .
Outcome: The proposed approach outperforms existing models that consume 1000 times magnitude of computational hours using the same features.
OptiCo: Adaptive Distributed Training Optimization via Collaborative Agent Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing distributed training frameworks are plagued by over-reliance on prior profiling and poor generalization across models/hardware.
Approach: They propose a model-driven multi-agent framework that leverages Large Language Models to enable automatic and explainable distributed training strategy configuration.
Outcome: The proposed framework outperforms expert-designed training strategies within 20 iterations.
DevEval: A Manually-Annotated Code Generation Benchmark Aligned with Real-World Code Repositories (2024.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks are poorly aligned with real-world code repositories and are insufficient to evaluate the coding abilities of Large Language Models (LLMs).
Approach: They propose a repository-level benchmark named DevEval to evaluate LLMs' coding abilities in real-world code repositories.
Outcome: The proposed benchmarks show that the LLMs perform better in real-world code repositories than existing benchmarks.
Not All Errors are Equal: Learning Text Generation Metrics using Stratified Error Synthesis (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing learning metrics are limited to tasks where large human ratings are available.
Approach: They propose a model-based natural language generation (NLG) evaluation metric that is highly correlated with human judgements without requiring human annotation.
Outcome: The proposed metric outperforms all prior unsupervised metrics on multiple NLG tasks including translation, image captioning, and WebNLG text generation.
Beyond "I Don’t Know": Evaluating LLM Self-Awareness in Discriminating Data and Model Uncertainty (2026.acl-long)

Copied to clipboard

Challenge: Prior studies treat refusal as a generic "I don't know" lack of distinction limits downstream action decisions like requesting clarification or invoking external tools.
Approach: They propose a benchmark to evaluate explicit uncertainty attribution in large language models.
Outcome: The proposed method improves uncertainty attribution while preserving answer accuracy.
DrAgent: Empowering Large Language Models as Medical Agents for Multi-hop Medical Reasoning (2025.findings-emnlp)

Copied to clipboard

Challenge: commercial LLMs can be difficult to use in real-world clinical decision-making . a lightweight LLM can be used to collaborate with diverse clinical tools .
Approach: They propose a lightweight LLM that can be used to build medical LLMs as agents . they use recursive curriculum learning to optimize the LLM in an easy-to-hard progression .
Outcome: The proposed approach outperforms human experts in medical examinations on diverse datasets.
Improving Knowledge Graph Embedding Using Simple Constraints (P18-1)

Copied to clipboard

Challenge: Recent efforts focused on designing more complicated models or incorporating extra information beyond triples.
Approach: They propose to use non-negativity constraints on entity representations and approximate entailment constraints on relation representations to improve KG embedding.
Outcome: The proposed model outperforms baseline models on WordNet, Freebase, and DBpedia.
Generative Text-to-Image Retrieval via Hierarchical Identifiers and Semantic Internalization (2026.findings-acl)

Copied to clipboard

Challenge: Existing text-to-image retrieval methods suffer from limited semantic discriminability, alignment bias, and closed-set restrictions.
Approach: They propose a framework for semantic internalization for Generative Multimodal Alignment . they construct multi-granularity hierarchical identifiers to ensure unique, semantically consistent image representations .
Outcome: The proposed framework outperforms state-of-the-art frameworks on Flickr30K and MS-COCO datasets . it achieves average Recall@1, Recall @5, and Recall_10 improvements of 10.65%, 8.50%, and 7.00% .
IterAlign: Iterative Constitutional Alignment of Large Language Models (2024.naacl-long)

Copied to clipboard

Challenge: Empirical results show that iterAlign improves truthfulness, helpfulness, harmlessness and honesty, improving the LLM alignment by up to 13.5% in harmlessness.
Approach: They propose a data-driven constitution discovery and self-alignment framework called IterAlign to overcome these drawbacks by leveraging red teaming to uncover weaknesses of an LLM.
Outcome: Empirical results show that iterAlign improves truthfulness, helpfulness, harmlessness and honesty by up to 13.5%.
LoopCoder: Scaling Code Intelligence via Looped Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Large language models have mastered syntax-level code generation, but complex algorithmic reasoning remains a challenge.
Approach: They propose a recurrent inductive bias that aligns with the recursive nature of programming logic.
Outcome: The proposed model achieves comparable performance to standard dense models with more parameters.
A Simple and Effective Approach to Robust Unsupervised Bilingual Dictionary Induction (2020.coling-main)

Copied to clipboard

Challenge: Recent work has questioned the robustness of unsupervised bilingual dictionary induction methods on distant language pairs.
Approach: They propose an iterative dimension reduction method to bridge this gap . they propose a method that initializes and self-learning and inducing a dictionary .
Outcome: The proposed method achieves 13.64 55.53% accuracy between English and four distant languages.
A Static Evaluation of Code Completion by Large Language Models (2023.acl-industry)

Copied to clipboard

Challenge: Large language models trained on code have shown great potential to increase productivity of software developers.
Approach: They propose a static evaluation framework to quantify static errors in Python code completions by leveraging Abstract Syntax Trees.
Outcome: The proposed framework is more efficient and applicable to code in the wild.
LPC: A Logits and Parameter Calibration Framework for Continual Learning (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to solve catastrophic forgetting problem are varied . current approaches to learn continuous learning are based on replay-based methods .
Approach: They propose to calibrate parameters and logits so that preserving old parameters and generalized learning on new concepts can be solved simultaneously.
Outcome: The proposed model achieves state-of-the-art performance in all scenarios.
SelfRACG: Enabling LLMs to Self-Express and Retrieve for Code Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing retrieval-augmented code generation methods fail to accurately fetch the knowledge required for code generation for consecutive code fragments.
Approach: They propose a paradigm that enables large language models to Self-express their information needs to enhance retrieval-augmented code generation methods.
Outcome: Experiments show that SelfRACG can retrieve external knowledge that better aligns with the LLM’s own information needs, resulting in superior generation performance compared to vanilla RACG.
RACER: Retrieval-Augmented Contextual Rapid Speculative Decoding (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for decoding large language models generate one token per step, causing high inference latency.
Approach: They propose a method that integrates retrieved exact patterns with logit-driven future cues.
Outcome: Experiments on Spec-Bench, HumanEval, and MGSM-ZH show that RACER outperforms training-free methods and accelerates inference.
Towards Controllable Speech Synthesis in the Era of Large Language Models: A Systematic Survey (2025.emnlp-main)

Copied to clipboard

Challenge: Text-to-speech (TTS) has advanced from generating natural-sounding speech to enabling fine-grained control over speech attributes.
Approach: They provide a review of controllable TTS methods from traditional control techniques to emerging approaches using natural language prompts.
Outcome: The proposed methods are based on models, strategies, and features, and summarize challenges, datasets, and evaluations.
Evaluating Text Generation Quality Using Spectral Distances of Surprisal (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing metric fails to capture text surprisal, but FACE-2 produces stronger agreement with human preferences.
Approach: They propose a new automatic evaluation metric for open-ended text generation . they propose metric that extracts the dynamic patterns (spectrum) of text surprisal .
Outcome: The proposed metric outperforms existing methods in revealing the model scaling effect . it produces stronger agreement with human preferences from a large human-annotated dataset .
On LLM-Based Scientific Inductive Reasoning Beyond Equations (2025.emnlp-main)

Copied to clipboard

Challenge: Existing research on inductive reasoning models emphasizes rule design without grounding them in specific scenarios.
Approach: They propose to use LLMs to learn underlying patterns from limited examples in entirely new environments.
Outcome: The proposed benchmark evaluates the inductive reasoning abilities of large language models in scientific settings.
Turning the Tide: Repository-based Code Reflection (2025.findings-emnlp)

Copied to clipboard

Challenge: Code large language models (LLMs) enhance programming by understanding and generating code across languages.
Approach: a new benchmark evaluates code understanding and generation in repositories using code large language models.
Outcome: The proposed model improves code understanding and generation in repositories by evaluating 1,888 test cases across 6 programming languages.
Context-aware Information-theoretic Causal De-biasing for Interactive Sequence Labeling (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing deep learning models for sequence labeling are expensive and time-consuming.
Approach: They propose an interactive sequence labeling that allows training directly with the user feedback . they identify context and feedback biases by formulating interactive sequence labels via a Structural Causal Model.
Outcome: The proposed approach can effectively alleviate the biases and can be learnt with the user feedback.
T2I-FactualBench: Benchmarking the Factuality of Text-to-Image Models with Knowledge-Intensive Concepts (2025.acl-long)

Copied to clipboard

Challenge: Existing studies on text-to-image (T2I) models focus on text alignment, image quality, and object composition capabilities.
Approach: They propose a T2I-FactualBench benchmark to evaluate the factuality of knowledge-intensive concept generation.
Outcome: The proposed framework evaluates the factuality of knowledge-intensive concept generation tasks.
Aligning Large Language Models with Implicit Preferences from User-Generated Content (2025.acl-long)

Copied to clipboard

Challenge: Existing preference learning methods rely heavily on curated data from humans or advanced LLMs, which is costly and difficult to scale.
Approach: They propose a framework that leverages implicit preferences in unlabeled user-generated content to generate preference data.
Outcome: The proposed framework transforms user-generated content into user queries and generates responses from the policy model.
Multiple Knowledge-Enhanced Interactive Graph Network for Multimodal Conversational Emotion Recognition (2024.findings-emnlp)

Copied to clipboard

Challenge: Multimodal Emotion Recognition in Conversations models struggle due to lack of Common Sense Knowledge (CSK).
Approach: They propose a multimodal approach to integrate multiple knowledge into the edge representations by integrating textual and visual CSK.
Outcome: The proposed model outperforms state-of-the-art methods on two popular datasets.
On the Consistency of Commonsense in Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing evaluations of commonsense for large language models focus on downstream knowledge tasks, failing to probe whether LLMs truly understand and utilize knowledge or merely memorize it.
Approach: They propose to automatically construct a large benchmark named CoCo which measures LLMs’ knowledge memorization, comprehension, and application and examines the consistency between these tasks.
Outcome: The proposed benchmark systematically assesses LLMs’ knowledge memorization, comprehension, and application and examines the consistency between these tasks.
AdaTooler-V: Adaptive Tool-Use for Images and Videos (2026.findings-acl)

Copied to clipboard

Challenge: Existing models exhibit blind tool-use reasoning patterns, which significantly increases inference overhead and degrades model performance.
Approach: They propose an MLLM that performs adaptive tool-use by determining whether a visual problem truly requires tools.
Outcome: The proposed model outperforms existing methods in visual reasoning tasks.
COM-MRC: A COntext-Masked Machine Reading Comprehension Framework for Aspect Sentiment Triplet Extraction (2022.emnlp-main)

Copied to clipboard

Challenge: Aspect Sentiment Triplet Extraction (ASTE) aims to extract sentiment triplets from sentences, but when faced with multiple aspect terms, the MRC-based methods could fail due to the interference from other aspect terms.
Approach: They propose a COntext-Masked MRC framework for Aspect Sentiment Triplet Extraction (ASTE) which aims to extract sentiment triplets from sentences .
Outcome: The proposed framework outperforms state-of-the-art methods on benchmark datasets and shows that it can extract sentiment triplets from multiple aspect terms.
A Chinese Dataset for Evaluating the Safeguards in Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: a recent study has shown that large language models can produce harmful responses, exposing users to unexpected risks.
Approach: They propose a dataset for the safety evaluation of Chinese LLMs in Mandarin Chinese . they extend the dataset to better identify false negative and false positive examples .
Outcome: The proposed dataset is for the safety evaluation of Chinese LLMs, and is based on a Chinese dataset.
Mitigating Visual Knowledge Forgetting in MLLM Instruction-tuning via Modality-decoupled Gradient Descent (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing fine-tuning and continual learning methods compress visual representations and emphasize task alignment over visual retention.
Approach: They propose a modality-decoupled gradient descent (MDGD) that regulates gradient updates to preserve effective rank of visual features and explicitly disentangles visual learning from task-specific alignment.
Outcome: The proposed model reduces visual forgetting and improves visual retention . it disentangles visual learning from task-specific alignment and preserves effective rank .
Data Whisperer: Efficient Data Selection for Task-Specific LLM Fine-Tuning via Few-Shot In-Context Learning (2025.acl-long)

Copied to clipboard

Challenge: Using fine-tuning on task-specific data is essential for large language models to be effective in specialized tasks.
Approach: They propose a method that leverages few-shot in-context learning with the model to be fine-tuned.
Outcome: The proposed method outperforms existing methods with a 3.1-point improvement and a 7.4 speedup on the Llama-3-8B-Instruct model using just 10% of the dataset.
Visual In-Context Learning for Large Vision-Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve the performance of Large Visual Language Models (LVLMs) are limited by cross-modal interactions and representation disparities.
Approach: They propose a Visual In-Context Learning method that retrieves images via a 'Retrieval & Rerank' paradigm and summarises images with task intent and task-specific visual parsing to compose language-based demonstrations that reduce token count.
Outcome: The proposed method reduces token count and alleviates cross-modal interaction problem on visual reasoning datasets.
PG-GSQL: Pointer-Generator Network with Guide Decoding for Cross-Domain Context-Dependent Text-to-SQL Generation (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches to text-to-SQL generation depend on interaction history and current utterances.
Approach: They propose an encoder-decoder model based on interaction-level encoder to capture historical information of SQL query and reuse the previous SQL query tokens.
Outcome: The proposed model outperforms the previous state-of-the-art model on the SParC benchmark . it achieves 34.0% question matching accuracy and 19.0% interaction matching accuracy .
Acquisition and Application of Novel Knowledge in Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for constructing new datasets rely on timestamps or simple templates that do not accurately reflect the real world.
Approach: They propose a knowledge dataset construction approach that simulates biological evolution using knowledge graphs to generate synthetic entities with diverse attributes.
Outcome: The proposed framework outperforms knowledge augmentation methods by 3.3%-38%.
KEHRL: Learning Knowledge-Enhanced Language Representations with Hierarchical Reinforcement Learning (2024.lrec-main)

Copied to clipboard

Challenge: General pre-trained language models (PLMs) leverage relation triples from knowledge graphs (KGs) and integrate external data sources into language models via self-supervised learning.
Approach: They propose to learn Knowledge-Enhanced language representations with Hierarchical Reinforcement Learning (KEHRL) to detect positions for knowledge injection and integrate external knowledge into the model to avoid injecting inaccurate or irrelevant knowledge.
Outcome: The proposed model can detect essential positions in texts for knowledge injection and integrate external knowledge into the model to avoid injecting inaccurate or irrelevant knowledge.
CLINE: Contrastive Learning with Semantic Negative Examples for Natural Language Understanding (2021.acl-long)

Copied to clipboard

Challenge: Pre-trained language models are vulnerable to simple perturbations, causing poor robustness . recent studies show that adversarial training is useless or harmful for the model to detect these semantic changes.
Approach: They propose to use adversarial training to improve the robustness of pre-trained models . they propose to construct negative examples with similar and opposite semantics .
Outcome: Empirical results show that the proposed approach improves on sentiment analysis, reasoning, and reading comprehension tasks.
Learning Language Specific Sub-network for Multilingual Machine Translation (2021.acl-long)

Copied to clipboard

Challenge: Multilingual neural machine translation models suffer from performance degradation when learning multiple languages.
Approach: They propose to use LaSS to jointly train a single unified multilingual MT model.
Outcome: The proposed model gains on 36 language pairs by up to 1.2 BLEU and zero-shot translation with 8.3 BLUE on 30 language pairs.
MCTS: A Multi-Reference Chinese Text Simplification Dataset (2024.lrec-main)

Copied to clipboard

Challenge: Existing studies on text simplification systems have focused on unsupervised methods due to the limited evaluation data in language and domain.
Approach: They propose a Chinese text simplification dataset that provides a detailed analysis and an annotation process.
Outcome: The proposed dataset evaluates the performance of unsupervised methods and advanced large language models.
Exploiting the Index Gradients for Optimization-Based Jailbreaking on Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Despite advances in training Large Language Models, they remain vulnerable to jailbreak, an adversarial attack method.
Approach: They propose an adversarial jailbreak algorithm that exploits the gradient information of the suffix tokens to accelerate the optimization process.
Outcome: The proposed model achieves 1.5x speedup while maintaining high attack success rates.
A Slot Is Not Built in One Utterance: Spoken Language Dialogs with Sub-Slots (2022.findings-acl)

Copied to clipboard

Challenge: Sub-Slot based task-oriented dialogs provide slot values segment by segment over multiple turns.
Approach: They define a task called Sub-Slot based Task-Oriented Dialog (SSTOD) they build a Chinese dialog dataset SSD for boosting research on SSTOD.
Outcome: The proposed task is called Sub-Slot based Task-Oriented Dialog (SSTOD) it includes 40K dialogs and 500K utterances from Chinese names, phone numbers, ID numbers and license plate numbers . the dataset is well annotated with sub-slot values, slot values, dialog states and actions .
MAVEN: A Massive General Domain Event Detection Dataset (2020.emnlp-main)

Copied to clipboard

Challenge: Existing datasets exhibit data scarcity and limited coverage of general-domain events.
Approach: They present a MAssive eVENt detection dataset which contains 4,480 Wikipedia documents and 168 event types.
Outcome: The proposed dataset shows that existing methods cannot achieve promising results on the small datasets.
LiveCANNBench: Benchmark SWE AI Coding for Ascend CANN (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in agents have enabled multi-file, multi-language, and dependency-aware AI coding.
Approach: They propose an SWE-level benchmark for AI coding in the Huawei Ascend CANN software stack.
Outcome: The proposed benchmark is constructed from real-world CANN repositories and consists of over 400 task instances spanning multiple file, multi-language, and execution-aware coding challenges.
Unified Demonstration Retriever for In-Context Learning (2023.acl-long)

Copied to clipboard

Challenge: In-context learning is a new learning paradigm where a language model conditions on a few input-output pairs (demonstrations) and a test input, and directly outputs the prediction.
Approach: They propose a single model to retrieve demonstrations for a wide range of tasks by combining training signals from various tasks into a unified list-wise ranking formulation by language model’s feedback.
Outcome: The proposed model outperforms baselines on 30+ tasks across 13 task families and multiple data domains.
Extracting Topics with Simultaneous Word Co-occurrence and Semantic Correlation Graphs: Neural Topic Modeling for Short Texts (2021.findings-emnlp)

Copied to clipboard

Challenge: Empirical results validate that DWGTM can generate more semantically coherent topics than baseline topic models.
Approach: They develop a neural topic model which extracts topics from word co-occurrence graphs . Empirical results validate that DWGTM can generate more semantically coherent topics than baseline topic models.
Outcome: Empirical results show that the proposed model can generate more coherent topics than baseline topic models.
PLATO-Ad: A Unified Advertisement Text Generation Framework with Multi-Task Prompt Learning (2022.emnlp-industry)

Copied to clipboard

Challenge: Online advertisement text generation models have achieved remarkable success in generating high-quality text ads, but some challenges remain, such as low-resource scenarios and training efficiency for multiple ad tasks.
Approach: They propose a unified text ad generation framework with multi-task prompt learning to tackle low-resource ade generation problem and a multi-step prompt learning mechanism to efficiently solve multiple aed generation tasks.
Outcome: The proposed framework outperforms the state-of-the-art on offline and online metrics.
GAPO: Learning Preferential Prompt through Generative Adversarial Policy Optimization (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for achieving this require a limited understanding of constraints and can be hallucinating or brittle.
Approach: They propose a framework that combines adversarial training dynamics with an encoder-only reward model to progressively learn and adapt to increasingly complex constraints.
Outcome: Extensive experiments show that GAPO significantly outperforms existing methods like PPO, DPO, and KTO in fine-grained constraints.
Query2Triple: Unified Query Encoding for Answering Diverse Complex Queries over Knowledge Graphs (2023.findings-emnlp)

Copied to clipboard

Challenge: Complex Query Answering (CQA) is a challenge task of Knowledge Graphs due to incompleteness of KGs.
Approach: They propose a query embedding approach that decouples the training for simple and complex queries.
Outcome: The proposed approach decouples training for simple and complex queries and achieves state-of-the-art performance over three public benchmarks.
Importance of Synthesizing High-quality Data for Text-to-SQL Parsing (2023.findings-acl)

Copied to clipboard

Challenge: Existing text-to-SQL parsers lack the data to perform well with augmented synthetic data.
Approach: They propose a framework that imposes strong typing constraints and incorporates key relationships from schema.
Outcome: The proposed framework improves on the high-quality synthesized SQL and natural language question (NLQ) models have significant accuracy boosts and achieve new state-of-the-art performance on spider.
TAVT: Towards Transferable Audio-Visual Text Generation (2023.acl-long)

Copied to clipboard

Challenge: Existing transfer learning techniques focus on uni-modal analysis and lack consideration of multi-modal content and cross-modal relation.
Approach: They propose a transferable audio-visual text generation framework that incorporates two components: Audio-Visual Meta-Mapper and Dual Counterfactual Contrastive Learning.
Outcome: The proposed framework outperforms the state-of-the-art methods across multiple domains and modal settings.
MAVEN-ARG: Completing the Puzzle of All-in-One Event Understanding Dataset with Event Argument Annotation (2024.acl-long)

Copied to clipboard

Challenge: Existing datasets for event understanding have limited coverage due to complexity of tasks.
Approach: They propose a dataset that augments MAVEN datasets with event argument annotations . they propose 98,591 events and 290,613 arguments obtained with laborious human annotation .
Outcome: The proposed dataset is the first all-in-one dataset supporting event detection, event argument extraction, and event relation extraction.
The Future is not One-dimensional: Complex Event Schema Induction by Graph Modeling for Event Prediction (2021.emnlp-main)

Copied to clipboard

Challenge: Event schemas encode knowledge of stereotypical structures of events and their connections . previous work on event schema induction focuses on atomic events or linear temporal sequences .
Approach: They propose a Temporal Complex Event Schema: a graph-based schema representation that encompasses events, arguments, temporal connections and argument relations.
Outcome: The proposed model outperforms existing models on HITS@1 by 17.8%.
Revisiting and Advancing Chinese Natural Language Understanding with Accelerated Heterogeneous Knowledge Pre-training (2022.emnlp-industry)

Copied to clipboard

Challenge: Existing knowledge-enhanced pre-trained language models (KEPLMs) can capture internal knowledge, but can't understand external background knowledge.
Approach: They propose to use Chinese knowledge-enhanced pre-trained language models to improve context-aware representations via learning from structured relations in knowledge bases.
Outcome: Experiments show that Chinese knowledge-enhanced pre-trained language models outperform strong baselines over various benchmark NLP tasks and in different model sizes.
It is AI’s Turn to Ask Humans a Question: Question-Answer Pair Generation for Children’s Story Books (2022.acl-long)

Copied to clipboard

Challenge: Existing question answering (QA) techniques are created mainly to answer questions asked by humans, but in educational applications, teachers often need to decide what questions to ask .
Approach: They propose to use a fairytale-themed storybook as input to generate QA pairs that can test a student's comprehension skills.
Outcome: The proposed system outperforms state-of-the-art QAG baseline systems and builds an interactive story-telling application for the future real-world deployment.
I2E: From Image Pixels to Actionable Interactive Environments for Text-Guided Image Editing (2026.acl-long)

Copied to clipboard

Challenge: Existing text-guided image editing methods rely on end-to-end pixel-level inpainting paradigm . existing models lack such intermediate representations and Reasoning-then-action process .
Approach: They propose a "Decompose-then-Action" paradigm that revisits image editing as an actionable interaction process within a structured environment.
Outcome: The proposed paradigm outperforms existing methods in compositional editing tasks.
Cross-layer Attention Sharing for Pre-trained Large Language Models (2026.tacl-1)

Copied to clipboard

Challenge: Existing studies focus on compressing the Key-Value cache or grouping attention heads, while overlooking redundancy between layers.
Approach: They propose a lightweight substitute for self-attention in well-trained LLMs that uses feed-forward networks to align attention heads between adjacent layers and low-rank matrices to approximate differences in layer-wise attention weights.
Outcome: The proposed model reduces redundancy by sharing weights across layers while maintaining high response quality while reducing redundant calculations within 53% 84% of the total layers.
Encouraging Good Processes Without the Need for Good Answers: Reinforcement Learning for LLM Agent Planning (2025.emnlp-industry)

Copied to clipboard

Challenge: Currently, the dominant end-to-end reinforcement learning paradigm for agents in Large Language Models (LLMs) employs multi-objective optimization that jointly trains both planning and answer summarization capabilities.
Approach: They propose a framework that decouples the training process to enable a focused, single-objective optimization of the planning module.
Outcome: The proposed framework achieves an 8%–12% improvement in planning performance compared to end-to-end baselines.
ClusterAttn: KV Cache Compression under Intrinsic Attention Clustering (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for sparse attention apply the same pattern across different attention heads and inputs, but fail to capture the intrinsic attention clustering in large language models.
Approach: They propose a training-free sparse attention method that provides an efficient prompt cache compression scheme under intrinsic attention clustering for efficient LLM inference.
Outcome: The proposed method reduces memory usage by 10%–65% and increases throughput by 2.6–4.8 times with no accuracy loss.
ContextBLIP: Doubly Contextual Alignment for Contrastive Image Retrieval from Linguistically Complex Descriptions (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to image retrieval from contextual descriptions (IRCD) lag behind human performance in IRCD.
Approach: They propose a method that relies on a doubly contextual alignment scheme for challenging IRCD.
Outcome: The proposed method can yield comparable results with GPT-4V, despite fewer parameters.
Warmup Generations: A Task-Agnostic Approach for Guiding Sequence-to-Sequence Learning with Unsupervised Initial State Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing supervised fine-tuning (SFT) methods focus on directly generating the target output without leveraging the benefits of intermediate steps or initial guidance.
Approach: They propose a task-agnostic framework that enables models to generate intermediate "warmup" sequences that are iteratively refined to maximize their contribution to the final output.
Outcome: The proposed framework outperforms traditional supervised fine-tuning methods on translation, summarization, and multi-choice question answering tasks.
MathCoder-VL: Bridging Vision and Code for Enhanced Multimodal Mathematical Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LMMs) struggle with simple tasks such as geometry, e.g., arithmetic, and reasoning.
Approach: They propose to leverage code as supervision for cross-modal alignment . they propose to use FigCodifier and ImgCode-8.6M to synthesize novel mathematical figures .
Outcome: The proposed model surpasses GPT-4o and Claude 3.5 Sonnet in the geometry problem-solving subset of MathVista, achieving improvements of 8.9% and 9.2%.
Leveraging Dual Process Theory in Language Agent Framework for Real-time Simultaneous Human-AI Collaboration (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) excel in turn-by-turn human-AI collaboration but struggle with simultaneous tasks requiring real-time interaction.
Approach: They propose a language agent framework that integrates *System 1* and *System 2* for efficient real-time simultaneous human-AI collaboration.
Outcome: The proposed framework improves on existing LLM-based agents and human collaborators by integrating Theory of Mind and asynchronous reflection to infer human intentions and perform reasoning-based autonomous decisions.
A Unified Temporal Knowledge Graph Reasoning Model Towards Interpolation and Extrapolation (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for temporal knowledge graphs de-emphasize temporal correlations between facts sequences and ignore inferring clues from missing facts.
Approach: They propose a Temporal PAth-based reasoning model that is robust to ambiguous temporal data.
Outcome: The proposed model outperforms SOTA methods on the link prediction task.
On the Reliability of Psychological Scales on Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Recent research has focused on examining Large Language Models’ characteristics from a psychological standpoint, acknowledging the necessity of understanding their behavioral characteristics.
Approach: They propose to examine the reliability of personality tests to LLMs by using psychological scales.
Outcome: The proposed model can represent diverse personalities with specific prompt instructions.
Alleviating Sparsity of Open Knowledge Graphs with Ternary Contrastive Learning (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to learning KG triplets ignore ternary propagation patterns and ignore zero-shot, few-shot and synonymity problems.
Approach: They propose a framework for contrastive learning based on ternary propagation patterns among head, relation and tail.
Outcome: Experiments on benchmarks show that TernaryCL is superior to state-of-the-art models.
DNN-driven Gradual Machine Learning for Aspect-term Sentiment Analysis (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods for Aspect-Term Sentiment Analysis (ATSA) use pre-specified lexicons to extract sentiment features.
Approach: They propose a Deep Neural Network-driven approach for Aspect-Term Sentiment Analysis (ATSA) that leverages shared features between labeled and unlabeled instances for knowledge conveyance.
Outcome: The proposed approach consistently achieves state-of-the-art performance on real benchmark data.
USSA: A Unified Table Filling Scheme for Structured Sentiment Analysis (2023.acl-long)

Copied to clipboard

Challenge: Structured Sentiment Analysis (SSA) is a problem of bi-lexical dependency parsing . previous studies have cast it as a bottleneck because of overlap and discontinuity issues .
Approach: They propose a bi-lexical dependency parsing graph and a table-filling scheme that addresses overlap and discontinuity issues.
Outcome: The proposed framework outperforms state-of-the-art methods on benchmark datasets.
BlendFilter: Advancing Retrieval-Augmented Large Language Models via Query Generation Blending and Knowledge Filtering (2024.emnlp-main)

Copied to clipboard

Challenge: Retrieval-augmented Large Language Models struggle with complex inputs and noisy knowledge retrieval hindering model effectiveness.
Approach: They propose a query generation method that integrates query generation blending with knowledge filtering to enhance retrieval-augmented LLMs.
Outcome: The proposed approach surpasses state-of-the-art benchmarks on open-domain question answering benchmarks.
Perspective Transition of Large Language Models for Solving Subjective Tasks (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have revolutionized the field of natural language processing . performance of LLMs on subjective tasks is limited, authors say .
Approach: They propose a method that allows LLMs to select between direct, role, and third-person perspectives for best way to solve corresponding subjective problem.
Outcome: The proposed method outperforms widely used single fixed perspective based methods on 12 subjective tasks.
A Survey on LLM-based Conversational User Simulation (2026.eacl-long)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have enabled high-fidelity generation of synthetic user conversation.
Approach: They propose a taxonomy covering user granularity and simulation objectives . they analyze core techniques and evaluation methodologies to help them understand the latest developments .
Outcome: The proposed model enables high-fidelity generation of synthetic user conversation.
Probing Relative Interaction and Dynamic Calibration in Multi-modal Entity Alignment (2025.acl-long)

Copied to clipboard

Challenge: Current methods for multi-modal entity alignment ignore relative interactions between modalities and the accuracy of weights.
Approach: They propose a relative interaction and calibration framework for multi-modal entity alignment that uses attention mechanisms to perceive the uncertainty of the weight for each modality.
Outcome: The proposed framework outperforms baselines across 5 datasets and 23 settings.
RAG-Star: Enhancing Deliberative Reasoning with Retrieval Augmented Verification and Refinement (2025.naacl-long)

Copied to clipboard

Challenge: Existing large language models (LLMs) show exceptional problem-solving capabilities but struggle with complex reasoning tasks.
Approach: They propose a novel RAG approach that integrates retrieved information to guide tree-based reasoning process based on LLMs.
Outcome: The proposed approach outperforms existing methods in large language models . iteratively plans intermediate sub-queries and answers based on the LLM itself .
Exclusive Hierarchical Decoding for Deep Keyphrase Generation (2020.acl-main)

Copied to clipboard

Challenge: Existing approaches to generate keyphrases ignore hierarchical compositionality of keyphrase set and generate duplicated keyphrase sets.
Approach: They propose a hierarchical decoding framework that explicitly models hierarchic compositionality of a keyphrase set and either a soft or a hard exclusion mechanism to enhance the diversity of the generated keyphrases.
Outcome: The proposed framework generates less duplicated and more accurate keyphrases on a set of keyphrase sets.
COPEN: Probing Conceptual Knowledge in Pre-trained Language Models (2022.emnlp-main)

Copied to clipboard

Challenge: Existing knowledge probing studies focus on evaluating factual knowledge of pre-trained language models (PLMs) but ignore conceptual knowledge.
Approach: They evaluate conceptual knowledge of pre-trained language models by annotating 24k data instances covering 393 concepts.
Outcome: The proposed tasks evaluate pre-trained language models' conceptual knowledge of entities, learn conceptual properties, and conceptualize entities in contexts.
Data Interpreter: An LLM Agent for Data Science (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel in various domains but face challenges when applied to data science workflows due to their complex, multi-stage nature.
Approach: They propose a hierarchical graph-based agent that represents complexity and a progressive strategy for step-by-step verification, refinement, and consistent context management.
Outcome: The proposed agent surpasses state-of-the-art baselines on the MATH dataset and performs better on InfiAgent-DABench.
Revisiting Large Language Models as Zero-shot Relation Extractors (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent studies show that large language models (LLMs) transfer well to new tasks out-of-the-box . relationship extraction (RE) involves a certain degree of labeled or unlabeled data even under zero-shot setting.
Approach: They propose a simple prompt recursively using LLMs to transform RE inputs to QA format . they propose qq prompting and qt prompting to improve their results .
Outcome: The proposed method improves on different model sizes, benchmarks and settings.
From Local to Global: Revisiting Structured Pruning Paradigms for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Structured pruning is a practical approach to deploying large language models (LLMs) but it fails to capitalize on modest task-specific calibration signals, causing limited downstream gains.
Approach: They propose a method that removes attention heads and MLP channels using loss-based important scores . they use perplexity for language modeling and a margin-based objective for decision-style tasks .
Outcome: The proposed method lowers perplexity and improves accuracy at higher sparsity . it also stabilizes accuracy and mitigates perxity collapse without fine-tuning .
Provably Confidential Language Modelling (2022.naacl-main)

Copied to clipboard

Challenge: Existing methods to train language models without memorizing sensitive data are mismatched and can be difficult to screen and filter.
Approach: They propose a method to train language generation models while protecting the confidential segments of training data.
Outcome: The proposed method prevents unintended memorization by randomizing parts of the training process while protecting strong confidentiality.
Attack as Defense: Safeguarding Large Vision-Language Models from Jailbreaking by Adversarial Attacks (2025.findings-emnlp)

Copied to clipboard

Challenge: adversarial vulnerabilities in vision-language systems pose a challenge to reliability of large systems . typographic manipulations and adversarial perturbations can bypass language model defenses .
Approach: They propose a method that embeds perturbations in vision to disrupt attacks . they use cross-modal interactions to enhance adversarial robustness through perturbations .
Outcome: The proposed approach reduces attack success rates for typographic attacks and adversarial perturbations by integrating visual defenses into the model.
DI-BENCH: Benchmarking Large Language Models on Dependency Inference with Testable Repositories at Scale (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies highlight that dependency-related issues cause over 40% of observed runtime errors on the generated repository.
Approach: They propose a large-scale benchmark and evaluation framework specifically designed to assess LLMs’ capability on dependency inference.
Outcome: The proposed model achieves only a 48% execution pass rate on Python, indicating room for improvement.
Auto-Dialabel: Labeling Dialogue Data with Unsupervised Learning (D18-1)

Copied to clipboard

Challenge: Existing dialog datasets rely on human labeling, which is expensive, limited in size, and in low coverage.
Approach: They propose a framework to automatically cluster dialogue intents and slots . they collect context features, leverage an autoencoder for feature assembly, and adapt a dynamic hierarchical clustering method for intent and slot labeling.
Outcome: The proposed framework can promote human labeling cost to a great extent and achieve good intent clustering accuracy (84.1%) it also provides reasonable and instructive slot labeling results.
TRACE: Traversal Retrieval-Augmented Chain of Evidence for Document Understanding (2026.acl-long)

Copied to clipboard

Challenge: Long-context Document Visual Question Answering (DocVQA) methods struggle with visual semantics or handling finite context windows.
Approach: They propose a new approach to longcontext document visual question answering that transforms retrieval into adaptive evidence chain construction using a Bi-Layered Graph.
Outcome: The proposed approach achieves an average accuracy improvement of 14.07% on M5BookVQA and exhibits robust generalization with a 13.38% gain across four established benchmarks.
Enhancing Hyperbole and Metaphor Detection with Their Bidirectional Dynamic Interaction and Emotion Knowledge (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for hyperbole and metaphor detection focus on superficial text features, ignoring the associations of hyperbola and metaphor . Existing frameworks focus on identifying superficial text, focusing on superficial features .
Approach: They propose an emotion-guided hyperbole and metaphor detection framework based on bidirectional dynamic interaction.
Outcome: The proposed framework outperforms baseline methods on four datasets.
AMO-Bench: Large Language Models Still Struggle in High School Math Competitions (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for mathematical reasoning are becoming less effective due to performance saturation.
Approach: They propose to use a mathematical reasoning benchmark with Olympiad difficulty to evaluate top-tier LLMs.
Outcome: The proposed benchmarks are cross-validated by experts to meet IMO difficulty standards and entirely original problems to prevent performance leakages from data memorization.
Generative Table Pre-training Empowers Models for Tabular Prediction (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods to use table pre-training to boost tabular prediction performance remain open . a bachelor's degree earns less than 50K, and a generative LM can be used to unify tasks via one LM.
Approach: They propose a method that leverages table pre-training to empower tabular prediction models.
Outcome: The proposed method outperforms baseline models on 12 datasets and can be easily combined with various backbone models.
Modeling Aspect Correlation for Aspect-based Sentiment Analysis via Recurrent Inverse Learning Guidance (2022.coling-1)

Copied to clipboard

Challenge: Existing methods to learn complex sentence with multiple aspects do not consider correlation between aspects to distinguish overlapped feature.
Approach: They propose a method that uses aspect correlation to improve aspect correlation modeling . they use Recurrent Mechanism to improve the joint representation of aspects .
Outcome: The proposed method is state-of-the-art in multiaspect scenarios.
DocMMIR: A Framework for Document Multi-modal Information Retrieval (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing multi-modal information retrieval models lack a comprehensive exploration of document-level retrieval . existing models suffer from the absence of cross-domain datasets at this granularity.
Approach: They propose a multi-modal document retrieval framework to unify diverse document formats and domains with a comprehensive retrieval scenario.
Outcome: The proposed framework improves document retrieval performance on a large multimodal dataset.
EventOA: An Event Ontology Alignment Benchmark Based on FrameNet and Wikidata (2023.findings-acl)

Copied to clipboard

Challenge: Existing studies on event ontologies focus on entity-based OA, and neglect event-based one . however, independent development of event ontoologies often results in heterogeneous representations that raise the need for establishing alignments between semantically related events.
Approach: They propose a multi-view event ontology alignment method that utilizes description information and neighbor information to obtain richer representations of the event ontoologies.
Outcome: The proposed method outperforms existing entity-based methods and can serve as a strong baseline for future research.
X-Instruction: Aligning Language Model in Low-resource Languages with Self-curated Cross-lingual Instructions (2024.findings-acl)

Copied to clipboard

Challenge: Large language models respond well in high-resource languages but struggle in low-resourced languages.
Approach: They propose a method to construct cross-lingual instruction following samples with instruction in English and response in low-resource languages.
Outcome: The proposed method builds a large-scale cross-lingual instruction tuning dataset on 10 languages.
Emotion Classification by Jointly Learning to Lexiconize and Classify (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches to identify emotions in short text are limited and lack coverage and inaccuracies when applied to informal short text.
Approach: They propose a novel emotional network to jointly learn sentence emotions and construct emotion lexicons which are dynamically adapted to a given context.
Outcome: The proposed model outperforms several approaches proposed in previous studies and achieves new state-of-the-art on the benchmark Twitter dataset.
Bridging Relevance and Reasoning: Rationale Distillation in Retrieval-Augmented Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to rerank and align documents based on reasoning capabilities of large language models (LLMs) . prior work shows that LLMs have exceptional reasoning and text generation capabilities .
Approach: They propose a rationale extraction method that leverages reasoning capabilities of large language models to extract the rationales necessary for answering a query.
Outcome: The proposed method is compared with baseline methods on two tasks across three datasets.
CofeNet: Context and Former-Label Enhanced Net for Complicated Quotation Extraction (2022.coling-1)

Copied to clipboard

Challenge: Existing solutions for quotation extraction use rule-based approaches and sequence labeling models.
Approach: They propose a Context and Former-Label Enhanced Net for quotation extraction.
Outcome: The proposed method achieves state-of-the-art performance on complicated quotation extraction on two public datasets and one proprietary dataset.
Test-Time Steering for Lossless Text Compression via Weighted Product of Experts (2025.findings-emnlp)

Copied to clipboard

Challenge: gzip and neural compression models often lead to poor performance in unseen data.
Approach: They propose a framework that performs Test-Time Steering via a Weighted Product of Experts (wPoE)
Outcome: The proposed framework performs Test-Time Steering via a Weighted Product of Experts (wPoE) it integrates with any autoregressive language model, providing a practical solution for enhancing text compression across diverse data distributions.
Granular Entity Mapper: Advancing Fine-grained Multimodal Named Entity Recognition and Grounding (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for fine-grained content extraction are limited by long-tailed distribution of textual entity categories and performance of object detectors.
Approach: They propose a multi-granularity entity recognition module and a reranking module to integrate hierarchical information of entity categories, visual cues, and external textual resources collectively.
Outcome: The proposed framework achieves state-of-the-art on the fine-grained content extraction task.
AdapShot: Adaptive Many-Shot In-Context Learning with Semantic-Aware KV Cache Reuse (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for In-Context Learning (ICL) rely on a predetermined number of shots, leading to insufficient context or noise.
Approach: They propose a probe-based evaluation mechanism that utilizes output entropy to determine the optimal number of shots and leverages KV cache reuse for efficient inference.
Outcome: The proposed model achieves an average performance gain of 10% and a 4.64 speedup compared to state-of-the-art DBSA.
MISC: A Mixed Strategy-Aware Model integrating COMET for Emotional Support Conversation (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for emotional support conversation are too coarse-grained to capture user’s instant mental state and focus on expressing empathy in the response rather than gradually reducing user’ s distress.
Approach: They propose a model which firstly infers the user’s fine-grained emotional status and then responds skillfully using a mixture of strategy.
Outcome: The proposed model infers the user’s fine-grained emotional status and responds skillfully using mixed-up strategy modeling.
Retrieving Multimodal Information for Augmented Generation: A Survey (2023.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly using multimodality to augment their generation ability, but there is no unified perception of at which stage and how to incorporate different modalities.
Approach: They propose to use multimodality to augment Large Language Models (LLMs) this will provide scholars with a deeper understanding of the methods' applications and encourage them to adapt existing techniques to the fast-growing field of LLMs.
Outcome: The proposed methods improve factuality, reasoning, interpretability, and robustness of the generated content.
ALERT: An LLM-powered Benchmark for Automatic Evaluation of Recommendation Explanations (2025.naacl-long)

Copied to clipboard

Challenge: Existing benchmarks for recommendation explanation evaluation lack item diversity and user preferences data.
Approach: They propose a model-agnostic recommendation explanation evaluation benchmark based on Amazon e-commerce categories with implicit preferences . they propose two novel automatic evaluators that enable scalable and human-preference aligned evaluation of explanations .
Outcome: The proposed model-agnostic evaluation benchmark outperforms existing methods in a variety of domains.
Are AI-Generated Text Detectors Robust to Adversarial Perturbations? (2024.acl-long)

Copied to clipboard

Challenge: Existing detectors for AI-generated text lack robustness against adversarial perturbations, with even minor changes in characters or words causing a reversal in distinguishing between human-created and AI-generated text.
Approach: They propose a siamese calibration technique to train the model to make equally confident predictions under different noise, which improves the model’s robustness against adversarial perturbations.
Outcome: The proposed detector outperforms baseline methods on four datasets and is more generalizable in cross-domain, cross-genre, and mixed-source scenarios.
Unregulated Chinese-to-English Data Expansion Does NOT Work for Neural Event Detection (2022.coling-1)

Copied to clipboard

Challenge: Experimental results show that cross-language data expansion results in performance degradation.
Approach: They leverage cross-language data expansion and retraining to enhance neural Event Detection on English ACE corpus.
Outcome: The proposed method improves ED performance by 1.6% over the straight data combination.
Collaborative Chain-of-Agents for Parametric-Retrieved Knowledge Synergy (2026.acl-long)

Copied to clipboard

Challenge: Existing RAG methods focus on external retrieval, while ignoring the rich content of the model.
Approach: They propose a framework that enhances explicit synergy over parametric and retrieved knowledge by integrating external retrieval components into the input context of the LLMs.
Outcome: The proposed framework enhances explicit synergy over parametric and retrieved knowledge.
ShieldLM: Empowering LLMs as Aligned, Customizable and Explainable Safety Detectors (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing tools for detecting safety issues in LLMs are expensive and inefficient.
Approach: They propose an LLM-based safety detector which annotates the safety of queries and provides explanations for its decisions.
Outcome: The proposed detector outperforms baselines on four sets of query-response pairs and is effective as a safety evaluator for advanced LLMs.
HiPrune: Hierarchical Attention for Efficient Token Pruning in Vision-Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for visual token pruning lack insight into the intrinsic property of the vision encoder . et al., 2017: 99.3% of task accuracy with only 1/3 of the tokens.
Approach: They propose a model-agnostic token pruning method that trains without training . they propose 'HiPrune' method which prunes visual tokens according to their attention .
Outcome: The proposed method achieves 99.3% of task accuracy with only 1/3 of the tokens . it reduces inference FLOPs by 58.7% and maintains 99.99% accuracy with 2/9 tokens.
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.
Solid-SQL: Enhanced Schema-linking based In-context Learning for Robust Text-to-SQL (2025.coling-main)

Copied to clipboard

Challenge: Existing text-to-SQL approaches have overlooked the critical aspect of system robustness.
Approach: They propose a robust text-to-SQL solution that integrates with LLMs . their method achieves SOTA SQL execution accuracy levels of 82.1% and 58.9% .
Outcome: The proposed solution achieves SOTA SQL execution accuracy levels of 82.1% and 58.9% on the general Spider and Bird benchmarks.
Guaranteeing Knowledge Integration with Joint Decoding for Retrieval-Augmented Generation (2026.acl-long)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) provides access to external knowledge, but current research focuses on retrieval quality and 'integration bottleneck' .
Approach: They propose a framework that explicitly decouples reasoning from evidence integration by generating an 'Inner-Answer' and a 'Refer-Aswer" they propose 'a joint decoding mechanism that dynamically fuses the logical coherence of the Inner-Andswer with the factual precision of the Refer-Adswer at the token level'
Outcome: The proposed framework improves accuracy by 12.1% and reduces hallucinations by 16.3% on five QA benchmarks.
Confusionset-guided Pointer Networks for Chinese Spelling Check (P19-1)

Copied to clipboard

Challenge: Existing methods to detect and fix errors in Chinese are limited due to context.
Approach: They propose a Confusionset-guided pointer network for Chinese Spell Check task . they propose to use off-the-shelf confusionset to guide character generation .
Outcome: The proposed model outperforms all competitor models on three human-annotated datasets.
On the Role of Entity and Event Level Conceptualization in Generalizable Reasoning: A Survey of Tasks, Methods, Applications, and Future Directions (2025.findings-emnlp)

Copied to clipboard

Challenge: Conceptualization is a fundamental element of human cognition and plays a pivotal role in generalizable reasoning.
Approach: They propose to categorize different types of conceptualizations into four levels based on the types of instances being conceptualized.
Outcome: The proposed categorization of different types of conceptualizations into four levels based on the types of instances being conceptualized .
Hephaestus: Improving Fundamental Agent Capabilities of Large Language Models through Continual Pre-Training (2025.naacl-long)

Copied to clipboard

Challenge: Existing LLMs often rely on complex prompting or extensive fine-tuning to introduce new capabilities while preserving strong generalizability.
Approach: They propose a large-scale pre-training corpus to enhance LLM agents' capabilities . they use 103B agent-specific data encompassing 76,537 APIs .
Outcome: The proposed training corpus outperforms open-source LLMs and commercial LLM agents on three agent benchmarks.
MMedAgent: Learning to Use Medical Tools with Multi-modal Agent (2024.findings-emnlp)

Copied to clipboard

Challenge: Multi-modal Large Language Models (MLLMs) exhibit limited generality and often fall short when compared to specialized models.
Approach: They propose a multi-modal medical agent that picks the most suitable medical tools based on user inputs.
Outcome: The proposed agent performs better than open-source models and the closed-source model, GPT-4o.
Evaluating Object Hallucination in Large Vision-Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Large vision-language models (LVLMs) suffer from object hallucinations, i.e., they tend to generate objects inconsistent with the target images in the descriptions.
Approach: They propose to integrate powerful large vision-language models (LVLMs) they propose a polling-based query method to evaluate object hallucination .
Outcome: The proposed model can evaluate object hallucination in a more stable and flexible way.
Preserving Knowledge Invariance: Rethinking Robustness Evaluation of Open Information Extraction (2023.emnlp-main)

Copied to clipboard

Challenge: Existing evaluation benchmarks focus on pairwise matching, ignoring robustness . current models exhibit frustrating degradation, with a maximum drop of 23.43 F1 score .
Approach: They propose a benchmark that simulates the evaluation of open information extraction models in the real world . they perform experiments on typical models published in the last decade and a representative large language model .
Outcome: The proposed model is rated robust on a knowledge-invariant clique with different syntactic and expressive forms.
Anchoring-Guidance Fine-Tuning (AnGFT): Elevating Professional Response Quality in Role-Playing Conversational Agents (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated significant advancements in various fields, notably in Role-Playing Conversational Agents (RPCAs).
Approach: They propose an Anchoring-Guidance Fine-Tuning Framework to integrate relevant expert knowledge into RPCAs' training process to mitigate this issue.
Outcome: The proposed framework significantly improves the RPCAs’ performance in handling role-specific professional queries while preserving their robust role-playing abilities.
LlamaCare: An Instruction Fine-Tuned Large Language Model for Clinical NLP (2024.lrec-main)

Copied to clipboard

Challenge: Large language models have shown remarkable abilities in generating natural texts . applying LLMs to clinical domain still poses significant challenges .
Approach: They propose a method of instruction fine-tuning for adapting large language models to clinical domains . they generate instructions, inputs, and outputs covering a wide spectrum of clinical services .
Outcome: The proposed method outperforms baseline LLMs on clinical tasks . it requires domain adaptation, task-specific learning, and reliability .
Model Merging for Knowledge Editing (2025.acl-industry)

Copied to clipboard

Challenge: Existing knowledge editing approaches struggle with sequential editing scenarios and harm the general capabilities of the model.
Approach: They propose a framework that combines robust supervised fine-tuning and model merging for knowledge editing to combine supervised and supervised learning.
Outcome: The proposed approach outperforms existing methods in sequential editing while preserving the original performance of the model.
Analyzing Chain-of-thought Prompting in Black-Box Large Language Models via Estimated V-information (2024.lrec-main)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) prompting and large language models (LLMs) have shown great potential in improving performance on challenging reasoning tasks.
Approach: They propose a new metric which extends the concept of pointwise V-information to black-box models and quantifies label-relevant new information introduced by CoT prompting.
Outcome: The proposed metric extends the concept of pointwise V-information to black-box models, quantifying label-relevant new information introduced by CoT prompting beyond pre-existing label information.
MathMixup: Boosting LLM Mathematical Reasoning with Difficulty-Controllable Data Synthesis and Curriculum Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing data synthesis methods suffer from limited diversity and lack precise control over problem difficulty, making them insufficient for efficient training paradigms such as curriculum learning.
Approach: They propose a data synthesis paradigm that generates high-quality, difficulty-controllable mathematical reasoning problems through hybrid and decomposed strategies.
Outcome: The proposed paradigm outperforms existing methods and improves mathematical reasoning abilities.
DALR: Dual-level Alignment Learning for Multimodal Sentence Representation Learning (2025.findings-acl)

Copied to clipboard

Challenge: Existing multimodal sentence representation learning methods focus on aligning images and text at a coarse level, resulting in cross-modal misalignment bias and intra-modal semantic divergence.
Approach: They propose a dual-level alignment learning framework for multimodal sentence representation learning that promotes cross-modal and intra-modal alignment.
Outcome: The proposed framework outperforms state-of-the-art methods on semantic textual similarity and transfer tasks on semantic similarity, ranking distillation and global intra-modal alignment learning.
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.
FineCops-Ref: A new Dataset and Task for Fine-Grained Compositional Referring Expression Comprehension (2024.emnlp-main)

Copied to clipboard

Challenge: Referring Expression Comprehension (REC) is a cross-modal task that objectively evaluates the capabilities of language understanding, image comprehension, and language-to-image grounding.
Approach: They propose to use a new reference expression comprehension (REC) dataset to evaluate the capabilities of language understanding, image comprehension, and language-to-image grounding.
Outcome: The proposed model is able to reject scenarios where the target object is not visible in the image, a key aspect often overlooked in existing models and approaches.
SKRAG: A Retrieval-Augmented Generation Framework Guided by Reasoning Skeletons over Knowledge Graphs (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing KG-based question answering frameworks face inefficient subgraph retrieval, limited reasoning capabilities, and high computational costs.
Approach: They propose a Skeleton-guided RAG framework for knowledge graph question answering . SKRAG leverages a lightweight language model enhanced with the Finite State Machine constraint .
Outcome: The proposed framework outperforms baselines and general-domain benchmarks on a KGQA dataset in the space science and utilization domain.
VCB Bench: An Evaluation Benchmark for Audio-Grounded Large Language Model Conversational Agents (2026.findings-acl)

Copied to clipboard

Challenge: despite advances in multimodal conversational systems, current benchmarks lack comprehensive evaluation across key dimensions.
Approach: They propose a Chinese benchmark built exclusively on real human speech to fill this gap . they assess LALMs across three complementary axes: instruction following, knowledge understanding, robustness .
Outcome: VCB Bench assesses LALMs across three complementary axes: instruction following, knowledge understanding, and robustness . VCBM Bench provides reproducible and fine-grained framework for Chinese voice chat bots . results show significant performance disparities and offer tangible insights for future improvements .
Weakly-Supervised Spoken Video Grounding via Semantic Interaction Learning (2023.acl-long)

Copied to clipboard

Challenge: Recent work on spoken video grounding challenges extracting semantic information from speech . previous studies focused on textual queries, but recent work focuses on spoken queries .
Approach: They propose a framework for weakly-supervised spoken video grounding to represent cross-modal semantics without expensive temporal annotations.
Outcome: The proposed framework is more efficient than existing methods.
Focus on Your Question! Interpreting and Mitigating Toxic CoT Problems in Commonsense Reasoning (2024.acl-long)

Copied to clipboard

Challenge: Large language models exhibit high-level commonsense reasoning abilities, especially with enhancement methods like Chain-of-Thought (CoT).
Approach: They propose a chain-of-thought-like method to elicit models' potential abilities to generate rationales and answers that are based on attribution tracing and causal tracers to probe the internal working mechanism of the LLM.
Outcome: The proposed method eliminates Toxic CoT problems and improves the model’s overall commonsense reasoning performance by 5.5%.
Dynamic Energy-Based Contrastive Learning with Multi-Stage Knowledge Verification for Event Causality Identification (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for event causal identification rely on rule-based or random sampling strategies, which introduce spurious causal positives.
Approach: They propose an ECI method enhanced by Dynamic Energy-based Contrastive Learning with multi-stage knowledge verification which generates high-quality contrastive samples and effectively suppresses spurious causal disturbances.
Outcome: The proposed method outperforms state-of-the-art methods on two benchmarks.
ProCut: LLM Prompt Compression via Attribution Estimation (2025.emnlp-industry)

Copied to clipboard

Challenge: ProCut compresses prompts using attribution analysis to reduce prompt size and latency.
Approach: They propose a framework that compresses prompts through attribution analysis using a heuristic and attribution-based attribution model.
Outcome: The proposed framework reduces prompt size by 78% while maintaining or improving task performance by 62%.
Meta-Reflection: A Feedback-Free Reflection Learning Framework (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to improve large language models' ability to understand and reason are limited by external feedback.
Approach: They propose a feedback-free reflection mechanism that requires only a single inference pass without external feedback.
Outcome: The proposed method is based on an industrial e-commerce benchmark and public datasets.
LLMTreeRec: Unleashing the Power of Large Language Models for Cold-Start Recommendations (2025.coling-main)

Copied to clipboard

Challenge: Lack of training data leads to the system cold-start problem in recommendation systems, making them struggle to provide effective recommendations.
Approach: They propose a tree-based LLM recommendation framework which structures all items into an item tree to improve the efficiency of LLM’s item retrieval.
Outcome: The proposed framework outperforms the baseline model in the A/B test on Huawei industrial system.
When Inverse Data Outperforms: Exploring the Pitfalls of Mixed Data in Multi-Stage Fine-Tuning (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for o1-level performance focus on unidirectional supervised fine-tuning (SFT), overlooking the intricate interplay between diverse reasoning patterns.
Approach: They construct a reverse reasoning dataset and examine how it is supervised . they find that naively mixing forward and reverse data during SFT weakens the directional distinction .
Outcome: The proposed model improves accuracy by 1.6%–6.8% over a standard model.
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.
RealChart2Code: Bridging the Gap in Real-World Chart-to-Code Generation via Multi-Task Evaluation (2026.acl-long)

Copied to clipboard

Challenge: Vision-Language Models (VLMs) have demonstrated impressive capabilities in code generation across various domains, but their ability to replicate complex, multi-panel visualizations remains largely unassessed.
Approach: They propose a large-scale benchmark to evaluate chart generation from large- scale raw data and assess iterative code refinement in a multi-turn conversational setting.
Outcome: The new benchmark evaluates 14 leading VLMs on real-world data and shows they struggle with complex plot structures and authentic data.
CSTree-SRI: Introspection-Driven Cognitive Semantic Tree for Multi-Turn Question Answering over Extra-Long Contexts (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved remarkable success in natural language processing (NLP), particularly in single-turn question answering (QA) on short-text.
Approach: They propose a framework that captures logical correlations across chunks of ELC and maintains coherence of multi-turn Questions.
Outcome: The proposed framework is able to capture logical correlations across chunks of ELC and maintain coherence of multi-turn Questions.
Multi-Modal Knowledge Graph Transformer Framework for Multi-Modal Entity Alignment (2023.findings-emnlp)

Copied to clipboard

Challenge: Multi-modal entity alignment (MMEA) is a critical task that aims to identify equivalent entity pairs across multi-modal knowledge graphs (MMKGs).
Approach: They propose a novel MMEA transformer that hierarchically introduces neighbor features, multi-modal attributes, and entity types to enhance alignment task.
Outcome: The proposed transformer hierarchically introduces neighbor features, multi-modal attributes, and entity types to enhance the alignment task.
Cognitive Overload: Jailbreaking Large Language Models with Overloaded Logical Thinking (2024.findings-naacl)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated increasing power, but they also have vulnerabilities.
Approach: They propose a black-box attack that targets the cognitive structure and processes of large language models (LLMs) they propose defending cognitive overload attacks from three perspectives.
Outcome: The proposed attack is a black-box attack with no need for knowledge of model architecture or access to model weights.
Latent Suicide Risk Detection on Microblog via Suicide-Oriented Word Embeddings and Layered Attention (D19-1)

Copied to clipboard

Challenge: Existing approaches to detect suicidal ideation on social media are limited to a small group of people.
Approach: They propose to use tree holes to embed words into microblogs to strengthen the sensibility of suicide-related lexicons and to use a two-layered attention mechanism to grasp intermittently changing points from individual's open blog streams.
Outcome: The proposed approach can achieve over 91% accuracy with the use of suicide-oriented word embeddings and attention on a large-scale well-labelled suicide data set.
Do NLP Models Know Numbers? Probing Numeracy in Embeddings (D19-1)

Copied to clipboard

Challenge: Existing models cannot capture numeracy, but they can be useful for complex reasoning tasks.
Approach: They investigate numerical reasoning capabilities of a question-answering model . they probe token embedding methods on synthetic list maximum, number decoding, and addition tasks.
Outcome: The proposed model excels on questions that require numerical reasoning, i.e., it already captures numeracy.
Multi-Attribute Controlled Text Generation with Contrastive-Generator and External-Discriminator (2022.coling-1)

Copied to clipboard

Challenge: Existing studies on controlled text generation focus on single-attribute control, but in practical applications, they lack controllability.
Approach: They propose a framework for multi-attribute controlled text generation that can effectively generate texts with more attributes.
Outcome: The proposed framework achieves remarkable controllability while keeping the text fluent and diverse.
Tailoring Diagnostic Modeling to Individual Learners: Personalized Distractor Generation via MCTS-Guided Reasoning Reconstruction (2026.acl-long)

Copied to clipboard

Challenge: Current distractor generation methods produce shared distractors for all students, ignoring individual variations in reasoning, which limits their diagnostic effectiveness.
Approach: They propose a method which tailors distractors to each student’s specific cognitive flaws, inferred from their past question-answering (QA) history.
Outcome: The proposed framework outperforms existing methods in generating plausible distractors and adapts to group-level settings.
RATE-Nav: Region-Aware Termination Enhancement for Zero-shot Object Navigation with Vision-Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Object navigation is a fundamental task in embodied artificial intelligence.
Approach: They propose a region-aware Termination-Enhanced method that incorporates visual language models and exploration rates to enable efficient termination.
Outcome: The proposed method achieves a success rate of 67.8% and an SPL of 31.3% on the HM3D dataset.
Knowledge-enriched, Type-constrained and Grammar-guided Question Generation over Knowledge Bases (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for question generation over knowledge bases have low diversity and poor fluency due to the limited information contained in the subgraphs and semantic drift due to decoder’s oblivion of the semantics of the answer entity.
Approach: They propose a knowledge-enriched, type-constrained and grammar-guided KBQG model that generates natural-language questions over a set of triples in the KB.
Outcome: The proposed model outperforms existing methods on two widely-used benchmark datasets.
BTC-LLM: Efficient Sub-1-Bit LLM Quantization via Learnable Transformation and Binary Codebook (2026.acl-long)

Copied to clipboard

Challenge: Recent sparsity-aware binarization approaches can achieve sub-1-bit compression, but they face performance degradation, mask-management overhead, and limited hardware compatibility.
Approach: They propose a binary quantization framework that leverages binary pattern clustering and weight transformation to overcome performance degradation and mask-management overhead.
Outcome: The proposed framework achieves state-of-the-art compression (1.11–0.7 bits) it maintains high performance with only a 3.1% accuracy drop in zero-shot benchmarks while delivering a 1.6 speedup over FP16.
LLaMA-E: Empowering E-commerce Authoring with Object-Interleaved Instruction Following (2025.coling-main)

Copied to clipboard

Challenge: E-commerce authoring requires engaging, diverse, and targeted content . Large language models lack memorization of domain-specific features in e-commerce applications .
Approach: They propose a unified e-commerce authoring models that address contextual preferences of customers, sellers, and platforms . they propose to integrate interleaved features presented by participating objects into the models to empower authoring applications with comprehensive scenario understanding .
Outcome: The proposed models achieve state-of-the-art evaluation performance and exhibit the advantage in zero-shot practical applications.
A Neural-Symbolic Approach to Natural Language Understanding (2022.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained language models have enabled deep neural networks to perform natural language understanding tasks, but their performance can drastically deteriorate when logical reasoning is needed.
Approach: They propose a framework for NLU based on analogical reasoning based upon neural processing and logical reasoning using both neural and symbolic processing.
Outcome: The proposed framework outperforms state-of-the-art methods on two NLU tasks, question answering (QA) and natural language inference (NLI).
Hyperspherical Multi-Prototype with Optimal Transport for Event Argument Extraction (2024.acl-long)

Copied to clipboard

Challenge: Event Argument Extraction (EAE) aims to extract arguments for specified events from a text . previous work focused on long-distance dependencies of arguments, modeling co-occurrence relationships .
Approach: They propose a model that takes inductive biases as targets to locate prototypes . they set multiple prototypes to represent each role to capture intra-class differences .
Outcome: The proposed model achieves state-of-the-art on the RAMS and WikiEvents datasets.
From Word to World: Can Large Language Models be Implicit Text-based World Models? (2026.acl-long)

Copied to clipboard

Challenge: Agentic learning increasingly hinges on interaction, yet real-world experience is expensive, limited, and often irreversible at inference time.
Approach: They propose a framework that reframes language modeling as next-state prediction under interaction.
Outcome: The proposed framework evaluates world models in text-based environments . it shows that sufficiently trained models capture coherent environment dynamics .
Adaptive Preference Optimization with Uncertainty-aware Utility Anchor (2025.findings-emnlp)

Copied to clipboard

Challenge: Offline preference optimization methods are efficient for large language models (LLMs) alignment.
Approach: They propose an offline preference optimization framework that estimates uncertainties from preference data . the method enables training even in scenarios where the data is unpaired .
Outcome: The proposed method enables training even in scenarios where the data is unpaired .
BeSimulator: A Large Language Model Powered Text-based Behavior Simulator (2025.emnlp-main)

Copied to clipboard

Challenge: Existing robot simulators focus on physical process modeling and realistic rendering, resulting in high computational costs and limited adaptability.
Approach: They propose a modular and novel LLM-powered framework to analyze and validate robot behaviors in text-based environments.
Outcome: The proposed framework can generalize across scenarios and achieve long-horizon complex simulation.
R2F: A General Retrieval, Reading and Fusion Framework for Document-level Natural Language Inference (2022.emnlp-main)

Copied to clipboard

Challenge: Document-level natural language inference (DOCNLI) is a new task in natural language processing.
Approach: They propose a document-level natural language inference framework that fuses sentence-level tasks into a set of sentence-based tasks.
Outcome: The proposed framework improves interpretability and performance with evidence.
Towards Reliable Large Audio Language Model (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in large audio language models (LALMs) have demonstrated impressive results and promising prospects in universal understanding and reasoning across speech, music, and general sound.
Approach: They propose to use training-free and training-based methods to enhance LALM reliability to different extents.
Outcome: The proposed methods improve the reliability of large audio language models to different extents.
Self-Error-Instruct: Generalizing from Errors for LLMs Mathematical Reasoning (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to learning from errors synthesize training data by extrapolating from isolated bad cases, thereby failing to generalize the extensive patterns inherent within these cases.
Approach: They propose a framework that synthesizes more generalized training data from isolated bad cases by extrapolating from isolated cases.
Outcome: The proposed framework synthesizes more generalized training data to address these model weaknesses.
Dual Graph Convolutional Networks for Aspect-based Sentiment Analysis (2021.acl-long)

Copied to clipboard

Challenge: Existing methods to model relationships between aspects and opinion words are inefficient due to informal expressions and complexity of online reviews.
Approach: They propose a dual graph convolutional networks model that considers complementarity of syntax structures and semantic correlations simultaneously.
Outcome: The proposed model outperforms state-of-the-art methods on three public datasets and validates it.
Consolidation or Adaptation? PRISM: Disentangling SFT and RL Data via Gradient Concentration (2026.acl-long)

Copied to clipboard

Challenge: Existing data arbitration strategies for large language model training rely on surface-level heuristics that fail to diagnose intrinsic learning needs.
Approach: They propose a framework that arbitrates data based on its degree of cognitive conflict with the model's existing knowledge.
Outcome: Extensive experiments on WebShop and ALFWorld show that PRISM outperforms state-of-the-art hybrid methods while reducing computational costs by up to 3.22 .
ImPart: Importance-Aware Delta-Sparsification for Improved Model Compression and Merging in LLMs (2025.acl-long)

Copied to clipboard

Challenge: Recent approaches to reduce resource requirements for task-specific large language models have been developed.
Approach: They propose a delta compression approach that optimizes for importance of a model . they use SVD to dynamically adjust the sparsity ratios of different vectors based on their importance .
Outcome: The proposed approach achieves state-of-the-art in retaining task-specific knowledge even at high sparsity ratios.
PK-ICR: Persona-Knowledge Interactive Multi-Context Retrieval for Grounded Dialogue (2023.emnlp-main)

Copied to clipboard

Challenge: Identifying relevant persona or knowledge for conversational systems is difficult, but recent work has shown that it is more realistic to optimize for concrete persona.
Approach: They propose a persona-knowledge dual context retrieval method that utilizes all dialogue contexts simultaneously.
Outcome: The proposed method performs zero-shot top-1 knowledge retrieval and precise persona scoring.
Counterfactual Adversarial Learning with Representation Interpolation (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing models with statistical bias are prone to memorized correlations . large pre-trained models such as BERT have revolutionized the model development paradigm in natural language processing .
Approach: They propose a framework to tackle the problem from a causal perspective using a latent space interpolation approach.
Outcome: Extensive experiments show that CAT achieves substantial performance improvement over SOTA across different downstream tasks, including sentence classification, natural language inference and question answering.
An Effective Pronunciation Assessment Approach Leveraging Hierarchical Transformers and Pre-training Strategies (2024.acl-long)

Copied to clipboard

Challenge: Existing attempts to quantify a second language learner’s pronunciation proficiency in a target language often sideline the hierarchy of linguistic units and relatedness among the pronunciation aspects.
Approach: They propose a hierarchical automatic pronunciation assessment method that models the intrinsic structures of an utterance while considering the relatedness among the pronunciation aspects.
Outcome: The proposed method can be used to quantify a second language learner’s pronunciation proficiency in a target language by providing fine-grained feedback with multiple pronunciation aspect scores at various linguistic levels.
UnClE: Explicitly Leveraging Semantic Similarity to Reduce the Parameters of Word Embeddings (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to reduce word embedding parameters ignore semantic information . existing methods do not consider semantic information, allowing for performance degradation .
Approach: They propose a method that leverages semantic similarity with weight sharing to reduce dimensionality of word embeddings.
Outcome: The proposed method reduces word embedding parameters by more than 11x on a standard English-German dataset.
Zero-Shot Detection of LLM-Generated Text using Temperature Sensitivity (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for detecting LLM-generated text rely on statistical features that are insufficient for reliable detection.
Approach: They propose a temperature-sensitive detector that modulates decoding temperature and monitors how probability distributions respond to temperature.
Outcome: The proposed method is based on a temperature sensitivity feature and a simple zero-shot detector built upon normalized temperature sensitivity.
Sent2Span: Span Detection for PICO Extraction in the Biomedical Text without Span Annotations (2021.findings-emnlp)

Copied to clipboard

Challenge: Experiments show that PICO span detection results achieve much higher results for recall when compared to fully supervised methods.
Approach: They propose to extract and then normalise PICO information from clinical trial articles and use crowdsourced sentence-level annotations to detect spans.
Outcome: The proposed method achieves much higher results for recall when compared to fully supervised methods with PICO sentence detection at least as good as human annotations.
A Data-Efficient Path to Multilingual LLMs: Language Expansion via Post-training PARAM𝛥 Integration into Upcycled MoE (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are expensive and require extensive Continued Pre-Training and data-intensive alignment to expand.
Approach: They propose a method which upcycles a dense model into a Mixture-of-Experts architecture, allocating different experts to different languages.
Outcome: Experiments show that the proposed model upcycles a dense model into a Mixture-of-Experts(MoE) architecture, allocating different experts to different languages.
Adversarial Training for Weakly Supervised Event Detection (N19-1)

Copied to clipboard

Challenge: Detecting and identifying events is an important subtask of event extraction.
Approach: They build a large event-related candidate set with good coverage and apply an adversarial training mechanism to iteratively identify informative instances from the candidate set and filter out those noisy ones.
Outcome: The proposed method significantly outperforms the state-of-the-art methods on two real-world datasets.
E-ConvRec: A Large-Scale Conversational Recommendation Dataset for E-Commerce Customer Service (2022.lrec-1)

Copied to clipboard

Challenge: Recent research has focused on developing conversational recommendation system (CRS), which provides valuable recommendations to users through conversations.
Approach: They construct an authentic Chinese dialogue dataset consisting of over 25k dialogues and 770k utterances, which contains user profile, product knowledge base, and multiple sequential real conversations between users and recommenders.
Outcome: The proposed dataset contains user profile, product knowledge base, and multiple sequential real conversations between users and recommenders.
Interaction-Aware Topic Model for Microblog Conversations through Network Embedding and User Attention (C18-1)

Copied to clipboard

Challenge: Existing topic models ignore that one discusses diverse topics when dynamically interacting with different people.
Approach: They propose an Interaction-Aware Topic Model (IATM) for microblog conversations by integrating network embedding and user attention.
Outcome: The proposed model is based on three real-world microblog datasets.
Reaction Miner: An Integrated System for Chemical Reaction Extraction from Textual Data (2023.emnlp-demo)

Copied to clipboard

Challenge: Reaction Miner is a system designed to extract chemical reactions from raw scientific PDFs.
Approach: They propose a system that extracts chemical reactions directly from raw scientific PDFs.
Outcome: The proposed system can extract chemical reactions from raw scientific PDFs.
TMFN: A Target-oriented Multi-grained Fusion Network for End-to-end Aspect-based Multimodal Sentiment Analysis (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for multimodal aspect-based sentiment analysis focus on fusing image regional information and textual words.
Approach: They propose a multimodal aspect-based sentiment analysis method that integrates regional and global image information with global image data.
Outcome: Experiments show that the proposed method outperforms state-of-the-art methods on two benchmark datasets.
AutoHallusion: Automatic Generation of Hallucination Benchmarks for Vision-Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Large vision-language models are prone to hallucinations, where contextual cues in an image can trigger the language module to produce overconfident and incorrect reasoning about abnormal or hypothetical objects.
Approach: They propose to automate the generation of hallucination-related questions using images . they propose to use three image manipulation strategies to induce hallucinosity .
Outcome: The proposed approach reduces human bias in crafting such examples and improves accuracy.
Aligning Large Language Models with Human Preferences through Representation Engineering (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for achieving this alignment involve employing reinforcement learning from human feedback (RLHF) Existing approaches involve using RLHF to fine-tune LLMs based on human labels . however, RLRF is susceptible to instability during fine- tuning and presents challenges in implementation.
Approach: They propose to use reinforcement learning from human feedback to fine-tune large language models with human preferences to achieve precise control of model behavior.
Outcome: Experiments show that RAHF can be used to capture and manipulate representations to align with a broad spectrum of human preferences or values rather than being confined to a single concept or function.
Just Like a Human Would, Direct Access to Sarcasm Augmented with Potential Result and Reaction (2023.acl-long)

Copied to clipboard

Challenge: sarcasm is a form of irony conveying mockery and contempt . social media has become increasingly popular for identifying sarcasm .
Approach: They develop a method to detect sarcasm from social media using augmented potentials.
Outcome: The proposed method outperforms baselines on benchmark datasets.
SPPO: Sequence-Level PPO for Long-Horizon Reasoning Tasks (2026.acl-long)

Copied to clipboard

Challenge: Proximal Policy Optimization (PPO) is central to aligning Large Language Models with verifiable rewards.
Approach: They propose a scalable algorithm that harmonizes sample efficiency with stability of outcome-based updates.
Outcome: The proposed algorithm outperforms standard PPO and matches the performance of computation-heavy group-based methods.
Eliciting Implicit Acoustic Styles from Open-domain Instructions to Facilitate Fine-grained Controllable Generation of Speech (2025.emnlp-main)

Copied to clipboard

Challenge: Current work relies on pre-defined rules or templates to control the style of speech.
Approach: They propose to use open-domain instructions to generate speech with the acoustic style that meets users’ needs based on their instructions.
Outcome: The proposed model can be used to generate speech with the acoustic style that meets users’ needs based on open-domain instructions.
Public Sentiment Drift Analysis Based on Hierarchical Variational Auto-encoder (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for detecting public sentiment drift are not designed for sentiment drift detection.
Approach: They propose a Hierarchical Variational Auto-Encoder model to learn better distribution representation and a new drift measure to directly evaluate distribution changes between historical and new data.
Outcome: The proposed model performs better than three existing state-of-the-art methods.
EXPLAIN: Enhancing Retrieval-Augmented Generation with Entity Summary (2025.acl-industry)

Copied to clipboard

Challenge: Existing document question answering methods reduce inference costs and input tokens.
Approach: They propose a retrieval-augmented generation method that automatically extracts useful entities and generates summaries from documents.
Outcome: The proposed method surpasses baseline retrieval-augmented generation (RAG) and long-context question answering (LC) methods achieve higher accuracy by processing entire documents, but at the cost of increased computational Corresponding authors.
Assistant-Guided Mitigation of Teacher Preference Bias in LLM-as-a-Judge (2025.findings-emnlp)

Copied to clipboard

Challenge: LLM-as-a-Judge uses large language models to evaluate the quality of LLM generated responses, but training proxy judge models using evaluation data generated by powerful teacher models introduces a critical yet previously overlooked issue: teacher preference bias.
Approach: They propose a new setting that incorporates an additional assistant model, which is not biased toward the teacher model’s responses, to complement the training data.
Outcome: The proposed model reduces teacher preference bias while maintaining strong performance across six evaluation benchmarks.
Hypothetical Training for Robust Machine Reading Comprehension of Tabular Context (2023.findings-acl)

Copied to clipboard

Challenge: Counterfactual training is expensive because of the complexity of tabular data.
Approach: They propose a hypothetical training framework that uses paired examples with different hypothetical questions to supervise the direction of model gradient towards the counterfactual answer change.
Outcome: The proposed framework improves on tabular MRC datasets.
Do VLMs Have a Moral Backbone? A Study on the Fragile Morality of Vision-Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Vision-Language Models (VLMs) have advanced multimodal learning, driving progress in cross-modal reasoning.
Approach: They propose to examine moral robustness of vision-language models by analyzing their moral stances under multimodal perturbations.
Outcome: The proposed model-agnostic multimodal perturbations expose VLMs to a variety of moral vulnerabilities, including a sycophancy trade-off where stronger instruction-following models are more susceptible to persuasion.
Data Efficient RLVR via Off-Policy Influence Guidance (2026.acl-long)

Copied to clipboard

Challenge: Existing data selection methods for RLVR are heuristic-based, lacking theoretical guarantees and generalizability.
Approach: They propose an off-policy influence estimation method that approximates data influence using offline trajectories.
Outcome: The proposed method reduces the computational cost of policy rollouts and improves storage and computation efficiency.
Negative Sample is Negative in Its Own Way: Tailoring Negative Sentences for Image-Text Retrieval (2022.findings-naacl)

Copied to clipboard

Challenge: Existing approaches to retrieve hard negative sentences are limited in the scale of the dataset thus fail to identify negative samples of high difficulty for every image.
Approach: They propose to use a model to generate synthetic negative sentences with higher difficulty by masking and refilling the images and performing word discrimination and word correction tasks to improve retrieval and generation.
Outcome: The proposed model generates synthetic negative sentences with higher difficulty on MS-COCO and Flickr30K and is robust and faithful to state-of-the-art training.
A Unified Framework for Modeling Heterogeneous Financial Data via Dual-Granularity Prompting (2026.acl-industry)

Copied to clipboard

Challenge: Recent industrial credit scoring models rely heavily on manually tuned statistical learning methods due to the complexity of heterogeneous financial data and the challenge of modeling evolving creditworthiness.
Approach: They propose a framework that reformulates credit scoring as a multi-scale sequential learning problem.
Outcome: FinLangNet improves KS and bad debt rate by 6.3 pp in real world deployments.
Early Exit with Disentangled Representation and Equiangular Tight Frame (2023.findings-acl)

Copied to clipboard

Challenge: Existing early exit paradigm relies on training parametrical internal classifiers to complete specific tasks.
Approach: They propose a method to decouple two distinct types of representation and introduce a non-parametric tight frame classifier for improvement.
Outcome: Experiments on monolingual and multilingual tasks show that the proposed method improves over existing methods.
Can Large Language Models Be Good Language Teachers? (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have achieved remarkable success across diverse domains, but their potential as effective language teachers remains inadequately assessed.
Approach: They propose a framework to evaluate Chinese language teachers' pedagogical competence against international standards.
Outcome: The proposed framework evaluates 13 latest multilingual and Chinese LLMs against international standards for Chinese language teachers.
DeepSynth-Eval: Objectively Evaluating Information Consolidation in Deep Survey Writing (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are evolving towards autonomous agents . retrieval capabilities are well-benchmarked, but post-retrieval synthesis is under-evaluated due to open-ended writing.
Approach: They propose a benchmark to evaluate information consolidation capabilities using survey papers as gold standards.
Outcome: The proposed benchmark analyzes the post-retrieval synthesis stage of large language models . it leverages high-quality survey papers as gold standards and reverse-engineers research requests . the proposed benchmark outperforms single-turn generation and reduces hallucinations .
Multimodal Causal Reasoning Benchmark: Challenging Multimodal Large Language Models to Discern Causal Links Across Modalities (2025.findings-acl)

Copied to clipboard

Challenge: Existing MLLMs lack robustness in multimodal causal reasoning compared to their performance in textual settings.
Approach: They propose a novel multimodal chain-of-thought (CoT) reasoning benchmark that leverages siamese images and text pairs to challenge MLLMs.
Outcome: The proposed benchmark leverages siamese images and text pairs to challenge MLLMs.
Personalized Large Language Model Assistant with Evolving Conditional Memory (2025.coling-main)

Copied to clipboard

Challenge: With the rapid development of large language models, personalized large language model assistants like ChatGPT are limited in personalized services.
Approach: They propose a plug-and-play framework that could facilitate personalized large language model assistants with evolving conditional memory.
Outcome: The proposed framework can preserve the knowledge and experience from the history dialogue with the user, which can be applied to future tailored responses that better align with the users' preferences.
Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to predict missing facts in knowledge graphs are limited in language alignment . SS-AGA uses seed alignment as an edge type to fuses all KGs as a whole graph .
Approach: They propose a self-supervised adaptive graph alignment method that fuses all KGs as a whole graph by regarding alignment as 'a new edge type' they propose SS-AGA method that uses relation-aware attention weights to capture potential alignment pairs in a new paradigm.
Outcome: The proposed method can predict missing facts in a knowledge graph (KG) but language alignment is scarce and new alignment identification is noisy.
Bridge to Target Domain by Prototypical Contrastive Learning and Label Confusion: Re-explore Zero-Shot Learning for Slot Filling (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for zero-shot cross-domain slot filling do not achieve effective knowledge transfer to the target domain.
Approach: They propose a novel approach based on prototypical contrastive learning and a dynamic label confusion strategy for zero-shot slot filling.
Outcome: The proposed model improves on unseen slots while setting new state-of-the-arts on slot filling task.
KEPLER: A Unified Model for Knowledge Embedding and Pre-trained Language Representation (2021.tacl-1)

Copied to clipboard

Challenge: Existing language representation models (PLMs) cannot capture factual knowledge from text.
Approach: They propose a unified model for Knowledge Embedding and Pre-trained LanguagERepresentation which integrates factual knowledge into PLMs and produces effective text-enhanced KE with the strong PLM.
Outcome: The proposed model improves on existing pre-trained language representation models and improves their performance on various NLP tasks.
Towards General Agentic Intelligence via Environment Scaling (2026.findings-acl)

Copied to clipboard

Challenge: Diverse real-world APIs require precise, robust function-calling intelligence, which needs agents to develop these capabilities through interaction in varied environments.
Approach: They propose a framework that scales up environments to enable agentic intelligence . they use a two-phase agent fine-tuning strategy to first endow agents with basic agentic capabilities, then specializing them for domain-specific contexts.
Outcome: Experiments on -bench, -Bench, and ACEBench show that the model significantly enhances the models’ function-calling capability.
Knowledge-Selective Pretraining for Attribute Value Extraction (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for AVE are limited on rare attributes due to poor generalization ability.
Approach: They propose to leverage pretraining and transfer learning to address weaknesses in existing methods.
Outcome: The proposed method achieves new state-of-the-art performance without pretraining on rare attributes with limited training resources.
Listen, Decipher and Sign: Toward Unsupervised Speech-to-Sign Language Recognition (2023.findings-acl)

Copied to clipboard

Challenge: Existing supervised sign language recognition systems rely on well-annotated data . instead, an unsupervised speech-to-sign language recognition system learns to translate between spoken and sign languages by observing only non-parallel speech and sign-language corpora.
Approach: They propose an unsupervised speech-to-sign language recognition system that can translate between spoken and sign languages by observing only non-parallel speech and sign-language corpora.
Outcome: The proposed approach outperforms baseline models on sign language corpora by 50% . the proposed approach is available at https://github.com/cactuswiththoughts/UnsupSpeech2Sign.git .
Infinity-Parser: Layout-Aware Reinforcement Learning with High-quality Document Parsing Dataset (2026.findings-acl)

Copied to clipboard

Challenge: Existing supervised fine-tuning methods struggle to generalize across document types, leading to poor performance.
Approach: They propose layoutRL, a reinforcement learning framework that optimizes layout understanding through composite rewards integrating normalized edit distance, paragraph count accuracy, and reading order preservation.
Outcome: The proposed model outperforms specialized document parsing systems and general-purpose vision-language models on a broad range of document types, languages, and structural complexities.
Xiaomingbot: A Multilingual Robot News Reporter (2020.acl-demos)

Copied to clipboard

Challenge: Xiaomingbot is a multilingual and multimodal software robot with four capabilities: news generation, news translation, news reading and avatar animation.
Approach: They propose to build a multilingual and multimodal software robot with four inte- gal capabilities: news generation, news translation, news reading and avatar animation.
Outcome: The proposed system generates Chinese news, then reads it in multiple languages and generates an animated avatar reading it.
M2PA: A Multi-Memory Planning Agent for Open Worlds Inspired by Cognitive Theory (2025.findings-acl)

Copied to clipboard

Challenge: Open-world planning poses a challenge due to complex environments and task diversity . recent work shows that large language models (LLMs) lack the ability to connect to agents' experiences .
Approach: They propose an open-world multi-memory planning agent that combines large language models with human-like multi-mesh systems to leverage their strengths.
Outcome: The proposed agent outperforms state-of-the-art agents on 50 Minecraft tasks in zero-shot learning.
A Sequence-to-Sequence Approach to Dialogue State Tracking (2021.acl-long)

Copied to clipboard

Challenge: Existing methods for dialogue state tracking are still challenging, but they are improving . a new approach to dialogue state monitoring is proposed, called Seq2Seq-DU .
Approach: They propose a new dialogue state tracking module that formalizes DST as a sequence-to-sequence problem.
Outcome: The proposed method outperforms existing methods on benchmark datasets in different settings.
FinMaster: A Holistic Benchmark for Full-Pipeline Financial Management with Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks lack domain-specific data, realistic workflow-level task design, and standardized workflow- level evaluation.
Approach: a new benchmark evaluates large language models on financial management workflows . the global financial services market is projected to grow to $37 trillion by 2027 .
Outcome: a new benchmark for large language models on financial management workflows reveals critical capability gaps . accuracy drops from 90% on basic tasks to 40% on complex scenarios requiring multi-step reasoning . the global financial services market reached $25.8 trillion in 2022 and is projected to grow to $37 trillion by 2027 .
Diagnosing Memorization in Chain-of-Thought Reasoning, One Token at a Time (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) perform well on reasoning benchmarks but often fail when inputs alter slightly, raising concerns about overreliance on memorization.
Approach: They propose a framework for Source-aware Token-level Identification of Memorization which attributes each token in a reasoning chain to one of multiple memorization sources based on their statistical co-occurrence with the token in the pretraining corpus.
Outcome: The proposed framework attributes each token in a reasoning chain to one of multiple memorization sources based on their statistical co-occurrence with the token in the pretraining corpus.
Humanity’s Last Code Exam: Can Advanced LLMs Conquer Human’s Hardest Code Competition? (2025.findings-emnlp)

Copied to clipboard

Challenge: o4-mini(high) and Gemini-2.5 Pro achieve pass@1 rates of only 15.9% and 11.4%, respectively.
Approach: They propose a harmonized online–offline sandbox that guarantees fully reproducible evaluation.
Outcome: The proposed test reflects the advanced reasoning and code generation ability of large language models.
SAFER: Advancing Safety Alignment via Efficient Ex-Ante Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing alignment methods struggle to cover diverse safety scenarios and remain vulnerable to adversarial attacks.
Approach: They propose a framework for 'S**afety' alignment via e**F**ficient' E**x-Ante-R**easoning that instantiates structured Ex-Ance reasoning and embeds predefined safety rules.
Outcome: The proposed framework enhances safety performance while maintaining usefulness and efficiency.
Interactive Learning for LLM Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing multi-agent learning approaches foster collaboration among Large Language Models (LLMs) yet they still rely on re-executing the MAS during inference.
Approach: They propose a co-learning framework that integrates Dynamic Interaction and Perception Calibration to enhance LLMs' independent problem-solving ability.
Outcome: The proposed framework integrates Dynamic Interaction and Perception Calibration to improve LLMs' independent problem-solving ability.
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.
Instruct Once, Chat Consistently in Multiple Rounds: An Efficient Tuning Framework for Dialogue (2024.acl-long)

Copied to clipboard

Challenge: Tuning language models for dialogue generation has been a prevalent paradigm for building capable dialogue agents.
Approach: They propose a multi-round interactive dialogue tuning framework that models the speaker roles of agent and user separately.
Outcome: The proposed framework performs superior to fine-tuning and improves dialogue consistency.
QiMeng-PRepair: Precise Code Repair via Edit-Aware Reward Optimization (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to program repair are based on correctness alone.
Approach: They propose a framework that mitigates over-editing and improves repair accuracy by generating buggy programs and re-edits.
Outcome: The proposed framework improves repair precision by 31.4% under fix1@1, a metric that considers repair correctness and extent, and significantly increases decoding throughput when combined with speculative editing.
Beyond Similarity: A Gradient-based Graph Method for Instruction Tuning Data Selection (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for selecting training data from general datasets fail to account for the joint distribution of instructions, resulting in inefficient learning and suboptimal knowledge transfer.
Approach: They propose a method that constructs a mixed gradient-based instruction graph to capture the joint distribution and interdependencies among instructions.
Outcome: The proposed method outperforms existing methods on domain adaptation tasks and in complex, data-scarce scenarios.
When Efficiency Becomes a Vulnerability: Computational Cost Attacks on WebAgents (2026.acl-long)

Copied to clipboard

Challenge: Existing WebAgents suffer from computational cost attacks due to long reasoning processes and excessive computational cost.
Approach: They propose a framework that generates adversarial prompts and a reinforcement learning-enhanced selector to identify the most effective perturbations.
Outcome: The proposed framework exploits large language models to generate diverse adversarial prompts and a reinforcement learning–enhanced selector to identify the most effective perturbations.
MMEvol: Empowering Multimodal Large Language Models with Evol-Instruct (2025.findings-acl)

Copied to clipboard

Challenge: a new framework for image-text instruction data evolution improves MLLM performance . lack of high-quality instruction data remains a major bottleneck in ML modeling .
Approach: They propose a multimodal instruction data evolution framework that iteratively enhances data quality through fine-grained perception, cognitive reasoning, and interaction evolution.
Outcome: The proposed approach improves MLLM performance in nine vision-language tasks while using significantly less data.
Soft Knowledge Prompt: Help External Knowledge Become a Better Teacher to Instruct LLM in Knowledge-based VQA (2024.acl-long)

Copied to clipboard

Challenge: Recent research focuses on improving prediction performance and reliability of LLM.
Approach: They propose a method to actively extract valuable information from the knowledge to produce a latent vector as a soft prompt, which is fused with the image embedding to form a knowledge-enhanced context to instruct LLM.
Outcome: The proposed method improves performance on knowledge-based VQA benchmarks.
UniRE: A Unified Label Space for Entity Relation Extraction (2021.acl-long)

Copied to clipboard

Challenge: Existing joint entity relation extraction models setup two separate label spaces for the two sub-tasks .
Approach: They propose to eliminate the different treatment on the two sub-tasks’ label spaces by applying a unified classifier to predict each cell’s label.
Outcome: The proposed model achieves competitive accuracy with the best extractor and is faster.
Federated LoRA Fine-Tuning with Pipelined Error-Mitigated Aggregation and Matrix-Wise Freezing (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for fine-tuning large language models often suffer from biased model aggregation and are hindered by significant communication and computation burden.
Approach: They propose a Federated low-rank adaptation system for large language models that leverages pipelined error-mitigated model aggregation and adaptive matrix-wise parameter freezing to mitigate aggregations.
Outcome: The proposed system improves time-to-target by 2.17-8.48 on real-world datasets.
Dynamic Attention-Guided Context Decoding for Mitigating Context Faithfulness Hallucinations in Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods, such as a n-terminal coding, do not provide accurate data for large language models.
Approach: They propose a lightweight framework that leverages attention distributions and uncertainty signals in a single-pass decoding.
Outcome: Experiments on open-book QA datasets show that DAGCD improves faithfulness and robustness while preserving computational efficiency.
Efficient Large Scale Language Modeling with Mixtures of Experts (2022.emnlp-main)

Copied to clipboard

Challenge: Mixture of Experts layers (MoEs) enable efficient scaling of language models . large autoregressive language models such as GPT-3 can be adapted to a wide range of tasks .
Approach: They propose to use Mixture of Experts layers to enable efficient scaling of language models . they find that MoEs are substantially more compute efficient than dense models compared to MoE models - but only when they are more modestly trained .
Outcome: The proposed model outperforms dense models in a wide range of tasks and domains.
VLFeedback: A Large-Scale AI Feedback Dataset for Large Vision-Language Models Alignment (2024.emnlp-main)

Copied to clipboard

Challenge: Large vision-language models (LVLMs) are evolving rapidly and require data with human supervision to achieve better alignment.
Approach: They introduce VLFeedback, the first large-scale vision-language feedback dataset . they train Silkie, an LVLM fine-tuned via direct preference optimization .
Outcome: The proposed model outperforms its base model in helpfulness, visual faithfulness, and safety metrics and exhibits enhanced resilience against red-teaming attacks.
Contrastive Learning with Generated Representations for Inductive Knowledge Graph Embedding (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for inductive knowledge Graphs are limited by sparsity and implicit transfer.
Approach: They propose a Contrastive Learning framework with graph guided Variational autoencoder on Meta-KGs to capture and transfer entities.
Outcome: The proposed framework outperforms state-of-the-art methods with extensive experiments.
Putting Captions to the Test: Evaluating Video Caption Quality through Multiple-Choice Question Answering (2026.acl-long)

Copied to clipboard

Challenge: Existing metrics for video captioning are based on text-based comparisons with ground-truth references.
Approach: They propose a reference-free benchmark that assesses video captions based on their utility . they will release the benchmark to facilitate reproducible research .
Outcome: The proposed benchmark improves on human-verified, fine-grained questions . it correlates significantly better with human judgments than existing metrics .
Graph Reasoning Paradigm: Structured and Symbolic Reasoning with Topology-Aware Reinforcement Learning for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for long chain-of-thought (LCoT) are coarse-grained, reward hacking, and poor generalization.
Approach: They propose a Long Chain-of-Thought (LCoT) model that integrates reinforcement learning with verifiable rewards with a process-aware verification approach.
Outcome: The proposed model improves reasoning and code generation tasks while reducing the cost of training and performance bottlenecks.
ExploraCoder: Advancing Code Generation for Multiple Unseen APIs via Planning and Chained Exploration (2025.acl-long)

Copied to clipboard

Challenge: Large language models face intrinsic limitations in coding with unseen APIs in training corpora.
Approach: They propose a training-free framework that empowers LLMs to invoke multiple unseen APIs in code solution by planning a complex problem into several API invocation subtasks and experimenting with correct API usage at intermediate steps.
Outcome: The proposed framework significantly improves performance for models lacking prior API knowledge, achieving 11.99% over retrieval-based approaches and 17.28% over pretraining-based methods in pass@10.
SEP-MLDC: A Simple and Effective Paradigm for Multi-Label Document Classification (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods focus on optimizing document features, overlooking the potential of high-quality label features to enhance classification performance.
Approach: They propose a multi-label document classification paradigm that utilizes large language models to expand the label content and generate pseudo-samples for the tail categories.
Outcome: The proposed method significantly outperforms state-of-the-art models.
EvoMD-LLM: Learning the Language of Species Evolution in Reactive Molecular Dynamics (2026.findings-acl)

Copied to clipboard

Challenge: Existing models operate on static molecular representations or rely on external tools for reasoning.
Approach: They propose a framework that reformulates species-level molecular dynamics as a symbolic temporal language modeling problem.
Outcome: The proposed model outperforms neural networks and language-based baselines on multiple temporal prediction tasks and generates plausible interpretations of reaction dynamics.
Browse and Concentrate: Comprehending Multimodal Content via Prior-LLM Context Fusion (2024.acl-long)

Copied to clipboard

Challenge: Multimodal Large Language Models (MLLMs) lack understanding of multi-image and interleaved inputs due to the visual features encoded by frozen encoders before being fed into the LLM backbone.
Approach: They propose a two phase paradigm to enable in-depth multimodal context fusion prior to feeding the features into LLMs.
Outcome: The proposed paradigm boosts the performance on 7 multi-image scenarios, contributing to increments on average accuracy by 2.13% and 7.60% against strong MLLMs baselines with 3B and 11B LLMs, respectively.
Rethinking Depression Prediction from a Fine-Grained Subscore Modeling Perspective via Multi-Task Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for depression assessment rely on standardized ratings, but they are time-consuming and subject to inter-rater variability.
Approach: They propose a fine-grained model for subscore prediction via multi-task learning that can be used to predict depression severity using multiple tasks.
Outcome: The proposed model outperforms baselines and Qwen3-14B direct scoring on the public E-DAIC dataset and to a large-scale private clinical dataset.
Few-shot Learning with Multilingual Generative Language Models (2022.emnlp-main)

Copied to clipboard

Challenge: Large-scale generative language models such as GPT-3 are competitive few-shot learners.
Approach: They train multilingual generative language models on a corpus covering a diverse set of languages and study their few- and zero-shot learning capabilities.
Outcome: The proposed model outperforms GPT-3 on 171 out of 182 directions with 32 training examples and surpasses the official supervised baseline in 45 directions.
MuSe: Multi-Stage Graph Reasoning via Vision-Language Models (2026.acl-long)

Copied to clipboard

Challenge: Graph Neural Networks (GNNs) and graph transformers are inadequate for tasks with limited generalization.
Approach: They propose a multi-stage graph reasoning framework based on vision-language models that incrementally samples and visualizes task-relevant subgraphs.
Outcome: The proposed framework outperforms existing benchmarks in Graph-related tasks.
JointCoder: Exploring Automated ICD Coding on Real-World Chinese EHRs with a Multi-Agent Framework (2026.acl-demo)

Copied to clipboard

Challenge: Existing automated ICD coding systems face several fundamental challenges due to the limited availability of publicly available Chinese ICD datasets.
Approach: They propose to use a Chinese ICD coding dataset and a multi-agent framework to reformulate ICD as a joint disease-procedure coding task.
Outcome: The proposed system outperforms state-of-the-art methods on real-world Chinese ICD coding datasets and 1.7B-parameter models.
WildReward: Learning Reward Models from In-the-Wild Human Interactions (2026.acl-long)

Copied to clipboard

Challenge: Prior work focused on collecting preference pairs, requiring substantial annotation efforts.
Approach: They propose a pipeline to extract reliable human feedback from in-the-wild interactions . they propose to use WildChat as an interaction source to train the model .
Outcome: The proposed model achieves comparable or even superior performance compared to conventional models with improved calibration and cross-sample consistency.
Mixture-of-Minds: Multi-Agent Reinforcement Learning for Table Understanding (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have shown promise on understanding and reasoning over tables, but current approaches remain limited.
Approach: They propose a multi-agent framework that decomposes table reasoning into three specialized roles: planning, coding, and answering.
Outcome: The proposed framework decomposes table reasoning into three specialized roles: planning, coding, and answering.
A Multi-Agent Framework with Automated Decision Rule Optimization for Cross-Domain Misinformation Detection (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for misinformation detection are limited by domain knowledge and expert experience.
Approach: They propose a Multi-Agent Framework for cross-domain misinformation detection with Automated Decision Rule Optimization (MARO) they first employ multiple expert agents to analyze target-domain news, then introduce a question-reflection mechanism that guides expert agents for higher-quality analysis.
Outcome: The proposed framework improves on a common dataset and shows that iteratively improves over existing methods.
Beyond Fully Random Masking: Attention-Guided Denoising and Optimization for Diffusion Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for full-attention dLLMs rely on random masking strategies that overlook intrinsic token dependencies.
Approach: They propose an attention-guided denoising and optimization framework that aligns training and optimization with attention-derived dependencies.
Outcome: The proposed framework outperforms state-of-the-art methods on mathematical and coding benchmarks.
Less is More: Knowledge-Aware Compression for Long Legal Judgment Prediction (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances leverage large language models (LLMs) for legal reasoning, but they face high computational costs and information degradation when handling long cases.
Approach: They propose a framework that selectively retains legally relevant information while reducing redundant or less informative content, enabling efficient and accurate long-context reasoning.
Outcome: The proposed framework outperforms existing methods on four real-world datasets spanning multiple jurisdictions and languages.
Lifting Optimized Binaries to Canonical Compiler IR via Structure-Aware Retrieval and Iterative Verification (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for decompiling binary code are brittle due to compiler optimizations that distort control-flow and data-flow structure.
Approach: They propose a system that lifts optimized binaries to canonical compiler intermediate representation (IR) BRIDGE uses control-flow-aware retrieval-augmented generation with feedback-driven verification .
Outcome: The proposed system outperforms seven baselines on humanEval-Decompile and MBPP, lifting x86-64 and ARM64 binaries to LLVM IR.
Exons-Detect: Identifying and Amplifying Exonic Tokens via Hidden-State Discrepancy for Robust AI-Generated Text Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for AI-generated text detection assume uniform token contributions, making them less robust under short sequences or localized token modifications.
Approach: They propose a training-free method for AI-generated text detection based on an exon-aware token reweighting perspective.
Outcome: The proposed method achieves state-of-the-art detection performance and robustness to adversarial attacks and varying input lengths.
ETR: Entropy Trend Reward for Efficient Chain-of-Thought Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing methods to shorten CoTs use length penalties or global entropy reduction . Existing approaches to CoT reasoning have significant practical drawbacks .
Approach: They propose a method that shortens CoTs by length penalties or global entropy reduction . they integrate ETR into Group Relative Policy Optimization and evaluate it .
Outcome: The proposed objective improves accuracy–efficiency trade-off by +9.9% while reducing CoT length by 67% across four benchmarks.
Med-SRAF: A Multi-Agent Framework for Medical Reasoning via Semantic Routing and Agentic Fusion (2026.findings-acl)

Copied to clipboard

Challenge: Existing RAG methods suffer from a two-part problem: semantic drift and concatenation fallacy . et al.: rapid development of Large Language Models has led to a paradigm shift in artificial intelligence .
Approach: They propose a multi-agent retrieval augmentation framework guided by medical domain knowledge to address these challenges.
Outcome: The proposed framework outperforms existing general RAG baselines on five widely used medical benchmarks.
Selecting Demonstrations for Many-Shot In-Context Learning via Gradient Matching (2025.findings-acl)

Copied to clipboard

Challenge: In-Context Learning (ICL) empowers Large Language Models for rapid task adaptation without fine-tuning.
Approach: They propose a method that aligns fine-tuning gradients between entire training set and selected examples to enable in-context learning and fine-uning.
Outcome: The proposed method outperforms random selection on large LLMs from 4-shot to 128-shot scenarios across 9 datasets.
FastGAS: Fast Graph-based Annotation Selection for In-Context Learning (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods to select unlabeled examples for annotation require a long time due to their complexity, hindering their practical viability.
Approach: They propose a graph-based selection method to efficiently identify high-quality instances while minimizing computational overhead.
Outcome: The proposed method significantly reduces selection time and improves performance on different tasks.
Towards Order Fairness: Mitigating LLMs Order Sensitivity through Dual Group Advantage Optimization (2026.acl-long)

Copied to clipboard

Challenge: Recent studies attempt to obtain optimal or suboptimal arrangements based on statistical results or using dataset-based search, but these methods increase inference overhead while leaving the model’s inherent order bias unresolved.
Approach: They propose Dual Group Advantage Optimization (DGAO) which aims to improve model accuracy and order stability simultaneously.
Outcome: The proposed method improves model accuracy and order stability while penalizing order-sensitive or incorrect responses.
MemeQA: Holistic Evaluation for Meme Understanding (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for meme understanding only concern narrow aspects of meme semantics.
Approach: They propose to use multiple-choice questions to evaluate meme comprehension . they use a dataset of over 9,000 multiple-question questions to assess meme comprehension.
Outcome: The proposed model outperforms existing models on meme comprehension . the model makes many errors on memes where proper understanding requires going beyond sentiment .
Hello Again! LLM-powered Personalized Agent for Long-term Dialogue (2025.naacl-long)

Copied to clipboard

Challenge: Existing dialogue systems focus on brief single-session interactions, neglecting real-world needs for long-term companionship and personalized interactions.
Approach: They propose a model-agnostic framework for long-term dialogue agents . they use event summary and persona management to enable reasoning .
Outcome: The proposed framework incorporates three independently tunable modules dedicated to event perception, persona extraction, and response generation.
Learning to Ask Unanswerable Questions for Machine Reading Comprehension (P19-1)

Copied to clipboard

Challenge: Existing models for extractive reading comprehension are not good at deciding whether no answer is presented in the context.
Approach: They propose a data augmentation technique by automatically generating relevant unanswerable questions according to an answerable question paired with its corresponding paragraph that contains the answer.
Outcome: The proposed model performs better on the SQuAD 2.0 dataset than the baseline model and the BERT-large model.
Concept2Box: Joint Geometric Embeddings for Learning Two-View Knowledge Graphs (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to embed knowledge graphs have ignored the fact that they contain two fundamentally different views: high-level ontology-view concepts and fine-grained instance-view entities.
Approach: They propose a novel geometric representation that jointly embeds the two views of a KG using dual geometric representations.
Outcome: Experiments on the public DBpedia KG and a newly-created industrial KG show the proposed method works well.
DarwinTOD: LLM-Driven Lifelong Self-evolution for Task-oriented Dialog Systems (2026.acl-long)

Copied to clipboard

Challenge: Continual learning approaches fail to achieve autonomy lifelong improvement in dynamic environments . current task-oriented dialog systems are static, unable to learn from ongoing interactions .
Approach: They propose a lifelong self-evolving dialog framework that integrates evolutionary computation and LLM driven self-improvement into a single framework.
Outcome: The proposed framework surpasses state-of-the-art methods and exhibits continuous performance gains throughout evolution.
Calibrated Speculative Decoding: Frequency-Guided Candidate Selection for Efficient Inference (2026.acl-long)

Copied to clipboard

Challenge: Speculative decoding (SD) is a powerful and efficient way to accelerate autoregressive generation.
Approach: They propose a training-free framework that recovers valid tokens discarded by standard verification . they use online correction memory and Semantic Consistency Gating to analyze rejections .
Outcome: The proposed framework outperforms existing methods and achieves peak throughput speedup of 2.33x.
PALM: Pre-training an Autoencoding&Autoregressive Language Model for Context-conditioned Generation (2020.emnlp-main)

Copied to clipboard

Challenge: Existing techniques for natural language understanding and generation use autoencoding and/or autoregressive objectives to train models.
Approach: They propose a self-supervised pre-training scheme that pre-trains an autoencoding and autoregressive language model on a large unlabeled corpus for generating new text conditioned on context.
Outcome: The proposed scheme achieves state-of-the-art results on a variety of language generation benchmarks covering generative question answering, abstractive summarization and conversational response generation.
Towards Medical Machine Reading Comprehension with Structural Knowledge and Plain Text (2020.emnlp-main)

Copied to clipboard

Challenge: MRC has achieved significant progress on the open domain in recent years due to large-scale pre-trained language models.
Approach: They propose a machine reading comprehension model which exploits structural medical knowledge and reference medical plain text to improve the exam's accuracy.
Outcome: The proposed model outperforms existing models with a large margin and passes the exam with 61.8% accuracy rate on the test set.
Focused Large Language Models are Stable Many-Shot Learners (2024.emnlp-main)

Copied to clipboard

Challenge: In-Context Learning (ICL) enables large language models to achieve rapid task adaptation by learning from demonstrations.
Approach: They propose a training-free method that disperses model attention from the query . they propose 'focus' search strategy that uses model perplexity to ensure sufficient attention .
Outcome: The proposed method achieves an average performance improvement of 5.2% over vanilla ICL and scales well with many-shot demonstrations.
LLM-Based Human-Agent Collaboration and Interaction Systems: A Survey (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have sparked growing interest in building fully autonomous agents.
Approach: They propose to integrate human-provided information, feedback, or control into the agent system to enhance system performance, reliability, and safety.
Outcome: The proposed systems improve system performance, reliability, and safety by integrating human-provided information, feedback, or control into the agent system.
SQL-ASTRA: Alleviating Sparse Feedback in Agentic SQL via Column-Set Matching and Trajectory Aggregation (2026.findings-acl)

Copied to clipboard

Challenge: Agentic SQL is a framework for multiturn agent learning, but it is limited to single-turn paradigms.
Approach: They propose a framework that provides a universal two-tiered reward mechanism for credit assignment . they propose 'Aggregated Trajectory Reward' to resolve multi-turn credit assignment.
Outcome: The proposed framework outperforms SOTA Arctic-Text2SQL-R1-7B on BIRD and Spider 2.0 using identical models.
Self-Improvement of Non-autoregressive Model via Sequence-Level Distillation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing non-autoregressive Transformers (NAT) models generate the entire sequence in parallel, but the multimodality problem limits their performance.
Approach: They propose a method to generate distilled data by the NAT model itself, eliminating the need for additional teacher networks.
Outcome: The proposed method can generate distilled data by the NAT model without teacher networks and adapt to different NAT models without precise adjustments.
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.
ConMA : Confidence-Guided Kernel Sampling with Multi-Stage Aggregation for LLM Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to test-time scaling rely on external verifiers and one-shot independent sampling.
Approach: They propose a test-time scaling framework that reallocates a fixed inference budget into iterative sample–filter–diversify–select cycles.
Outcome: ConMA outperforms baselines on multiple benchmarks while converging early with only 18 samples on average, substantially reducing inference cost.
Control Large Language Models via Divide and Conquer (2024.emnlp-main)

Copied to clipboard

Challenge: Lexically Constrained Generation (LCG) is a crucial task of text generation.
Approach: They propose a Divide and Conquer Generation strategy to enhance LLMs' performance in Lexically Constrained Generation with prompt-based controlling.
Outcome: The proposed strategy shows 90% improvement on the most challenging LCG task.
Gated Mechanism Enhanced Multi-Task Learning for Dialog Routing (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for dialog routing are mostly heuristic and cannot achieve high-quality performance.
Approach: They propose a multi-task learning framework with a dialog encoder and two tailored gated mechanism modules to solve this problem.
Outcome: The proposed model can play the role of hierarchical information filtering and is non-invasive to existing dialog systems.
Table-as-Search: Agentic Information Seeking is Table Completion (2026.findings-acl)

Copied to clipboard

Challenge: Current Information Seeking (InfoSeeking) agents struggle to maintain focus and coherence during long-horizon exploration, as tracking search states within one plain-text context is inherently fragile.
Approach: They propose a structured planning framework that reformulates the InfoSeeking task as a Table Completion task.
Outcome: The proposed framework outperforms state-of-the-art frameworks across three kinds of benchmarks, including multi-agent framework and commercial systems.
Maximum Score Routing For Mixture-of-Experts (2025.findings-acl)

Copied to clipboard

Challenge: Traditional mixture-of-experts (MoE) networks impose an expert capacity constraint to ensure GPU-friendly computation.
Approach: They propose a routing paradigm that dynamically allocates input tokens to top-k experts through differentiable sparse transformations, enabling scalable model capacity while preserving computational efficiency.
Outcome: The proposed model achieves lower training losses and higher evaluation scores at equivalent FLOPs compared to constrained and unconstrained baselines.
StorySparkQA: Expert-Annotated QA Pairs with Real-World Knowledge for Children’s Story-Based Learning (2024.emnlp-main)

Copied to clipboard

Challenge: Existing story reading systems fail to capture the nuances of how education experts think when conducting interactive story reading activities.
Approach: They propose to use existing question-answering (QA) datasets to capture experts' annotations and thinking process to construct a story-based annotation framework.
Outcome: The proposed framework captures experts’ annotations and thinking process and can be used to generate 5, 868 expert-annotated QA pairs with real-world knowledge.
SeqXGPT: Sentence-Level AI-Generated Text Detection (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods for sentence-level AIGT detection are weak . large language models (LLMs) can generate human-like content .
Approach: They propose a sentence-level AIGT detection challenge using LLMs as log probability lists . they propose 'check' GPT' method that uses log probability list features to detect AIGT .
Outcome: The proposed method surpasses baseline methods in sentence- and document-level detection challenges.
CARE: Causality Reasoning for Empathetic Responses by Conditional Graph Generation (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to empathetic response generation only consider causalities between the user’s emotion and the user's experiences and neglect interdependence among causalities and reason them independently.
Approach: They propose to use a conditional variable Graph Auto-Encoder to reason all plausible causalities interdependently and simultaneously given the user’s emotion, dialogue history, and future dialogue content.
Outcome: The proposed method achieves state-of-the-art in a real-world situation.
Self-Training with Direct Preference Optimization Improves Chain-of-Thought Reasoning (2024.acl-long)

Copied to clipboard

Challenge: Recent studies focus on enhancing large-scale language models' reasoning abilities, but the research question of how to GSM8K Performance vs. computational cost remains.
Approach: They propose to train small-scale language models with their own outputs to avoid relying on large models' outputs.
Outcome: The proposed approach outperforms baseline models with comparable sizes while minimizing the required compute.
Can Diffusion Model Achieve Better Performance in Text Generation ? Bridging the Gap between Training and Inference ! (2023.findings-acl)

Copied to clipboard

Challenge: Existing models for text generation use a discrete data embedding module to map the data into the continuous space.
Approach: They propose two methods to bridge the gap between training and inference by mapping the discrete text into the continuous space.
Outcome: The proposed methods can achieve 100 200 speedup with better performance on 6 generation tasks.
IHEval: Evaluating Language Models on Following the Instruction Hierarchy (2025.naacl-long)

Copied to clipboard

Challenge: Instruction-tuned language models (LMs) are increasingly deployed as interactive services across various applications.
Approach: They propose a benchmark to evaluate models' ability to follow the instruction hierarchy by comparing their models to a set of benchmarks.
Outcome: The proposed benchmark covers 3,538 examples across nine tasks covering cases where instructions in different priorities either align or conflict.
InsBank: Evolving Instruction Subset for Ongoing Alignment (2025.findings-emnlp)

Copied to clipboard

Challenge: Recent studies emphasize that quality and diversity of instruction data are more crucial than quantity, highlighting the need to select diverse, high-quality subsets to reduce training costs.
Approach: They propose to use a continuously updated repository to integrate the latest valuable instruction data with a progressive evolution framework to evolve InsBank over time.
Outcome: The proposed framework outperforms baselines in InsBank evolution and extracts budget-specific subsets.
ToM: Leveraging Tree-oriented MapReduce for Long-Context Reasoning in Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Experimental results show ToM outperforms existing divide-and-conquer frameworks . RAG relies on similarity-based rankings to retrieve and reason over chunks based on logical coherence .
Approach: They propose a Tree-oriented MapReduce framework for long-context reasoning . it leverages the hierarchical structure of long documents by constructing a DocTree .
Outcome: Experimental results show that ToM outperforms existing divide-and-conquer frameworks and RAGs . the proposed framework improves logical coherence and long-context reasoning on 70B+ LLMs compared to existing approaches .
Retrieval Augmented Instruction Tuning for Open NER with Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Existing studies have focused on integrating large language models (LLMs) with information extraction (IE) however, the best approach to incorporate information with LLMs for IE remains an open question.
Approach: They propose to use a Chinese IT dataset to perform RA-IT for IE . they use semantically similar examples from the training dataset as the context .
Outcome: The proposed approach is evaluated in English and Chinese scenarios.
UNIMO: Towards Unified-Modal Understanding and Generation via Cross-Modal Contrastive Learning (2021.acl-long)

Copied to clipboard

Challenge: Existing pre-training methods focus on single-modal tasks or multi-modal ones . large-scale pre- training has drawn much attention in both the community of Compute Vision (CV) and Natural Language Processing (NLP).
Approach: They propose a UNIfied-MOdal pre-training architecture which can adapt to both single-modal and multi-modal understanding and generation tasks.
Outcome: The proposed model can learn more generalizable representations with rich non-paired single-modal data.
Automated Creativity Evaluation for Large Language Models: A Reference-Based Approach (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for evaluating creativity of machine-generated texts rely on costly manual annotations or fail to align closely with human assessments.
Approach: They propose an automated method based on the Torrance Test of Creative Writing (TTCW) .
Outcome: The proposed method improves the alignment between LLM evaluations and human assessments.
Prompt Candidates, then Distill: A Teacher-Student Framework for LLM-driven Data Annotation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for data annotation use an aggressive approach prompting LLMs to determine a single gold label for each unlabeled sample.
Approach: They propose a teacher-student framework that distills candidate annotations with a Small Language Model (SLM) they propose to use LLMs to generate and distill candidate annotation with slms to ensure unique labels are provided for downstream tasks.
Outcome: The proposed method outperforms existing methods due to uncertainty in LLMs and is noisetolerant.
Incorporating External Knowledge into Machine Reading for Generative Question Answering (D19-1)

Copied to clipboard

Challenge: Existing knowledge-aware QA models do not have commonsense and background knowledge to answer nontrivial questions.
Approach: They propose a new neural model which exploits external knowledge to generate answers in natural language for a given question with context.
Outcome: The proposed model improves answer quality over existing models without knowledge and knowledge-aware models, a study shows . state officials in Hawaii confirmed that president Barack Obama was born in the U.S.
FinChain: A Symbolic Benchmark for Verifiable Chain-of-Thought Financial Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks emphasize final numerical answers while neglecting intermediate reasoning steps.
Approach: They propose a symbolic benchmark for verifiable Chain-of-Thought evaluation in finance . FINCHAIN spans 58 topics across 12 financial domains and three difficulty levels .
Outcome: The proposed benchmark aims to bridge symbolic reasoning and factual verification.
HeteroCache: A Dynamic Retrieval Approach to Heterogeneous KV Cache Compression for Long-Context LLM Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing static compression methods suffer from coarse-grained caching and high I/O overhead.
Approach: They propose a training-free dynamic compression framework that uses a sparse attention mechanism to categorize attention heads based on stability and similarity.
Outcome: The proposed framework achieves state-of-the-art performance on long-context benchmarks and accelerates decoding by up to 3 compared to the original model with a 224K context.
Gradient-guided Attention Map Editing: Towards Efficient Contextual Hallucination Mitigation (2025.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) often experience “contextual hallucination” where they prioritize self-generated content over input context, leading to a disregard for pertinent details.
Approach: They propose a method that dynamically adjusts attention maps to enhance contextual relevance by using a trained classifier to identify attention maps likely to induce hallucinations.
Outcome: The proposed approach reduces hallucinations across open-source models on summarization and open-book QA tasks.
Learning Robust Representations for Continual Relation Extraction via Adversarial Class Augmentation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing studies attribute catastrophic forgetting to the corruption of the learned representations as new relations come . Continual relation extraction models suffer from catastrophic forgetting when learning new relations .
Approach: They propose to use adversarial class augmentation mechanism to learn more precise representations . they propose to train the model on a sequence of tasks where two new relations are discovered .
Outcome: The proposed model improves on two popular benchmarks.
Sparsity-Accelerated Training for Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated proficiency across various NLP tasks but often require additional training, such as continual pre-training and supervised fine-tuning.
Approach: They propose to leverage sparsity in pre-trained LLMs to accelerate training by disregarding computations for unimportant neurons.
Outcome: The proposed framework achieves comparable or superior performance to standard training while significantly accelerating the process.
Learning Preference Model for LLMs via Automatic Preference Data Generation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing training methods for large language models rely on human-annotated data.
Approach: They propose to learn the preference model for LLMs via automatic preference data generation (AutoPM) using HHH-guided preference data, they show reliability and potential .
Outcome: The proposed approach enables LLMs to learn human preferences and align with human values.
Rethinking the Role of Entropy in Optimizing Tool-Use Behaviors for Large Language Model Agents (2026.acl-long)

Copied to clipboard

Challenge: Large language models excel in mathematical reasoning and multi-hop question answering tasks, but in long trajectories, agents often invoke tools excessively or inappropriately, increasing computation cost and derailing the reasoning process.
Approach: They propose to use entropy reduction as a supervisory signal to reduce tool calls . they propose to design two reward strategies to address the needs of optimizing tool-use behavior.
Outcome: The proposed reward strategies reduce tool calls by 72.07% and improve performance by 22.27%.
Generating Long-form Story Using Dynamic Hierarchical Outlining with Memory-Enhancement (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for long-form story generation rely on rigid outlines or lack macro-level planning, making it difficult to achieve contextual consistency and coherent plot development.
Approach: They propose a Dynamic Hierarchical Outlining with Memory-Enhancement long-form story generation method to generate long-formed story with coherent content and plot.
Outcome: The proposed method significantly improves the fluency, coherence, and overall quality of generated long stories compared to state-of-the-art methods.
D-Artemis: A Deliberative Cognitive Framework for Mobile GUI Multi-Agents (2026.findings-acl)

Copied to clipboard

Challenge: Graphical User Interface (GUI) agents aim to automate a wide spectrum of human tasks by emulating user interaction.
Approach: They propose a deliberative framework that leverages a fine-grained tip retrieval mechanism to inform its decision-making process.
Outcome: The proposed framework achieves SOTA among open-source general models on AndroidWorld and ScreenSpot-V2 . it leverages a fine-grained, app-specific tip retrieval mechanism to inform its decision-making process .
AdaMARP: An Adaptive Multi-Agent Interaction Framework for General Immersive Role-Playing (2026.findings-acl)

Copied to clipboard

Challenge: Existing LLMs lack immersion and adaptability, resulting in limited character orchestration and on-the-fly character introduction.
Approach: They propose an LLM-based framework that allows actors to interact with users in an ongoing narrative.
Outcome: The proposed framework outperforms commercial LLMs in character consistency, environment grounding, and narrative coherence.
DualGuard: Dual-stream Large Language Model Watermarking Defense against Paraphrase and Spoofing Attack (2026.findings-acl)

Copied to clipboard

Challenge: Existing watermarking algorithms focus on defending against paraphrase and piggyback spoofing attacks, which can inject harmful content, compromise reliability, and undermine trust in attribution.
Approach: They propose an algorithm capable of defending against paraphrase and spoofing attacks.
Outcome: Experiments on large language models and language models show that DualGuard is the first watermarking algorithm capable of defending against both paraphrase and spoofing attacks.
Active Sentence Learning by Adversarial Uncertainty Sampling in Discrete Space (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing uncertainty sampling methods are time-consuming and can't be executed frequently.
Approach: They propose adversarial uncertainty sampling in discrete space to find informative unlabeled text samples for annotation using adversarials.
Outcome: The proposed approach outperforms baselines on effectiveness on five datasets.
Document Segmentation Matters for Retrieval-Augmented Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing rule-based chunking methods lead to suboptimal splits, where overly large chunks introduce irrelevant information and small chunks lack semantic coherence.
Approach: They propose a method that leverages document summaries as pseudo-instructions to guide chunking by computing semantic similarity between sentences and the summary.
Outcome: Experiments on multiple open-domain question-answering benchmarks show that PIC significantly improves retrieval accuracy (Hits@k) and end-to-end QA performance (Exact Match) without any additional training.
UniConv: Unifying Retrieval and Response Generation for Large Language Models in Conversations (2025.acl-long)

Copied to clipboard

Challenge: Existing conversational search systems are usually built with two different models . this separation restricts the system from leveraging the model's intrinsic knowledge simultaneously . Existing studies for developing unified models cannot fully address the aspects of understanding conversational context, managing retrieval independently, and generating responses.
Approach: They propose to unify dense retrieval and response generation for large language models in conversation by fine-tuning and mitigating data discrepancy.
Outcome: The proposed model can outperform existing models on five conversational search datasets and reduce inconsistency risks while mitigating data discrepancy.
Why Multimodal In-Context Learning Lags Behind? Unveiling the Inner Mechanisms and Bottlenecks (2026.acl-long)

Copied to clipboard

Challenge: In-context learning (ICL) enables models to adapt to new tasks via inference-time demonstrations.
Approach: They propose a simple inference-stage enhancement method that reinforces task mapping transfer.
Outcome: The proposed method strengthens task mapping transfer in multimodal models . it performs comparable to text-only ICL in zero-shot settings but degrades significantly under few-shot demonstrations.
MemeReaCon: Probing Contextual Meme Understanding in Large Vision-Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Current approaches focus on isolated meme analysis, either for harmful content detection or standalone interpretation, overlooking a fundamental challenge: the same meme can express different intents depending on its conversational context.
Approach: They propose a benchmark to evaluate how large vision language models understand memes in their original context.
Outcome: The proposed benchmark evaluates how large vision language models understand meme intent in their original context.
NovBench: Evaluating Large Language Models on Academic Paper Novelty Assessment (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for evaluating novelty have been proposed, but there is no systematic evaluation of their ability to generate novelty evaluations.
Approach: They propose a benchmark to evaluate large language models’ ability to generate novelty evaluations in support of human peer review.
Outcome: The proposed framework evaluates the quality of LLM-generated novelty evaluations under different prompting strategies.
Jointly Learning Semantic Parser and Natural Language Generator via Dual Information Maximization (P19-1)

Copied to clipboard

Challenge: Semantic parsing aims to transform natural language utterances into formal meaning representations (MRs) whereas an NL generator achieves the reverse, the two tasks are often studied separately.
Approach: They propose a method of dual information maximization to regularize the learning process by matching the joint distributions of p and q of NLs.
Outcome: The proposed method empirically maximizes the variational lower bounds of expected joint distributions of NL and MRs.
Measuring Large Language Models’ Adversarial Behavior in Social Deduction Games (2026.findings-acl)

Copied to clipboard

Challenge: Existing safety evaluations focus on refusal-based methods that test whether models avoid responding to inappropriate or violent requests, leaving open questions about how models behave in interactive social settings.
Approach: They propose to use a meta-LLM to construct a closed behavioral taxonomy from a multi-agent simulation to examine adversarial behavior of large language models.
Outcome: The proposed model-based model-driven model-model-based taxonomy shows that the model-led model-learning model exhibits distinct behavioral profiles and influences social stability and competitive success.
What Works and Doesn’t Work, A Deep Decoder for Neural Machine Translation (2022.findings-acl)

Copied to clipboard

Challenge: Deep learning has demonstrated performance advantages in a wide range of natural language processing tasks.
Approach: They propose to deepen the decoder layer in a Transformer model to reduce the difficulty of deep learning.
Outcome: The proposed method can deepen the model on both the encoder and decoder at the same time, resulting in a deeper model and improved performance.
Cross-modal Contrastive Learning for Speech Translation (2022.naacl-main)

Copied to clipboard

Challenge: Existing approaches for speech translation focus on using additional data from MT and automatic speech recognition (ASR).
Approach: They propose a cross-modal contrastive learning method for end-to-end speech-totext translation.
Outcome: The proposed method outperforms existing methods on a popular benchmark MuST-C.
FormNet: Structural Encoding beyond Sequential Modeling in Form Document Information Extraction (2022.acl-long)

Copied to clipboard

Challenge: Form-like document understanding is a surging research topic due to its practical applications . form documents have unique challenges stemming from their structural characteristics .
Approach: They propose a structure-aware sequence model that leverages spatial relationships between tokens in a form for more precise attention score calculation.
Outcome: The proposed model outperforms existing methods with a more compact model size and less pre-training data.
Deep Reinforcement Learning for NLP (P18-5)

Copied to clipboard

Challenge: Many natural language processing tasks can be formulated as deep reinforcement learning (DRL) problems.
Approach: This tutorial provides an introduction to the foundations of deep reinforcement learning . it describes recent advances in designing deep reinforcement for NLP .
Outcome: This tutorial provides an introduction to the foundations of deep reinforcement learning and some practical solutions for NLP tasks.
Can Public Large Language Models Help Private Cross-device Federated Learning? (2024.findings-naacl)

Copied to clipboard

Challenge: Recent studies have shown that public data can be used to improve privacy-utility trade-offs for large and small language models.
Approach: They propose to use large-scale public data to help differentially private FL training . they propose a distribution matching algorithm with theoretical grounding to sample public data close to private data distribution .
Outcome: The proposed method is efficient and effective for training private models by taking advantage of public data.
ChatHLS: Towards Systematic Design Automation and Optimization for High-Level Synthesis (2026.acl-long)

Copied to clipboard

Challenge: High-Level Synthesis (HLS) is a hardware design tool that can be used to design hardware from C-like languages, but its widespread adoption is limited by strict coding constraints and design-specific optimizations.
Approach: They propose a multi-agent HLS design framework that leverages specialized LLMs for automated debugging and directive tuning.
Outcome: The proposed framework outperforms Gemini-3-pro in debugging and speedups across various HLS kernels and neural network accelerators.
Dynamic Online Conversation Recommendation (2020.acl-main)

Copied to clipboard

Challenge: Existing models that assume static user interests are unable to capture the temporal aspects of user interactions and interest changes over time.
Approach: They propose a neural architecture to exploit changes of user interactions and interests over time to predict which discussions they are likely to enter.
Outcome: The proposed model outperforms state-of-the-art models that assume static user interests and handle future conversations that are unseen during training time.
UniICL: An Efficient ICL Framework Unifying Compression, Selection, and Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to improve reasoning abilities of Large Language Models (LLMs) have limitations due to excessive growth in context length, causing large hardware burden.
Approach: They propose a novel Unified ICL framework that unifies demonstration compression, demonstration selection, and final response generation.
Outcome: The proposed framework unifies demonstration compression, demonstration selection, and final response generation.
Multi-Granularity Semantic Revision for Large Language Model Distillation (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for generating large language models rely on student-generated outputs, which introduce generation errors and misguide the distillation process.
Approach: They propose a multi-granularity semantic revision method for LLM distillation that corrects errors using teacher-generated tokens and re-generates the sequence to minimize errors.
Outcome: The proposed method reduces errors and misguides distillation on student models and improves consistency between teacher and student outputs.
Integrate the Essence and Eliminate the Dross: Fine-Grained Self-Consistency for Free-Form Language Generation (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to improve output quality without aggregating input tokens are limited by the complexity of aggregation of responses.
Approach: They propose to extract and integrate segment-level commonalities from candidate samples to enhance performance of LLMs in open-ended and reasoning tasks.
Outcome: The proposed method improves performance on reasoning, code generation and mathematical reasoning tasks without requiring additional models and overlooking the knowledge present among the candidates.
Adversarial Yet Cooperative: Multi-Perspective Reasoning in Retrieved-Augmented Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing training paradigms rely on outcome-oriented rewards, which provide insufficient signal for shaping the complex, multi-step reasoning process.
Approach: They propose a framework that integrates large reasoning models with retrieval-augmented generation to improve reasoning fidelity and verification rigor.
Outcome: Experiments on multiple benchmarks demonstrate the effectiveness of the proposed framework.
Rethinking LLM Watermark Detection in Black-Box Settings: A Non-Intrusive Third-Party Framework (2026.findings-acl)

Copied to clipboard

Challenge: Existing secret-key schemes tightly couple detection with injection . this dependency creates a fundamental barrier for real-world governance .
Approach: et al. introduce a black-box framework for non-intrusive, third-party watermark verification . they propose a proxy model to amplify watermark-relevant signals and complementary relative measurements .
Outcome: a new framework decouples detection from injection and assesses alignment of query text with watermark distributions.
Taming LLMs with Gradient Grouping (2025.acl-long)

Copied to clipboard

Challenge: a new study presents scaling with gradient grouping (SGG) the adaptive learning rate scaling approach is based on per-parameter statistics, which incurs memory overhead.
Approach: They propose an optimizer wrapper that improves adaptive learning rate estimation by dynamic grouping and group-specific scaling.
Outcome: The proposed algorithm improves learning rate estimation on diverse models with different model sizes and batch sizes.
Language Tags Matter for Zero-Shot Neural Machine Translation (2021.findings-acl)

Copied to clipboard

Challenge: Existing studies on multilingual machine translation have ignored the importance of LTs.
Approach: They propose to use language tag (LT) strategies to indicate translation directions in MNMT to enhance consistency and alleviate off-target issues in zero-shot directions.
Outcome: The proposed model could translate between unsupervised languages and achieve a +8 BLEU score difference over other LT strategies in translation tasks.
MILL: Mutual Verification with Large Language Models for Zero-Shot Query Expansion (2024.naacl-long)

Copied to clipboard

Challenge: Existing methods for query expansion lack corpus-specific knowledge and cost.
Approach: They propose a query-query-document generation method that leverages large language models for mutual verification to produce diverse sub-queries and corresponding documents.
Outcome: The proposed method is fully zero-shot and extensive experiments on three public benchmark datasets demonstrate its effectiveness over existing methods.
Pub-LawBench: Public-Oriented Benchmarking for LegalAI (2026.acl-long)

Copied to clipboard

Challenge: Existing evaluation frameworks focus on legal professionals, not legal professionals.
Approach: They propose a public-oriented LegalAI benchmark grounded in legal functionalism and genre analysis to address this gap.
Outcome: The proposed model evaluates 17 large language models on Pub-LawBench using simple prompts and Chain-of-Thought under a vanilla inference setting.
ErrorRadar: Benchmarking Complex Mathematical Reasoning of Multimodal Large Language Models Via Error Detection (2026.findings-acl)

Copied to clipboard

Challenge: Current mathematical benchmarks focus on evaluating MLLMs’ problem-solving ability, yet there is a crucial gap in addressing more complex scenarios such as error detection.
Approach: They propose to evaluate multimodal error detection by evaluating two sub-tasks error step identification and error categorization.
Outcome: The proposed task evaluates MLLMs' ability to handle multimodal questions compared to text-only models.
Divide, Conquer, and Combine: Mixture of Semantic-Independent Experts for Zero-Shot Dialogue State Tracking (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to enhance the zeroshot generalization of DST fail to effectively decouple semantics of samples, limiting the zero-shot performance of the system.
Approach: They propose a new learning schema that explicitly disentangles the semantics of seen data and leverages the performance and robustness with the mixture-of-experts mechanism.
Outcome: The proposed model achieves state-of-the-art on multiWOZ2.1 with 10M trainable parameters and is robust to the mixture-of experts mechanism.
ReactXT: Understanding Molecular “Reaction-ship” via Reaction-Contextualized Molecule-Text Pretraining (2024.findings-acl)

Copied to clipboard

Challenge: Molecular-text modeling is an emerging research field that aims to facilitate molecule-relevant tasks with a textual interface and textual knowledge.
Approach: They propose a new method for reaction-text modeling that uses three types of input contexts to incrementally pretrain LMs.
Outcome: The proposed method improves experimental procedure prediction and molecule captioning and offers competitive results in retrosynthesis.
Inspecting Unification of Encoding and Matching with Transformer: A Case Study of Machine Reading Comprehension (D19-58)

Copied to clipboard

Challenge: Experimental results show that unified model outperforms other models that treat encoding and matching separately.
Approach: They evaluate a unified model with Transformer layers for machine reading comprehension . they find that the model learns different modeling strategies compared with previous models .
Outcome: The unified model outperforms models with Transformer layers on the machine reading comprehension task.
Evaluating Readability and Faithfulness of Concept-based Explanations (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for evaluating concepts from different perspectives lack a unified formalization.
Approach: They propose a formal definition of concepts generalizing to diverse concept-based explanations’ settings and apply it to other types of explanations or tasks.
Outcome: Extensive experimental analysis was carried out to determine the evaluation measures for explanation evaluation measures.
Limitations of Language Models in Arithmetic and Symbolic Induction (2023.acl-long)

Copied to clipboard

Challenge: Recent work has shown that large pretrained Language Models (LMs) can perform remarkably well on a range of NLP tasks but they have limitations on basic symbolic manipulation tasks such as copy, reverse, and addition.
Approach: They propose to use explicit positional markers, fine-grained computation steps, and LMs with callable programs to teach large pretrained Language Models.
Outcome: The proposed model can perform 100% accuracy in OOD and repeating symbols.
From Selection to Generation: A Survey of LLM-based Active Learning (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have been used for selection and training of data for active learning.
Approach: They propose an intuitive taxonomy that categorizes LLM-based active learning techniques and discuss the transformative roles they can play in the active learning loop.
Outcome: The proposed model can generate entirely new data instances and provide more cost-effective annotations with fewer labeled data instances.
CoT-RAG: Integrating Chain of Thought and Retrieval-Augmented Generation to Enhance Reasoning in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Chain-of-thought reasoning has two key limitations: lack of reliability when solely relying on LLM-generated reasoning chains and interference from natural language reasoning steps with the models’ inference logic.
Approach: They propose a chain-of-thought reasoning framework with three key designs to address these issues.
Outcome: The proposed framework improves the performance of large language models on complex tasks by incorporating knowledge graphs and learnable knowledge case-aware RAG.
Video-MMMU: Evaluating Knowledge Acquisition from Multidisciplinary Professional Videos (2026.acl-long)

Copied to clipboard

Challenge: Existing video benchmarks do not evaluate the knowledge acquisition capabilities of Large Multimodal Models (LMMs) existing video benchmark focuses on static, general visual understanding tasks, without evaluating whether models can acquire knowledge dynamically.
Approach: They propose a multi-modal, multi-discipline, multitrack benchmark that evaluates Large Multimodal Models’ ability to acquire knowledge from college-level, educational videos.
Outcome: The proposed benchmark reveals a substantial gap between human learners and current Large Multimodal Models (LMMs) and focuses on improving their learning efficiency.
Hierarchical Enhancement Framework for Aspect-based Argument Mining (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods have primarily treated ABAM as a nested named entity recognition problem, overlooking the need for tailored strategies to effectively address the specific challenges of ABA M tasks.
Approach: They propose a layer-based Hierarchical Enhancement Framework (HEF) for Aspect-Based Argument Mining and introduce three new components to improve the performance and accuracy.
Outcome: Experiments on multiple datasets and tasks verify the effectiveness of the proposed framework and components.
Planning-Guided Tutoring with Assessment-Driven Memory for Pedagogical LLM Tutors (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to simulate tutor behaviors or preferences fail to sustain high-quality pedagogical conversations that provide explicit stepwise scaffolding and adapt to learners’ evolving cognitive states.
Approach: They propose a planning-guided tutoring framework with an assessment-driven memory for multi-turn math dialogue tutoring.
Outcome: Experiments on multi-turn math tutoring benchmarks show that ScaffoldLM significantly improves pedagogical tutoring quality over strong baselines.
Logical Consistency as a Bridge: Improving LLM Hallucination Detection via Label Constraint Modeling between Responses and Self-Judgments (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for hallucination detection focus on implicit neural uncertainty or explicit symbolic reasoning, ignoring factual hallucinosities.
Approach: They propose a framework that bridges neural features and symbolic judgments for hallucination detection by leveraging a "meta-judgment" process to map symbolic labels back into the feature space.
Outcome: Extensive experiments on 4 public datasets, across 4 LLMs, against 8 baselines demonstrate the superiority of LaaB.
Coupling Global and Local Context for Unsupervised Aspect Extraction (D19-1)

Copied to clipboard

Challenge: Existing studies on aspect extraction focus on sequence tagging models trained on human-annotated data.
Approach: They propose a novel neural model capable of coupling global and local representations to discover aspect words by combining global and locale contexts.
Outcome: The proposed model outperforms state-of-the-art models on laptop and restaurant reviews on two benchmarks.
A Copy-Augmented Generative Model for Open-Domain Question Answering (2022.acl-short)

Copied to clipboard

Challenge: Existing open-domain question answering approaches follow a two-stage paradigm retriever then reader.
Approach: They propose a novel reader-based generative approach that incorporates extractive and generative readers.
Outcome: The proposed model improves on two benchmark datasets, Natural Questions and TriviaQA.
Large Language Models with Reinforcement Learning from Human Feedback Approach for Enhancing Explainable Sexism Detection (2025.coling-main)

Copied to clipboard

Challenge: Recent advances in natural language processing have significantly improved text comprehension.
Approach: They propose a Reinforcement Learning from Human Feedback (RLHF) based fine-tuning framework for sexism detection that leverages contextual learning to understand and apply instructions to new scenarios without additional training.
Outcome: The proposed framework outperforms existing models on three EDOS tasks and scores 0.8681 on binary sexism detection, 0.6829 on category classification of sexists and 0.4722 on task C.
GenDecider: Integrating “None of the Candidates” Judgments in Zero-Shot Entity Linking Re-ranking (2024.naacl-short)

Copied to clipboard

Challenge: Existing methods for zero-shot reranking assume the correct entity is always among the retrieved candidates.
Approach: They propose a novel re-ranking approach for Zero-Shot Entity Linking . they use the Llama model to detect scenarios where the correct entity is not retrieved .
Outcome: The proposed approach significantly improves disambiguation and accuracy on the ZESHEL dataset.
GEAR: Graph-based Evidence Aggregating and Reasoning for Fact Verification (P19-1)

Copied to clipboard

Challenge: Existing methods to extract information from evidence are unable to grasp relational and logical information among the evidence.
Approach: They propose a graph-based evidence aggregating and reasoning framework to integrate evidence from multiple pieces of evidence.
Outcome: The proposed framework achieves significant performance improvements on a large-scale benchmark dataset.
To Copy Rather Than Memorize: A Vertical Learning Paradigm for Knowledge Graph Completion (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for embedding knowledge graphs implicitly memorize relation rules to infer missing links, but they are difficult to memorize due to the inherent deficiencies of such implicit memorization strategy.
Approach: They propose a vertical learning paradigm that allows to explicitly copy target information from related factual triples for more accurate prediction.
Outcome: The proposed model improves generalization ability and makes distant link prediction significantly easier.
MentalGLM Series: Explainable Large Language Models for Mental Health Analysis on Chinese Social Media (2025.emnlp-main)

Copied to clipboard

Challenge: Social media is a key platform for emotional expression, yet deep learning lacks flexibility and interpretability.
Approach: They propose to use Chinese social media to train interpretable mental health instruction datasets to test models' ability to explain their decisions.
Outcome: The proposed models outperform deep learning and LLMs on three mental health downstream tasks and demonstrate their potential for clinical applications.
MolTC: Towards Molecular Relational Modeling In Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Molecular Relational Learning (MRL) is a promising way to understand interactions between molecular pairs.
Approach: They propose a novel LLM-based multi-modal framework for molecular interaction modeling following Chain-of-Thought (CoT) theory which integrates graphical information of two molecules in pair.
Outcome: The proposed framework integrates graphical information of two molecules in pair.
Does Multi-Encoder Help? A Case Study on Context-Aware Neural Machine Translation (2020.acl-main)

Copied to clipboard

Challenge: In encoder-decoder neural models, multiple encoders are used to represent contextual information in addition to the individual sentence.
Approach: They propose to use multiple context encoders to encode the individual sentences in document-level neural machine translation (NMT) They propose a noisy dropout setup and a single-encoder approach to encode context sentences.
Outcome: The proposed approach encodes the context and the current sentence without contexts.
Found in the middle: Calibrating Positional Attention Bias Improves Long Context Utilization (2024.findings-acl)

Copied to clipboard

Challenge: Large language models struggle to capture relevant information located in the middle of their input.
Approach: They propose a calibration mechanism that allows the model to attend to contexts faithfully according to their relevance even when they are in the middle.
Outcome: The proposed calibration mechanism mitigates this positional bias and improves retrieval-augmented generation performance.
Lost in Literalism: How Supervised Training Shapes Translationese in LLMs (2025.acl-long)

Copied to clipboard

Challenge: Large language models exhibit translationese errors and generate unexpected unnatural translations . Neural machine translation (NMT) has become the dominant method in machine translation research .
Approach: They evaluate the prevalence of translationese in LLM-generated translations and investigate its roots during supervised fine-tuning.
Outcome: The proposed methods reduce translationese while improving translation naturalness . the proposed methods are validated by human evaluations and automatic metrics .
On Robustness of Prompt-based Semantic Parsing with Large Pre-trained Language Model: An Empirical Study on Codex (2023.eacl-main)

Copied to clipboard

Challenge: Existing techniques for parsing natural-language utterances are vulnerable to adversarial attacks, requiring large amounts of labelled data and expensive human annotation.
Approach: They propose to enhance the adversarial robustness of a prompt-based semantic parser based on a language model trained on code by constructing a set of demonstration examples.
Outcome: The proposed method can be enhanced without significant amounts of labelled data or expensive human annotations on in-domain semantic parsing data.
Watermarking LLMs with Weight Quantization (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models are being deployed at an astonishing speed, exposing users to high risks.
Approach: They propose a method that plants watermarks in quantization process of large language models without pre-defined triggers during inference.
Outcome: The proposed method protects model weights without pre-defined triggers . it works when the model is used in the fp32 mode and remains hidden when the models are quantized to int8 .
Catch Me If You Can? Not Yet: LLMs Still Struggle to Imitate the Implicit Writing Styles of Everyday Authors (2025.findings-emnlp)

Copied to clipboard

Challenge: Personal style is often subtle and implicit, making it difficult to specify through prompts yet essential for user-aligned generation.
Approach: They evaluate LLMs' ability to imitate personal writing styles via in-context learning from user-authored samples.
Outcome: The proposed model can imitate personal writing styles from a small number of user-authored samples.
Training Turn-by-Turn Verifiers for Dialogue Tutoring Agents: The Curious Case of LLMs as Your Coding Tutors (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies have focused on coding tutoring, but their capabilities in guiding users to solve complex tasks remain underexplored.
Approach: They propose a novel agent workflow, Trace-and-Verify, which combines knowledge tracing to estimate a student’s knowledge state and turn-by-turn verification to ensure effective guidance toward task completion.
Outcome: The proposed agent workflow achieves significantly higher success rates than existing tutoring agents.
DUAL RM: Beyond Rule-based Preference Reward Modeling via Meta-Reward (2026.acl-long)

Copied to clipboard

Challenge: Existing preference-based reward modeling methods face a recursive dependency where each verifier requires a meta-verifier, leading to continuous and costly dependence on human annotation.
Approach: They propose a dual RM that couples discriminative and generative reward models under a non-parametric meta-reward.
Outcome: The proposed model achieves strong performance across major preference benchmarks and even when trained exclusively on language modality, it exhibits robust cross-modal transfer on Omni-RewardBench.
Modularized Interaction Network for Named Entity Recognition (2021.acl-long)

Copied to clipboard

Challenge: Named Entity Recognition (NER) models focus on word-level information, while segment-based models focus only on word level information.
Approach: They propose a Modularized Interaction Network (MIN) model which utilizes both word-level information and segment-level dependencies.
Outcome: The proposed model outperforms the current state-of-the-art models on three NER benchmark datasets.
HomeBench: Evaluating LLMs in Smart Homes with Valid and Invalid Instructions Across Single and Multiple Devices (2025.acl-long)

Copied to clipboard

Challenge: Existing state-of-the-art LLMs cannot perform well in situations where instructions are invalid or multiple devices are involved.
Approach: They propose to integrate large language models into smart home assistants by enhancing their ability to accurately understand user needs and respond appropriately.
Outcome: The proposed dataset is the first with valid and invalid instructions across devices . it achieves only 0.0% success rate in the scenario of invalid multi-device instructions .
Rectified Sparse Attention for Efficient Long-Sequence Generation (2026.findings-acl)

Copied to clipboard

Challenge: Recent sparse decoding methods improve efficiency but suffer from KV cache misalignment, resulting in performance degradation.
Approach: They propose a method that combines block-sparse attention with periodic dense rectification to bound error accumulation and preserve alignment with the pretraining distribution.
Outcome: Experiments on math reasoning, language modeling, and retrieval tasks show that ReSA achieves near-lossless generation quality with significantly improved efficiency.
Target-Adaptive Consistency Enhanced Prompt-Tuning for Multi-Domain Stance Detection (2024.lrec-main)

Copied to clipboard

Challenge: Stance detection is a fundamental task in natural language processing, but it is challenging due to diverse expressions and topics related to the targets from multiple domains.
Approach: They propose a prompt-tuning method that incorporates target knowledge and prior knowledge to construct target-adaptive verbalizers for diverse domains.
Outcome: The proposed method outperforms the state-of-the-art methods on nine stance detection datasets from multiple domains.
RACQC: Advanced Retrieval-Augmented Generation for Chinese Query Correction (2025.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) exhibit remarkable capabilities across many tasks, but face critical challenges in the CSC scenario: (1) poor generalization to rare entities in open-domain searches; and (2) failure to adapt to temporal entity variations due to static parameters, resulting in serious over-correction issues.
Approach: They propose a Chinese Spelling Check system with RAG and multi-task learning that integrates dynamic knowledge retrieval and entity-centric RAG to address rare entities.
Outcome: The proposed system outperforms existing baselines in the CSC task and achieves a maximum improvement of +9.92% on the search scenario benchmark and +3.2% on the general-domain dataset.
Tool Zero: Training Tool-Augmented LLMs via Pure RL from Scratch (2025.findings-emnlp)

Copied to clipboard

Challenge: Experimental results demonstrate that our models achieve over 7% performance improvement compared to both SFT and RL-with-SFT models under the same experimental settings.
Approach: They propose a dynamic generalization-guided reward design for rule-based RL that shifts rewards from exploratory to exploitative tool-use patterns.
Outcome: The proposed model achieves over 7% performance improvement compared to SFT and RL-with-SFT models under the same experimental settings.
When Backdoors Speak: Understanding LLM Backdoor Attacks Through Model-Generated Explanations (2025.acl-long)

Copied to clipboard

Challenge: Recent studies have shown that Large Language Models (LLMs) are susceptible to backdoor attacks, where triggers embedded in poisoned data can maliciously alter LLMs’ behaviors.
Approach: They propose to leverage LLMs' generative capabilities to generate human-readable explanations for their decisions, enabling direct comparisons between explanations of clean and poisoned data.
Outcome: The proposed model produces coherent explanations for clean inputs but logically flawed explanations on poisoned data.
Medical Dialogue Generation via Dual Flow Modeling (2023.findings-acl)

Copied to clipboard

Challenge: Medical dialogue systems (MDS) aim to provide patients with medical services, such as diagnosis and prescription.
Approach: They propose a Dual Flow enhanced Medical (DFMed) dialogue generation framework that extracts the medical entities and doctor's dialogue acts used in the dialogue history and models their transitions with an entity-centric graph flow and a sequential act flow.
Outcome: The proposed framework exceeds baselines in both automatic and manual evaluations on two datasets.
YNU-junyi in BioNLP-OST 2019: Using CNN-LSTM Model with Embeddings for SeeDev Binary Event Extraction (D19-57)

Copied to clipboard

Challenge: BioNLP 2019 Shared Tasks: binary relation extraction of SeeDev task . Biological information extraction (Bio-IE) is a new field of research .
Approach: They propose to use convolutional neural networks and long short term memory networks to construct a binary relation extraction model.
Outcome: The proposed method performed well in the binary relation extraction task.
AlgBench: To What Extent Do Large Reasoning Models Understand Algorithms? (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for algorithmic reasoning fail to answer a critical question: do LRMs master algorithmic thinking? Empirical evaluations on leading LRM models reveal substantial performance heterogeneity, while models perform well on non-optimized tasks, accuracy drops sharply to around 49% on globally optimized algorithms.
Approach: They propose an algorithm-centric benchmark that evaluates large reasoning models under an algorithmic paradigm.
Outcome: Empirical evaluations on leading LRMs reveal substantial performance heterogeneity . models perform well on non-optimized tasks, accuracy drops sharply to around 49% .
DuReadervis: A Chinese Dataset for Open-domain Document Visual Question Answering (2022.findings-acl)

Copied to clipboard

Challenge: Open-domain question answering is a task that requires answering questions based on a collection of document images.
Approach: They propose to use document images to answer questions using layouts and visual features instead of text.
Outcome: The proposed approach reduces human cost and improves scalability of QA systems by incorporating layouts and visual features.
Token Preference Optimization with Self-Calibrated Visual-Anchored Rewards for Hallucination Mitigation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for predicting hallucinations suffer from two drawbacks: Lack of scalable token-level rewards and Neglect of visual-anchored tokens.
Approach: They propose a Token Preference Optimization model with self-calibrated rewards . they propose based on visual-anchored tokens and visual-aware training objective .
Outcome: The proposed model improves hallucination performance by focusing on visual-anchored tokens without fine-grained annotations.
Reasoning Makes Good Annotators : An Automatic Task-specific Rules Distilling Framework for Low-resource Relation Extraction (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to extract knowledge from unlabeled data generate noise labels.
Approach: They propose an automatic task-specific rules distilling framework to generate a logic rule from unlabeled data.
Outcome: The proposed framework could power the labeling ability by discovering reliable model-labeled data.
Joyful: Joint Modality Fusion and Graph Contrastive Learning for Multimoda Emotion Recognition (2023.emnlp-main)

Copied to clipboard

Challenge: Existing graph-based methods fail to depict global contextual features and local diverse unimodal features in a dialogue.
Approach: They propose a method for joint modality fusion and graph contrastive learning for multimodal emotion recognition using a multimodal fusion mechanism and a graph contrastative learning framework.
Outcome: The proposed method improves multimodal emotion recognition on unbalanced and small-scale emotional datasets.
MT-Video-Bench: A Holistic Video Understanding Benchmark for Evaluating Multimodal LLMs in Multi-Turn Dialogues (2026.findings-acl)

Copied to clipboard

Challenge: Existing evaluation benchmarks for Multimodal Large Language Models (MLLMs) focus on single-turn question answering, overlooking the complexity of multi-turn dialogues in real-world scenarios.
Approach: They propose a video understanding benchmark for MLLMs in multi-turn dialogues that assesses six core competencies that focus on perceptivity and interactivity.
Outcome: The MT-Video-Bench evaluates 1,000 multi-turn dialogues from diverse domains and reveals significant performance discrepancies and limitations in handling multi-turned video dialogues.
Read, Listen, and See: Leveraging Multimodal Information Helps Chinese Spell Checking (2021.findings-acl)

Copied to clipboard

Challenge: Chinese Spell Checking (CSC) aims to detect and correct erroneous characters for usergenerated text in Chinese.
Approach: They propose a Chinese spell checker that leverages multimodal Chinese characters' information to predict the correct output.
Outcome: The proposed model outperforms strong baselines on the SIGHAN benchmarks by a large margin.
Coding Agents with Multimodal Browsing are Generalist Problem Solvers (2026.findings-eacl)

Copied to clipboard

Challenge: specialized AI agents with task-specific tools or architectures fail to generalize beyond their intended scope.
Approach: They propose a single-agent system with a modest number of general tools . they propose to generalize across software engineering, deep research and web browsing .
Outcome: The proposed system achieves superior or competitive performance over specialized agents on three benchmarks.
Re3Syn: A Dependency-Based Data Synthesis Framework for Long-Context Post-training (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for constructing long-context data by concatenating short documents have overlooked a crucial characteristic of long-constituency data quality, semantic dependency.
Approach: They propose a framework called Retrieval, Dependency Recognition, and Reorder for data synthesis which leverages semantic similarity to retrieve relevant documents and form several batches.
Outcome: The proposed framework leverages semantic similarity to retrieve relevant documents and form several batches.
CN-AutoMIC: Distilling Chinese Commonsense Knowledge from Pretrained Language Models (2022.emnlp-main)

Copied to clipboard

Challenge: Existing commonsense knowledge graphs are limited to English, hindering research in non-English languages.
Approach: They propose a Chinese CKG generated from multilingual PLMs that is translated into Chinese . they propose 'generate-by-category' strategy to reduce invalid generation .
Outcome: The proposed CKG has high quality and diversity, surpassing the direct translation version of similar English CKGs.
Derailer-Rerailer: Adaptive Verification for Efficient and Reliable Language Model Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Existing prompting methods struggle with complex tasks and reasoning stability, limiting their practical deployment.
Approach: They propose a framework that adaptively balances reasoning accuracy and computational efficiency by employing a lightweight Derailer mechanism to assess reasoning stability and selectively triggers an advanced Rerailer verification process only when necessary.
Outcome: The proposed framework achieves significant accuracy improvements (8-11%) while maintaining 2-3 times better efficiency than existing verification methods.
Packing Analysis: Packing Is More Appropriate for Large Models or Datasets in Supervised Fine-tuning (2025.findings-acl)

Copied to clipboard

Challenge: Packing is an optimization technique that optimizes training time and resources by combining different training sequences to fit the model’s maximum input length.
Approach: They perform extensive comparisons between packing and padding methods, covering datasets ranging from 69K to 1.2M and models from 8B to 70B.
Outcome: The proposed method has been shown to improve training efficiency while maintaining performance.
FineSteer: A Unified Framework for Fine-Grained Inference-Time Steering in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for inference-time steering fail to be effective, utility-preserving and training-efficient due to rigid, one-size-fits-all designs and limited adaptability.
Approach: They propose a steering framework that decomposes inference-time steering into two stages . they propose 'conditional steering' mechanism that preserves model utility by avoiding unnecessary steering . a 'mixture-of-Steering-Experts' mechanism captures multimodal nature of desired steering behaviors .
Outcome: The proposed framework outperforms the state-of-the-art methods on safety and truthfulness benchmarks.
Uncovering Sentiment Analysis Circuit in Large Language Model (2026.acl-long)

Copied to clipboard

Challenge: Prior work has shown that sentiment is encoded linearly in LLM representations, but their ability to utilize this information remains fragile to prompt variations.
Approach: They propose a simple inference-time intervention method that amplifies circuit features to compensate for insufficient activation.
Outcome: The proposed method improves on a sentiment analysis circuit with sparse autoencoders and circuit-level analysis.
ShopSimulator: Evaluating and Exploring RL-Driven LLM Agent for Shopping Assistants (2026.acl-long)

Copied to clipboard

Challenge: Existing studies on large language model-based agents focus on evaluation benchmarks without training support.
Approach: They propose a large-scale Chinese shopping simulation environment that uses large language models to train agents.
Outcome: The proposed model performs poorly in a large-scale and challenging shopping environment in China.
Developing and Utilizing a Large-Scale Cantonese Dataset for Multi-Tasking in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Cantonese is considered a low-resource language due to the dominance of Mandarin . rich colloquial vocabulary of Cantone, English loanwords, and code-switching characteristics add to the complexity of corpus collection and processing.
Approach: We collect Cantonese texts from open source corpora, Hong Kong-specific forums, Wikipedia . we refine the model through supervised fine-tuning on curated Cantonesian tasks .
Outcome: The model achieves state-of-the-art (SOTA) performance on four Cantonese benchmarks.
MTLS: Making Texts into Linguistic Symbols (2024.emnlp-main)

Copied to clipboard

Challenge: In linguistics, all languages can be considered as symbolic systems . most work overlooks the properties of languages as symbol systems - aaron et al., 1989).
Approach: They propose a method to make texts into linguistic symbols to improve multilingual capability . they use a pre-training method to replace pre-trained language models with a vocabulary map .
Outcome: The proposed method improves multilingual capabilities on multilingual tasks using BERT and RoBERTa as the backbone.
ReflectEvo: Improving Meta Introspection of Small LLMs by Learning Self-Reflection (2025.findings-acl)

Copied to clipboard

Challenge: ReflectEvo-460k is a large-scale, comprehensive, self-generated reflection dataset with broadened instructions and diverse multi-domain tasks.
Approach: They propose a pipeline that iteratively generates self-reflection for self-training and a large-scale reflection dataset with broadened instructions and diverse multi-domain tasks.
Outcome: The proposed pipeline improves Llama-3 reasoning ability by up to 71.2% and Mistral by upto 44.4%.
Not Just Plain Text! Fuel Document-Level Relation Extraction with Explicit Syntax Refinement and Subsentence Modeling (2022.findings-emnlp)

Copied to clipboard

Challenge: Document-level relation extraction (DocRE) aims to identify semantic labels among entities within a document.
Approach: They propose a document-level relation extraction framework that captures and exploits instructive information by adding extra syntactic information into text representations.
Outcome: The proposed framework outperforms existing methods on three benchmark datasets.
EGSS: Entropy-guided Stepwise Scaling for Reliable Software Engineering (2026.acl-long)

Copied to clipboard

Challenge: Entropy-Guided Stepwise Scaling (EGSS) is a novel TTS framework for software engineering tasks.
Approach: They propose an entropy-guided stepwise scaling framework that balances efficiency and effectiveness through entropic-guide encoding and robust test-suite augmentation.
Outcome: EGSS boosts performance by 5–10% across all evaluated models, and reduces inference-time token usage by over 28% . compared to existing methods, EGS reduces token usage and reduce inference time by over 20% .
MetaPrompting: Learning to Learn Better Prompts (2022.coling-1)

Copied to clipboard

Challenge: Recent research on prompting moves from discrete tokens based "hard prompts" to continuous "soft prompts", which employ learnable vectors as pseudo prompt tokens and achieve better performance.
Approach: They propose a generalized soft prompting method that uses model-agnostic meta-learning to find better initialization for soft prompts.
Outcome: The proposed method improves on three datasets and brings new state-of-the-art performance.
BoundRL: Efficient Token-level Structured Text Segmentation through Reinforced Boundary Generation (2026.findings-acl)

Copied to clipboard

Challenge: Structured texts often contain elements beyond plain language, such as code snippets, which conventional sentence-level segmentation methods cannot handle effectively.
Approach: They propose a token-level approach that performs efficient token-based text segmentation and label prediction for long structured texts.
Outcome: The proposed approach outperforms existing models on short-shot prompts and SFT and standard RLVR models on complex LLM prompts.
Understanding and Mitigating Bias Inheritance in LLM-based Data Augmentation on Downstream Tasks (2026.acl-long)

Copied to clipboard

Challenge: Generating synthetic datasets via large language models (LLMs) has emerged as promising approach to improve LLM performance.
Approach: They propose three mitigation strategies to mitigate bias inheritance in LLMs by analyzing real and LLM-augmented data.
Outcome: The proposed methods can work differently on different tasks and biases.
Debug like a Human: A Large Language Model Debugger via Verifying Runtime Execution Step by Step (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are leading progress in code generation, but they are underutilized in the literature.
Approach: They propose a debugging framework that allows LLMs to refine their generated programs with the runtime execution information.
Outcome: The proposed framework improves the baseline performance by 9.8% across the HumanEval, MBPP, and TransCoder benchmarks.
Audio Jailbreak: An Open Comprehensive Benchmark for Jailbreaking Large Audio-Language Models (2026.acl-long)

Copied to clipboard

Challenge: a recent study evaluated large audio-language models against jailbreak attacks . a new benchmark is being developed to evaluate LAM safety against jailbreaking attacks based on temporal and semantic nature of speech .
Approach: They propose a benchmark to evaluate LAM jailbreak vulnerabilities in adversarial audio prompts . they use a dataset of 1,495 adversarials to evaluate their performance .
Outcome: The proposed benchmark evaluates state-of-the-art LAMs against jailbreak attacks . it demonstrates that even small, semantically preserved perturbations can reduce safety .
AdaDHP: Fine-Grained Fine-Tuning via Dual Hadamard Product and Adaptive Parameter Selection (2025.acl-long)

Copied to clipboard

Challenge: Increasing number of parameters can be challenging under resource-constrained environments.
Approach: They propose a parameter-efficient fine-tuning method with fewer parameters and finer granularity that can adaptively select important parameters for each task.
Outcome: The proposed method can fine-tune important parameters for each task, while maintaining the same weights.
DICE: Structured Reasoning in LLMs through SLM-Guided Chain-of-Thought Correction (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) often prioritize reasoning over adherence to detailed instructions due to high computational costs and limited parameter access.
Approach: They propose a lightweight framework that guides small language models to refine LLMs’ outputs through chain-of-thought correction.
Outcome: The proposed framework improves the average format accuracy and content correctness of LLM outputs by 35.4% and 29.4%, respectively, achieving state-of-the-art (SOTA) performance over other competitive baselines.
Faster In-Context Learning for LLMs via N-Gram Trie Speculative Decoding (2025.emnlp-main)

Copied to clipboard

Challenge: In-Context Learning (ICL) is a key method in prompt engineering, but its long retrieved contexts and limited token throughput will slow reasoning speeds.
Approach: They propose a method that leverages the overlap between context and model output to generate drafts from the context.
Outcome: The proposed method achieves the highest mean speedup on Vicuna-7B, Llama2-7B-Chat, and Llma3-8B-Instruct tasks.
CLEAR: A Clinically Grounded Tabular Framework for Radiology Report Evaluation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing metrics lack the granularity and interpretability to capture nuanced clinical differences between candidate and ground-truth radiology reports.
Approach: They propose a tabular framework with E**xpert-curated labels and an attribute-level comparison for radiology report evaluation (**CLEAR)
Outcome: The proposed framework can extract clinical attributes and provide automated metrics that are strongly aligned with clinical judgment.
MMAC: A Multilingual, Multimodal Alignment Framework for Cultural Grounding Evaluation (2026.acl-long)

Copied to clipboard

Challenge: Existing models lack cultural alignment across modalities and languages . a new framework to assess cultural awareness across linguistics and languages is needed .
Approach: They propose a framework that integrates tri-modally aligned cultural benchmarks and a five-dimensional evaluation protocol to assess cross-country awareness disparities.
Outcome: The proposed framework assesses cultural awareness disparities across modalities and languages . it is the first dataset aligned at the input level across text, image, and speech .
Generative Music Models’ Alignment with Professional and Amateur Users’ Expectations (2025.findings-acl)

Copied to clipboard

Challenge: Recent years have witnessed rapid advances in text-to-music generation using large language models.
Approach: They propose a task to align AI-generated music with human expressions . they use a dataset of over 1.5 million songs to analyze their content .
Outcome: The proposed framework outperforms baseline models and facilitates end-to-end generation of songs audio.
Separating Context and Pattern: Learning Disentangled Sentence Representations for Low-Resource Extractive Summarization (2023.findings-acl)

Copied to clipboard

Challenge: Context information is one of the key factors for extractive summarization, but other factors can be used to identify sentence importance.
Approach: They propose to disentangle context and pattern factors for extractive summarization . they separate context and patterns for a better generalization ability in low-resource setting .
Outcome: The proposed model can be used in the zero-shot setting or fine-tuned in the few-shot settings.
IndiVec: An Exploration of Leveraging Large Language Models for Media Bias Detection with Fine-Grained Bias Indicators (2024.findings-eacl)

Copied to clipboard

Challenge: Existing studies on social media bias detection focus on fine-tuning models specific to particular datasets and testing them on corresponding test sets.
Approach: They propose a general bias detection framework, IndiVec, built upon large language models and vector databases.
Outcome: The proposed framework outperforms baseline methods on four political bias datasets and provides explicit top-k indicators to interpret bias predictions.
Boosting Text-to-SQL through Multi-grained Error Identification (2025.coling-main)

Copied to clipboard

Challenge: Existing methods for error identification often overlook validation of generated results . text-to-SQL is a technology that converts natural language questions into executable SQL queries .
Approach: They propose to integrate a multi-grained error identification method into existing methods to detect SQL errors.
Outcome: The proposed method can be integrated as a plugin into various methods, providing effective error identification and correction capabilities.
DialCoT Meets PPO: Decomposing and Exploring Reasoning Paths in Smaller Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Chain-of-Thought prompting has improved the reasoning capabilities of Large Language Models (LLMs) but it is ineffective or detrimental to the performance on reasoning tasks in Smaller Language Model (SLMs) with less than 10 billion parameters.
Approach: They propose a Dialogue-guided Chain-of-Thought method to improve the reasoning capabilities of Large Language Models (LLMs) by generating intermediate reasoning steps in a dialogue format to guide the model to the final answer.
Outcome: The proposed method can achieve significant performance gains over state-of-the-art competitors on four arithmetic reasoning datasets.
Natural Response Generation for Chinese Reading Comprehension (2023.findings-emnlp)

Copied to clipboard

Challenge: MRC models trained on labeled answers are limited in generating human-like responses in real QA scenarios.
Approach: They construct a dataset called Penguin to promote machine reading comprehension . they use 200k training data with fluent, well-informed responses to train models .
Outcome: The proposed dataset is the first benchmark towards natural response generation in Chinese MRC on a relatively large scale.
Cross-Media Keyphrase Prediction: A Unified Framework with Multi-Modality Multi-Head Attention and Image Wordings (2020.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on text modeling, ignoring the rich features embedded in the matching images.
Approach: They propose a novel multi-modal multi-head attention model to capture cross-media interactions and image wordings to bridge the two modalities.
Outcome: The proposed model outperforms the current state of the art based on text modeling and image matching .
Beyond Single Frames: Can LMMs Comprehend Implicit Narratives in Comic Strip? (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Multimodal Models have demonstrated strong performance on vision-language benchmarks, yet current evaluations focus on single-image reasoning.
Approach: STRIPCIPHER is a benchmark designed to evaluate model ability on understanding implicit narratives in silent comics.
Outcome: STRIPCIPHER is a high-quality, human-annotated dataset featuring fine-grained annotations and comprehensive coverage of varying difficulty levels.
AutoMonitor-Bench: Evaluating the Reliability of LLM-Based Misbehavior Monitor (2026.findings-acl)

Copied to clipboard

Challenge: AutoMonitor-Bench evaluates the reliability of LLM-based misbehavior monitors across diverse tasks and failure modes.
Approach: They introduce AutoMonitor-Bench, a benchmark designed to evaluate misbehavior monitors across diverse tasks and failure modes.
Outcome: The new benchmark evaluates the reliability of LLM-based misbehavior monitors across tasks and failure modes.
An Empirical Study of Multimodal Model Merging (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing studies have shown that model merging can generate a multi-task solution without synchronous training.
Approach: They propose to merge vision, language, and cross-modal transformers of a modality-specific architecture to create a parameter-efficient architecture.
Outcome: The proposed model merging outperforms naive models on various tasks with improvements of 3% on VQA, 7% on COCO retrieval, 25% on NLVR2, 14% on Flickr30k and 3% ADE20k.
Towards Hierarchical Multi-Step Reward Models for Enhanced Reasoning in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing Process Reward Models (PRMs) are vulnerable to reward hacking and require expensive, large-scale annotation of reasoning steps.
Approach: They propose a reward model approach which evaluates both individual and consecutive reasoning steps from fine-grained and coarse-grounded level.
Outcome: Empirical results show that the proposed model performs better than existing PRMs and is more robust than existing models.
Experience is the Teacher: Reusing Atomic Thoughts from LLMs to Improve Medical Dialogue (2026.findings-acl)

Copied to clipboard

Challenge: Recent large reasoning models (LLMs) lack dynamic and diverse thinking capabilities . reusing atomic thoughts provides a practical pathway toward dynamic reasoning .
Approach: They propose a framework that extracts atomic thoughts from teacher models and reuses them to guide reasoning and generate responses.
Outcome: The proposed framework extracts atomic thoughts from teacher models and reuses them to guide reasoning and generate responses.
Hire a Linguist!: Learning Endangered Languages in LLMs with In-Context Linguistic Descriptions (2024.findings-acl)

Copied to clipboard

Challenge: Existing LLMs rarely perform well in unseen, endangered languages . Existing models such as Llama and GPT-4 lack a rich corpus of training data .
Approach: They propose a training-free approach to enable an LLM to process unseen languages that hardly occur in its pre-training.
Outcome: The proposed approach elevates translation capability from GPT-4’s 0 to 10.5 BLEU for 10 language directions.
Neural Gibbs Sampling for Joint Event Argument Extraction (2020.aacl-main)

Copied to clipboard

Challenge: Existing methods for event argument extraction cannot adequately model the correlation between event arguments and their roles.
Approach: They propose a Bayesian model to jointly extract event arguments using Gibbs sampling . they train two neural networks to model prior distribution and conditional distribution over event arguments .
Outcome: The proposed model can achieve comparable results to existing methods on two widely-used datasets.
Focus-Constrained Attention Mechanism for CVAE-based Response Generation (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing models generate high-frequency but trivial responses such as "I don't know" or "I'm ok" due to the discrepancy in discourse-level information, standard models generate one-to-many relationships.
Approach: They propose to transform coarse-grained discourse-level information into fine-grounded word-level knowledge by introducing a fine-grain focus signal and a focus-constrained attention mechanism to take full advantage of focus.
Outcome: The proposed model can generate more diverse and informative responses compared with state-of-the-art models.
Modeling Complex Dialogue Mappings via Sentence Semantic Segmentation Guided Conditional Variational Auto-Encoder (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing efforts to identify and avoid CDM to facilitate dialogue learning failed to solve the problem.
Approach: They propose a Sentence Semantic Segmentation guided Conditional Variational Auto-Encoder which can model and take advantage of the CDM data.
Outcome: The proposed method can model and take advantages of the CDM data.
Are Message Passing Neural Networks Really Helpful for Knowledge Graph Completion? (2023.acl-long)

Copied to clipboard

Challenge: Existing knowledge graphs are far from complete with large portions of triplets missing.
Approach: They propose to use Graph Neural Networks to learn powerful embeddings to improve model performance.
Outcome: The proposed models achieve comparable performance to MLP models, suggesting that MP may not be as crucial as previously thought.
FLAG-TRADER: Fusion LLM-Agent with Gradient-based Reinforcement Learning for Financial Trading (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have impressive reasoning capabilities in financial tasks, but struggle with multi-step, goal-oriented scenarios in interactive financial markets.
Approach: They propose a framework that integrates large language models with gradient-driven reinforcement learning (RL) policy optimization.
Outcome: The proposed framework improves performance in trading and other financial domain tasks.
Instance-Guided Prompt Learning for Few-Shot Text Matching (2022.findings-emnlp)

Copied to clipboard

Challenge: Few-shot text matching is a more practical technique to determine whether two texts are semantically identical.
Approach: They propose a pluggable prompt learning method for few-shot text matching . they use the semantics of instances to regulate the effects of the gate on the prompt tokens .
Outcome: The proposed method outperforms baselines on MRPC and QQP.
NOVA: An Iterative Planning Framework for Enhancing Scientific Innovation with Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to generate research ideas rely on retrieval or prompt engineering to generate ideas.
Approach: They propose a method that uses iterative planning and search to boost creative potential of LLMs by integrating external knowledge with broader and deeper insights.
Outcome: The proposed method outperforms the current state-of-the-art in generating 2.5 times more top-rated ideas based on 170 seed papers in a Swiss Tournament evaluation.
LongBench v2: Towards Deeper Understanding and Reasoning on Realistic Long-context Multitasks (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks on longcontext large language models fail to reflect their deep understanding capabilities across diverse tasks.
Approach: They propose a benchmark to assess the ability of long-context large language models to handle long-text problems.
Outcome: The proposed model achieves 50.1% accuracy when directly answering the questions . human experts achieve only 53.7% accuracy under a 15-minute time constraint .
Can Large Language Models Understand DL-Lite Ontologies? An Empirical Study (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have shown remarkable proficiency in understanding textual data and revolutionizing the field of natural language processing.
Approach: They empirically analyze LLMs' capability of understanding Description Logic (DL) ontologies covering 6 representative tasks from syntactic and semantic aspects.
Outcome: The proposed model can understand formal syntax and model-theoretic semantics of concepts and roles, but struggle with understanding TBox NI transitivity and handling ontologies with large ABoxes.
RPC-Bench: A Fine-grained Benchmark for Research Paper Comprehension (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for understanding research papers offer limited fine-grained evaluation at scale.
Approach: They propose a large-scale question-answering benchmark built from review–rebuttal exchanges of high-quality computer science papers.
Outcome: The proposed model is based on human-verified QA pairs and contains 15K questions.
Leveraging Only the Category Name for Aspect Detection through Prompt-based Constrained Clustering (2022.findings-emnlp)

Copied to clipboard

Challenge: Aspect category detection (ACD) aims to automatically identify user-concerned aspects from online reviews.
Approach: They propose a method that relies on the category name of each aspect and a pretrained language model to generate constraints for clustering.
Outcome: The proposed framework performs better than existing weakly supervised methods on nine benchmark datasets.
TCSinger: Zero-Shot Singing Voice Synthesis with Style Transfer and Multi-Level Style Control (2024.emnlp-main)

Copied to clipboard

Challenge: Existing models fail to generate singing voices rich in stylistic nuances for unseen singers due to multifaceted nature of singing styles.
Approach: They propose a zero-shot SVS model for style transfer across cross-lingual speech and singing styles and multi-level style control.
Outcome: Experimental results show that TCSinger outperforms baseline models in synthesis quality, singer similarity, and style controllability.
STACL: Simultaneous Translation with Implicit Anticipation and Controllable Latency using Prefix-to-Prefix Framework (P19-1)

Copied to clipboard

Challenge: Simultaneous translation is notoriously dif- ficult due to word-order differences.
Approach: They propose a prefix-to-prefix framework that implicitly learns to anticipate in a single translation model.
Outcome: The proposed framework achieves low latency and reasonable qual- ity on 4 directions.
McBE: A Multi-task Chinese Bias Evaluation Benchmark for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing datasets on bias evaluation for large language models focus on English and North American culture and are limited to one task.
Approach: They propose to evaluate Chinese language models' biases from multiple perspectives using a multi-task Chinese Bias Evaluation Benchmark.
Outcome: The proposed model covers 12, 82 subcategories and 5 evaluation tasks covering a wide range of categories and content diversity.
Mobile-Bench: An Evaluation Benchmark for LLM-based Mobile Agents (2024.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for LLM-based mobile agents are insufficient to evaluate their capabilities.
Approach: They propose a benchmark to evaluate LLM-based mobile agents' planning capabilities . they expand UI operations by incorporating 103 APIs to accelerate task completion .
Outcome: The proposed benchmarks are based on 103 collected APIs and real user queries . the data is categorized into three distinct groups: SAST, SAMT, and MAMT .
Which Side Are You On? A Multi-task Dataset for End-to-End Argument Summarisation and Evaluation (2024.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have made it difficult to build an automated debate system that helps people to synthesise persuasive arguments.
Approach: They propose to use an argument mining dataset to capture the end-to-end process of preparing an argumentative essay for a debate.
Outcome: The proposed dataset shows that it performs better on individual tasks than on human-centred evaluations.
TrendSim: Simulating Trending Topics in Social Media Under Poisoning Attacks with LLM-based Multi-agent System (2025.findings-naacl)

Copied to clipboard

Challenge: Trending topics bring in a new channel for poisoning attacks, resulting in negative impacts on society.
Approach: They propose an LLM-based multi-agent system to simulate trending topics in social media . they propose a time-aware interaction mechanism, centralized message dissemination, and an interactive system .
Outcome: The proposed system simulates trending topics under poisoning attacks on social media platforms.
Mitigating the Language Mismatch and Repetition Issues in LLM-based Machine Translation via Model Editing (2024.emnlp-main)

Copied to clipboard

Challenge: Existing studies have focused on using Large Language Models to improve translation quality . language mismatch and repetition are two of the main problems with LLMs .
Approach: They propose to leverage model editing methods to reduce language mismatch and repetition . they propose to fetch intersections of locating results under different language settings .
Outcome: The proposed methods reduce language mismatch and repetition ratios and enhance translation quality in most cases.
SEE: Continual Fine-tuning with Sequential Ensemble of Experts (2025.findings-acl)

Copied to clipboard

Challenge: Continual fine-tuning of large language models suffers from catastrophic forgetting . some approaches use routers to assign tasks to experts, but continual learning often requires retraining .
Approach: They propose a framework that integrates routing and response mechanisms within each expert . it eliminates the need for an additional router and allows each expert to decide whether a query should be handled .
Outcome: The proposed framework outperforms previous approaches in continual fine-tuning . it can handle learning tasks and out-of-distribution instances, paving the way for distributed model ensembling.
Review-Instruct: A Review-Driven Multi-Turn Conversations Generation Method for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for generating multi-turn dialogue data struggle to ensure both diversity and quality in instructions.
Approach: They propose a framework that synthesizes multi-turn conversations through an iterative "Ask-Respond-Review" process involving three agent roles: a Candidate, multiple Reviewers, and a Chairman.
Outcome: The proposed framework synthesizes multi-turn conversations through an iterative "Ask-Respond-Review" process involving three agent roles: a Candidate, multiple Reviewers, and a Chairman.
Backdooring Instruction-Tuned Large Language Models with Virtual Prompt Injection (2024.naacl-long)

Copied to clipboard

Challenge: Instruction-tuned Large Language Models (LLMs) can modulate responses based on human instructions, but they can be maliciously steered to impact society in subtle but persistent ways.
Approach: They propose a backdoor attack setting that allows an attacker to inject a virtual prompt into an LLM to steer it without any explicit injection at its input.
Outcome: The proposed method is able to poison the model's instruction tuning data and show that it is highly effective in steering the model.
Accurate KV Cache Quantization with Outlier Tokens Tracing (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) require substantial computational resources during deployment.
Approach: They propose a method to identify outlier tokens and exclude them from quantization . they find that the method can deliver a 6.4 times reduction in memory usage and a 2.5 times increase in throughput .
Outcome: The proposed method delivers a 6.4 times reduction in memory usage and a 2.5 times increase in throughput under 2-bit quantization.
FactVerse: A Benchmark for Factual Consistency in Interleaved Image–Text Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks lack effective mechanisms to evaluate factual consistency in interleaved image-text generation.
Approach: They propose a benchmark dedicated to evaluating factual consistency in interleaved image-text generation.
Outcome: The proposed framework outperforms existing evaluation methods in evaluating factual consistency in interleaved image-text generation.
MTG: A Benchmark Suite for Multilingual Text Generation (2022.findings-naacl)

Copied to clipboard

Challenge: Using MTG, we train and evaluate multilingual text generation models using human-annotated data.
Approach: They propose a multilingual multiway text generation dataset with 400k human-annotated data that includes four generation tasks across five languages.
Outcome: The proposed dataset includes four generation tasks across five languages (English, German, French, Spanish and Chinese) it provides comprehensive evaluations with diverse generation scenarios.
RouteMoA: Dynamic Routing without Pre-Inference Boosts Efficient Mixture-of-Agents (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for mixing-of-agents (MoA) lack model selection criteria and struggle with large model pools.
Approach: They propose a mixture-of-agents framework with dynamic routing that uses a lightweight scorer to perform initial screening and refines the model scores through self- and cross-assessment.
Outcome: The proposed framework outperforms existing methods for large model pools and tasks . it reduces cost by 89.8% and latency by 63.6% in the large-scale model pool.
Can Language Models Follow Multiple Turns of Entangled Instructions? (2025.findings-emnlp)

Copied to clipboard

Challenge: Despite of significant achievements in improving instruction-following capabilities of large language models, the ability to process multiple potentially entangled or conflicting instructions remains a considerable challenge.
Approach: They construct multi-turn instruction with 1.1K high-quality multi-turned conversations using the human-in-the-loop approach and examine their capabilities.
Outcome: The proposed model shows that it is difficult to integrate multiple turns and balance competing objectives when instructions intersect or conflict.
Certified Robustness to Word Substitution Attack with Differential Privacy (2021.naacl-main)

Copied to clipboard

Challenge: Recent studies have shown that adversarial examples can be easily fooled by DNNs, making the robustness and security of NLP models significantly important.
Approach: They propose a differential privacy-based algorithm to achieve certified robustness against word substitution at- tacks in text classification via differential privacy.
Outcome: The proposed model achieves higher accuracy and more than 30X efficiency improvement over existing defense algorithms.
RAAMove: A Corpus for Analyzing Moves in Research Article Abstracts (2024.lrec-main)

Copied to clipboard

Challenge: RAAMove is a comprehensive multi-domain corpus dedicated to the annotation of move structures in Research Article (RA) abstracts.
Approach: They propose a multi-domain corpus dedicated to the annotation of move structures in RA abstracts.
Outcome: The proposed corpus is based on a human-annotated dataset and a BERT-based model to verify its effectiveness.
NPRF: A Neural Pseudo Relevance Feedback Framework for Ad-hoc Information Retrieval (D18-1)

Copied to clipboard

Challenge: Existing neural IR models do not have a mechanism for treating expansion terms differently from the original query terms, making it difficult to combine them with existing PRF approaches.
Approach: They propose an end-to-end neural PRF framework that can be used with existing neural IR models by embedding different neural models as building blocks.
Outcome: Extensive experiments on two standard test collections confirm the effectiveness of the proposed framework in improving the performance of two state-of-the-art neural IR models.
GLUE-X: Evaluating Natural Language Understanding Models from an Out-of-Distribution Generalization Perspective (2023.findings-acl)

Copied to clipboard

Challenge: Pre-trained language models (PLMs) have improved generalization performance but the out-of-distribution (OOD) generalization problem remains a challenge in many NLP tasks.
Approach: They propose to create a benchmark for evaluating out-of-distribution (OOD) generalization in NLP models.
Outcome: The proposed benchmarks highlight the importance of OOD robustness and provide insights on how to measure it and improve it.
Revealing the Parallel Multilingual Learning within Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) can handle multilingual and cross-lingual text within a single input; however, previous studies focusing on using English as the pivot language to enhance language understanding and reasoning focus on using multiple languages.
Approach: They propose to use parallel multilingual input to enhance the model's comprehension of the input and to examine how multilingual processing affects prediction.
Outcome: The proposed model can handle multilingual and cross-lingual text within a single input, but previous studies focused on using English as the pivot language to enhance language understanding and reasoning.
Contrastive Aligned Joint Learning for Multilingual Summarization (2021.findings-acl)

Copied to clipboard

Challenge: Existing summarization systems for multilingual text summarizing are limited due to the lack of large-scale data in multiple languages.
Approach: They propose a multilingual summarization system that can understand documents in multiple languages and generate summaries in the corresponding language.
Outcome: The proposed model improves over monolingual models in all languages and transferable to other languages.
SGSH: Stimulate Large Language Models with Skeleton Heuristics for Knowledge Base Question Generation (2024.findings-naacl)

Copied to clipboard

Challenge: Existing methods have significantly boosted the performance of Knowledge Base Question Generation (KBQG) through pre-trained language models thanks to the richly endowed semantic knowledge.
Approach: They propose a framework to Stimulate GPT-3.5 with Skeleton Heuristics to enhance KBQG by combining skeleton heuristic guidance with a soft prompting approach.
Outcome: The proposed framework incorporates "skeleton heuristics" which provides more fine-grained guidance associated with each input to stimulate LLMs to generate optimal questions.
C-ICL: Contrastive In-context Learning for Information Extraction (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for in-context learning with large language models focus on using correct or negative examples, ignoring the potential value of incorrect or negative samples.
Approach: They propose a few-shot technique that leverages both correct and incorrect sample constructions to create in-context learning demonstrations.
Outcome: The proposed technique outperforms previous few-shot in-context learning methods on a broad spectrum of related tasks.
RSA-Bench: Benchmarking Audio Large Models in Real-World Acoustic Scenarios (2026.findings-acl)

Copied to clipboard

Challenge: Existing evaluations rely on synthetic Gaussian noise or simplistic single-source interference, failing to capture the intricate, multi-layered acoustic dynamics that characterize authentic physical environments.
Approach: They propose a robustness benchmark to stress-test Audio Large Models (ALLMs) using high-fidelity auditory scene simulations.
Outcome: The proposed model performs well on a wide range of tasks, including automatic speech recognition, speech translation, and audio-based reasoning.
HEALing Entropy Collapse: Enhancing Exploration in Few-Shot RLVR via Hybrid-Domain Entropy Dynamics Alignment (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for training reasoning-oriented large language models assume high-resource settings with abundant data.
Approach: They propose a framework that integrates high-value general-domain data to promote more diverse exploration.
Outcome: The proposed framework matches or surpasses RLVR trained with 32 target-domain samples using 32 target domain samples.
K-PLUG: Knowledge-injected Pre-trained Language Model for Natural Language Understanding and Generation in E-Commerce (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing pre-trained language models are not explicitly aware of domain-specific knowledge, which is essential for downstream tasks in many domains, such as tasks in e-commerce scenarios.
Approach: They propose a knowledge-injected pre-trained language model that can be transferred to both natural language understanding and generation tasks.
Outcome: The proposed model significantly outperforms baselines across the board in e-commerce scenarios.
TAG: Gradient Attack on Transformer-based Language Models (2021.findings-emnlp)

Copied to clipboard

Challenge: Recent studies show that publicly shared gradients in the training process can reveal the private training data to a third-party.
Approach: They propose a gradient attack algorithm to reconstruct the local training data using GLUE benchmarks.
Outcome: The proposed algorithm achieves 1.5x recover rate and 2.5x ROUGE-2 over previous methods without the need of ground truth label.
LINKED: Eliciting, Filtering and Integrating Knowledge in Large Language Model for Commonsense Reasoning (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) often exhibit poor performance on knowledge-intensive tasks, such as commonsense reasoning.
Approach: They propose a method to elicit, filter and integrate knowledge in large language models (LINKED) they propose 'reward model' to filter out noisy knowledge and 'take marginal consistent reasoning module'
Outcome: The proposed method outperforms SOTA baselines on two commonsense reasoning tasks.
DSM: Question Generation over Knowledge Base via Modeling Diverse Subgraphs with Meta-learner (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods on knowledge base question generation learn a one-size-fits-all model by training together all subgraphs without distinguishing the diverse semantics of subgraph.
Approach: They propose a graph contrastive learning-based retriever to model diverse subgraphs with meta-learner to learn semantics-specific and semantics agnostic knowledge on and across these tasks.
Outcome: The proposed approach reduces learning difficulty and improves performance on two widely-adopted benchmarks on KBQG.
MMDEND: Dendrite-Inspired Multi-Branch Multi-Compartment Parallel Spiking Neuron for Sequence Modeling (2025.acl-long)

Copied to clipboard

Challenge: Vanilla spiking neurons are simplified from complex biological neurons with dendrites, soma, and synapses into single somatic compartments.
Approach: They propose a multi-branch, multi-compartment parallel spiking dendritic neuron with a proportion-adjustable multi-branched structure that enables long-term temporal dependencies.
Outcome: The proposed model achieves better long-sequence modeling capability with fewer parameters and lower energy consumption.
AgentThink: A Unified Framework for Tool-Augmented Chain-of-Thought Reasoning in Vision-Language Models for Autonomous Driving (2025.findings-emnlp)

Copied to clipboard

Challenge: Vision-Language Models struggle with hallucinations, inefficient reasoning, and limited real-world validation hinders accurate perception and robust step-by-step reasoning.
Approach: AgentThink integrates Chain-of-Thought reasoning with dynamic, agent-style tool invocation for autonomous driving tasks.
Outcome: Experiments on the DriveLMM-o1 benchmark show AgentThink significantly boosts overall reasoning scores by 53.91% and enhances answer accuracy by 33.54% .
Efficiently Identifying Watermarked Segments in Mixed-Source Texts (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for watermarking entire documents neglect identifying individual watermark segments within long, mixed-source documents.
Approach: They propose a framework for partial watermark detection that detects whether there is a watermark segment in long text and an adaptive online learning algorithm to pinpoint the precise location of watermark segments.
Outcome: The proposed framework outperforms existing methods and is adaptable to other watermarking techniques.
Stepwise Perplexity-Guided Refinement for Efficient Chain-of-Thought Reasoning in Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) reasoning has improved the performance of large language models (LLMs) however, the detailed reasoning process in CoT often incurs long generation times and high computational costs due to the inclusion of unnecessary steps.
Approach: They propose a method to identify critical reasoning steps using perplexity as a measure of their importance.
Outcome: The proposed method achieves a better balance between reasoning accuracy and efficiency of CoT.
Chunk-based Chinese Spelling Check with Global Optimization (2020.findings-emnlp)

Copied to clipboard

Challenge: Chinese spelling check is a challenging task due to the characteristics of the language . previous studies only consider corrections with similar character pronunciation or shape .
Approach: They propose a chunk-based framework to correct single-character and multi-character word errors uniformly.
Outcome: The proposed framework achieves state-of-the-art performance on three benchmark datasets and optical character recognition datasets.
STORM-BORN: A Challenging Mathematical Derivations Dataset Curated via a Human-in-the-Loop Multi-Agent Framework (2025.findings-acl)

Copied to clipboard

Challenge: Existing datasets suffer from outdated and insufficient challenging content, neglecting human-like reasoning, and limited reliability due to single-LLM generation.
Approach: They propose a human-in-the-loop, multi-agent data generation framework that integrates reasoning-dense filters, multiagent collaboration, and human mathematicians’ evaluations to ensure the reliability and quality of the dataset.
Outcome: The proposed framework improves accuracy and quality of the 2,000-synthesized datasets by integrating reasoning-dense filters, multi-agent collaboration, and human mathematicians’ evaluations.
RBPtool: A Deep Language Model Framework for Multi-Resolution RBP-RNA Binding Prediction and RNA Molecule Design (2025.emnlp-main)

Copied to clipboard

Challenge: RNA-binding proteins play key roles in post-transcriptional gene regulation . existing methods focus on shallow sequence features or coarse structural representations . large language models allow for precise modeling and biologically informed de novo RNA design .
Approach: They extend RPI15223 into a multi-resolution, structure-level RBP-RNA dataset and introduce RBPtool, a framework that fuses sequence and structural information.
Outcome: The proposed framework achieves state-of-the-art performance on public benchmarks and the RPI15223 dataset while supporting fine-grained level predictions.
RADO: Reasoning Audit-Driven Optimization for Rigorous Reasoning in High-Stakes Domains (2026.acl-long)

Copied to clipboard

Challenge: Current reinforcement learning paradigms rely on outcome-based rewards, overlooking latent logical fallacies in intermediate steps.
Approach: They propose a specialized audit model augmented with external tools to identify local logical ruptures and calibrate reward signals.
Outcome: The proposed framework improves accuracy and logical rigor in high-stakes domains.
Learning to Reason from Feedback at Test-Time (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to utilizing feedback are expensive and lack the time to perform iterative interactions with the environment.
Approach: They propose a novel paradigm that formulates feedback utilization as an optimization problem at test time and a learnable test-time optimizer to effectively exploit feedback.
Outcome: The proposed paradigm improves scalability and performance on two large language models across four reasoning datasets.
HuatuoGPT, Towards Taming Language Model to Be a Doctor (2023.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show that the distilled language model outperforms its teacher model (ChatGPT) in most cases.
Approach: They propose a Large Language Model (LLM) that leverages both distilled data from **ChatGPT** and real-world data from**doctors** in the supervised fine-tuning stage.
Outcome: The proposed model outperforms the teacher model in most cases by using additional real-world data and RLMF to align the language model with the merits of both sources.
Vista-LLM: Decoupled Query-Guided Visual Token Pruning for Efficient Long-Video Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Long-video understanding is bottlenecked by the high cost of processing massive visual tokens.
Approach: They propose a decoupled framework for query-guided visual token pruning . their method reduces visual tokens by 90% and accelerates inference by 98% .
Outcome: The proposed framework reduces visual tokens by 90% and accelerates inference while retaining over 98% of baseline performance on average.
SCOPE: Compress Mathematical Reasoning Steps for Efficient Automated Process Annotation (2025.findings-acl)

Copied to clipboard

Challenge: Existing process annotation approaches are computationally expensive.
Approach: They propose a compression-based approach that transforms reasoning steps into code and normalizes them through Abstract Syntax Tree.
Outcome: The proposed method outperforms existing methods on Best-of-N strategy and ProcessBench.
TCPO: Thought-Centric Preference Optimization for Effective Embodied Decision-making (2025.emnlp-main)

Copied to clipboard

Challenge: Existing post-SFT methods for embodied AI are constrained by sparse rewards and action-only optimization, resulting in low sample efficiency, poor consistency, and model degradation.
Approach: They propose to integrate Thought-Centric Preference Optimization (TCPO) into embodied decision-making by transforming sparse reward signals into richer step sample pairs.
Outcome: The proposed approach achieves an average success rate of 26.67% in the ALFWorld environment, and a 6% improvement over RL4VLM.
CoLA: A Choice Leakage Attack Framework to Expose Privacy Risks in Subset Training (2026.acl-long)

Copied to clipboard

Challenge: Existing threat models underestimate subset-training privacy risks because of the scale of modern datasets.
Approach: They propose a unified framework for analyzing privacy leakage in subset selection based on side-channel metadata from the subset process or via the outputs of the target model.
Outcome: The proposed framework analyzes privacy leakage in subset selection based on two different scenarios .
Are You for Real? Detecting Identity Fraud via Dialogue Interactions (D19-1)

Copied to clipboard

Challenge: Existing methods to detect identity fraud are prone to errors and are not based on real data.
Approach: They propose to use a KG constructor and structured dialogue management to detect identity fraud in loan applications to generate questions based on personal information.
Outcome: The proposed system can detect fraudsters and achieve higher recognition accuracy compared with rule-based systems.
On-policy Reinforcement Fine-tuning with Offline reward for Multi-step Embodied Planning (2026.acl-long)

Copied to clipboard

Challenge: Embodied planning requires agents to make coherent multi-step decisions based on dynamic visual observations and verbal goals.
Approach: They propose an On-policy Reinforcement fine-tuning framework with offline rewards for Embodied Task Planning that preserves generalization benefits of RFT while addressing costly interaction and sparse rewards.
Outcome: The proposed framework outperforms closed-source and online-RL methods on EmbodiedBench, a recent benchmark for interactive embodied tasks.
A Framework of Knowledge Graph-Enhanced Large Language Model Based on Question Decomposition and Atomic Retrieval (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to enhance LLMs with knowledge graphs have limited results . knowledge graph question answering (KGQA) provides interpretable reasoning for large language models .
Approach: They propose a framework for KG-enhanced LLM based on question decomposition and atomic retrieval . they propose question decomposing tree as framework for LLM reasoning .
Outcome: The proposed framework outperforms existing reasoning-based baselines on KGQA datasets.
Tell Me What You Don’t Know: Enhancing Refusal Capabilities of Role-Playing Agents via Representation Space Analysis and Editing (2025.findings-acl)

Copied to clipboard

Challenge: Role-playing Agents (RPAs) struggle to recognize and respond to hard queries that conflict with their role-play knowledge.
Approach: They propose a lightweight representation editing approach that conveniently shifts conflicting requests to the rejection region, thereby enhancing the model’s refusal accuracy.
Outcome: The proposed model improves RPAs’ refusal ability of conflicting requests while maintaining their general role-playing capabilities.
AdapTime: Enabling Adaptive Temporal Reasoning in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for temporal reasoning are limited and apply a fixed pipeline to all questions.
Approach: They propose an adaptive temporal reasoning method that dynamically executes reasoning steps based on context and task requirements.
Outcome: Experiments on two temporal QA benchmarks show the proposed method works.
Learning Gender-Neutral Word Embeddings (D18-1)

Copied to clipboard

Challenge: Word embeddings trained on human-generated corpora inherit strong gender stereotypes . prior studies show such embeddables exhibit social biases, such as gender stereotype .
Approach: They propose a method to preserve gender information in certain dimensions of word vectors . they propose GN-GloVe, which is a gender-neutral variant of the word embedding model .
Outcome: The proposed method preserves gender information in certain dimensions of word vectors while compelling other dimensions to be free of gender influence.
RECALL: REpresentation-aligned Catastrophic-forgetting ALLeviation via Hierarchical Model Merging (2025.emnlp-main)

Copied to clipboard

Challenge: Existing models that require task labels or performance trade-offs are susceptible to catastrophic forgetting.
Approach: They propose a representation-aware model merging framework for continual learning without access to historical data.
Outcome: The proposed framework outperforms baselines in knowledge retention and generalization across five NLP tasks and multiple continual learning scenarios.
Hybrid Alignment Training for Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to align large language models with instructions and preferences are conflicting . et al., 2023b) show that hybrid alignment training can outperform baselines .
Approach: They propose a hybrid alignment training approach based on alternating alignment and modified elastic weight consolidation methods to achieve better collaboration between different alignment tasks.
Outcome: The proposed approach outperforms baseline alignment training methods on summarization and dialogue tasks.
LongLeader: A Comprehensive Leaderboard for Large Language Models in Long-context Scenarios (2025.naacl-long)

Copied to clipboard

Challenge: LongLeader aims to assess different LLMs' long-context comprehension abilities . long-constext comprehension is a key bottleneck for many use cases .
Approach: They propose a leaderboard to assess different LLMs' long-context comprehension abilities . they offer open-source access to the benchmarks and maintain a dedicated website .
Outcome: The proposed model assesses different LLMs on selected benchmarks and provides open-source access to the benchmarks.
FinGEAR: Financial Mapping-Guided Enhanced Answer Retrieval (2025.findings-emnlp)

Copied to clipboard

Challenge: FinGEAR provides a retrieval framework tailored to financial documents . standard retrieval-augmented generation models underuse financial disclosures .
Approach: FinGEAR combines a finance lexicon for Item-level guidance and hierarchical indices for within-Item search.
Outcome: FinGEAR improves accuracy and accuracy on 10-Ks with a FinQA dataset.
Structure-aware Generation Model for Cross-Domain Aspect-based Sentiment Classification (2024.lrec-main)

Copied to clipboard

Challenge: Existing generation models for cross-domain aspect-based sentiment classification ignore syntactic structures . syntaktic structures are pre-trained on natural language and can be catastrophic forgetting of distributional knowledge.
Approach: They propose a structure-aware generation model that explicitly encodes syntactic structure into the model.
Outcome: The proposed model can learn domain-irrelevant features based on syntactic pivot features.
SOLAR: Serendipity Optimized Language Model Aligned for Recommendation (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models have shown strong potential in recommendation tasks . however, their application to serendipity-oriented recommendations remains challenging .
Approach: They propose a domain-adaptive instruction tuning method that aligns Large Language Models with recommendation tasks.
Outcome: The proposed framework bridges the domain gap between LLMs and recommendation tasks.
DGPO: Beyond Pairwise Preferences with Directional Consistent Groupwise Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for directional consistency alignment of large language models are limited . a recent study suggests reverse supervision as a complement to forward reasoning .
Approach: They propose a framework that aggregates supervision signals at the group level and explicitly models direction-aware alignment through multi-candidate comparisons.
Outcome: The proposed framework achieves 3.2% accuracy improvement across five benchmarks and multiple datasets.
Agent-Pro: Learning to Evolve via Policy-Level Reflection and Optimization (2024.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are designed as specific task solvers with sophisticated prompt engineering, but are inherently incapacitating to address complex dynamic scenarios.
Approach: They propose an LLM-based agent with policy-level reflection and optimization that can learn from interactive experiences and progressively elevate its behavioral policy.
Outcome: The proposed agent outperforms vanilla LLM and specialized models in blackjack and Texas hold’em.
Event Extraction as Multi-turn Question Answering (2020.findings-emnlp)

Copied to clipboard

Challenge: Current approaches to event extraction fail to model rich interactions among event types and arguments of different roles.
Approach: They propose a new paradigm that formulates event extraction as multi-turn question answering . they propose to use reading comprehension problems to extract triggers and arguments .
Outcome: The proposed approach outperforms current state-of-the-art on argument extraction tasks . it makes full use of dependency among arguments and event types, and generalizes well .
SyntaxSQLNet: Syntax Tree Networks for Complex and Cross-Domain Text-to-SQL Task (D18-1)

Copied to clipboard

Challenge: Existing studies in text-to-SQL do not require generating complex SQL queries with multiple clauses or sub-queries.
Approach: They propose a syntax tree network to address the complex text-to-SQL generation task.
Outcome: The proposed model outperforms the current state-of-the-art model by 9.5% on a large text-to-SQL corpus.
Multi-matrix Factorization Attention (2025.findings-acl)

Copied to clipboard

Challenge: Existing variants for Multi-Head Attention (MHA) fail to maintain strong performance under stringent Key-Value cache (KV cache) constraints.
Approach: They propose to use multi-matrix factorization attention and MFA-Key-reuse attention architectures to increase model capacity under tight KV cache constraints.
Outcome: The proposed architecture outperforms existing methods while reducing KV cache usage by 56% and 93.7% in large-scale experiments.
VideoPro: Adaptive Program Reasoning for Long Video Understanding (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for understanding long videos are limited due to the sparsity of visual evidence relevant to a given query.
Approach: They propose a framework that enables VideoLLMs to reason over long videos and refine their predictions through executable programs.
Outcome: The proposed framework outperforms existing methods across long-video understanding benchmarks.
DyLex: Incorporating Dynamic Lexicons into BERT for Sequence Labeling (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to integrate lexical knowledge into deep learning models are limited by large-scale dynamic lexicons.
Approach: They propose a plug-in lexicon incorporation approach for BERT based sequence labeling tasks . they adopt word-agnostic tag embeddings to avoid re-training the representation .
Outcome: The proposed framework achieves new SOTA even with large scale lexicons, the authors show . they adopt word-agnostic tag embeddings to avoid re-training the representation .
SERM: Self-Evolving Relevance Model with Agent-Driven Learning from Massive Query Streams (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to generate relevance judgments are limited due to dynamic nature of query distributions.
Approach: They propose a self-evolving relevance model approach to generalize queries to practical search scenarios . they use a multi-agent sample miner and a relevance annotator to generate reliable labels .
Outcome: The proposed approach can achieve significant performance gains on a large-scale industrial platform, validated by offline multilingual evaluations and online testing.
Agentic Episodic Control (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for reinforcement learning (RL) are limited by poor data efficiency and weak generalization.
Approach: They propose a novel architecture that integrates large language models into episodic RL.
Outcome: The proposed architecture achieves 2–6 higher data efficiency than baselines and is the only method to solve complex tasks like UnlockLocal with over 90% success.
KBM: Delineating Knowledge Boundary for Adaptive Retrieval in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) is employed to tackle these challenges . a Knowledge Boundary Model (KBM) is used to express the known/unknown of a given question .
Approach: They propose a Knowledge Boundary Model to express the known/unknown of a given question . they find that not all questions need to trigger RAG to improve performance .
Outcome: The proposed model reduces time and computational costs by retrieving parts of unknown knowledge . the proposed model can express the known/unknown of a given question and determine whether a RAG needs to be triggered .
Searching for Best Practices in Retrieval-Augmented Generation (2024.emnlp-main)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) techniques have proven to be effective in integrating up-to-date information, mitigating hallucinations, and enhancing response quality, especially in specialized domains.
Approach: They propose several strategies for deploying RAG that balance performance and efficiency.
Outcome: The proposed approaches can significantly enhance question-answering capabilities and accelerate the generation of multimodal content using a “retrieval as generation” strategy.
DuReader-Retrieval: A Large-scale Chinese Benchmark for Passage Retrieval from Web Search Engine (2022.emnlp-main)

Copied to clipboard

Challenge: Existing datasets for non-English passage retrieval are lacking in quality and accuracy.
Approach: They present a large-scale Chinese dataset for passage retrieval . they reduce false negatives by manually annotating results pooled from multiple retrievers .
Outcome: The proposed dataset reduces false negatives in development and testing sets and removes similar training queries.
Enhancing Event Causality Identification with LLM Knowledge and Concept-Level Event Relations (2025.coling-main)

Copied to clipboard

Challenge: Existing methods to identify causal relationships between events often overlook the dependencies between similar events.
Approach: They propose an ECI method enhanced by LLM Knowledge and Concept-Level Event Relations (LKCER) the method constructs a conceptual-level heterogeneous event graph by leveraging local contextual information of related event mentions.
Outcome: The proposed method outperforms previous state-of-the-art methods on both benchmarks, EventStoryLine and Causal-TimeBank.
Rescue: Ranking LLM Responses with Partial Ordering to Improve Response Generation (2024.acl-srw)

Copied to clipboard

Challenge: Customizing LLMs for a specific task involves separating high-quality responses from lower-quality ones. Obtaining a large volume of expert-annotated data is costly for most tasks.
Approach: They propose a method that trains the model to prioritize the best responses from a pool of candidates created for a task using ranking metrics.
Outcome: The proposed method is more robust, less sensitive to noise, and can be achieved with limited human annotations or through heuristic methods.
StreamMeCo: Long-Term Agent Memory Compression for Efficient Streaming Video Understanding (2026.findings-acl)

Copied to clipboard

Challenge: StreamMeCo is an efficient Stream Agent Memory Compression framework for video understanding.
Approach: They propose an efficient Stream Agent Memory Compression framework that evicts redundant memory nodes and introduces a time-decay memory retrieval mechanism to mitigate performance degradation.
Outcome: The proposed framework achieves 1.87 speedup in memory retrieval while delivering an average accuracy improvement of 1.0% on three challenging benchmark datasets.
EMCompress: Video-LLMs with Endomorphic Multimodal Compression (2026.findings-acl)

Copied to clipboard

Challenge: Static, sparse frame sampling either dilutes evidence across task-irrelevant segments at significant cost or misses fine-grained temporal semantics altogether.
Approach: They propose a novel task that compresses multimodal input while preserving answer invariance across reasonable downstream models.
Outcome: The proposed task surpasses prior methods by 0.40 F-1 with competitive query rewriting.
RAG-Instruct: Boosting LLMs with Diverse Retrieval-Augmented Instructions (2025.emnlp-main)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) has emerged as a key paradigm for enhancing large language models by incorporating external knowledge.
Approach: They propose a method for synthesizing diverse and high-quality RAG instruction data based on any source corpus.
Outcome: The proposed method outperforms existing methods in multiple tasks and achieves strong zero-shot performance.
DEEM: Dynamic Experienced Expert Modeling for Stance Detection (2024.lrec-main)

Copied to clipboard

Challenge: Existing work on stance detection tasks using large language models shows promising results, but it may not be able to provide detailed background knowledge.
Approach: They propose a method which leverages the generated experienced experts and lets LLMs reason in a semi-parametric way.
Outcome: The proposed method outperforms methods with self-consistency reasoning and reduces bias.
ProLongVid: A Simple but Strong Baseline for Long-context Video Instruction Tuning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to adapt image-focused models for video understanding have not been successful in analyzing long video sequences.
Approach: They propose a video instruction dataset that outperforms existing video instruction data for fine-tuning MLLMs by incrementally increasing input context length.
Outcome: The proposed model outperforms existing models on video benchmarks and outperformed proprietary models on VideoMME even with a compact 7B model.
PROSE: A Pronoun Omission Solution for Chinese-English Spoken Language Translation (2023.emnlp-main)

Copied to clipboard

Challenge: Pro-drop (‘pronoun-dropping’) language requires NMT systems to recover omitted pronouns, but this task lacks sufficient datasets for benchmarking .
Approach: They propose a benchmarking method that leverages the semantic embedding of dropped pronouns to augment training pairs to alleviate the negative impact introduced by pro-drop .
Outcome: The proposed method outperforms existing methods regarding omitted pronoun retrieval and overall translation quality on four Chinese-English translation corpora.
Tackling Modality Heterogeneity with Multi-View Calibration Network for Multimodal Sentiment Detection (2023.acl-long)

Copied to clipboard

Challenge: Existing studies focus on fusing different features but ignore the challenge of modality heterogeneity.
Approach: They propose a text-guided fusion module with novel Sparse-Attention to reduce the negative impacts of redundant visual elements and a sentiment-based congruity constraint task to calibrate the feature shift in the representation space.
Outcome: The proposed model is competitive against existing methods and achieves state-of-the-art results on two public benchmark datasets.
Do LLM Agents Really Mimic Humans? Diagnosing and Aligning Microeconomic Behaviors in Macro-ABMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies focus on replicating macro-level stylized facts while neglecting verification of micro-level decision-making.
Approach: They propose a framework that replicates macro-level stylized facts while ignoring micro-level decision-making.
Outcome: The proposed framework improves alignment with human trends and captures behavioral heterogeneity.
Prompting ChatGPT in MNER: Enhanced Multimodal Named Entity Recognition with Auxiliary Refined Knowledge (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to enhance textual entity prediction neglect the need for external knowledge or encounter high redundancy in the retrieved knowledge.
Approach: They propose a framework that leverages ChatGPT as an implicit knowledge base and heuristically generates auxiliary knowledge for more efficient entity prediction.
Outcome: The proposed framework outperforms state-of-the-art methods on two classic datasets and exhibits a stronger robustness and generalization capability.
Compressing then Matching: An Efficient Pre-training Paradigm for Multimodal Embedding (2026.acl-long)

Copied to clipboard

Challenge: Recent approaches demonstrate that MLLMs can be adapted into competitive embedding models via large-scale contrastive learning.
Approach: They propose a compressed pre-training phase which serves as a warm-up stage for contrastive learning.
Outcome: The proposed model achieves state-of-the-art among MLLMs of comparable size on the MMEB, realizing optimization in both efficiency and effectiveness.
Structured Episodic Event Memory (2026.acl-long)

Copied to clipboard

Challenge: Current approaches to memory in Large Language Models (LLMs) rely on static Retrieval-Augmented Generation (RAG) this lacks the cognitive organization necessary to model the dynamic and associative nature of long-term interaction.
Approach: They propose a hierarchical framework that transforms interaction streams into structured Episodic Event Frames (EEFs) anchored by precise provenance pointers.
Outcome: The proposed framework outperforms baseline approaches on LoCoMo and LongMemEval benchmarks.
AlphaOne: Reasoning Models Thinking Slow and Fast at Test Time (2025.emnlp-main)

Copied to clipboard

Challenge: Existing monotonic scaling methods for large reasoning models are not reliable.
Approach: They propose a universal framework for modulating reasoning progress in large reasoning models at test time.
Outcome: The proposed framework unifies and generalizes existing monotonic scaling methods and enables flexible and dense slow-to-fast reasoning modulation.
Teaching According to Talents! Instruction Tuning LLMs with Competence-Aware Curriculum Learning (2025.findings-emnlp)

Copied to clipboard

Challenge: Efficient instruction tuning aims to enhance the ultimate performance of large language models (LLMs) current methods suffer from the curriculum rigidity, resulting in a fixed and potentially sub-optimal learning trajectory.
Approach: a framework for efficient instruction tuning is proposed to address the issue of curriculum rigidity . current methods rely on static heuristic difficulty metrics and fail to adapt to evolving capabilities .
Outcome: Efficient instruction tuning aims to enhance the ultimate performance of large language models . current methods suffer from the curriculum rigidity, resulting in a fixed learning trajectory .
Probability-Consistent Preference Optimization for Enhanced LLM Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in preference optimization have demonstrated significant potential for improving mathematical reasoning capabilities in large language models.
Approach: They propose a framework that establishes two quantitative metrics for preference selection: surface-level answer correctness and intrinsic token-level probability consistency.
Outcome: The proposed framework outperforms existing outcome-only criterion approaches across a diverse range of LLMs and benchmarks.
Counterfactual Debating with Preset Stances for Hallucination Elimination of LLMs (2025.coling-main)

Copied to clipboard

Challenge: Existing solutions to alleviate hallucination have considered utilizing LLMs’ inherent reasoning abilities to alleviating hallucinism, such as self-correction and diverse sampling methods.
Approach: They propose a counterfactual multi-agent debate framework that predetermines LLMs' stances to override their inherent biases for answer inspection.
Outcome: Extensive experiments on four datasets of three tasks demonstrate the superiority of the proposed framework over existing methods.
InfoCL: Alleviating Catastrophic Forgetting in Continual Text Classification from An Information Theoretic Perspective (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent studies have identified the severe performance decrease on analogous classes as a key factor for catastrophic forgetting.
Approach: They propose a replay-based continual text classification method that uses fast-slow and current-past contrastive learning to perform mutual information maximization and better recover previously learned representations.
Outcome: The proposed method achieves state-of-the-art on three text classification tasks.
Theory-optimal Quantization Based on Flatness (2026.acl-long)

Copied to clipboard

Challenge: Recent approaches to quantization of Large Language Models (LLMs) have been widely adopted due to activation outliers, which degrade model performance especially at lower bit precision.
Approach: They propose a new metric for quantization that strategically distributes outlier magnitudes across matrix dimensions via optimized diagonal operations.
Outcome: The proposed framework achieves less than 1% accuracy drop in W4A4 quantization on the LLaMA-3-8B model and reduces the performance gap by 39.1% on the more challenging W2A4KV16 model.
PA-RAG: RAG Alignment via Multi-Perspective Preference Optimization (2025.naacl-long)

Copied to clipboard

Challenge: Existing approaches to optimize RAG generators fail to align with RAG requirements thoroughly.
Approach: They propose a method for optimizing the RAG generator from multiple preference perspectives to align with RAG requirements comprehensively.
Outcome: The proposed method improves the performance of RAG generators by incorporating retrieved documents into the prompt.
TermDiffuSum: A Term-guided Diffusion Model for Extractive Summarization of Legal Documents (2025.coling-main)

Copied to clipboard

Challenge: Recent studies have explored diffusion models for extractive summarization task, showcasing their remarkable capabilities.
Approach: They propose a term-guided diffusion model for extractive summarization of legal documents that incorporates legal terminology into the model via a well-designed multifactor fusion noise weighting schedule.
Outcome: The proposed model outperforms existing models on a self-constructed legal summarization dataset and achieves improvements of 3.10, 2.84, and 2.89 on three public datasets.
LLM-based Rumor Detection via Influence Guided Sample Selection and Game-based Perspective Analysis (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for rumor detection on social media are limited by limited modeling capacity and insufficient training corpora.
Approach: They propose an SFT-based rumor detection model with Influence guided Sample selection and Game-based multi-perspective analysis to address these issues.
Outcome: The proposed model outperforms existing SOTA on three datasets.
See the World, Discover Knowledge: A Chinese Factuality Evaluation for Large Vision Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing models for large vision language models do not fully reflect their knowledge capacity and reliability, resulting in erroneous outputs that do not align with the image content or provide answers lacking knowledge evidence.
Approach: They propose a Chinese-based benchmark for visual factuality across 8 major topics and 56 subtopics and a multi-hop question construction.
Outcome: The proposed model decouples visual factuality into two parts: seeing the world and discovering knowledge.
CoIR: A Comprehensive Benchmark for Code Information Retrieval Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods and benchmarks for information retrieval are inadequately representing the diversity of code in various domains and tasks.
Approach: They propose a benchmark specifically designed to assess code retrieval capabilities.
Outcome: The proposed benchmark aims to invigorate research in the code retrieval domain . it shares the same data schema as other popular benchmarks like MTEB and BEIR .
Leibniz: Theory-of-Mind Driven Neuro-Symbolic Logical Reasoning via Multi-Agent Collaboration (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for logical reasoning with large language models suffer from insufficient rule semantic grounding and weak rule application mechanisms.
Approach: They propose a theory-of-mind driven neuro-symbolic reasoning framework that integrates natural language and symbolic representations throughout the reasoning process.
Outcome: The proposed model surpasses state-of-the-art models in reasoning accuracy and flexibility.
Marco-Bench-MIF: On Multilingual Instruction-Following Capability of Large Language (2025.acl-long)

Copied to clipboard

Challenge: Existing datasets for instruction-following are monolingual and centered on English . existing data are unable to capture linguistic and cultural subtle differences .
Approach: They propose an extension of IFEval to a localized multilingual version called Marco-Bench-MIF . their benchmark addresses linguistic constraints and cultural references via translation and verification .
Outcome: The proposed extension of IFEval to a localized multilingual version covers 30 languages with varying levels of localization.
Efficient Reasoning for LLMs through Speculative Chain-of-Thought (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for efficient reasoning focus on reducing the number of model parameters or shortening the chain-of-thought length.
Approach: They propose a speculative chain-of-thought (SCoT) method to reduce reasoning latency by accelerating average reasoning speed through large and small model collaboration.
Outcome: The proposed method reduces reasoning latency by 48%66% and 21%49% on GSM8K, MATH, GaoKao, CollegeMath and Olympiad datasets.
I²B-LPO: Latent Policy Optimization via Iterative Information Bottleneck (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for large language model reasoning suffer from exploration collapse due to the semantic homogeneity of random rollouts.
Approach: They propose to use latent policy optimization via iterative information bottleneck to optimize reasoning trajectories by diversifying reasoning .
Outcome: Empirical results show that the proposed method achieves state-of-the-art performance with margins of up to 5.3% in accuracy and 7.4% in diversity metrics.
Finding RELIEF: Shaping Reasoning Behavior without Reasoning Supervision via Belief Engineering (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for shaping large reasoning models rely on reinforcement learning or fine-tuning with gold-standard reasoning traces. Existing techniques for behavior shaping rely only on additional reward modeling.
Approach: They propose a framework that aligns a model's self-concept with a target belief blueprint and internalizes desired traits by fine-tuning on synthesized, self-reflective QA pairs that affirm the target belief.
Outcome: The proposed framework outperforms behavior-supervised and preference-based models while requiring significantly lower training costs.
Tears or Cheers? Benchmarking LLMs via Culturally Elicited Distinct Affective Responses (2026.acl-long)

Copied to clipboard

Challenge: Culture is a fundamental determinant of human affective processing and affective perceptions are often limited by declarative knowledge or established societal customs.
Approach: They propose a multimodal benchmark that leverages LLM-generated provisional labels to isolate cross-cultural emotional distinctions.
Outcome: The proposed benchmark captures cross-cultural emotional distinctions and derives reliable ground-truth annotations through human evaluation.
SumCSE: Summary as a transformation for Contrastive Learning (2024.findings-naacl)

Copied to clipboard

Challenge: Sentence embedding models are typically trained using contrastive learning (CL) using human annotations directly or by repurposing other annotated datasets.
Approach: They propose to use generative language models to generate CL data using annotated data.
Outcome: The proposed method outperforms the previous best unsupervised method by 1.8 points and SimCSE, a strong supervised baseline by 0.3 points on the semantic text similarity (STS) benchmark.
Semantic Consistency-Based Uncertainty Quantification for Factuality in Radiology Report Generation (2025.findings-naacl)

Copied to clipboard

Challenge: Radiology report generation has shown great potential in assisting radiologists . generative medical Vision Large Language Models (VLLMs) are prone to hallucinations and can produce inaccurate diagnostic information.
Approach: They propose a framework that provides both report-level and sentence-level uncertainties.
Outcome: The proposed method improves factuality scores by 10% by rejecting 20% of reports on the MIMIC-CXR dataset.
SudokuFill: A Multi-Agent Progressive Filling Framework for Document-Level Scientific Information Extraction (2026.findings-acl)

Copied to clipboard

Challenge: Scientific information extraction (SciIE) is a key bottleneck for turning unstructured papers into computable knowledge bases.
Approach: They propose a scientific information extraction framework that solves a Sudoku problem as a progressive filling problem.
Outcome: The proposed framework outperforms the GPT-4o model on a document-level adjuvant dataset.
Rewarding What Matters: Step-by-Step Reinforcement Learning for Task-Oriented Dialogue (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing RL methods focus on generation tasks while neglecting dialogue state tracking (DST) for understanding.
Approach: They propose a method that integrates RL into both understanding and generation tasks by introducing step-by-step rewards throughout the token generation.
Outcome: The proposed approach achieves state-of-the-art results on three widely used datasets.
LipoAgent: Coordinating Fine-Tuned LLM Agents for Safer Lipid Design (2026.findings-acl)

Copied to clipboard

Challenge: Lipid nanoparticles (LNPs) are among the most clinically mature platforms for nucleic acid delivery, yet designing lipids that are effective and biologically safe remains a major bottleneck.
Approach: They propose a safety-aware multi-agent LLM framework for lipid discovery that enforces toxicity as a prerequisite for efficiency prediction.
Outcome: The proposed framework achieves an average improvement in mRNA transfection efficiency prediction across multiple foundation models.
A Cognitive Stimulation Dialogue System with Multi-source Knowledge Fusion for Elders with Cognitive Impairment (2023.acl-long)

Copied to clipboard

Challenge: Existing cognitive stimulation systems lack data on how to integrate emotional support and therapy principles into chit-chat dialogue systems.
Approach: They propose a multi-source knowledge fusion method for CS dialogue to generate open-ended responses guided by the therapy principle and emotional support strategy.
Outcome: The proposed method generates open-ended responses guided by the therapy principle and emotional support strategy of the target response.
VulLibGen: Generating Names of Vulnerability-Affected Packages via a Large Language Model (2024.acl-long)

Copied to clipboard

Challenge: Existing work on affected package identification is limited by large language models . a recent study shows that 84% third-party packages contain security vulnerabilities .
Approach: They propose a method to use LLM to generate the affected package . they propose supervised fine-tuning, retrieval augmented generation and a local search algorithm .
Outcome: The proposed method has an average precision of 0.806 for identifying vulnerable packages in four most popular ecosystems in GitHub Advisory.
Adaptive Feature-based Low-Rank Compression of Large Language Models via Bayesian Optimization (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models require a balance between efficiency and performance.
Approach: They propose a low-rank compression technique that reduces non-essential parameters by decomposing weight matrices into products of two low-ranked matrici.
Outcome: The proposed method outperforms existing pruning and low-rank compression techniques in maintaining model performance at the same compression ratio.
Dual-Feedback Knowledge Retrieval for Task-Oriented Dialogue Systems (2023.emnlp-main)

Copied to clipboard

Challenge: Current approaches to task-oriented dialogue systems integrate knowledge retrieval and response generation, which poses scalability challenges when dealing with extensive knowledge bases.
Approach: They propose a retriever-generator architecture that harnesses a retrieval and a generator to generate system responses by using feedback from the generator as pseudo-labels.
Outcome: The proposed architecture shows superior performance on three benchmark datasets.
Empathetic Dialogue Generation via Sensitive Emotion Recognition and Sensible Knowledge Selection (2022.findings-emnlp)

Copied to clipboard

Challenge: Empathy is a key trait of everyday human conversations.
Approach: They propose a serial encoding and Emotion-Knowledge interaction method for empathetic dialogue generation which is more sensitive to emotion dynamics in conversations.
Outcome: The proposed method outperforms baseline evaluations on the utterance-level annotated EMPATHETICDIALOGUES.
Why LLMs Hallucinate on Structured Knowledge: A Mechanistic Analysis of Reasoning over Linearized Representations (2026.acl-long)

Copied to clipboard

Challenge: Existing literature primarily addresses this problem through external interventions such as retrieval augmentation and prompt engineering at the input or output level.
Approach: They find that LLMs can still produce hallucinated outputs when using structured external knowledge.
Outcome: The proposed models fail to ground the provided knowledge, causing the model to revert to parametric memory.
Code4Struct: Code Generation for Few-Shot Event Structure Prediction (2023.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) trained on a mixture of text and code have demonstrated impressive capability in translating natural language (NL) into structured code.
Approach: They propose to use programming language (PL) inheritance and type annotations to translate text into code to tackle structured prediction tasks.
Outcome: The proposed model outperforms existing models on 20-shot data by 29.5% absolute F1.
CAGenMol: Condition-Aware Diffusion Language Model for Goal-Directed Molecular Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods to optimize target-directed molecular generation fail to reconcile conflicting objectives without compromising structural validity.
Approach: They propose a condition-aware discrete diffusion framework that allows for conditional denoising guided by heterogeneous structural and property signals.
Outcome: The proposed framework improves on structure-conditioned, property-conditioned and dual-conditioned benchmarks in binding affinity, drug-likeness, and success rate.
PSSAT: A Perturbed Semantic Structure Awareness Transferring Method for Perturbation-Robust Slot Filling (2022.coling-1)

Copied to clipboard

Challenge: Existing slot filling models memorize inherent patterns of entities and contexts from training data.
Approach: They propose a perturbed semantic structure awareness transferring method for slot filling models . they use two MLM-based training strategies to learn contextual semantic structure and word distribution .
Outcome: The proposed method outperforms existing methods and gains strong generalization while preventing model from memorizing inherent patterns of entities and contexts.
CoTEvol: Self-Evolving Chain-of-Thoughts for Data Synthesis in Mathematical Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods to improve LLMs' reasoning abilities suffer from diminishing returns or high computing overhead.
Approach: They propose a genetic evolutionary framework that casts CoT generation as a population-based search over reasoning trajectories.
Outcome: The proposed framework improves correct-CoT synthesis success by over 30% and enhances structural diversity with markedly improved efficiency.
Universally Empowering Zeroth-Order Optimization via Adaptive Layer-wise Sampling (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for fine-tuning Large Language Models are slow and lack of performance.
Approach: They propose a Zeroth-Order optimization framework that uses forward passes to fine-tune Large Language Models.
Outcome: The proposed framework achieves 1.7 to 3.0 wall-clock acceleration on LLaMA and OPT models.
Task Knowledge Injection via Interpolations and Reinstatement for Large Language Model Generalization (2025.findings-acl)

Copied to clipboard

Challenge: Pre-trained large language models have been widely adopted to elicit their superior performance on downstream tasks, but instruction tuning may overfit them to specific task formats, compromising their generalization on unseen tasks.
Approach: They propose to inject latent task adaptation and knowledge reinstatement into large language models to mitigate spurious correlations between inputs and targets.
Outcome: The proposed method improves generalization on in-domain and out-of-domain unseen tasks.
ExpanRL: Hierarchical Reinforcement Learning for Course Concept Expansion in MOOCs (2020.aacl-main)

Copied to clipboard

Challenge: Existing methods for concept expansion in MOOCs are inefficient because of the diversity of MOOC courses and rapid updates.
Approach: They propose an end-to-end hierarchical reinforcement learning (HRL) model for concept expansion in MOOCs that employs a two-level mechanism of seed selection and concept expansion.
Outcome: The proposed model improves on nine real MOOC datasets and maintains competitive performance under different settings.
CRSLab: An Open-Source Toolkit for Building Conversational Recommender System (2021.acl-demo)

Copied to clipboard

Challenge: Existing studies on conversational recommender systems lack a unified and standardized implementation or comparison.
Approach: They propose to use a unified framework and highly-decoupled modules to develop CRSs.
Outcome: The proposed framework collects 6 commonly used human-annotated CRS datasets and implements 19 models that include advanced techniques such as graph neural networks and pre-training models.
F²Bench: An Open-ended Fairness Evaluation Benchmark for LLMs with Factuality Considerations (2025.emnlp-main)

Copied to clipboard

Challenge: Existing fairness evaluation benchmarks for large language models rely on closed-ended evaluation formats that overlook factuality considerations rooted in historical, social, physiological, and cultural contexts.
Approach: They propose an open-ended fairness evaluation benchmark for large language models . they incorporate factuality considerations and multi-turn reasoning into the benchmark .
Outcome: The proposed benchmark incorporates factual grounding and text generation to better reflect the complexities of real-world model usage.
ReRec: Reasoning-Augmented LLM-based Recommendation Assistant via Reinforcement Fine-tuning (2026.acl-long)

Copied to clipboard

Challenge: Existing reasoning-augmented systems that handle complex queries are lacking . we present a framework that enhances LLM-based recommendation assistants .
Approach: They propose a reinforcement fine-tuning framework that enhances LLM-based recommendation . they use a dual-graph Enhanced Reward Shaping framework to integrate recommendation metrics .
Outcome: The proposed framework outperforms state-of-the-art recommendations and preserves core abilities.
DIGAT: Modeling News Recommendation with Dual-Graph Interaction (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing news recommendation methods lack effective news-user feature interaction.
Approach: They propose to use news-graph and user-graph channels to enhance news encodings . they also propose to perform effective feature interaction between news and user graphs based on semantic-augmented graphs.
Outcome: The proposed graph attention networks outperform existing NR methods on the benchmark dataset MIND.
CLUE: A Chinese Language Understanding Evaluation Benchmark (2020.coling-main)

Copied to clipboard

Challenge: Existing language evaluation benchmarks for English are limited to English . lack of such benchmarks makes it difficult to replicate success in other languages .
Approach: They introduce a large-scale Chinese language understanding evaluation benchmark . the benchmark uses a set of current state-of-the-art pre-trained Chinese models .
Outcome: The first large-scale Chinese Language Understanding Evaluation (CLUE) benchmark is released . the benchmark evaluates models across a wide range of tasks on original Chinese text . existing language evaluation benchmarks are mostly limited to English .
Loki: An Open-Source Tool for Fact Verification (2025.coling-demos)

Copied to clipboard

Challenge: Loki is an open-source fact-checking tool designed to address the growing problem of misinformation.
Approach: They propose a tool that breaks down the fact-checking task into five steps . they propose LOKI, which offers a semiautomated, human-in-the-loop approach .
Outcome: a new open-source tool is designed to address the growing problem of misinformation . the tool breaks down the fact-checking task into five steps to assist human judgment .
Incremental Learning from Scratch for Task-Oriented Dialogue Systems (P19-1)

Copied to clipboard

Challenge: Existing task-oriented dialogue systems cannot guarantee that all user needs are taken into account in the design phase.
Approach: They propose a new incremental learning framework to design task-oriented dialogue systems without pre-defining user needs.
Outcome: The proposed framework is robust to unconsidered user actions and can update itself online with less annotation cost.
Process Evaluation for Agentic Systems (2026.findings-eacl)

Copied to clipboard

Challenge: Recent adoption of LLM-based assistants has led to premature assumptions about their reliability and general capability.
Approach: They propose to assess the feasibility of automatic process evaluation for critical applications such as medicine, finance, law and infrastructure.
Outcome: The proposed evaluations are based on a small-scale study to assess the feasibility of automated process evaluation, present a compliance score, analyse use cases of bad and good behaviours, and offer recommendations for more holistic evaluation.
Multimodal Aspect-Based Sentiment Analysis under Conditional Relation (2025.coling-main)

Copied to clipboard

Challenge: Existing methods to analyze social media sentiments rely on image-based aspects.
Approach: They propose a multi-task framework to extract aspect terms from text-image pairs and identify their sentiments.
Outcome: The proposed framework outperforms existing methods on a text-image dataset.
Mining Word Boundaries from Speech-Text Parallel Data for Cross-domain Chinese Word Segmentation (2025.coling-main)

Copied to clipboard

Challenge: Recent studies on Chinese Word Segmentation (CWS) have focused on the cross-domain scenarios, but there is a high cost of manually annotating high-quality data.
Approach: They propose to explicitly mine word boundaries from parallel speech-text data by using the Montreal Forced Aligner toolkit to perform character-level alignment on speech- text data.
Outcome: The proposed approach is based on character-level alignment on speech-text data and a robust complete-then-train (CTT) strategy.
Mitigating Action-Relation Hallucinations in LVLMs via Relation-aware Visual Enhancement (2026.acl-long)

Copied to clipboard

Challenge: Existing research has focused on mitigating object hallucinations but often overlooks more complex relation hallucines, especially action relations involving interactions between objects.
Approach: They propose a framework to locate action-relevant image regions and enhance the LVLM’s attention to those regions by using a Relation-aware Visual Enhancement method.
Outcome: The proposed method achieves superior performance in mitigating action-relation hallucinations with negligible additional inference cost.
Repulsive Attention: Rethinking Multi-head Attention as Bayesian Inference (2020.emnlp-main)

Copied to clipboard

Challenge: Existing studies show that multi-head attention is an effective module in deep neural networks, but there are no explicit mechanisms guaranteeing this property.
Approach: They propose a non-parametric approach that explicitly improves the repulsiveness in multi-head attention and consequently strengthens model’s expressiveness.
Outcome: The proposed approach improves the repulsiveness in multi-head attention and strengthens model’s expressiveness.
Odysseus Navigates the Sirens’ Song: Dynamic Focus Decoding for Factual and Diverse Open-Ended Text Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing decoding methods struggle to balance factuality and diversity . Deterministic decoding approaches suffer from degeneration and lack of diversity - a problem that is not addressed by the current literature.
Approach: They propose a plug-and-play stochastic approach that adjusts decoding focus based on distributional differences across layers, leveraging the modular nature of factual knowledge within LLMs.
Outcome: Extensive experiments on seven datasets show that DFD significantly improves performance.
ORANGE: Text-video Retrieval via Watch-time-aware Heterogeneous Graph Contrastive Learning (2023.emnlp-industry)

Copied to clipboard

Challenge: Existing methods for text-video retrieval focus on informative representations and delicate matching mechanisms, but real-world scenarios often involve brief, ambiguous queries and low-quality videos.
Approach: They propose a novel method to learn informative embeddings for queries and videos . they use a watch-time-aware contrastive learning paradigm to capture dependencies .
Outcome: The proposed method is effective in a real-world video-search service.
InferAligner: Inference-Time Alignment for Harmlessness through Cross-Model Guidance (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for enhancing harmlessness and helpfulness of large language models (LLMs) involve complex and resource-intensive training processes.
Approach: They propose a method that decouples harmlessness from helpfulness during inference phase.
Outcome: The proposed method significantly reduces the attack success rate (ASR) of harmful instructions and jailbreak instructions while maintaining almost unchanged performance in downstream tasks.
TRIGO: Benchmarking Formal Mathematical Proof Reduction for Generative Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Automated theorem proving (ATP) benchmarks focus on symbolic inference but rarely involve understanding complex number combination reasoning.
Approach: They propose a benchmark that requires a model to reduce a trigonometric expression with step-by-step proof and evaluates a generative LM’s reasoning ability on formulas and ability to manipulate, group, and factor number terms.
Outcome: The proposed benchmark evaluates a generative LM’s reasoning ability on formulas and ability to manipulate, group, and factor number terms.
QueueEDIT: Structural Self-Correction for Sequential Model Editing in LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Recent studies have shown that large language models (LLMs) can be effective for correcting factual inaccuracies but can still suffer from hallucinations.
Approach: They propose a queue-based self-correction framework that addresses parameter bias during sequential model editing.
Outcome: The proposed framework outperforms baseline models while maintaining competitive performance in single-turn editing.
AutoPKG: An Automated Framework for Dynamic E-commerce Product-Attribute Knowledge Graph Construction (2026.findings-acl)

Copied to clipboard

Challenge: Product attribute extraction in e-commerce is bottlenecked by ontologies that are inconsistent, incomplete, and costly to maintain.
Approach: They propose a multi-agent Large Language Model framework that constructs a Product-attribute Knowledge Graph from multimodal product content.
Outcome: The proposed framework achieves 0.953 WKE for product types, 0.724 WKEs for attribute keys, and 0.531 edge-level accuracy for value assertions after canonicalization on a large real-world marketplace catalog dataset from Lazada (Alibaba).
Semantic Role Labeling with Heterogeneous Syntactic Knowledge (2020.coling-main)

Copied to clipboard

Challenge: Recent work on incorporating syntactic knowledge into neural semantic role labeling has gained much attention . incorporating heterogeneous syntaktic knowledge brings significant improvements over strong baselines .
Approach: They propose to encode heterogeneous syntactic knowledge for SRL from explicit and implicit representations from heterogenous treebanks.
Outcome: The proposed approaches improve on two widely-used benchmark datasets.
GradOT: Training-free Gradient-preserving Offsite-tuning for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for offsite-tuning of large language models require high computational costs and lack theoretical analysis.
Approach: They propose an offsite-tuning approach that selectively applies compression techniques such as rank compression and channel pruning to preserve the gradients of fine-tuned adapters while ensuring privacy.
Outcome: The proposed method surpasses existing OT methods in privacy protection and model performance.
Past, Present, and Future: Conversational Emotion Recognition through Structural Modeling of Psychological Knowledge (2021.findings-emnlp)

Copied to clipboard

Challenge: Conversational Emotion Recognition (CER) is a task to predict the emotion of an utterance in the context of a conversation.
Approach: They propose a pSychological-Knowledge-Aware Interaction Graph to model the emotional state of an utterance in the context of a conversation.
Outcome: The proposed method achieves state-of-the-art and competitive performance on four popular CER datasets.
SemVink: Advancing VLMs’ Semantic Understanding of Optical Illusions via Visual Global Thinking (2025.emnlp-main)

Copied to clipboard

Challenge: Vision-language models excel in semantic tasks but fail at detecting hidden content . current architectures prioritize abstract reasoning over low-level visual operations .
Approach: They propose a benchmark to test vision-language models that can detect hidden content . they propose HC-Bench to scale images to low resolutions to unlock 99% accuracy .
Outcome: HC-Bench shows that leading VLMs achieve near-zero accuracy even with explicit prompting . et al.: current models prioritize abstract reasoning over low-level visual operations . they urge a shift toward hybrid models bridging gap between computational vision and human cognition .
Beyond Labels: Empowering Human Annotators with Natural Language Explanations through a Novel Active-Learning Architecture (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing low-resource learning techniques focus on label annotation while neglecting the natural language explanation of a data point.
Approach: They propose a novel architecture that leverages an explanation-generation model to produce explanations guided by human explanations and a prediction model that utilizes generated explanations toward prediction faithfully.
Outcome: The proposed architecture produces explanations guided by human explanations, a prediction model that utilizes generated explanations toward prediction faithfully, and a data diversity-based AL sampling strategy that benefits from the explanation annotations.
Metaphor Detection via Explicit Basic Meanings Modelling (2023.acl-short)

Copied to clipboard

Challenge: Existing methods for metaphor detection use the aggregated meaning of a word to approximate its basic meaning.
Approach: They propose a method which models the basic meaning of a word based on literal annotations and compares this with the contextual meaning in a target sentence to identify metaphors.
Outcome: The proposed method outperforms the state-of-the-art method significantly in the F1 score and even reaches the theoretical upper bound on the VUA18 benchmark.
ChatSOP: An SOP-Guided MCTS Planning Framework for Controllable LLM Dialogue Agents (2025.acl-long)

Copied to clipboard

Challenge: Existing models that use Large Language Models (LLMs) show superior performance in various tasks, but lack of controllability leads to unfocused conversations or task failure.
Approach: They propose a standard operating procedure (SOP) framework to regulate dialogue flow by integrating Chain of Thought reasoning and supervised fine-tuning for SOP prediction.
Outcome: The proposed method achieves a 27.95% improvement in action accuracy compared to baseline models based on GPT-3.5 and also shows notable gains for open-source models.
Forget the Token and Pixel: Rethinking Gradient Ascent for Concept Unlearning in Multimodal Generative Models (2025.findings-acl)

Copied to clipboard

Challenge: Gradient Ascent (GA) has emerged as a promising approach for concept unlearning in Multimodal Generative Models (MGMs).
Approach: They propose a novel approach that selectively applies GA to targeted Conceptual Knowledge while preserving Natural Knowledge through Gradient Descent (GD).
Outcome: The proposed approach removes Conceptual Knowledge and inadvertently diminishes Natural Knowledge, resulting in utility degradation.
Tree-KG: An Expandable Knowledge Graph Construction Framework for Knowledge-intensive Domains (2025.acl-long)

Copied to clipboard

Challenge: Knowledge graphs are a useful tool for organizing complex data in knowledge-intensive domains.
Approach: They propose an expandable framework that combines structured domain texts with advanced semantic techniques to create a tree-like graph from textbooks.
Outcome: The proposed framework surpasses competing methods in the text-Annotated dataset with high scores on the Text-Annalytated data.
Vision-Language Models Mistake Head Orientation for Gaze Direction: Nonverbal Conversation Cues (2026.findings-acl)

Copied to clipboard

Challenge: Where someone looks is a nonverbal communication cue that children and adults readily use.
Approach: They used 1,360 real-world photos to construct evaluation stimuli for Vision-Language Models (VLMs) they found a substantial performance gap between VLMs and humans .
Outcome: The proposed model outperforms existing models in predicting gaze direction using head orientation rather than eye appearance.
Bit-by-Bit: Progressive QAT Strategy with Outlier Channel Splitting for Stable Low-Bit LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to training LLMs at ultra-low precisions suffer from convergence instability and substantial training costs.
Approach: They propose a progressive QAT framework with outlier channel splitting to address these issues . they use nested structure of integer quantization grids to enable a "train once, deploy any precision" paradigm .
Outcome: The proposed framework outperforms baselines on both Llama2/3 and W2A16, with an 11 speedup over BF16.
Enhancing Advanced Visual Reasoning Ability of Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Recent advances in Vision-Language (VL) research have sparked new benchmarks for complex visual reasoning, challenging models’ advanced reasoning ability.
Approach: They propose a novel multi-modal in-context learning methodology to enhance LLMs’ contextual understanding and reasoning.
Outcome: The proposed model achieves SOTA performance among all visual reasoning tasks and achieves a 'higher level of accuracy' than previous models.
Think Hard Only When Needed: A Hybrid Best-of-N and Beam Search for Efficient Test-Time Compute (2026.findings-eacl)

Copied to clipboard

Challenge: Large language models (LLMs) exhibit remarkable reasoning and planning capabilities, yet their substantial inference-time cost significantly impedes deployment in resourceconstrained applications.
Approach: They propose a hybrid inference pipeline that combines beam search and Best-of-N . THROW generates shorter initial trajectories and evaluates them using PRMs .
Outcome: THROW achieves 1.54 and 14.38 latency speedups and 35.7% and 80.4% token reductions on average compared to Best-of-N and beam search .
RESIN: A Dockerized Schema-Guided Cross-document Cross-lingual Cross-media Information Extraction and Event Tracking System (2021.naacl-demos)

Copied to clipboard

Challenge: We present a new information extraction system that can construct temporal event graphs from news documents.
Approach: They propose a temporal event graph extraction system that can extract news documents . they extend the system from sentence-level event extraction to cross-document cross-media event extraction .
Outcome: The proposed system can extract temporal event graphs from news documents in multiple languages and multiple data modalities.
Trajectory2Task: Training Robust Tool-Calling Agents with Synthesized Yet Verifiable Data for Complex User Intents (2026.acl-long)

Copied to clipboard

Challenge: Tool-calling agents are increasingly deployed in real-world customer-facing workflows . but most studies on tool-callers focus on idealized settings with general, fixed, and well-specified tasks.
Approach: They propose a tool-calling agent-based data pipeline that converts trajectories into user-facing tasks with controlled intent adaptations.
Outcome: The proposed pipeline can be used to study tool use under three scenarios.
BrainECHO: Semantic Brain Signal Decoding through Vector-Quantized Spectrogram Reconstruction for Whisper-Enhanced Text Generation (2025.findings-acl)

Copied to clipboard

Challenge: Current EEG/MEG-to-text decoding systems rely on teacher-forcing methods . pre-trained large language models are over-dominant in decoding text from brain activity .
Approach: They propose a framework that employs decoupled representation learning to achieve state-of-the-art performance on EEG and MEG datasets.
Outcome: The proposed framework achieves state-of-the-art performance on EEG and MEG datasets.
Noise-Robust Fine-Tuning of Pretrained Language Models via External Guidance (2023.findings-emnlp)

Copied to clipboard

Challenge: Pretrained Language Models (PLMs) are advanced but data labels are noisy due to the complex annotation process.
Approach: They propose a framework for fine-tuning PLMs using noisy labels that incorporates guidance from Large Language Models like ChatGPT.
Outcome: Experiments on synthetic and real-world noisy datasets show that the proposed framework outperforms the state-of-the-art framework.
Dual-Gated Fusion with Prefix-Tuning for Multi-Modal Relation Extraction (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for multi-modal relation extraction lack useful visual information.
Approach: They propose a novel multi-modal relation extraction framework to capture deeper correlations of text, entity pair, and image/objects.
Outcome: The proposed framework captures the deeper correlations of text, entity pair, and image/objects, and extracts useful information.
Improving Large Language Models Function Calling and Interpretability via Guided-Structured Templates (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have strong reasoning and tool-use capabilities, yet fail in real-world tool-interactions due to incorrect parameterization, poor tool selection, or misinterpretation of user intent.
Approach: They propose a curriculum-inspired framework that leverages structured reasoning templates to guide LLMs through more deliberate step-by-step instructions for generating function calls.
Outcome: The proposed framework reduces tool-use errors and improves interpretability and transparency of tool-using agents.
Discovering Semantic Subdimensions through Disentangled Conceptual Representations (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches focus on predefined dimensions that overlook finer conceptual distinctions . a new framework is proposed to investigate the subdimensions underlying coarse-grained semantic dimensions .
Approach: They propose a framework that decomposes word embeddings into multiple sub-embeddings . they propose to map these subdimensions to brain activation to assess their plausibility .
Outcome: The proposed framework decomposes word embeddings from large language models into sub-embeddings, each encoding specific semantic information.
From Implicit Exploration to Structured Reasoning: Guideline and Refinement for LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing models rely on implicit exploration, which leads to unstable reasoning paths and lack of error correction.
Approach: They propose a framework that shifts from implicit exploration to structured reasoning through guideline and refinement.
Outcome: The proposed model outperforms strong baselines on the Big-Bench Hard benchmark.
Semantic are Beacons: A Semantic Perspective for Unveiling Parameter-Efficient Fine-Tuning in Knowledge Learning (2024.findings-acl)

Copied to clipboard

Challenge: Parameter-Efficient Fine-Tuning (PEFT) methods allow efficient adaptation of Large Language Models (LLMs) to various downstream tasks, but their effectiveness diminishes when downstream tasks require accurate learning of specific knowledge.
Approach: They propose a method that fine-tunes a limited number of model parameters while keeping the majority of original parameters fixed.
Outcome: The proposed method is able to perform on open-source large language models and validates the semantic challenge in PEFT.
PLAWBENCH: A Rubric-Based Benchmark for Evaluating LLMs in Real-World Legal Practice (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for large language models (LLMs) are coarse, single-dimensional metrics and do not explicitly assess fine-grained legal reasoning.
Approach: They propose a Practical Law Benchmark to evaluate large language models in real-world legal practice scenarios.
Outcome: The proposed model is based on 850 questions and 13 scenarios with expert-designed evaluation rubrics.
Social Welfare Function Leaderboard: On the Emergence of LLM Agents as the Welfare Dictator (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly entrusted with high-stakes decisions that affect human welfare.
Approach: They evaluate 20 state-of-the-art Large language models (LLMs) and 20 LLM dictators to create a social welfare function benchmark.
Outcome: The proposed model creates dilemma between maximizing collective efficiency and ensuring distributive fairness.
Fine-Grained Data Ordering Improves Fine-Tuning for Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Prior work focused on data preprocessing, focusing on filtering and cleaning data . a study aimed to improve fine-grained scheduling of data order in epochs .
Approach: They propose a fine-grained scheduling method of data order in epochs to fill this gap . they define data difficulty based on relevance between data and model .
Outcome: The proposed method improves on pre-training and small-scale fine-tuning experiments 2.4% over baselines.
STELLA: A Multimodal LLM for Protein Functional Annotation via Unified Sequence-Structure Encoding (2026.findings-acl)

Copied to clipboard

Challenge: a multimodal protein language model (LLM) integrates sequence, structure, and function into functional annotation.
Approach: They propose a multimodal protein language model that synergistically aligns bimodal representations with the textual modality to advance protein functional annotation.
Outcome: The proposed model synergizes bimodal representations with the textual modality to advance protein functional annotation.
CVRH: Cross-modal Variational Role Hypergraph Network via Semantic Enhancement for Multi-modal Event Argument Extraction (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods focus on weakly aligning uni-modal representations and generatively data augmentation techniques, but they ignore the potential impact of event role information on MEAE.
Approach: They propose a cross-modal variational role hypergraph network via semantic enhancement to model high-order role correlations among cross-mod arguments in multi-modal documents.
Outcome: The proposed method achieves a 6.9% improvement in F1-score on the M2E2 benchmark compared to current state-of-the-art methods.
Tandem: Riding Together with Large and Small Language Models for Efficient Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have catalyzed the rise of reasoningintensive inference paradigms, where models perform explicit step-by-step reasoning before generating final answers.
Approach: They propose a large-small LLM collaboration framework that synergizes large and small language models to achieve high-quality reasoning with significantly reduced computational cost.
Outcome: The proposed framework outperforms the mentor LLM while preserving the benefits of the thinking paradigm of LLMs.
Be More with Less: Hypergraph Attention Networks for Inductive Text Classification (2020.emnlp-main)

Copied to clipboard

Challenge: Text classification is a critical research topic with broad applications in natural language processing. graph neural networks (GNNs) have received increasing attention but their performance is jeopardized in practice.
Approach: They propose a model which captures long-distance interactions between words and a graph-based model which can be used to perform text classification.
Outcome: The proposed model can achieve more expressive power with less computational consumption on the text classification task.
Joint Learning for Targeted Sentiment Analysis (D18-1)

Copied to clipboard

Challenge: Recent studies have attempted to perform two tasks separately, e.g., target extraction and sentiment classification.
Approach: They propose a hierarchical stack bidirectional gated recurrent units (HSBi-GRU) model which allows the target label to influence their sentiment label.
Outcome: The proposed model outperforms baseline models on two datasets and shows that it can learn abstract features.
ReMamba: Equip Mamba with Effective Long-Sequence Modeling (2025.findings-emnlp)

Copied to clipboard

Challenge: Mamba models demonstrate superior inference efficiency and competitive performance on short-context tasks, but their capacity to comprehend long contexts is limited compared to transformer-based models.
Approach: They propose a model which incorporates selective compression and adaptation techniques within a two-stage re-forward process, incurring minimal additional inference costs overhead.
Outcome: The proposed model improves on the LongBench and L-Eval benchmarks by 3.2 and 1.6 points and attains performance almost on par with same-size transformer models.
Beyond Chain-of-Thought: A Survey of Chain-of-X Paradigms for LLMs (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown impressive reasoning abilities when prompted with Chain-of-Thought (CoT).
Approach: They propose to categorize Chain-of-X methods by taxonomies of nodes, i.e., the X in CoX, and application tasks, and then categorise them by taxanomies and discuss potential future directions.
Outcome: The proposed methods are categorised by taxonomies of nodes, i.e., the X in CoX, and application tasks.
POP: Prefill-Only Pruning for Efficient Large Model Inference (2026.findings-acl)

Copied to clipboard

Challenge: Existing structured pruning methods suffer from significant accuracy degradation . Existing pruning methods are expensive and require specialized hardware and kernels to perform .
Approach: They propose a stage-agnostic pruning approach that overlooks asymmetric roles between prefill and decode stages.
Outcome: The proposed pruning approach achieves 1.37 speedup in prefill latency with minimal performance loss.
From Misleading Queries to Accurate Answers: A Three-Stage Fine-Tuning Method for LLMs (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods focus on correcting the output but overlook the ability of LLMs to detect and correct misleading content in the input itself.
Approach: They propose a three-stage fine-tuning method that improves LLMs' ability to detect and correct misleading information in input queries.
Outcome: The proposed method improves accuracy and factuality of LLM responses while also reducing hallucinations.
HiMATE: A Hierarchical Multi-Agent Framework for Machine Translation Evaluation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing LLM-based evaluation methods fail to accurately identify error spans and assess their severity.
Approach: They propose a Hierarchical Multi-Agent Framework for Machine Translation Evaluation based on the MQM error typology and a hierarchical multi-agent system enabling granular evaluation of subtype errors.
Outcome: The proposed framework outperforms baselines in error span detection and severity assessment.
Active Learning for Abstractive Text Summarization via LLM-Determined Curriculum and Certainty Gain Maximization (2024.findings-emnlp)

Copied to clipboard

Challenge: Abstractive text summarization (ATS) requires laborious data annotation and time-consuming model training.
Approach: They propose a novel active learning framework that asks large language models to rate difficulty of instances and then uses certainty gain maximization to select instances with a distribution that aligns well with the overall distribution.
Outcome: The proposed framework improves stability, effectiveness, and efficiency of abstractive text summarization backbones.
Beyond Quantity: Trajectory Diversity Scaling for Code Agents (2026.findings-acl)

Copied to clipboard

Challenge: Code large language models (LLMs) are becoming tool-interactive agents . quantity-centric scaling exhibits an early bottleneck that underutilizes trajectory data . et al.: a new approach to scale trajectory diversity improves tool-use generalization .
Approach: They propose a Trajectory Diversity Scaling-based data synthesis framework for code agents that scales performance through diversity rather than raw volume.
Outcome: Experiments on general tool-use benchmarks and code agent tasks show that TDScaling improves tool-user generalization and inherent coding proficiency.
Prototype Tuning: A Meta-Learning Approach for Few-Shot Document-Level Relation Extraction with Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Few-Shot Document-Level Relation Extraction (FSDLRE) aims to develop models capable of generalizing to new categories with minimal support examples.
Approach: They propose a meta-training approach to train Large Language Models to improve their ICL capabilities . they construct simulated episodes using relation types that do not overlap with test corpus .
Outcome: Experimental results show that the proposed approach outperforms baseline models on few-shot tasks.
CAPE: A Chinese Dataset for Appraisal-based Emotional Generation in Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Existing LLMs fail to capture the nuances of human emotions, making their interactions seem impersonal or inadequate.
Approach: They propose a two-stage automatic data generation framework to generate a Chinese dataset called CAPE . their data is a cognitive appraisal theory-based Emotional corpus that accounts for personal and situational factors.
Outcome: The proposed framework can generate human-like responses in conversation with large language models.
Detecting Health Advice in Medical Research Literature (2021.emnlp-main)

Copied to clipboard

Challenge: Health and medical researchers often give clinical and policy recommendations to inform health practice and public health policy.
Approach: They developed a BERT-based prediction model that can predict whether a sentence gives strong advice, weak advice, or not.
Outcome: The proposed model can predict whether a sentence gives strong advice, weak advice, or not with a macro-averaged F1 score of 0.93.
Tackling Long-Tailed Relations and Uncommon Entities in Knowledge Graph Completion (D19-1)

Copied to clipboard

Challenge: Recent studies have focused on the large proportion of infrequent relations which have been ignored by previous studies.
Approach: They propose a meta-learning framework that aims at handling infrequent relations with few-shot learning and uncommon entities by using textual descriptions.
Outcome: The proposed framework outperforms existing methods when dealing with infrequent relations and uncommon entities.
Agent-GWO: Collaborative Agents for Dynamic Prompt Optimization in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing automatic prompt optimization methods fail to optimize prompts and decoding hyperparameters within a unified framework to achieve stable global improvements.
Approach: They propose a dynamic prompt optimization framework for complex reasoning that unifies prompt templates and decodes hyperparameters as inheritable agent configurations.
Outcome: Experiments on multiple mathematical and hybrid reasoning benchmarks show that Agent-GWO improves accuracy and stability over existing prompt optimization methods.
FastCorrect 2: Fast Error Correction on Multiple Candidates for Automatic Speech Recognition (2021.findings-emnlp)

Copied to clipboard

Challenge: Error correction is widely used in automatic speech recognition (ASR) to post-process the generated sentence.
Approach: They propose a fast correction model that takes multiple ASR candidates as input for better correction accuracy.
Outcome: The proposed model can reduce the word error rate (WER) with multiple candidates by 3.2% and 2.6%.
Investigating and Scaling up Code-Switching for Multilingual Language Model Pre-Training (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) exhibit remarkable multilingual capabilities despite the extreme language imbalance in the pre-training data.
Approach: They investigate the existence of code-switching in the pre-training corpus and categorize it into four types within two quadrants.
Outcome: The proposed approach improves performance across benchmarks and representation space.
MS-DETR: Natural Language Video Localization with Sampling Moment-Moment Interaction (2023.acl-long)

Copied to clipboard

Challenge: Natural language video localization (NLVL) aims to localize a temporal moment from an untrimmed video that semantically corresponds to a given text query.
Approach: They propose a proposal-based solution that generates proposals and selects the best matching proposal.
Outcome: The proposed solution is faster than existing approaches on three public datasets.
UniLR: Unleashing the Power of LLMs on Multiple Legal Tasks with a Unified Legal Retriever (2025.acl-long)

Copied to clipboard

Challenge: Existing retrieval methods are designed for general domains, struggling with legal knowledge, or tailored for specific legal tasks, unable to handle diverse legal knowledge types.
Approach: They propose a novel retrieval method that integrates specialized knowledge into LLMs.
Outcome: The proposed method can perform multiple legal retrieval tasks for LLMs.
Instruction Data Selection via Answer Divergence (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for instruction tuning use data-centric methods, but they do not explicitly reflect what a particular base model is missing.
Approach: They propose a method for instruction tuning that uses geometric structure of multi-sample outputs to select instruction data.
Outcome: The proposed approach outperforms strong selectors on six benchmarks spanning reasoning, knowledge, and coding.
Wukong-Reader: Multi-modal Pre-training for Fine-grained Visual Document Understanding (2023.acl-long)

Copied to clipboard

Challenge: Existing solutions for visual document understanding lack granularity of document textlines.
Approach: They propose a supervised pre-training program to leverage structural knowledge nested in document textlines to achieve fine-grained alignment between visual regions and texts.
Outcome: The proposed system performs better on various VDU tasks in English and Chinese.
HyperIDP: Customizing Temporal Hypergraph Neural Networks for Multi-Scale Information Diffusion Prediction (2025.coling-main)

Copied to clipboard

Challenge: Existing studies on information diffusion prediction have focused on both macroscopic and microscopic scales.
Approach: They propose a hypergraph-based model that manages both macroscopic and microscopic diffusion predictions.
Outcome: The proposed model outperforms baseline models on both macroscopic and microscopic tasks.
Think Before You Act: A Two-Stage Framework for Mitigating Gender Bias Towards Vision-Language Tasks (2024.naacl-long)

Copied to clipboard

Challenge: Existing vision-language models focus on salient attributes but ignore contextualized nuances, resulting in gender bias.
Approach: They propose a task-agnostic generation framework to mitigate gender bias in vision-language models.
Outcome: The proposed framework can mitigate gender bias in vision-language models . it yields all-sided but gender-obfuscated narratives, which prevents concentration on localized image features, especially gender attributes.
Advancing Precise Outline-Conditioned Text Generation with Task Duality and Explicit Outline Control (2024.eacl-long)

Copied to clipboard

Challenge: Existing studies on outline-conditioned text generation focus on generating text using provided outlines as rough sketches, but lack of clarity and rationality of the rough outlines hampers quality of the generated text.
Approach: They propose a novel task that requires generating stories based on specific, sentence-level outlines.
Outcome: The proposed framework improves the quality of precise outline-conditioned text generation.
Improving Sequential Model Editing with Fact Retrieval (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to fix erroneous knowledge in Pre-trained Language models experience a performance decline when the number of edits increases.
Approach: They propose a framework that leverages factual information to enhance editing generalization and guide the identification of edits by retrieving related facts from the fact-patch memory.
Outcome: The proposed framework can improve model generalization and accuracy even with thousands of edits.
Don’t Forget Your Reward Values: Language Model Alignment via Value-based Calibration (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for generating large language models have been criticized for their complexity and instability.
Approach: They propose a value-based calibration method to better align Large Language Models with human preferences.
Outcome: The proposed method surpasses existing methods on AI assistant and summarization datasets, providing impressive generalizability, robustness, and diversity in different settings.
Joint Embedding of Words and Labels for Text Classification (P18-1)

Copied to clipboard

Challenge: Existing approaches to text classification use word embeddings to capture semantic regularities between words.
Approach: They propose to view text classification as a label-word joint embedding problem . they use a framework that measures compatibility between text sequences and labels .
Outcome: The proposed framework outperforms the state-of-the-art methods on large text datasets.
Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion (2025.acl-long)

Copied to clipboard

Challenge: In the evolving landscape of large language models, the predominant focus has been on English and Chinese.
Approach: They propose to utilize Arabic-specific vocabulary in the tokenizer to accelerate decoding.
Outcome: The proposed model achieves decent performance comparable to the best Arabic LLMs across various Arabic benchmarks.
Temporal Leakage in Search-Engine Date-Filtered Web Retrieval: A Retrospective Forecasting Case Study (2026.acl-short)

Copied to clipboard

Challenge: Search-engine date filters are widely used to enforce pre-cutoff retrieval in retrospective evaluations of search-augmented forecasters.
Approach: They propose stronger retrieval safeguards or evaluation on frozen, time-stamped web snapshots to prevent post-cutoff leakage.
Outcome: The proposed approach is unreliable across two major search engines, and the results are inflated.
Schema-Guided Culture-Aware Complex Event Simulation with Multi-Agent Role-Play (2024.emnlp-demo)

Copied to clipboard

Challenge: Complex news events require swift responses from government and society, authors say . relying on historical events to project the future is insufficient, they say - a simulator for complex news events is needed .
Approach: They propose a controllable complex news event simulator guided by event schema and user-provided assumptions . they incorporate a geo-diverse commonsense and cultural norm-aware knowledge enhancement component .
Outcome: The proposed simulator achieves higher coherence and appropriateness than existing models.
CogBench: Benchmarking Cognitive Alignment of Large Language Models in Educational Question Answering (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) possess strong capabilities in language understanding and generation, as well as remarkable problem-solving abilities.
Approach: They propose a benchmark to assess the cognitive alignment capabilities of large language models in educational QA.
Outcome: The proposed evaluation benchmark assesses the cognitive alignment capabilities of large language models in educational QA.
HiFT: A Hierarchical Full Parameter Fine-Tuning Strategy (2024.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to fine-tuning language models use zeroth-order optimizers to conserve GPU memory.
Approach: They propose a full-parameter fine-tuning strategy which updates a subset of parameters at each training step.
Outcome: The proposed approach reduces the amount of gradients and optimizer state parameters residing in GPU memory at the same time, thereby reducing GPU memory usage.
Dr. Assistant: Enhancing Clinical Diagnostic Inquiry via Structured Diagnostic Reasoning Data and Reinforcement Learning (2026.findings-acl)

Copied to clipboard

Challenge: Clinical Decision Support Systems (CDSSs) provide reasoning and inquiry guidance for physicians, yet they face high maintenance costs and low generalization capability.
Approach: They propose a clinical diagnostic model with clinical reasoning and inquiry skills, the Dr. Assistant, and a pipeline to capture abstract reasoning logic.
Outcome: The proposed model outperforms open-source models and achieves competitive performance to closed-source model.
FacLens: Transferable Probe for Foreseeing Non-Factuality in Fact-Seeking Question Answering of Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing non-factuality detection methods require response generation, which incurs significant computational overhead.
Approach: They propose a lightweight model called Factuality Lens which effectively probes hidden representations of fact-seeking questions for the NFP task.
Outcome: The proposed model is able to probe hidden representations of fact-seeking questions and reduce development costs.
RankNAS: Efficient Neural Architecture Search by Pairwise Ranking (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods require training millions of architectures to estimate the accuracy of the search results.
Approach: They propose a performance ranking method (RankNAS) that uses pairwise ranking and search space pruning to enlarge the search space.
Outcome: The proposed method significantly accelerates NAS through pairwise ranking and search space pruning.
RuleR: Improving LLM Controllability by Rule-based Data Recycling (2025.naacl-short)

Copied to clipboard

Challenge: Existing supervised fine-tuning datasets are composed of general instructions without userspecified constraints.
Approach: They propose a data augmentation method incorporating multiple constraints into the original data samples according to predefined rules to create new training tasks.
Outcome: The proposed method improves LLM controllability while maintaining general instruction-following capabilities.
Neural-based Mixture Probabilistic Query Embedding for Answering FOL queries on Knowledge Graphs (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods to embed entities and first-order logical queries in a vector space are often violated in real applications and limit their performance.
Approach: They propose a Neural-based Mixture Probabilistic Query Embedding Model that embeds entities and first-order logical queries in a vector space.
Outcome: The proposed model outperforms state-of-the-art methods on benchmark datasets.
MultiSQL: A Schema-Integrated Context-Dependent Text2SQL Dataset with Diverse SQL Operations (2024.findings-acl)

Copied to clipboard

Challenge: Text2SQL is a task that translates natural language into SQL statements.
Approach: They propose a task that translates natural language into SQL statements.
Outcome: The proposed task enables users to convert natural language into SQL statements.
Student Guides Teacher: Weak-to-Strong Inference via Spectral Orthogonal Exploration (2026.acl-long)

Copied to clipboard

Challenge: Existing Large Language Models suffer from "Reasoning Collapse" on mathematical reasoning tasks where stochastic sampling produces lexical variations of the same erroneous logic rather than genuine semantic exploration.
Approach: They propose a geometric inference framework that uses a spectral orthogonal probe to introduce semantically heterogeneous reasoning signals into the teacher's orthogonale complement of its dominant subspace.
Outcome: The proposed framework improves accuracy and sampling efficiency over baseline methods on logic and code generation benchmarks.
Play Guessing Game with LLM: Indirect Jailbreak Attack with Implicit Clues (2024.findings-acl)

Copied to clipboard

Challenge: Existing jailbreak attacks primarily utilize scenario camouflage techniques, however their explicit mention of malicious intent will be easily recognized and defended by LLMs.
Approach: They propose an indirect jailbreak attack approach, Puzzler, which can bypass LLM’s defensive strategies and obtain malicious response by implicitly providing LLMs with some clues about the original malicious query.
Outcome: The proposed approach can bypass the LLM’s defensive strategies and obtain malicious response by implicitly providing LLMs with some clues about the original malicious query.
Suggest-Verify-Revise: A Three-Stage Document-Level Event Causality Identification with Narrative Consistency (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for document-level Event Causality Identification rely on local semantic similarity for independent event-pair discrimination . Existing approaches ignore the influence of the overall narrative backbone in the propagation of causal dependencies and the role differentiation of events within multi-cause/multi-effect structures.
Approach: They propose a suggest-verify-revise approach for document-level Event Causality Identification with narrative consistency (SVRECI) they integrate heuristic causal suggestions generated by an LLM with structural suggestions derived from hypergraph modeling .
Outcome: The proposed approach outperforms existing methods on event-storylines and Causal-TimeBank datasets.
Both Matter: Enhancing the Emotional Intelligence of Large Language Models without Compromising the General Intelligence (2024.findings-acl)

Copied to clipboard

Challenge: Emotional Intelligence (EI) is a key concept in the field of human intelligence.
Approach: They propose a method to enhance EI of large language models by naive fine-tuning on EI-related tasks.
Outcome: The proposed method improves EI of two LLM-based assistants without compromising GI.
Improving Consistency for Text Summarization with Energy Functions (2023.findings-emnlp)

Copied to clipboard

Challenge: Current abstractive summarization models generate inconsistent content due to the inherently noisy dataset and the discrepancy between maximum likelihood estimation based training objectives and consistency measurements.
Approach: They propose a new consistency taxonomy that categorizes inconsistent content into faithfulness, factuality, and self-supportiveness.
Outcome: Experiments on XSUM and CNN/DM datasets show that EnergySum mitigates the trade-off between accuracy and consistency.
Keys to Robust Edits: From Theoretical Insights to Practical Advances (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for modifying parametric memory are prone to inaccuracies due to conflicting or outdated information.
Approach: They propose a plug-and-play module that disentangles editing keys from native model representations and dynamically adjusts keys via contrastive learning to achieve robustness-specificity balance.
Outcome: The proposed method improves over robustness tests by up to 66.4% while maintaining the success rate unaffected.
Train a Unified Multimodal Data Quality Classifier with Synthetic Data (2025.findings-emnlp)

Copied to clipboard

Challenge: Multimodal Large Language Models are pre-trained on image-text caption data and interleaved document data.
Approach: They propose to train an efficient MLLM as a Unified Mulitmodal Data Quality Classifier to filter image-text caption and interleaved data.
Outcome: The proposed method enables efficient creation of sample-score pairs for caption and interleaved data to train UniFilter.
Extracting Financial Events from Raw Texts via Matrix Chunking (2024.lrec-main)

Copied to clipboard

Challenge: Event Extraction (EE) is widely used in the Chinese financial field to provide valuable structured information.
Approach: They propose a task which extracts financial events from raw texts and an efficient method called MACK.
Outcome: The proposed method is fault-tolerant and can visualize interactions among text components.
Exploring Memorization in Fine-tuned Language Models (2024.acl-long)

Copied to clipboard

Challenge: Existing studies have shown that pre-trained langauge models tend to memorize and regenerate segments of their pre-training corpus when prompted appropriately.
Approach: They conduct the first comprehensive analysis to explore language models’ memorization during fine-tuning across tasks.
Outcome: The proposed analysis shows that memorization presents a strong disparity among different fine-tuning tasks.
Too Good to be Bad: On the Failure of LLMs to Role-Play Villains (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly tasked with creative generation, but their ability to portray non-prosocial, antagonistic personas remains largely unexamined.
Approach: They propose a moral alignment benchmark to test the safety of large language models . they find that models struggle with traits directly antithetical to safety principles .
Outcome: The proposed model fails to accurately portray morally ambiguous or villainous characters . the model fails most with traits directly antithetical to safety principles .
Towards IP Intelligence: Benchmarking Large Language Models on Intellectual Property Knowledge and Practice (2026.findings-acl)

Copied to clipboard

Challenge: Existing datasets and benchmarks focus only on patents or cover limited aspects of the IP field, lacking alignment with real-world scenarios.
Approach: They propose a bilingual IP task taxonomy and a large-scale bilingual benchmark to evaluate LLMs in real-world IP practice.
Outcome: The proposed model achieves only 75.8% accuracy, indicating room for improvement . open-source IP and law-oriented models lag behind closed-source general-purpose models .
S2R: Teaching LLMs to Self-verify and Self-correct via Reinforcement Learning (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to incentivize LLMs’ deep thinking abilities require large-scale data or significant training efforts.
Approach: They introduce an efficient framework that enhances LLM reasoning by teaching models to self-verify and self-correct during inference.
Outcome: The proposed framework outperforms models trained on long-CoT distilled data with 3.1k initialization samples and achieves an accuracy improvement of 51.0% to 81.6%.
Reinforcement Learning on Pre-Training Data (2026.acl-long)

Copied to clipboard

Challenge: Recent progress in large language models is driven by scaling of training compute through pre-training with nexttoken prediction (NTP) or post-training (RL) Pre-training using NTP enables models to acquire extensive knowledge and skills from general data, but it suffers from data inefficiency and catastrophic forgetting in continual learning settings.
Approach: They propose to scale training compute through pre-training with next-token prediction (NTP) or post-training by scaling reinforcement learning (RL) to improve learning from general data.
Outcome: Experiments on multiple benchmarks and models show that the proposed approach improves continual pre-training and provides a strong foundation for post-training on Qwen3-8B-Base.
MAESTRO: Meta-learning Adaptive Estimation of Scalarization Trade-offs for Reward Optimization (2026.acl-long)

Copied to clipboard

Challenge: Group-Relative Policy Optimization (GRPO) has emerged as an efficient paradigm for aligning Large Language Models (LLMs), but its efficacy is confined to domains with verifiable ground truths.
Approach: They propose a meta-cognitive orchestration layer that treats reward scalarization as a dynamic latent policy, leveraging the model’s terminal hidden states as 'a semantic bottleneck' . Across seven benchmarks, MAESTRO consistently outperforms single-reward and static multi-objective baselines while preserving the efficiency advantages of GRPO.
Outcome: The proposed model outperforms single-reward and static multi-objective baselines while preserving efficiency advantages.
Exploring Response Uncertainty in MLLMs: An Empirical Evaluation under Misleading Scenarios (2025.emnlp-main)

Copied to clipboard

Challenge: Existing studies have focused mainly on visual–textual misalignment, leaving largely unexplored the MLLMs’ ability to preserve an original correct answer when confronted with misleading information.
Approach: They propose a two-stage evaluation pipeline to quantify the response uncertainty phenomenon by eliciting each model’s original response on unperturbed inputs and injecting explicit (false-answer hints) and implicit (contextual contradictions) misleading instructions.
Outcome: The proposed model overturns a correct answer in 65% of cases after receiving a single deceptive cue.
PEC-Home: Interpretation of Progressively Elliptical Commands in Smart Homes (2026.findings-acl)

Copied to clipboard

Challenge: Existing home assistants struggle to interpret elliptical commands based on ellipine expressions . current assistants overlook the progressive omission that occurs in human dialogue as context accumulates - limiting their effectiveness in real-world applications .
Approach: They propose a simulated home dataset specifically designed for interpreting progressively elliptical commands in smart homes.
Outcome: The proposed dataset shows that existing home assistants struggle to execute user-intended operations based solely on elliptical commands.
Pay More Attention to Relation Exploration for Knowledge Base Question Answering (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches focus on entity representation and final answer reasoning, which results in limited supervision for this task.
Approach: They propose a framework that utilizes relations to enhance entity representation and introduce additional supervision.
Outcome: The proposed framework improves the F1 score on two benchmark datasets by 5.8% . it improves by 6.7% on WebQSP, better than state-of-the-art methods .
Measuring Data Diversity for Instruction Tuning: A Systematic Analysis and A Reliable Metric (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have explored various diversity-aware data selection methods to construct high-quality datasets and enhance model performance.
Approach: They propose to use data diversity to measure instruction tuning of large language models.
Outcome: The proposed diversity metric outperforms existing methods on simulated and real-world data and shows that it captures diversity variations and achieves a 0.97 correlation with instruction tuning.
Noise-injected Consistency Training and Entropy-constrained Pseudo Labeling for Semi-supervised Extractive Summarization (2022.coling-1)

Copied to clipboard

Challenge: Existing studies on semi-supervised learning methods focus on how to effectively utilize abundant unlabeled data.
Approach: They propose a semi-supervised consistency training method to regularize model predictions and a pseudo-labeling strategy to obtain high-confidence labels from unlabeled predictions.
Outcome: The proposed method improves extractive summarization over an insufficient labeled dataset.
A Study of Implicit Ranking Unfairness in Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated superior ability to serve as ranking models, but they will exhibit discriminatory ranking behaviors based on users’ sensitive attributes (gender).
Approach: They propose an evaluation method to investigate the severity of implicit ranking unfairness and a pair-wise regression method to conduct fair-aware data augmentation for LLM fine-tuning.
Outcome: The proposed method outperforms existing methods in ranking fairness, achieving this with only a small reduction in accuracy.
PsychEval: A Multi-Session and Multi-Therapy Benchmark for High-Realism AI Psychological Counselor (2026.findings-acl)

Copied to clipboard

Challenge: Existing models focus on a single therapy, but complex cases require flexible strategies among various therapies.
Approach: They propose a multi-session, multi-therapy, and highly realistic benchmark . it is designed to address three key challenges: 1) can we train a highly realistic AI counselor? 2) How to systematically evaluate an AI counselor?"
Outcome: The proposed benchmark is annotated with extensive professional skills and includes over 677 meta-skills and 4577 atomic skills.
Training Language Model to Critique for Better Refinement (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have remarkable evaluation and critique capabilities, providing insightful feedback and identifying flaws in various tasks.
Approach: They propose a framework to train critic models using refinement signals to generate feedback loops where critiques guide the model in refining its responses.
Outcome: The proposed framework outperforms traditional methods and open-source models in terms of critique quality and refinement outcomes.
An MRC Framework for Semantic Role Labeling (2022.coling-1)

Copied to clipboard

Challenge: Existing work on semantic role labels ignores the semantic connection between the two tasks . et al. (2010) defined two types of semantic roles: core roles and non-core roles.
Approach: They propose to use machine reading comprehension to bridge the gap between these two tasks . they formalize predicate disambiguation as multiple-choice machine reading understanding .
Outcome: The proposed framework achieves state-of-the-art or comparable results to previous work . it uses the descriptions of candidate senses of a given predicate as options to select the correct sense .
COPNER: Contrastive Learning with Prompt Guiding for Few-shot Named Entity Recognition (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for Named Entity Recognition (NER) use a similarity metric to measure semantic similarity between test samples and referents, but their performance is limited due to the label scarcity.
Approach: They propose a novel approach to learn a similarity metric for measuring the semantic similarity between test samples and referents, where each referent represents an entity class.
Outcome: The proposed approach outperforms state-of-the-art models with a significant margin in most cases.
SelfAug: Mitigating Catastrophic Forgetting in Retrieval-Augmented Generation via Distribution Self-Alignment (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing solutions for supervised fine-tuning often lead to catastrophic forgetting, where models lose their previously acquired knowledge and general capabilities.
Approach: They propose a self-distribution alignment method that aligns input sequence logits to preserve the model’s semantic distribution, thereby mitigating catastrophic forgetting and improving downstream performance.
Outcome: The proposed method achieves a superior balance between downstream learning and general capability retention.
DISCO Balances the Scales: Adaptive Domain- and Difficulty-Aware Reinforcement Learning on Imbalanced Data (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly aligned with human preferences through Reinforcement Learning from Human Feedback (RLHF).
Approach: a new study proposes a domain-informed self-consistency policy optimization extension to GRPO that addresses inter-group imbalance.
Outcome: a new extension of GRPO addresses inter-group imbalance with two key innovations . the proposed method outperforms existing GR PO variants by 5% on Qwen3 models .
RaaS: Reasoning-Aware Attention Sparsity for Efficient LLM Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated strong capabilities across various domains, but their large-scale deployment faces a major obstacle: the high computational cost of long-sequence inference.
Approach: They propose an algorithm that retains key-value vectors until they are no longer needed to solve reasoning tasks.
Outcome: The proposed algorithm achieves high accuracy with O(L) time but O(N) memory complexities.
Speculating LLMs’ Chinese Training Data Pollution from Their Tokens (2025.emnlp-main)

Copied to clipboard

Challenge: Experiments on GPT and other 23 LLMs indicate that tokens widely exist while GPT’s vocabulary behaves the worst: more than 23% long Chinese tokens (i.e., a token with more than two Chinese characters) are either porn or online gambling.
Approach: They propose to locate Polluted Chinese (PoC) tokens in LLMs and build a PoC token detector to label them in vocabularies by considering each token’s semantics and related contents from the search engines.
Outcome: The proposed method predicts that the ratio of “*” related webpages in GPT-4o's training data is around 0.5%.
On the Emotion Understanding of Synthesized Speech (2026.acl-long)

Copied to clipboard

Challenge: Existing models for emotion understanding do not capture fundamental features of synthesized speech.
Approach: They evaluate emotion recognition models on synthesized speech using SER models and generative models.
Outcome: The proposed model can't generalize to synthesized speech because of speech token prediction . generative models tend to infer emotion from textual semantics while ignoring paralinguistic cues.
DS-MHP: Improving Chain-of-Thought through Dynamic Subgraph-Guided Multi-Hop Path (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing knowledge graph methods lack adaptability in knowledge-intensive tasks with multiple entities and implicit multi-hop relations.
Approach: They propose a zero-shot framework to enhance LLM reasoning in multi-entity relation tasks.
Outcome: DS-MHP outperforms baselines and state-of-the-art methods on 12 datasets spanning commonsense, logical, symbolic, and arithmetic reasoning.
M2C: Towards Automatic Multimodal Manga Complement (2023.findings-emnlp)

Copied to clipboard

Challenge: Multimodal manga analysis focuses on enhancing manga understanding with visual and textual features.
Approach: They propose a task to enhance manga understanding with visual and textual features by providing a shared semantic space for vision and language understanding.
Outcome: The proposed task provides a shared semantic space for vision and language understanding.
From Observation to Understanding: Front-Door Adjustments with Uncertainty Calibration for Enhancing Egocentric Reasoning in LVLMs (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods that adapt LVLMs to egocentric tasks overlook critical agent-environment interactions, limiting their ability to perform egoic reasoning.
Approach: They propose a zero-shot paradigm to enhance egocentric reasoning by simulating human causal reasoning by formalizing ego-centric reasoning using a structural causal model.
Outcome: The proposed method improves egocentric reasoning abilities on six tasks.
CLaMP 2: Multimodal Music Information Retrieval Across 101 Languages Using Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Current music information retrieval systems struggle to meet linguistic diversity challenges . current systems struggle with text queries in non-English languages .
Approach: They propose a music information retrieval system that supports both ABC notation and MIDI . CLaMP 2 includes a multilingual text encoder and a multiple-modal music encoder .
Outcome: The proposed system achieves state-of-the-art results in multilingual semantic search and music classification across modalities.
Contextual Rephrase Detection for Reducing Friction in Dialogue Systems (2021.emnlp-main)

Copied to clipboard

Challenge: Large-scale conversational AI based dialogue systems like Alexa, Siri, and Google Assistant, are getting more and more prevalent in real-world applications to help users across the globe.
Approach: They propose a contextual rephrase detection model ContReph to automatically identify rephrasings from multi-turn dialogues using contextual information and user-agent interaction signals.
Outcome: The proposed model outperforms the pairwise rephrase detection models by leveraging the context and user-agent interaction signals.
Internalizing Multi-Agent Reasoning for Accurate and Efficient LLM-based Recommendation (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are reshaping recommender systems by leveraging extensive world knowledge and semantic reasoning to interpret user intent.
Approach: They propose a single-agent Trajectory-Aligned Recommender to integrate reasoning capabilities into a model by a multi-agend teacher system.
Outcome: The proposed model surpasses its teacher by 8.7% to 39.5% while eliminating iterative latency.
A Co-Attention Neural Network Model for Emotion Cause Analysis with Emotional Context Awareness (D18-1)

Copied to clipboard

Challenge: Existing methods ignore the contexts around the emotion word which can provide an emotion cause clue.
Approach: They propose a co-attention neural network model for emotion cause analysis with emotional context awareness.
Outcome: The proposed model outperforms the state-of-the-art methods.
Optimal Transport-Based Token Weighting scheme for Enhanced Preference Optimization (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for direct preference optimization assign equal importance to all tokens while humans focus on more meaningful parts.
Approach: They propose to use a transport-based token weighting scheme to enhance direct preference optimization by emphasizing meaningful token pairs and de-emphasizing less relevant ones to yield a more contrastive reward difference estimate.
Outcome: Extensive experiments have validated the proposed method in improving instruction-following ability across various settings.
SCCS: Semantics-Consistent Cross-domain Summarization via Optimal Transport Alignment (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for multimodal summarization ignore the structure and semantics of the whole video and article.
Approach: They propose a semantic-consistent cross-domain summarization model that extracts features from video and article and uses fusion methods to select representative one.
Outcome: The proposed model produces high-quality multimodal summaries on three MSMO datasets.
Adaptive Immune-based Sound-Shape Code Substitution for Adversarial Chinese Text Attacks (2024.emnlp-main)

Copied to clipboard

Challenge: Existing text attack methods are designed for English text, but robust implementation of Chinese text is understudied.
Approach: They propose an adaptive immune-based sound-shape code algorithm for Chinese text attacks . they leverage the Sound-Shape Code to generate natural substitutions .
Outcome: The proposed algorithm produces high-quality Chinese adversarial examples . it can reduce duplication of population and improve search ability .
CLEVE: Contrastive Pre-training for Event Extraction (2021.acl-long)

Copied to clipboard

Challenge: Existing EE methods do not model event characteristics from large unsupervised data.
Approach: They propose a contrastive pre-training framework for event extraction to better learn event knowledge from large unsupervised data and their semantic structures.
Outcome: The proposed framework improves on ACE 2005 and MAVEN datasets on event extraction tasks.
Improving Multi-turn Emotional Support Dialogue Generation with Lookahead Strategy Planning (2022.emnlp-main)

Copied to clipboard

Challenge: Existing research on building ES conversation systems only considered single-turn interactions with users, which is over-simplified and has limited support for multi-turn systems.
Approach: They propose a multi-turn ES conversation system that uses lookahead heuristics to estimate future user feedback after using particular strategies.
Outcome: The proposed system significantly outperforms baselines in both dialogue generation and strategy planning.
Spotting AI’s Touch: Identifying LLM-Paraphrased Spans in Text (2024.findings-acl)

Copied to clipboard

Challenge: Existing work focuses on detecting (partially) AI-generated texts, but paraphrasing is commonly employed in various application scenarios for text refinement and diversity.
Approach: They propose a framework for paraphrased text span detection that takes in the full text and assigns each sentence with a score indicating the paraphrasing degree.
Outcome: The proposed framework can detect paraphrased text spans within a text . it takes in the full text and assigns each sentence with a score indicating the paraphrasing degree.
MAmmoTH-VL: Eliciting Multimodal Reasoning with Instruction Tuning at Scale (2025.acl-long)

Copied to clipboard

Challenge: Current instruction-tuning datasets focus on simplistic visual question answering tasks, and provide phrase-level answers without any intermediate rationales.
Approach: They propose to use open-source multimodal large language models to train MLLMs on a dataset with 12M instruction-response pairs to elicit CoT reasoning.
Outcome: The proposed model achieves state-of-the-art performance on benchmarks such as MathVerse, MMMU-Pro, and MuirBench, and gains improvements of up to 4% on non-reasoning-based benchmarks.
StructFlowBench: A Structured Flow Benchmark for Multi-turn Instruction Following (2025.findings-acl)

Copied to clipboard

Challenge: Existing evaluation benchmarks focus on fine-grained constraint satisfaction and domain-specific capability assessment, yet overlook the crucial structural dependencies between dialogue turns that distinguish multi-turn from single-turn interactions.
Approach: They propose a multi-turn instruction following benchmark with structural flow modeling that defines an innovative structural flow framework with six fundamental inter-turn relationships.
Outcome: The proposed model is based on a framework with six fundamental inter-turn relationships and is able to analyze and generate specific dialogue flows tailored to specific scenarios.
Disentangling Preference Representation and Text Generation for Efficient Individual Preference Alignment (2025.coling-main)

Copied to clipboard

Challenge: Human values are inherently diverse, making it insufficient to align LLMs solely with general preferences.
Approach: They propose a flexible paradigm for individual preference alignment that disentangles preference representation from text generation in LLMs.
Outcome: The proposed method produces aligned quality and better than PEFT-based methods while reducing training time for each new individual preference by 80% to 90%.
Probing Audio-Visual Reasoning in Multimodal Language Models through the Lens of Audio (2026.acl-long)

Copied to clipboard

Challenge: Recent multimodal large language models lack robust audio-visual integration ability and performance on DeafTest is highly correlated with AV-Odyssey accuracy.
Approach: They propose a benchmarking tool that integrates audio-visual reasoning with audio-video cues to infer solutions.
Outcome: The proposed model performs well on DeafTest, but lacks audio perception in simple audio tasks.
OVEL: Online Video Entity Linking (2025.coling-main)

Copied to clipboard

Challenge: Existing studies on Multi-modal Entity Linking focus on linking textual and visual mentions or offline videos’ mentions to entities in multi-modal knowledge bases.
Approach: They propose a task called Online Video Entity Linking to establish connections between online videos and a knowledge base with high accuracy and timeliness.
Outcome: The proposed method can establish connections between mentions in online videos and a knowledge base with high accuracy and timeliness.
Benchmarking Diverse-Modal Entity Linking with Generative Models (2023.findings-acl)

Copied to clipboard

Challenge: Existing models for diverse-mode entity linking (EL) work well on per modality configurations, but it is more challenging to design a unified model for diverse modality.
Approach: They propose a generative diverse-modal model that integrates text, image and table . they propose combining a multimodal encoder-decoder paradigm with a fine-tuning GDMM .
Outcome: The proposed model outperforms state-of-the-art models by 8.51 F1 on average for diverse-modal EL.
Can Large Language Models Effectively Support Decision-Making in Sudden Emergencies? (2026.findings-acl)

Copied to clipboard

Challenge: Existing research has focused on the earlier stages of emergency response . lack of suitable datasets for reliable and compliance-aware decision-oriented modeling and evaluation is limiting current research .
Approach: They propose a first real-world emergency decision-making dataset EDM-Bench . they propose 'rule-enhanced reasoning framework' that integrates external regulatory knowledge with constrained inference mechanisms to improve both decision safety and interpretability.
Outcome: The proposed framework improves decision safety and interpretability by integrating regulatory knowledge with constrained inference mechanisms.
NegotiationToM: A Benchmark for Stress-testing Machine Theory of Mind on Negotiation Surrounding (2024.findings-emnlp)

Copied to clipboard

Challenge: Theory of mind evaluations currently focus on testing models using machine-generated data or game settings prone to shortcuts and spurious correlations.
Approach: They propose a benchmark to stress-test machine ToM in real-world negotiation surrounding covered multi-dimensional mental states.
Outcome: The proposed benchmark builds upon the Belief-Desire-Intention theory and conducts the necessary empirical experiments to evaluate large language models.
Beyond One-Size-Fits-All: Tailored Benchmarks for Efficient Evaluation (2025.acl-long)

Copied to clipboard

Challenge: Existing efficient methods estimate performance of models on large benchmarks, but these methods rely on the assumption that target models have high prediction consistency with source models.
Approach: They propose a method that conducts customized evaluation tailored to each target model.
Outcome: The proposed method reduces the MAE of estimates by 31.4% on benchmarks across 300 models.
Controllable Style Arithmetic with Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for linguistic style control lack fine-grained control, require extensive computation, or introduce significant latency.
Approach: They propose a parameter-space approach that extracts style-specific representations by analyzing parameter differences between models trained on contrasting styles and incorporates them into a model with precise control over style intensity.
Outcome: The proposed approach achieves three key capabilities while achieving optimal computational efficiency.
LitVISTA: A Benchmark for Narrative Orchestration in Literary Text (2026.acl-long)

Copied to clipboard

Challenge: Existing large language models focus on causal coherence, neglecting the complex story arcs and orchestration inherent in human narratives.
Approach: They propose a high-dimensional framework for narrative orchestration that unifies human and model perspectives while jointly characterizing narrative function and structure in a common space.
Outcome: The proposed framework unifies human and model perspectives while jointly characterizing narrative function and structure in a common space.
History-Aware Hierarchical Transformer for Multi-session Open-domain Dialogue System (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing open-domain dialogue systems conduct one-session conversations, but multi-session MSCs are under-investigated.
Approach: They propose a History-Aware Hierarchical Transformer for multi-session open-domain dialogue . they propose to encode history conversations into a history memory and leverage historical information to generate well-informed responses.
Outcome: The proposed model outperforms baseline models on a large-scale MSC dataset.
Diagram-Driven Course Questions Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Visual Question Generation (VQG) research focuses on natural images while neglecting diagrams, a critical component of educational materials.
Approach: They propose a diagram-driven course questions generation task to generate diagram-relevant questions for specific courses.
Outcome: The proposed framework outperforms existing models on DiagramQG while maintaining strong generalizability across natural image datasets.
MemSearch-o1: Empowering Large Language Models with Reasoning-Aligned Memory Growth in Agentic Search (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for memory management struggle to capture fine-grained semantic relations between queries and documents.
Approach: They propose a framework for reasoning and agentic search that grows fine-grained memory fragments from seed tokens from queries, then retraces and deep refines the memory via a contribution function.
Outcome: Experiments on eight benchmark datasets show that MemSearch-o1 significantly mitigates memory dilution and more effectively activates reasoning potential of diverse LLMs.
Document-Level Event Extraction via Information Interaction Based on Event Relation and Argument Correlation (2024.lrec-main)

Copied to clipboard

Challenge: Document-level Event Extraction (DEE) is a vital task in NLP . current approaches overlook intricate relationships among events and subtle correlations among arguments within a document .
Approach: They propose a document-level event extraction tool that integrates event relationships and argument correlation graphs to model the relationship among events.
Outcome: The proposed network outperforms existing models and large language models in terms of F1-score across two benchmark datasets.
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.
Alignment-Augmented Speculative Decoding with Alignment Sampling and Conditional Verification (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to accelerate autoregressive generation of large language models require training costs.
Approach: They propose a training-free alignment-augmented speculative decoding algorithm . it leverages the output distribution obtained in the prefilling phase to provide more aligned draft candidates .
Outcome: The proposed method increases the average generation score by 3.3 points for the LLaMA3 model.
DeCoVec: Building Decoding Space based Task Vector for Large Language Models via In-Context Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to steering large language models require fine-tuning or manipulation of internal states, limiting their flexibility and scalability.
Approach: They propose a framework that constructs task vectors directly in the decoding space by leveraging in-context learning.
Outcome: The proposed framework outperforms standard few-shot baselines on TruthfulQA, Math-500, and AQUA-RAT with gains up to +5.50 accuracy.
MEIC-DT: Memory-Efficient Incremental Clustering for Long-Text Coreference Resolution with Dual-Threshold Constraints (2026.findings-acl)

Copied to clipboard

Challenge: Existing supervised neural methods are underexplored for coreference resolution, especially in incremental clustering.
Approach: They propose a dual-threshold incremental clustering approach based on a lightweight Transformer.
Outcome: Experiments on common benchmarks show that MEIC-DT achieves highly competitive coreference performance under stringent memory constraints.
Open-World Authorship Attribution (2025.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for large language models do not evaluate their performance in academic research . authors aim to identify authors from anonymous text without additional information .
Approach: They propose a benchmark to quantitatively assess LLMs' ability to infer author from text . they propose 'open-world' authorship attribute' to be a two-stage framework .
Outcome: The proposed approach achieves 60.7% accuracy and 44.3% accuracy in two stages.
Neural Mixed Counting Models for Dispersed Topic Discovery (2020.acl-main)

Copied to clipboard

Challenge: Existing methods for inference of parameter parameters are time-consuming and difficult to use.
Approach: They propose two efficient neural mixed counting models that use the negative binomial distribution as the prior for dispersed topic discovery.
Outcome: The proposed models outperform state-of-the-art models in terms of perplexity and topic coherence on real-world datasets.
PATS: Sensitivity-aware Noisy Learning for Pretrained Language Models (2022.emnlp-main)

Copied to clipboard

Challenge: A wide range of NLP tasks benefit from fine-tuning of pretrained language models (PLMs), however, a number of redundant parameters which contribute less to the downstream task are observed in a directly fine- tuned model.
Approach: They propose a noisy training mechanism which considers each parameter’s importance in the downstream task to help fine-tune pretrained language models.
Outcome: The proposed method can be used to fine-tune pretrained language models on a wide range of tasks and consistently achieve higher performance.
MathFish: Evaluating Language Model Math Reasoning via Grounding in Educational Curricula (2024.findings-emnlp)

Copied to clipboard

Challenge: pedagogical experts spend months reviewing published math problems to ensure that they align with critical skills or concepts.
Approach: They propose a novel approach for evaluating language models' mathematical abilities by combining a dataset of 385 fine-grained descriptions of K-12 math skills and concepts with 9.9K math problems labeled with these standards.
Outcome: The proposed model can discern skills and concepts enabled by math content, and it can be used to assess language models' mathematical abilities.
SLAM: Towards Efficient Multilingual Reasoning via Selective Language Alignment (2025.coling-main)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated significant improvements in reasoning abilities, but these improvements are primarily focused on English, leading to inferior performance in non-English scenarios.
Approach: They propose a multilingual reasoning alignment approach that fine-tunes the layers responsible for multilingual comprehension in one stage.
Outcome: The proposed method fine-tunes 6 of the 9 layers responsible for multilingual comprehension, while reducing training time by 4.1-11.9 compared to the two-stage method.
NGQA: A Nutritional Graph Question Answering Benchmark for Personalized Health-aware Nutritional Reasoning (2025.acl-long)

Copied to clipboard

Challenge: Diet plays a critical role in human health, but tailoring dietary reasoning to individual health conditions remains a challenge.
Approach: a new benchmark evaluates dietary reasoning using a national health survey data set.
Outcome: The NGQA benchmark evaluates dietary reasoning across three tasks using a set of question complexity settings and baseline models.
LLM-Guided Semantic Bootstrapping for Interpretable Text Classification with Tsetlin Machines (2026.findings-acl)

Copied to clipboard

Challenge: Pretrained language models (PLMs) provide strong semantic representations but are costly and opaque.
Approach: They propose a framework that transfers pretrained language models into symbolic form and integrates them into symbolic models.
Outcome: The proposed framework improves interpretability and accuracy across multiple text classification tasks while remaining fully symbolic and efficient.
MathCanvas: Intrinsic Visual Chain-of-Thought for Multimodal Mathematical Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to visual chain-of-thought are limited by external tools or fail to generate high-fidelity diagrams.
Approach: They propose a framework to enable large multimodal models with VCoT capabilities . they pre-train a model on a 15.2M-pair corpus and teach it how to leverage visual aids .
Outcome: The proposed framework unlocks complex, human-like visual reasoning in large language models . it pre-trains the model on a 15.2M-pair corpus and fine-tunes it on MathCanvas-Instruct .
Speech-Text Pre-training for Spoken Dialog Understanding with Explicit Cross-Modal Alignment (2023.acl-long)

Copied to clipboard

Challenge: Existing speech-text pre-training methods are limited to one or two specific tasks, despite their success in speech-language processing tasks.
Approach: They propose a temporal position prediction task to capture the speech-text alignment . they use a textual dialog pre-training task to generalize a response selection task .
Outcome: The proposed model is superior in learning speech-text alignment and multi-turn dialog context.
CIF-Bench: A Chinese Instruction-Following Benchmark for Evaluating the Generalizability of Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: a recent study shows that large language models have limited generalization in low-resource languages like Chinese.
Approach: They propose to evaluate the zero-shot generalizability of large language models to the Chinese language . they release only half of the dataset publicly, with the remainder kept private .
Outcome: The Chinese Instruction-Following Benchmark evaluates the generalizability of LLMs to the Chinese language.
Exploring Sequence-to-Sequence Learning in Aspect Term Extraction (P19-1)

Copied to clipboard

Challenge: Aspect term extraction (ATE) aims at identifying all aspect terms in a sentence . sequence labeling based methods cannot make full use of overall meaning of sentence if they have dependencies between labels.
Approach: They propose to formalize ATE as a sequence-to-sequence (Seq2Seque) learning task . they propose gated unit networks and position-aware attention mechanism to make it suit to ATE .
Outcome: The proposed learning task is effective when labels correspond to words one by one . the proposed learning system is gated unit networks and position-aware attention mechanism .
Original Content Is All You Need! an Empirical Study on Leveraging Answer Summary for WikiHowQA Answer Selection Task (2022.coling-1)

Copied to clipboard

Challenge: Existing answer selection approaches for community question answering lack additional answer summaries due to redundancy and lengthiness issues of crowdsourced answers.
Approach: They constructed a dataset which contains a corresponding reference summary for each original lengthy answer.
Outcome: The proposed model improves the performance of a question and candidate answer on a WikiHowQA dataset.
START: Self-taught Reasoner with Tools (2025.emnlp-main)

Copied to clipboard

Challenge: Large Reasoning Models (LRMs) have demonstrated remarkable capabilities in complex reasoning through long chain-of-thought, yet they struggle with precise computations and algorithmic operations.
Approach: They propose a training-free approach that activates LRMs’ latent tool-use capabilities through artificial hints and a framework that enables models to learn effective tool utilization through diverse hint patterns and rejection-based data synthesis.
Outcome: Experiments show that START significantly improves state-of-the-art LRMs across challenging benchmarks, including competition-level mathematics (AMC23: 95.0%, AIME24: 75.6%) and graduate-level science questions (GPQA: 64.6%).
ConSERT: A Contrastive Framework for Self-Supervised Sentence Representation Transfer (2021.acl-long)

Copied to clipboard

Challenge: Existing BERT-based pre-trained language models achieve high performance on many downstream tasks, but native derived sentence representations are collapsed and thus poor performance on semantic textual similarity (STS) tasks.
Approach: They propose a framework for self-supervised Sentence Representation Transfer that adopts contrastive learning to fine-tune BERT in an unsupervised way.
Outcome: The proposed framework improves on the BERT-derived representations by 8% on STS datasets and shows robustness in data scarcity scenarios.
ChatGLM-Math: Improving Math Problem-Solving in Large Language Models with a Self-Critique Pipeline (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have shown excellent mastering of human language but struggle in real-world applications that require mathematical problem-solving.
Approach: They propose a pipeline to train a general Math-Critique model from the LLM itself to provide feedback signals and employ rejective fine-tuning and direct preference optimization over the Llm's own generations for data collection.
Outcome: The proposed pipeline outperforms existing LLMs that could be two times larger.
HIT: Nested Named Entity Recognition via Head-Tail Pair and Token Interaction (2020.emnlp-main)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a fundamental task in natural language processing due to the nature of the named entity.
Approach: They propose a nested NER model that leverages two key properties pertaining to the named entity, including explicit boundary tokens and tight internal connection between tokens within the boundary.
Outcome: The proposed model achieves state-of-the-art on three public NER datasets.
Few-shot Knowledge Graph Relational Reasoning via Subgraph Adaptation (2024.naacl-long)

Copied to clipboard

Challenge: Existing methods to predict unseen triplets from knowledge graphs are limited by spurious information in KGs.
Approach: They propose a framework that adapts contextualized graphs to subgraphs generated from support and query triplets to perform the prediction.
Outcome: The proposed framework extracts more comprehensive information from support triplets while minimizing spurious information when predicting query triplet.
SCALAR: Scientific Citation-based Live Assessment of Long-context Academic Reasoning (2026.eacl-long)

Copied to clipboard

Challenge: Long-context understanding is a critical capability for large language models . evaluating this capability requires extensive human annotation, which is time-consuming and costly.
Approach: They propose a benchmark to assess citation-grounded long-context reasoning in academic writing.
Outcome: The proposed benchmark compares state-of-the-art models with human experts on two tasks . human experts achieve 90% accuracy, but most models struggle with the cloze-style task .
Stepwise Reasoning Checkpoint Analysis: A Test Time Scaling Method to Enhance LLMs’ Reasoning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods that use Chain-of-Thought suffer from path homogenization and inefficient use of intermediate results.
Approach: They propose a framework that introduces checkpoints between reasoning steps to reduce path homogenization and create fault-tolerant mechanisms.
Outcome: The proposed framework reduces path homogenization and creates fault-tolerant mechanism by utilizing high-quality intermediate results.
Cultivating Forensic Reasoning for Generalizable Multimodal Manipulation Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for manipulation detection and grounding focus on manipulator type classification under result-oriented supervision.
Approach: They propose a reasoning-driven framework that shifts learning from outcome fitting to process modeling.
Outcome: The proposed framework achieves state-of-the-art with superior generalization on large-scale datasets.
Random Entity Quantization for Parameter-Efficient Compositional Knowledge Graph Representation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to learning on Knowledge Graphs (KGs) are not critical for learning on KGs.
Approach: They propose an alternative approach to represent entities by composing entity-corresponding codewords matched from predefined small-scale codebooks.
Outcome: The proposed approach achieves similar results to existing methods.
Augmentation, Retrieval, Generation: Event Sequence Prediction with a Three-Stage Sequence-to-Sequence Approach (2022.coling-1)

Copied to clipboard

Challenge: Existing methods to predict event sequences are complex and ignore the knowledge of external events.
Approach: They propose a statistical induction problem to generate a sequence of events by exploring the similarity between the given goal and known sequences of events.
Outcome: The proposed model outperforms existing methods on an event sequence prediction task.
Rethinking Document-level Neural Machine Translation (2022.findings-acl)

Copied to clipboard

Challenge: Neural machine translation models are weak enough for document-level translation . current models only translate sentences individually, resulting in poor document coherence .
Approach: They propose to use the original Transformer model to test document-level neural machine translation . they find that the original transformer models can achieve strong results for document translation if trained properly .
Outcome: The proposed model outperforms sentence-level models on nine datasets and two sentence- level datasets across six languages.
Boundary Detection with BERT for Span-level Emotion Cause Analysis (2021.findings-acl)

Copied to clipboard

Challenge: Emotion cause analysis (ECA) is an emerging topic in natural language processing, which aims to identify the reasons behind a given emotion.
Approach: They propose to detect the precise boundaries of text spans conveying accurate emotion causes from the given context by a sequence labeling and position identification problem.
Outcome: The proposed methods outperform existing models on two benchmark datasets on the emotion cause analysis task.
Sentiment Forecasting in Dialog (2020.coling-main)

Copied to clipboard

Challenge: Existing studies on sentiment classification focus on determining polarity of existing utterances.
Approach: They propose a Neural Sentiment Forecasting task which simulates the next utterance based on context and a sequence influence model to learn both pair-wise and seq-wise influence.
Outcome: The proposed model outperforms existing models over several strong baselines.
NeuroSym-Cal: Bridging the Reasoning-Execution Gap in Code Generation via Hierarchical Calibration (2026.findings-acl)

Copied to clipboard

Challenge: Existing calibration methods rely on the assumption that consensus implies correctness . Existing methods fail under systematic errors, leading to miscalibrated high-confidence predictions.
Approach: They propose a hierarchical calibration framework that measures confidence at two levels . they propose sensitivity analysis to measure local curvature of deductive process .
Outcome: The proposed framework de-saturates overconfident errors and improves selective generation performance on OOD benchmarks.
Tracing the Light of Thought: A Probabilistic Self- and Cross-Consistency Verification Mechanism Improving Mathematical Reasoning in LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for evaluating reasoning paths are not efficient, but they are prone to errors.
Approach: They propose a probabilistic self- and cross-consistency framework for mathematical reasoning that employs an accept-reject mechanism to encourage high-quality reasoning paths.
Outcome: The proposed framework improves on 9 LLMs across 4 challenging benchmarks.
BMAM: Brain-inspired Multi-Agent Memory Framework (2026.findings-acl)

Copied to clipboard

Challenge: Language-model-based agents operating over extended interactions face persistent challenges in preserving temporally grounded information and maintaining behavioral consistency across sessions.
Approach: They propose a general-purpose memory architecture that decomposes agent memory into six components that operate at complementary time scales.
Outcome: BMAM outperforms memory-augmented baselines on LoCoMo benchmarks with 78.45% accuracy . a targeted refinement of the temporal-trigger heuristics raises LongMemEval multi-session accuracy from 45.2% to 56.4%.
VerIF: Verification Engineering for Reinforcement Learning in Instruction Following (2025.emnlp-main)

Copied to clipboard

Challenge: Best practices for RL in instruction following remain underexplored.
Approach: They propose a verification method that combines rule-based code verification with LLM-based verification from a large reasoning model.
Outcome: The proposed method achieves state-of-the-art performance among models of comparable size and generalizes well to unseen constraints.
KnowCoder-X: Boosting Multilingual Information Extraction via Code (2025.findings-acl)

Copied to clipboard

Challenge: Empirical evidence indicates that Large Language Models exhibit spontaneous cross-lingual alignment in Information Extraction (IE) however, a significant imbalance across languages persists, highlighting an underlying deficiency.
Approach: They propose a code LLM with advanced cross-lingual and multilingual capabilities for universal IE that standardizes the representation of multilingual schemas using Python classes and conducts IE alignment instruction tuning on translated instance prediction task.
Outcome: The proposed model surpasses ChatGPT and SoTA by 30.17% without training in 29 unseen languages and significantly improves cross-lingual IE transferability.
Data-Centric Explainable Debiasing for Improving Fairness in Pre-trained Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing data-centric debiasing strategies mainly leverage explicit bias words for counterfactual data augmentation to balance the training data.
Approach: They propose a method which uses an explainability method to search for implicit bias words to assist in debiasing PLMs.
Outcome: Extensive results show that the proposed method achieves state-of-the-art debiasing performance and strong generalization while maintaining predictive abilities.
Phonetic and Lexical Discovery of Canine Vocalization (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to study animal language systems rely on human prior knowledge on limited data.
Approach: They propose a self-supervised approach that enables the accurate classification of phones and an adaptive grammar induction method that identifies phone sequence patterns that suggest a preliminary vocabulary within dog vocalizations.
Outcome: The proposed approach breaks the barrier existing approaches relying on human prior knowledge on limited data.
KnowShiftQA: How Robust are RAG Systems when Textbook Knowledge Shifts in K-12 Education? (2025.acl-short)

Copied to clipboard

Challenge: Existing knowledge discrepancies between textbooks and large language models can undermine RAG systems' performance.
Approach: They propose to use a dataset to test RAG system robustness against knowledge discrepancies.
Outcome: The proposed dataset shows that RAG systems suffer performance degradation when faced with knowledge discrepancies.
Event Graph based Sentence Fusion (2021.emnlp-main)

Copied to clipboard

Challenge: Sentence fusion is a conditional generation task that merges related sentences into a coherent text.
Approach: They propose to build an event graph from the input sentences to capture related events in a structured way and use the constructed event graph to guide sentence fusion.
Outcome: The proposed method achieves state-of-the-art on two datasets . it is based on the input sentences and shows that it is effective .
Ready Jurist One: Benchmarking Language Agents for Legal Intelligence in Dynamic Environments (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for legal intelligence are limited to static evaluation paradigms or simplified scenarios.
Approach: They introduce J1-ENVS, the first interactive and dynamic legal environment tailored for LLM-based agents.
Outcome: The proposed framework assesses task performance and procedural compliance across legal proficiency levels.
Towards Unifying Multi-Lingual and Cross-Lingual Summarization (2023.acl-long)

Copied to clipboard

Challenge: Existing work on multilingual summarization and cross-lingual summmarization has been limited due to their different definitions.
Approach: They propose to unify MLS and CLS into a more general setting, i.e. many-to-many summarization.
Outcome: The proposed model outperforms the state-of-the-art models in the zero-shot directions.
DependEval: Benchmarking LLMs for Repository Dependency Understanding (2025.findings-acl)

Copied to clipboard

Challenge: a benchmark is designed to evaluate the repository-level dependency understanding of large language models (LLMs) based on 2683 repositories from real-world websites.
Approach: They propose a benchmark to evaluate repository dependency understanding for large language models . DEPENDEVAL evaluates models on three core tasks across 8 programming languages .
Outcome: The benchmark evaluates models on three core tasks across 8 programming languages from real-world repositories.
IMCI: Integrate Multi-view Contextual Information for Fact Extraction and Verification (2022.coling-1)

Copied to clipboard

Challenge: Existing models for fact extraction and verification fail to utilize multi-view contextual information.
Approach: They propose to integrate multi-view contextual information (IMCI) for fact extraction and verification by combining contextual information with inter-document context.
Outcome: The proposed framework achieves state-of-the-art performance on the open-domain Wikipedia task with a winning FEVER score of 73.96% and label accuracy of 77.25% on the online blind test set.
Diving into Mitigating Hallucinations from a Vision Perspective for Large Vision-Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks focus on coarse-grained hallucination detection and fail to capture hallucinics . vision encoders exhibit unique hallucinian characteristics, but suboptimal of simple feature fusion.
Approach: They propose a visual encoder that employs different training paradigms to instill inductive biases in visual encoded models.
Outcome: The proposed system reduces hallucinations and improves model performance.
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.
COCOGEC: Counterfactual Generation for Robust Grammatical Error Correction (2026.findings-acl)

Copied to clipboard

Challenge: Existing GEC models fail to understand error patterns in varying contexts . a framework that generates copies of training instances with error-irrelevant contexts altered is proposed .
Approach: They propose a framework that generates copies of training instances with error-irrelevant contexts altered.
Outcome: The proposed framework outperforms baselines on the simulated tasks and outperformed existing models.
Dynamic Expert Specialization: Towards Catastrophic Forgetting-Free Multi-Domain MoE Adaptation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to adapt Mixture-of-Experts models to multiple domains are prohibitive computation, cross-domain interference or require separate runs per domain.
Approach: They propose a dynamic expert specialization framework for multi-domain adaptation of Mixture-of-Experts models.
Outcome: The proposed framework reduces forgetting by 89% compared to full fine-tuning as domains scale from 2 to 6 and achieves faster convergence than conventional methods.
Sensitivity-LoRA : Low-Load Sensitivity-Based Fine-Tuning for Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) is a promising approach to adapting LLMs to specialized tasks . existing rank allocation techniques remain computationally inefficient and unstable .
Approach: They propose a low-rank adapted model that approximates model weight updates using low-ranked decomposition.
Outcome: The proposed method is limited by its uniform rank allocation to each incremental matrix . it leverages the second-order derivatives of the loss function to capture weight sensitivity .
SimPBL: A Multi-Agent Framework for Project-Based Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing LLMs provide partial assistance without modeling these roles, and overly comprehensive help can reduce learner autonomy.
Approach: They propose a multi-agent framework with an orchestrator agent that provides adaptive scaffolding from interaction logs and collaborator agents that support project work through boundary-aware collaboration.
Outcome: The proposed framework improves learner examination scores by 14% . it is based on a multi-agent framework with an orchestrator agent .
Prompt-Guided Retrieval Augmentation for Non-Knowledge-Intensive Tasks (2023.findings-acl)

Copied to clipboard

Challenge: Recent studies focus on retrieval to solve knowledge-intensive tasks, but the potential of retrieval for non-knowledge-intensive (NKI) tasks remains under-explored.
Approach: They propose a task-agnostic retrieval framework for NKI tasks that uses a static index and a prompt-guided reranker to re-rank the nearest evidence according to task-specific relevance.
Outcome: The proposed framework outperforms state-of-the-art retrieval-augmented methods on NKI tasks and will be released for further research.
An Integrated Approach for Keyphrase Generation via Exploring the Power of Retrieval and Extraction (N19-1)

Copied to clipboard

Challenge: Existing methods on keyphrase generation are purely extractive or generative . however, extractive methods cannot predict absent keyphrases which are not in the document.
Approach: They propose a multi-task learning framework that jointly learns an extractive model and a generative model.
Outcome: The proposed approach outperforms the state-of-the-art methods on five keyphrase generation tasks.
WildSci: Advancing Scientific Reasoning from In-the-Wild Literature (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language model reasoning focus on mathematics and coding domains, but scientific reasoning remains limited in other domains due to limited dataset coverage.
Approach: They propose a framework for sustainable scientific reasoning QA generation by synthesizing a new dataset of domain-specific science questions from peer-reviewed literature.
Outcome: The proposed framework and dataset enable scalable and sustainable research in scientific reasoning.
Hallucination Detection in Structured Query Generation via LLM Self-Debating (2025.findings-emnlp)

Copied to clipboard

Challenge: Hallucination remains a key challenge in applying large language models to structured query generation . we propose the Self-Debating framework to enhance detection performance .
Approach: They propose a framework that prompts an LLM to generate contrastive explanations from opposing perspectives . they also propose 'self-debating' framework to enhance detection performance .
Outcome: The proposed framework outperforms LLM-as-a-Judge baselines in hallucination detection . the framework generates contrastive explanations from opposing perspectives .
Controlled Text Generation for Large Language Model with Dynamic Attribute Graphs (2024.findings-acl)

Copied to clipboard

Challenge: Controlled Text Generation (CTG) aims to produce texts that exhibit specific desired attributes.
Approach: They propose a pluggable CTG framework for Large Language Models to control text . they use attribute scorers to evaluate attributes of sentences and construct dynamic attribute graphs .
Outcome: The proposed framework achieves a peak improvement of 19.29% over baseline methods in two tasks.
Large-Scale Relation Learning for Question Answering over Knowledge Bases with Pre-trained Language Models (2021.emnlp-main)

Copied to clipboard

Challenge: Existing KBQA methods focus on the natural language but ignore textual information carried by the nodes and edges.
Approach: They propose to perform relation extraction, relation matching, and relation reasoning tasks to align the natural language expressions to the relations in the KB and reason over the missing connections.
Outcome: Experiments on WebQSP show that the proposed model outperforms baselines even when the KB is incomplete.
Advancing Fine-Grained Visual Understanding with Multi-Scale Alignment in Multi-Modal Models (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in multi-modal large language models have demonstrated remarkable capabilities in multimodal understanding, reasoning, and interaction.
Approach: They propose a method that effectively aligns and integrates multi-scale knowledge of objects . they use a pipeline that provides over 300K essential training data to enhance alignment .
Outcome: The proposed method effectively aligns and integrates multi-scale knowledge of objects, including texts, coordinates, and images.
Is Chain-of-Thought Reasoning of LLMs a Mirage? A Data Distribution Lens (2026.findings-acl)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) prompting has been shown to be effective in eliciting structured reasoning from large language models (LLMs).
Approach: They propose a data distribution lens to understand when and why CoT reasoning fails . they propose 'data-based' training that trains LLMs from scratch .
Outcome: The proposed model enables models to generate reasoning trajectories that approximate those observed during training.
LEMoE: Advanced Mixture of Experts Adaptor for Lifelong Model Editing of Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for single and batch model editing fail to apply or perform sub-optimally when faced with lifelong model editing.
Approach: They propose an advanced Mixture of Experts (MoE) adaptor for lifelong model editing that incorporates a novel KV anchor routing method to enhance routing consistency between training and inference stage.
Outcome: The proposed method surpasses existing models while maintaining outstanding performance in batch editing task.
Template-assisted Contrastive Learning of Task-oriented Dialogue Sentence Embeddings (2026.acl-long)

Copied to clipboard

Challenge: Annotating and gathering utterance relationships in dialogues is difficult, while token-level annotations, entities, slots and templates, are much easier to obtain.
Approach: They propose a template-aware augmentation method that utilizes template information to learn utterance embeddings via self-supervised contrastive learning framework.
Outcome: The proposed method improves on five benchmark dialogue datasets and shows that it is more efficient than previous SOTA methods.
Adaptive Detoxification: Safeguarding General Capabilities of LLMs through Toxicity-Aware Knowledge Editing (2025.findings-acl)

Copied to clipboard

Challenge: Existing knowledge editing methods for large language models (LLMs) suffer from over-editing, where detoxified models reject legitimate queries, compromising overall performance.
Approach: They propose a toxicity-aware knowledge editing approach that dynamically detects toxic activation patterns during forward propagation and then routes computations through adaptive inter-layer pathways to mitigate toxicity effectively.
Outcome: The proposed method outperforms existing methods on large language models and enhances the SafeEdit benchmark.
From Quantity to Quality: Boosting LLM Performance with Self-Guided Data Selection for Instruction Tuning (2024.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have revolutionized the landscape of artificial intelligence.
Approach: They propose a self-guided method to identify and select cherry samples from open-source datasets, minimizing manual curation and potential cost for instruction tuning an LLM.
Outcome: The proposed method enables LLMs to identify discrepancies between expected responses and intrinsic generation capability, and a marked uptick in model training efficiency.
AMA: Adaptive Memory via Multi-Agent Collaboration (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to longterm memory rely on rigid retrieval granularity, accumulation-heavy maintenance strategies, and coarse-grained update mechanisms.
Approach: They propose a framework that leverages coordinated agents to manage memory across multiple granularities.
Outcome: The proposed framework outperforms state-of-the-art benchmarks while reducing token consumption by approximately 80%.
Efficient Ensemble for Fine-tuning Language Models on Multiple Datasets (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for fine-tuning language models are efficient when adapting to a single dataset.
Approach: They propose to use an ensemble method for fine-tuning a language model to multiple datasets instead of a single adapter per task.
Outcome: The proposed method improves performance on multiple datasets while preserving low-rank adaptation properties.
Understanding the Language Model to Solve the Symbolic Multi-Step Reasoning Problem from the Perspective of Buffer Mechanism (2025.findings-emnlp)

Copied to clipboard

Challenge: Large language models struggle with complex reasoning tasks, such as mathematical problem-solving.
Approach: They constructed a symbolic multi-step reasoning task to investigate the information propagation mechanisms in Transformer models when solving the task through direct answering and Chain-of-Thought (CoT) reasoning.
Outcome: The proposed algorithm improves on 7 multi-step reasoning datasets, while introducing only 132 trainable parameters.
PHMOSpell: Phonological and Morphological Knowledge Guided Chinese Spelling Check (2021.acl-long)

Copied to clipboard

Challenge: False gram and phonological errors make Chinese spelling check difficult . a novel end-to-end trainable model outperforms existing methods .
Approach: They propose a trainable Chinese spelling check model that integrates phonological and visual information into a pre-trained language model.
Outcome: The proposed model outperforms existing state-of-the-art models on three benchmarks.
DCT-Centered Temporal Relation Extraction (2022.coling-1)

Copied to clipboard

Challenge: Existing work on temporal relation extraction focuses on extracting temporal relations between events . previous work on relation extraction focused on focusing on event-centered tasks .
Approach: They propose a temporal relation extraction model that unifies events, timexes and DCT . they propose combining event mentions, time expressions and document creation time into a sentence-style model .
Outcome: The proposed model outperforms baselines on E-E, E-T and E-D significantly.
“Yes, My LoRD.” Guiding Language Model Extraction with Locality Reinforced Distillation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for model extraction attacks on large language models are inadequate . existing methods neglect the inconsistency between training tasks and LLM alignment .
Approach: They propose a model extraction algorithm that uses a policy-gradient-style training task to guide the crafting of preference for the local model.
Outcome: The proposed algorithm reduces query complexity while mitigating watermark protection . it can extract various state-of-the-art commercial LLMs while minimizing query complexity .
CuMA: Aligning LLMs with Sparse Cultural Values via Demographic-Aware Mixture of Adapters (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have a global audience, so alignment must extend to cultural resonance.
Approach: They propose a framework that frames alignment as a conditional capacity separation problem.
Outcome: The proposed framework outperforms both dense baselines and semantic-only MoEs on three large language models.
Data Diversity Matters for Robust Instruction Tuning (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent studies have shown that by curating high quality and diverse instruction tuning datasets, we can significantly improve instruction-following capabilities.
Approach: They propose an algorithm to control diversity and quality of instruction tuning datasets and validate it.
Outcome: The proposed algorithm significantly improves worst and average case performance on large scale instruction tuning datasets.
KV Cache Compression, But What Must We Give in Return? A Comprehensive Benchmark of Long Context Capable Approaches (2024.findings-emnlp)

Copied to clipboard

Challenge: Long context capability is a crucial competency for large language models as it mitigates the human struggle to digest long-form texts.
Approach: They propose to evaluate 10+ state-of-the-art approaches for long context-capable LLMs.
Outcome: The proposed methods are compared against 10+ state-of-the-art approaches across seven categories of long context tasks.
Don’t Miss the Potential Customers! Retrieving Similar Ads to Improve User Targeting (2021.findings-emnlp)

Copied to clipboard

Challenge: a method for user targeting is developed to identify online users to whom an ad should be targeted.
Approach: They propose a method for automatic augmentation of positive and negative clickthrough data for user targeting models.
Outcome: The proposed method can increase positive and negative instances of positive training instances on two datasets.
On the data requirements of probing (2022.findings-acl)

Copied to clipboard

Challenge: Existing methods to probe neural networks are expensive and require large datasets.
Approach: They propose a method to estimate the required number of data samples in probing datasets . they use a classification task to encode a text with a deep neural network .
Outcome: The proposed method estimates the required number of data samples in two probing configurations and proves it is statistically powerful.
BubbleRAG: Interactive Cognitive Offloading with Thought Bubble in Retrieval-Augmented Generation (2026.findings-acl)

Copied to clipboard

Challenge: Retrieval-augmented generation (RAG) extends the capabilities of large language models (LLMs) by providing access to external knowledge.
Approach: They propose a framework that emulates human interactive reading through annotation and re-reading by integrating a thought bubble module that offloads internal cognition into external bookmark tokens, which are then annotated back into the context.
Outcome: The proposed framework offloads internal cognition into external bookmark tokens, which are then annotated back into the context.
SALT: Step-level Advantage Assignment for Long-horizon Agents via Trajectory Graph (2026.findings-eacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable capabilities, but their application to complex, multi-step, and long-horizon tasks remains challenging.
Approach: They propose a framework that provides a finer-grained advantage assignment derived solely from outcome rewards.
Outcome: The proposed framework provides a finer-grained advantage assignment, derived solely from outcome rewards.
Safe Inputs but Unsafe Output: Benchmarking Cross-modality Safety Alignment of Large Vision-Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Recent studies focus on single-modality threats, but this approach fails to address cross-modal safety alignment.
Approach: They propose a safety alignment challenge to evaluate cross-modality safety alignment . they propose 'Safe Inputs but Unsafe Output' to consider safety of single modalities .
Outcome: The proposed safety alignment challenge examines cases where modalities are safe independently but could lead to unsafe outputs when combined.
Editing Large Language Models: Problems, Methods, and Opportunities (2023.emnlp-main)

Copied to clipboard

Challenge: Recent advances in model editing for LLMs have created challenges and opportunities for the community.
Approach: They propose to alter the behavior of LLMs efficiently within a specific domain without negatively impacting performance across other inputs.
Outcome: The proposed method alters behavior of LLMs efficiently within a specific domain without negatively impacting performance across other inputs.
U-CORE: A Unified Deep Cluster-wise Contrastive Framework for Open Relation Extraction (2023.tacl-1)

Copied to clipboard

Challenge: Existing methods for Relation Extraction (RE) are limited due to the overlap between predefined and undefined relations.
Approach: They propose a unified framework for both Zero-shot and Unsupervised Relation Extraction tasks by leveraging techniques from Contrastive Learning and Clustering.
Outcome: The proposed framework improves on three well-known datasets showing an average improvement of 7.35% ARI on Zero-shot ORE tasks and 15.24% ARI for Unsupervised ORE.
Breaking Language Preference in Multilingual RAG via Language-Controllable Retrieval and Language-Agnostic Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve retrieval accuracy and generation quality of large language models suffer from language preference.
Approach: They propose a framework that explicitly disentangles multilingual RAG into language-controllable retrieval and language-agnostic reasoning.
Outcome: Experimental results show that the proposed approach outperforms baselines across multilingual benchmarks.
BIGPATENT: A Large-Scale Dataset for Abstractive and Coherent Summarization (P19-1)

Copied to clipboard

Challenge: Existing text summarization datasets are compiled from news articles, where summary-worthy content often appears in the beginning of input articles.
Approach: They present a novel dataset, BIGPATENT, consisting of 1.3 million records of U.S. patent documents along with human written abstractive summaries.
Outcome: The proposed dataset is compared with existing summarization datasets and demonstrates that salient content is evenly distributed in the input.
Linear-Time Demonstration Selection for In-Context Learning via Gradient Estimation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to select demonstration examples for in-context learning are based on token embeddings.
Approach: They propose an algorithm to select demonstration examples for in-context learning of a query set . they use gradients of the output taken in the input embedding space to estimate model outputs .
Outcome: The proposed algorithm outperforms existing methods based on token embeddings by 11% . it scales up subset selection that would otherwise run full inference by 37.7 on models with 34 billion parameters .
MeepleLM: A Virtual Playtester Simulating Diverse Subjective Experiences (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in large language models have expanded the role of board games as creative co-designers . however, current systems lack the capacity to offer constructive critique grounded in the emergent user experience .
Approach: They propose a large language model that internalizes persona-specific reasoning patterns to accurately simulate the subjective feedback of diverse player archetypes.
Outcome: The proposed model outperforms commercial models in community alignment and critique quality.
Let’s Reason Formally: Natural-Formal Hybrid Reasoning Enhances LLM’s Math Capability (2025.emnlp-main)

Copied to clipboard

Challenge: Recent work has focused on improving the mathematical reasoning capabilities of Large Language Models (LLMs).
Approach: They propose an end-to-end framework to integrate FL into NL math reasoning . they propose a problem alignment method that reformulates QA and existence problems .
Outcome: The proposed framework achieves 89.80% and 84.34% accuracy rates on the MATH-500 and the AMC benchmarks.
StepHint: Multi-level Stepwise Hints Enhance Reinforcement Learning to Reason (2026.acl-long)

Copied to clipboard

Challenge: Reinforcement learning with verifiable rewards (RLVR) approaches face two challenges: the near-miss reward problem and exploration stagnation.
Approach: They propose an algorithm that partitions valid reasoning chains into reasoning steps using multi-level stepwise hints.
Outcome: The proposed method outperforms competing RLVR enhancement methods across six mathematical benchmarks and two out-of-domain benchmarks.
Comprehensive Benchmarking of Long-Form Speech Generation in Diverse Scenarios (2026.findings-acl)

Copied to clipboard

Challenge: Existing evaluation benchmarks for long-form speech are limited to limited domains, creating a significant gap with the diverse downstream applications.
Approach: They propose a benchmark that decomposes "long-form speech quality" into specific, disentangled dimensions.
Outcome: The proposed benchmark decomposes “long-form speech quality” into specific, disentangled dimensions.
Is the Attention Matrix Really the Key to Self-Attention in Multivariate Long-Term Time Series Forecasting? (2026.acl-long)

Copied to clipboard

Challenge: In multivariate long-term time series forecasting, it is widely believed that the effectiveness of self-attention arises from its attention matrix.
Approach: They propose a multi-branch MLP that isolates the ‘multi-brain mapping with element-wise operation’ structure from the Transformer and shows that it achieves competitive performance.
Outcome: The proposed model outperforms three classic and three latest Transformer models and shows that it achieves competitive performance.
Foresight Optimization for Strategic Reasoning in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing reasoning enhancement methods do not capture foresight in LLMs.
Approach: They propose to integrate opponent modeling principles into policy optimization to enhance strategic reasoning in LLMs by integrating opponent modeling into policy.
Outcome: The proposed method outperforms existing reasoning-based LLMs in out-of-domain scenarios and shows that it significantly enhances strategic reasoning across LLM of varying sizes and origins.
Eliciting Medical Reasoning with Knowledge-enhanced Data Synthesis: A Semi-Supervised Reinforcement Learning Approach (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods to enhance medical reasoning lack high-quality data.
Approach: They propose a medical knowledge-enhanced data Synthesis and Semi-supervised Reinforcement learning framework that uses rare disease knowledge to synthesize distribution-controllable reasoning questions.
Outcome: The proposed method outperforms existing methods across ten medical benchmarks and achieves up to 5.93% gain on rare diseases tasks.
“I See What You Did There”: Can Large Vision-Language Models Understand Multimodal Puns? (2026.acl-long)

Copied to clipboard

Challenge: Puns are a common form of rhetorical wordplay that exploits polysemy and phonetic similarity to create humor.
Approach: They propose a multimodal pun generation pipeline and a model to evaluate their understanding of puns.
Outcome: The proposed benchmark improves the understanding of multimodal puns by 16.5% in the F1 test.
MMEKG: Multi-modal Event Knowledge Graph towards Universal Representation across Modalities (2022.acl-demo)

Copied to clipboard

Challenge: Recent Knowledge Graphs (KGs) store billions of world facts in a directed graph, but expression ability of such entity-centric KGs is limited.
Approach: They propose a large-scale multi-modal event knowledge graph named MMEKG that unifies different modalities of knowledge via events.
Outcome: The proposed system unifies different modalities of knowledge via events, which complement and disambiguate each other.
Toward Automatic Discovery of a Canine Phonetic Alphabet (2025.acl-long)

Copied to clipboard

Challenge: a new algorithm for vocalization communication between dogs is being developed . phonetic units alone are not sufficient to constitute a "language"
Approach: They propose an algorithm that produces a complete alphabet of distinct canine phonemes . the algorithm is expected to function on canines and other animal species .
Outcome: The proposed algorithm produces a complete alphabet of distinct canine phoneme-like units . it is expected to work on canines and other animal species .
INarIG: Iterative Non-autoregressive Instruct Generation Model For Word-Level Auto Completion (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing models for word-level autocompletion (WLAC) only use human typed sequences as prefixes in decoding module.
Approach: They propose a novel iterative nonautoregressive instruct generation model for WLAC task . it uses human typed sequences and iterating decoding with subwords to fully utilize input information.
Outcome: The proposed model is more competent in dealing with low-frequency words, and achieves state-of-the-art results on the WMT22 and benchmark datasets.
GroundingGPT: Language Enhanced Multi-modal Grounding Model (2024.acl-long)

Copied to clipboard

Challenge: Existing multi-modal large language models focus on capturing global information while neglecting the fine-grained local information in multimodal inputs.
Approach: They propose an end-to-end language enhanced multi-modal grounding model that performs fine-grained grounding tasks for image, video and audio.
Outcome: The proposed model achieves impressive fine-grained understanding of multi-modal inputs while maintaining or improving its global comprehension capabilities.
LongMP-Bench: A Benchmark for Multimodal Persona Understanding in Long-Term Dialogues (2026.findings-acl)

Copied to clipboard

Challenge: Existing datasets suffer from limited persona diversity and static, overly simplified settings, making them insufficient for capturing the complexity of real-world interactions.
Approach: They propose a benchmark to evaluate models' ability to understand evolving user personas within long-term multimodal dialogues by using a dataset that contains long conversations from 150 users.
Outcome: The proposed benchmark aims to assess models' ability to track persona evolution, integrate visual and textual inputs, and apply persona understanding in realistic dialogue scenarios.
Addressing Semantic Drift in Generative Question Answering with Auxiliary Extraction (2021.acl-short)

Copied to clipboard

Challenge: Recent work focuses on question answering based on machine reading comprehension . current approaches treat QA as extracting a consecutive piece of text to a given question.
Approach: They propose a generative QA model that incorporates an extractive mechanism into a model.
Outcome: The proposed model improves quality and semantic accuracy over baseline models.
MPrompt: Exploring Multi-level Prompt Tuning for Machine Reading Comprehension (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing soft prompt methods focus on designing the input-independent prompts that steer the model to fit the domain of the new dataset.
Approach: They propose a multi-level prompt tuning method that utilizes prompts at task-specific, domain-specific and context-specific levels to enhance the comprehension of input semantics.
Outcome: The proposed method improves on 12 benchmarks on various QA formats and achieves an average improvement of 1.94% over the state-of-the-art methods.
ChipSeek: Optimizing Verilog Generation via EDA-Integrated Reinforcement Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to optimize Register-Transfer Level (RTL) code fail to simultaneously optimize functional correctness and hardware efficiency metrics such as Power, Performance, and Area (PPA).
Approach: They propose a hierarchical reward based reinforcement learning framework that integrates direct feedback from EDA simulators and synthesis tools into a reward mechanism.
Outcome: The proposed framework integrates direct feedback from EDA simulators and synthesis tools into a hierarchical reward based reinforcement learning framework.
GainRAG: Preference Alignment in Retrieval-Augmented Generation through Gain Signal Synthesis (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to retrieve information from large language models (LLMs) but they fail to address the preference gap between retrievers and LLMs.
Approach: They propose a retrieval module that dynamically injects retrieved information into the input context of large language models (LLMs) This approach aligns the retriever’s and LLM’s preferences by defining a new metric, “gain”, which measure how well an input passage contributes to correct outputs.
Outcome: The proposed approach has shown significant success in various NLP tasks, but there is a preference gap between retrievers and LLMs.
Low-probability Tokens Sustain Exploration in Reinforcement Learning with Verifiable Reward (2026.findings-acl)

Copied to clipboard

Challenge: Recent studies show that RLVR training is slow and results plateau as policy entropy collapses . low-probability regularization (Lp-Reg) reduces the number of low-quality exploratory tokens induced by RL training .
Approach: They propose a method to reduce RLVR over-penalization by eliminating low-probability exploratory tokens . they propose 'Low-provability Regularization' to reduce the gradual elimination of low-quality exploratory entropy tokens.
Outcome: The proposed method eliminates low-probability exploratory tokens and prevents suppression of potentially valuable low-property candidates.
Leveraging Graph to Improve Abstractive Multi-Document Summarization (2020.acl-main)

Copied to clipboard

Challenge: Empirical results show that our model brings substantial improvements over several strong baselines.
Approach: They propose a neural abstractive multi-document summarization model which captures cross-document relations and can guide the summary generation process.
Outcome: The proposed model improves on the WikiSum and MultiNews datasets and can be easily combined with pre-trained language models.
Lifelong Knowledge Editing for LLMs with Retrieval-Augmented Continuous Prompt Learning (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods to correct outdated or erroneous knowledge in large language models (LLMs) are slow and cumbersome, resulting in catastrophic knowledge forgetting and degradation of model performance.
Approach: They propose a RetriEval-augmented ContInuous Prompt lEarning method that converts knowledge statements into short and informative continuous prompts, prefixed to the LLM’s input query embedding.
Outcome: The proposed method improves the performance of large language models (LLMs) while maintaining the overall performance of the model.
E2LLM: Encoder Elongated Large Language Models for Long-Context Understanding and Reasoning (2025.emnlp-main)

Copied to clipboard

Challenge: Considerable efforts have been and are still being put into increasing the context length of Large Language Models (LLMs)
Approach: They propose an approach that divides long contexts into chunks, compresses each into soft prompts using a pretrained text encoder, and aligns these representations with a decoder-only LLM via an adapter.
Outcome: The proposed approach outperforms 8 state-of-the-art methods in effectiveness and efficiency for document summarization and question answering, and achieves the best performance on LongBench v2 among models of comparable size.
MetaMem: Evolving Meta-Memory for Knowledge Utilization through Self-Reflective Symbolic Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Existing memory systems can support long-horizon human-LLM interactions by persisting historical interactions beyond limited context windows.
Approach: They propose a framework that augments memory systems with a self-evolving meta-memory . meta-meso is iteratively distilling transferable knowledge utilization experiences . results show MetaMem outperforms strong baselines by over 3.6% .
Outcome: The proposed framework outperforms baselines by over 3.6% in the long-horizon human-LLM interaction.
MOOCCube: A Large-scale Data Repository for NLP Applications in MOOCs (2020.acl-main)

Copied to clipboard

Challenge: Massive open online courses (MOOCs) are a popular educational platform for advanced research.
Approach: They propose to use MOOCCube to build a large-scale data repository of over 700 MOOC courses, 100k concepts, 8 million student behaviors with an external resource.
Outcome: The proposed datasets show that they can facilitate research in MOOCs.
A General Framework to Enhance Fine-tuning-based LLM Unlearning (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to remove copyrighted and privacy-sensitive data from Large Language Models (LLMs) have been proposed to remove specific data from LLMs without requiring full retraining.
Approach: They propose a general framework that enhances the utility of fine-tuning-based methods by distinguishing target data and suppressing related generations.
Outcome: The proposed framework improves the unlearning and utility of fine-tuning-based methods by distinguishing the target data and suppressing related generations.
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.
Cross-Document Cross-Lingual NLI via RST-Enhanced Graph Fusion and Interpretability Prediction (2025.emnlp-main)

Copied to clipboard

Challenge: Despite the development of many subdirections, Cross-Document Cross-Lingual NLI remains largely unexplored.
Approach: They propose a novel paradigm that extends traditional NLI capabilities to multi-document, multilingual scenarios by integrating RST-enhanced graph fusion with interpretability-aware prediction.
Outcome: The proposed method improves on existing models and document-level NLI to multi-document, multilingual scenarios.
S2LPP: Small-to-Large Prompt Prediction across LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: a small model can be used to select effective prompt templates for a larger model.
Approach: They propose a method to use a smaller model to select effective prompt templates for a larger model.
Outcome: The proposed method significantly reduces the cost of prompt engineering while matching performance with optimal prompts among candidates.
Speech-to-Speech Translation with Discrete-Unit-Based Style Transfer (2024.acl-srw)

Copied to clipboard

Challenge: Existing methods to translate spoken utterances from one language to another are unable to preserve speaker timbre of source speech.
Approach: They propose a pipeline with style-transfer capability on the basis of self-supervised speech representations and codec units.
Outcome: The proposed model achieves zero-shot cross-lingual style transfer on previously unseen source languages.
Zoom Out and Observe: News Environment Perception for Fake News Detection (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for fake news detection "zoom in" to verify content with knowledge sources or check readers’ replies to posts but neglect information in the external news environment where a fake news post is created and disseminated.
Approach: They propose a framework to capture news environment signals and a module to perceive useful signals and assist final prediction.
Outcome: The proposed framework can improve the performance of basic fake news detectors by capturing the environmental signals of news posts and analyzing the results.
Pruning via Merging: Compressing LLMs via Manifold Alignment Based Layer Merging (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for parameter pruning fail to utilize the knowledge from pruned parameters.
Approach: They propose a method that uses manifold learning and the Information Bottleneck measure to merge similar layers to preserve model performance.
Outcome: The proposed method outperforms pruning methods on multiple datasets and LLMs with quantization and achieves substantial compression ratios.
Powering Comparative Classification with Sentiment Analysis via Domain Adaptive Knowledge Transfer (2021.emnlp-main)

Copied to clipboard

Challenge: Comparative Preference Classification (CPC) is a natural language processing task that predicts whether a preference comparison exists between two entities in a given sentence .
Approach: They propose a sentiment analyzer that learns sentiments to individual entities via domain adaptive knowledge transfer.
Outcome: Experiments on the CompSent-19 dataset present a significant improvement on the F1 scores over the best existing CPC approaches.
COVID-19 Literature Knowledge Graph Construction and Drug Repurposing Report Generation (2021.naacl-demos)

Copied to clipboard

Challenge: a new framework to digest relevant biomedical knowledge is needed to combat COVID-19 . quantity of research results is a bottleneck, and false information promoted in publications .
Approach: a team of researchers has developed a framework to extract multimedia knowledge elements from scientific literature to combat COVID-19.
Outcome: a new framework extracts fine-grained multimedia knowledge elements from scientific literature . it provides detailed contextual sentences, subfigures, and knowledge subgraphs as evidence . the framework is based on a case study of drug repurposing .
LM2Protein: A Structure-to-Token Protein Large Language Model (2025.findings-emnlp)

Copied to clipboard

Challenge: RNA-binding proteins are critical for various molecular functions, relying on their precise tertiary structures.
Approach: They propose a method to integrate protein 3D structural data within a sequence processing framework.
Outcome: The proposed method achieves high sequence recovery in inverse folding and protein-conditioned RNA design.
Dynamic Model-Bank Test-Time Adaptation for Automatic Speech Recognition (2025.emnlp-main)

Copied to clipboard

Challenge: Existing ASR TTA methods struggle with instability under continual and long-term distribution shifts.
Approach: They propose a continuous adaptive model-bank framework that adapts to domain shifts in ASR test-time scenarios.
Outcome: Experiments on diverse, continuously shifting ASR benchmarks show that DMSUTA outperforms existing continual TTA baselines.
Continuity of Topic, Interaction, and Query: Learning to Quote in Online Conversations (2020.emnlp-main)

Copied to clipboard

Challenge: Quotations are crucial for successful explanations and persuasions in interpersonal communications.
Approach: They propose to use an encoder-decoder neural framework to continue the context with a quotation via language generation to capture latent topics, interactions with the dialogue history, and coherence to the existing contents.
Outcome: The proposed model outperforms state-of-the-art models on two large-scale datasets in English and Chinese and shows that topic, interaction, and query consistency are helpful to learn how to quote in online conversations.
LongReD: Mitigating Short-Text Degradation of Long-Context Large Language Models via Restoration Distillation (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have extended context windows through scaling positional encodings and lightweight continual pre-training, but performance degradation is still not fully explored.
Approach: They propose a novel approach to reduce short-text performance degradation by minimizing distribution drift in hidden states and attention scores.
Outcome: The proposed approach minimizes the distribution discrepancy between the extended and original models while maintaining or even enhancing the model's long-context abilities.
C3KG: A Chinese Commonsense Conversation Knowledge Graph (2022.findings-acl)

Copied to clipboard

Challenge: Existing commonsense knowledge bases organize tuples in an isolated manner, causing problems for chatbots .
Approach: They create a Chinese commonsense conversation knowledge graph which integrates social commonsensm and dialog flow information.
Outcome: The proposed graph incorporates social commonsense knowledge and dialog flow information.
CMD: a framework for Context-aware Model self-Detoxification (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods of text detoxification fail to achieve a decent balance between effectiveness and generation quality.
Approach: They propose a text detoxification framework that pays attention to both context and detoxification process.
Outcome: Experiments on various LLMs show that the proposed framework can yield the best performance compared to baselines.
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.
SUN: Exploring Intrinsic Uncertainties in Text-to-SQL Parsers (2022.coling-1)

Copied to clipboard

Challenge: Existing methods that learn from multiple semantically-equivalent questions are limited to one-to-one mapping .
Approach: They propose a constraint to explore the underlying complementary semantic information among multiple semantically-equivalent questions and learn robust feature representations with reduced spurious associations.
Outcome: The proposed method outperforms strong competitors and achieves state-of-the-art results on five benchmark datasets.
Aspect-Category Enhanced Learning with a Neural Coherence Model for Implicit Sentiment Analysis (2023.findings-emnlp)

Copied to clipboard

Challenge: Aspect-based sentiment analysis (ABSA) is a major research topic in NLP since social networking services have increased . but the recognition of implicit sentiments that do not contain obvious opinion words remains unexplored . elcom captures document-level coherence by using contrastive learning and sentence-level by a hypergraph .
Approach: They propose aspect-category enhanced learning with a neural coherence model . it captures document-level coherency by contrastive learning and sentence-level by a hypergraph .
Outcome: The proposed model captures document-level coherence by using contrastive learning and sentence-level by a hypergraph to mine opinions from explicit sentences to aid implicit sentiment classification.
RGL: A Simple yet Effective Relation Graph Augmented Prompt-based Tuning Approach for Few-Shot Learning (2022.findings-naacl)

Copied to clipboard

Challenge: Pre-trained language models (PLMs) are a good starting point for downstream applications, but it is difficult to generalize them to new tasks given a few labeled samples.
Approach: They propose to use Relation Graph augmented learning to improve the performance of few-shot natural language understanding tasks by rewriting the input sequence into a cloze question with masks.
Outcome: Extensive experiments show that Relation Graph augmented learning (RGL) improves performance of prompt-based tuning strategies.
T3-Vis: visual analytic for Training and fine-Tuning Transformers in NLP (2021.emnlp-demo)

Copied to clipboard

Challenge: Existing visual analytics tools have been shown to support the analysis and interpretation of deep learning models due to the inherent black-box nature of the models.
Approach: They propose to use visual analytic framework to help researchers understand the model's intrinsic properties and behaviours through interactive visualization.
Outcome: The proposed framework provides valuable insights about the model’s intrinsic properties and behaviours through interactive visualization and a suite of built-in algorithms.
A Structure-Aware Argument Encoder for Literature Discourse Analysis (2022.coling-1)

Copied to clipboard

Challenge: Existing research for argument representation learning treats tokens in sentences equally and ignores the implied structure information of argumentative context.
Approach: They propose to separate tokens into two groups to capture structural information of arguments and to incorporate paragraph-level position information into the model.
Outcome: The proposed model captures structural information of arguments and is able to identify arguments automatically.
EmoCharacter: Evaluating the Emotional Fidelity of Role-Playing Agents in Dialogues (2025.naacl-long)

Copied to clipboard

Challenge: EmoCharacter evaluates emotional fidelity of role-playing agents in dialogues . current evaluations focus on personality fidelity, tone imitation, and knowledge consistency .
Approach: They propose a benchmark to assess emotional fidelity of role-playing agents in dialogues using large language models.
Outcome: The proposed benchmark measures emotional fidelity of role-playing agents and the characters they portray.
Correct When Paired, Wrong When Split: Decoupling and Editing Modality-Specific Neurons in MLLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing knowledge editing paradigms suffer from editing decoupling failures . entity knowledge is sequestered into disentangled modality-specific pathways .
Approach: They propose a method that explicitly disentangles and localizes modality-specific neuron groups for targeted knowledge.
Outcome: The proposed method outperforms baselines in reliability and consistency while preserving model locality.
LLMs for Now, Fine-Tuning for Later: An Ensemble Approach to Data Drift in Domain-Specific Tasks (2026.acl-srw)

Copied to clipboard

Challenge: Deploying machine learning models in domain-specific scenarios is challenged by data drift and the scarcity of expert annotations.
Approach: They propose a system that combines an LLM, an AL-assisted compact model and an automatic switch module to assist the active learning process.
Outcome: The proposed system achieves 96–98% switch accuracy and outperforms both models used alone.
Sentient Agent as a Judge: Evaluating Higher-Order Social Cognition in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have evolved from statistical sequence predictors to sophisticated autonomous agents capable of reasoning, planning, and sustaining multi-turn conversa-tions.
Approach: They propose a system that instantiates a "Sentient Agent" that simulates human-like emotional changes and inner thoughts to provide a more realistic evaluation of the model in multi-turn conversations.
Outcome: The proposed framework measures the agent's higher-order social cognition in multi-turn conversations.
AprilE: Attention with Pseudo Residual Connection for Knowledge Graph Embedding (2020.coling-main)

Copied to clipboard

Challenge: Existing knowledge graph embedding methods are difficult to model diverse relational patterns, especially symmetric and antisymmetric relations.
Approach: They propose a model which employs triple-level self-attention and pseudo residual connection to model relational patterns.
Outcome: The proposed model significantly outperforms state-of-the-art models on public datasets on symmetric and antisymmetric relations.
BPO: Towards Balanced Preference Optimization between Knowledge Breadth and Depth in Alignment (2025.naacl-long)

Copied to clipboard

Challenge: Reinforcement Learning with Human Feedback (RLHF) is the key to the success of large language models (LLMs) in recent years.
Approach: They propose a method to balance the number of prompts and responses to improve knowledge breadth and knowledge depth by introducing gradient-based clustering to estimate the knowledge informativeness and usefulness of each augmented sample.
Outcome: The proposed method outperforms baseline methods while maintaining training efficiency.

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