Papers by Liu Yu

724 papers
Verified Critical Step Optimization for LLM Agents (2026.findings-acl)

Copied to clipboard

Challenge: Critical Step Optimization (CSO) focuses preference learning on verified critical steps where alternative actions demonstrably flip task outcomes from failure to success.
Approach: They propose a method which focuses preference learning on verified critical steps where alternative actions demonstrably flip task outcomes from failure to success.
Outcome: The proposed method outperforms the existing methods on GAIA-Text-103 and XBench-DeepSearch while requiring supervision at only 16% of trajectory steps.
Multimodal Fusion and Coherence Modeling for Video Topic Segmentation (2025.findings-acl)

Copied to clipboard

Challenge: Traditional video topic segmentation methods struggle to discern topical transitions . supervised approaches have improved performance on video action or scene segmentation .
Approach: They propose a new task for video topic segmentation that enhances multimodality alignment and fusion by exploring different architectures using Cross-Attention and Mixture of Experts.
Outcome: The proposed model improves on educational videos, in the form of lectures . it combines cross-attention and mixture of experts to strengthen multimodality alignment and fusion .
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.
Through the MUD: A Multi-Defendant Charge Prediction Benchmark with Linked Crime Elements (2024.acl-long)

Copied to clipboard

Challenge: Existing charge prediction datasets focus on single-defendant cases, but real-world cases involve multiple defendants.
Approach: They propose a benchmark that encompasses legal cases involving multiple defendants . they develop an interpretable model called EJudge that incorporates crime elements and legal rules to infer charges.
Outcome: The proposed model outperforms state-of-the-art models in predicting crime charges while providing corresponding rationales.
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.
ParaSuite: Boosting LLM Reasoning via Paradox Resolution (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for paradox research focus on checking basic logical consistency and not reflective reasoning.
Approach: They propose a pipeline dedicated to paradox research that automates data synthesis, evaluation, and training.
Outcome: The proposed pipeline improves paradoxical and general STEM reasoning.
Augmenting Multi-Turn Text-to-SQL Datasets with Self-Play (2022.findings-emnlp)

Copied to clipboard

Challenge: Numerous architectures and pretraining methods have been proposed for context-dependent text-to-SQL, but the size of the datasets used has been limited due to the high cost of annotating multi-turn dialogue and SQL pairs.
Approach: They propose to augment training datasets using self-play which leverages contextual information to synthesize new interactions to adapt the model to new databases.
Outcome: The proposed model improves accuracy on SParC and CoSQL, two widely used cross-domain text-to-SQl datasets.
AGD: Adversarial Game Defense Against Jailbreak Attacks in Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing defenses, including post-training alignment and prompt engineering, struggle with adaptability to out-of-distribution (OOD) attacks.
Approach: They propose an adversarial game-based defense method that dynamically adjusts LLMs’ internal representations to achieve a balanced trade-off between helpfulness and harmlessness.
Outcome: The proposed method improves LLMs’ safety over all baselines.
From Selection to Refinement: Iterative Optimization for Instruction Data (2026.acl-long)

Copied to clipboard

Challenge: Existing methods to optimize instruction tuning datasets face two main challenges: unreasonable pruning of potentially valuable low-quality data and the persistence of noise or semantic drift during revision.
Approach: They propose an automated iterative framework for instruction data optimization that prunes low-quality data and refines low quality data using feedback-driven iteration.
Outcome: The proposed framework outperforms state-of-the-art methods on seven public benchmark datasets with high data efficiency.
SumSurvey: An Abstractive Dataset of Scientific Survey Papers for Long Document Summarization (2024.findings-acl)

Copied to clipboard

Challenge: a growing need for long document summarization datasets with 16k input is causing problems.
Approach: They propose to use a dataset to analyze salient information in long document summarizations.
Outcome: The proposed dataset outperforms existing models and LLMs in the distribution form of salient information and the distribution of salinal information is an indicator of quality.
DSP: Discriminative Soft Prompts for Zero-Shot Entity and Relation Extraction (2023.findings-acl)

Copied to clipboard

Challenge: Prompt-based methods have shown their efficacy in transferring general knowledge within pre-trained language models (PLMs) however, when applied to zero-shot entity and relation extraction, they struggle with the limited coverage of verbalizers to labels and the slow inference speed.
Approach: They propose a method which reformulates zero-shot tasks into token discrimination tasks without having to construct verbalizers.
Outcome: The proposed method outperforms baselines on two zero-shot entity recognition datasets with higher inference speed and achieves 7.5% improvement over previous state-of-the-art models on Wiki-ZSL and FewRel.
Improving Long Document Topic Segmentation Models With Enhanced Coherence Modeling (2023.emnlp-main)

Copied to clipboard

Challenge: Recent supervised neural models have greatly promoted the development of topic segmentation, but the deeper relationship between coherence and topic segmenting is underexplored.
Approach: They propose to use topic-aware Sentence Structure Prediction and Contrastive Semantic Similarity Learning to capture coherence from logical structure and semantic similarity perspectives to further improve topic segmentation performance.
Outcome: The proposed approach outperforms state-of-the-art methods on WIKI-727K and achieves an average relative reduction of 4.3% on Pk on WikiSection.
Hallucination Diversity-Aware Active Learning for Text Summarization (2024.naacl-long)

Copied to clipboard

Challenge: Existing methods for alleviating hallucinations require costly human annotations . Existing approaches focus on a specific type of hallucinism, which limits their effectiveness .
Approach: They propose a method to detect hallucinations from errors in semantic frame, discourse and content verifiability in LLM summarization using HAllucination Diversity-Aware Sampling.
Outcome: The proposed framework reduces the need for costly human annotations to correct hallucinations in LLM outputs.
PTCSpell: Pre-trained Corrector Based on Character Shape and Pinyin for Chinese Spelling Correction (2023.findings-acl)

Copied to clipboard

Challenge: Chinese spelling correction (CSC) is a task which detects incorrect characters in Chinese text and corrects them.
Approach: They propose to pre-train a Chinese spelling correction corrector under the detector-corrector architecture and propose to capture pronunciation and shape information in Chinese characters.
Outcome: The proposed corrector achieves an average of 5.8% F1 improvements over state-of-the-art methods, verifying its effectiveness.
When Reasoning Meets Information Aggregation: A Case Study with Sports Narratives (2024.emnlp-main)

Copied to clipboard

Challenge: Using sports data, an LLM can analyze sports narratives to infer points from actions, identify related entities, attribute points accurately to players and teams, and draw conclusions.
Approach: They propose a method to synthesize NBA basketball game narratives using real NBA basketball data and propose 'SportsGen' they find that most models fail to accurately aggregate basketball scores due to frequent scoring patterns and open-source models suffer from significant score hallucinations.
Outcome: The proposed method can evaluate LLMs’ reasoning capabilities under complex scenarios with varying narrative lengths and density of information.
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.
ESGenius: Benchmarking LLMs on Environmental, Social, and Governance (ESG) and Sustainability Knowledge (2025.emnlp-main)

Copied to clipboard

Challenge: ESGenius is a comprehensive benchmark for evaluating Large Language Models on ESG and sustainability knowledge.
Approach: They introduce ESGenius, a benchmark for evaluating and enhancing ESG proficiency . they use a rigorous two-stage evaluation protocol and a repository of foundational frameworks .
Outcome: ESGenius is a benchmark for evaluating and enhancing the proficiency of Large Language Models (LLMs) in ESG and sustainability-focused question answering.
RSMeM: Knowledge-Enhanced Memory Evolution for Remote Sensing Agents with Systematic Evaluation (2026.acl-long)

Copied to clipboard

Challenge: Existing RS agents built on general-purpose LLMs are domain-agnostic, resulting in brittle and error-prone workflows.
Approach: They propose a knowledge-enhanced memory evolution mechanism that bootstraps RS agents with pre-distilled domain knowledge and iteratively integrates online experience for robust multi-step tool execution.
Outcome: Experiments show that the new model improves tool-use performance and accuracy . iteratively, iteration of the model integrates online experience for robust multi-step tool execution .
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.
On the Universal Truthfulness Hyperplane Inside LLMs (2024.emnlp-main)

Copied to clipboard

Challenge: Recent studies have explored hallucinations through the lens of internal representations, proposing mechanisms to decipher LLMs’ adherence to facts.
Approach: They propose to train a universal truthfulness hyperplane that distinguishes the model’s factually correct and incorrect outputs on a diverse collection of over 40 datasets and examine its cross-task, cross-domain, and in-domain generalization.
Outcome: The proposed model is able to distinguish factual outputs from incorrect outputs on a diverse collection of over 40 datasets.
Automatic Label Sequence Generation for Prompting Sequence-to-sequence Models (2022.coling-1)

Copied to clipboard

Challenge: Prompting has shown to be sample efficient compared to fine-tuning with pre-trained models.
Approach: They propose a fully automatic prompting method that uses natural language prompts on sequence-to-sequence models and a beam search method to generate a large amount of label sequence candidates.
Outcome: The proposed method significantly outperforms other no-manual-design methods on single label words and generates large amount of label sequence candidates.
Annotations Are Not All You Need: A Cross-modal Knowledge Transfer Network for Unsupervised Temporal Sentence Grounding (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing work on temporal sentence grounding rely on expensive video-query paired annotations . despite this, there are no ground-truth annotations in the current work .
Approach: They propose to use paired video-query and segment boundary annotations to generate temporal sentence grounding without training.
Outcome: The proposed model outperforms existing unsupervised methods and beats supervised ones on two challenging datasets.
Cross-Lingual Cross-Modal Consolidation for Effective Multilingual Video Corpus Moment Retrieval (2022.findings-naacl)

Copied to clipboard

Challenge: Existing multilingual video corpus moment retrieval methods are based on a two-stream structure.
Approach: They propose a multilingual video corpus moment retrieval task that uses a two-stream structure to generate a query-visual similarity and a subtitle stream exploits the query-subtitle similarity.
Outcome: The proposed method improves accuracy on a large-scale video corpus moment retrieval dataset.
Leveraging Unit Language Guidance to Advance Speech Modeling in Textless Speech-to-Speech Translation (2025.findings-acl)

Copied to clipboard

Challenge: Existing textless speech-to-speech translation models have two main challenges: 1) learning cross-modal features and 2) learning alignment of difference languages in long sequences.
Approach: They propose a unit language to overcome two main modeling challenges . they propose task prompt modeling to utilize the unit language in guiding the modeling process.
Outcome: The proposed language improves over a strong baseline and achieves comparable performance to models trained with text.
Hierarchical Memory Organization for Wikipedia Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for generating Wikipedia articles do not utilize memory directly for outline generation.
Approach: They propose a method to generate Wikipedia articles autonomously by leveraging a hierarchical memory architecture.
Outcome: The proposed framework outperforms baseline methods in producing informative and reliable articles.
DynamixSFT: Dynamic Mixture Optimization of Instruction Tuning Collections (2026.findings-acl)

Copied to clipboard

Challenge: Several studies rely on additional models to optimize mixtures.
Approach: They propose a method that dynamically optimizes instruction-tuning dataset mixtures by prior-scaled Boltzmann Exploration and a multi-armed bandit setup.
Outcome: The proposed method improves the TÜLU-2-mixture and TÜLO-3-mixtures across 10 benchmarks while introducing minimal computational overhead over naive sampling.
Pre-training Multi-task Contrastive Learning Models for Scientific Literature Understanding (2023.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained language models (LMs) have shown effectiveness in literature understanding tasks, especially when tuned via contrastive learning.
Approach: They propose a multi-task contrastive learning framework that enables common knowledge sharing across different scientific literature understanding tasks while preventing task-specific skills from interfering with each other.
Outcome: The proposed framework outperforms state-of-the-art pre-trained language models on a comprehensive dataset.
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.
Beyond the Leaderboard: Rethinking Medical Benchmarks for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are proving significant potential in healthcare, prompting numerous benchmarks to evaluate their capabilities.
Approach: They propose a framework that deconstructs benchmark development into five stages from design to governance and provides a checklist of 46 medically-tailored criteria.
Outcome: The framework deconstructs benchmark development into five stages from design to governance and provides a comprehensive checklist of 46 medically-tailored criteria.
Self-Taught Agentic Long Context Understanding (2025.acl-long)

Copied to clipboard

Challenge: Extensive experiments across seven long-context tasks demonstrate that AgenticLU significantly outperforms state-of-the-art prompting methods and specialized long-consumer LLMs.
Approach: They propose a framework to enhance an LLM's understanding of long-context questions by integrating targeted self-clarification with contextual grounding within an agentic workflow.
Outcome: The proposed framework outperforms state-of-the-art prompting methods and specialized long-context LLMs in seven long-constitut tasks.
Hierarchical Acoustic-Semantic Modeling: Modality Separation and Semantic Coherence for Full-Duplex SLMs (2026.acl-long)

Copied to clipboard

Challenge: despite significant progress, full-duplex SLMs are constrained by severe modality interference, authors say . modality interferes with acoustic and semantic modeling, making them unintelligent and unnatural . authors propose a hierarchical parameter separation strategy that decouples conflicting modalities in deep layers .
Approach: They propose a hierarchical parameter separation strategy that decouples conflicting modalities in deep layers while preserving cross-modality coherence via a dedicated semantic alignment channel.
Outcome: The proposed method significantly advances the state of the art on full-duplex benchmarks . it decouples conflicting modalities in deep layers while preserving cross-modality coherence .
HTMuon: Improving Muon via Heavy-Tailed Spectral Correction (2026.findings-acl)

Copied to clipboard

Challenge: Muon’s orthogonalized update rule suppresses the emergence of heavy-tailed weight spectra and over-emphasizes the training along noise-dominated directions.
Approach: They propose to preserve Muon's ability to capture parameter interdependencies while producing heavier-tailed updates and inducing heavier-tail weight spectra.
Outcome: The proposed algorithm suppresses the emergence of heavy-tailed weight spectra and over-emphasizes training along noise-dominated directions.
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.
FOLIO: Natural Language Reasoning with First-Order Logic (2024.emnlp-main)

Copied to clipboard

Challenge: Existing benchmarks for logical reasoning in large language models lack language naturalness or limited complexity.
Approach: They propose to use first-order logic annotations to evaluate logical reasoning capabilities of large language models.
Outcome: The proposed dataset evaluates the FOL reasoning ability of supervised fine-tuning on medium-sized language models.
Llama SLayer 8B: Shallow Layers Hold the Key to Knowledge Injection (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to augment pre-trained large language models require extensive computational efforts and massive data volumes, challenging the widespread accessibility of LLM research.
Approach: They propose a post-pretraining strategy of selectively enhancing shallow layers while pruning less effective deep ones to augment pretrained large language models.
Outcome: The proposed approach improves performance on the corpus of code & math and a legal corpus and is widely applicable.
EarlyBERT: Efficient BERT Training via Early-bird Lottery Tickets (2021.acl-long)

Copied to clipboard

Challenge: Large-scale pre-trained language models require enormous computational resources and long training time.
Approach: They propose an algorithm to reduce inference time and train large NLP models by slimming the self-attention and fully-connected sub-layers inside a transformer.
Outcome: The proposed algorithm achieves comparable performance to standard BERT with 35 45% less training time.
MenatQA: A New Dataset for Testing the Temporal Comprehension and Reasoning Abilities of Large Language Models (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have shown nearly saturated performance on many NLP tasks.
Approach: They construct multiple sensitive factors time QA which encompasses three temporal factors . they test current mainstream LLMs with different parameter sizes .
Outcome: The proposed model incorporates three temporal factors with 2,853 samples . the results show that LLMs fall behind smaller models on these factors .
VIVA+: Human-Centered Situational Decision-Making (2025.findings-emnlp)

Copied to clipboard

Challenge: Multimodal Large Language Models (MLLMs) show promising results in complex, human-centered environments, yet evaluating their capacity for nuanced, humanlike reasoning and decision-making remains challenging.
Approach: They introduce VIVA+, a cognitively grounded benchmark for evaluating the reasoning and decision-making of MLLMs in human-centered situations.
Outcome: The VIVA+ model is based on 1,317 real-world situations paired with 6,373 multiple-choice questions . it consists of three core abilities for decision-making: (1) Foundational Situation Comprehension, (2) Context-Driven Action Justification, and (3) Reflective Reasoning.
Few-shot Named Entity Recognition with Entity-level Prototypical Network Enhanced by Dispersedly Distributed Prototypes (2022.coling-1)

Copied to clipboard

Challenge: Existing prototypical networks for named entity recognition suffer from label dependency and tightly distributed prototypes, thus causing misclassifications.
Approach: They propose an Entity-level Prototypical Network enhanced by dispersedly distributed prototypes to build entity-level prototypes and distribute them dispersionally.
Outcome: The proposed system outperforms the previous models on two evaluation tasks and the Few-NERD settings in terms of overall performance.
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.
Analytical FFN-to-MoE Restructuring via Activation Pattern Analysis (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are fast but require expensive pre-training . a new approach to scale large language models into MoEs reduces inference costs .
Approach: They propose an analytical post-training framework that rapidly restructures FFNs into sparse MoE architectures using only a small calibration dataset.
Outcome: The proposed framework outperforms existing methods on a small calibration dataset.
ProvBench: A Benchmark of Legal Provision Recommendation for Contract Auto-Reviewing (2025.acl-long)

Copied to clipboard

Challenge: Contract review is labor-intensive, time-consuming, and costly . a benchmark is proposed to detect potential legal conflicts .
Approach: They propose a benchmark for legal provision recommendation and conflict detection for contract auto-reviewing which aims to recommend the legal provisions related to contract clauses and detect possible legal conflicts.
Outcome: The proposed task recommends legal provisions related to contract clauses and detects legal conflicts.
Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning (2025.coling-main)

Copied to clipboard

Challenge: Large language models generate convincing, fluent explanations, but they often generate inconsistent explanations on different inputs.
Approach: They propose a method that adapts large language models to generate more consistent explanations on related examples.
Outcome: The proposed method yields a 10.0% relative explanation consistency improvement across a variety of question-answering datasets and generalizes to 7 out-of-distribution datasets not seen during finetuning (+4.5%)
OpenWebAgent: An Open Toolkit to Enable Web Agents on Large Language Models (2024.acl-demos)

Copied to clipboard

Challenge: OpenWebAgent integrates large language models and large multimodal models to improve web automation.
Approach: They propose to integrate large language models and large multimodal models into an open toolkit to optimize web automation.
Outcome: The open toolkit integrates both large language models (LLMs) and large multimodal models (LMMs) it enables the development of powerful, task-oriented web agents, significantly enhancing user experience and operational efficiency on the web.
Uncertainty-Aware Routing for Principled Alignment with MoE Dynamics (2026.acl-long)

Copied to clipboard

Challenge: Mixture-of-Experts (MoE) is a cornerstone for scaling LLMs, yet its training dynamics remain poorly understood, often leading to sub-optimal specialization.
Approach: They propose to use Helmholtz Free Energy and Router Entropy to study the MoE lifecycle and identify a universal Three-Stage Phase Transition .
Outcome: The proposed model reduces perplexity and improves expert distinctiveness, offering a principled path toward thermodynamically aligned computation.
Guided Knowledge Generation with Language Models for Commonsense Reasoning (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved notable success in commonsense reasoning tasks, benefiting from extensive world knowledge acquired through extensive pretraining.
Approach: They propose a method to generate knowledge explanations and to automatically assign labels based on the probability of correct answers.
Outcome: The proposed method outperforms baselines on four widely-used commonsense reasoning benchmarks and shows that it can generate high quality knowledge leading to correct answers.
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.
Unsupervised Dual Paraphrasing for Two-stage Semantic Parsing (2020.acl-main)

Copied to clipboard

Challenge: Existing semantic parsing frameworks rely on nontrivial human labor to generate canonical utterances.
Approach: They propose a framework that uses an unsupervised paraphrase model to parse canonical utterances.
Outcome: The proposed framework is effective and compatible with supervised training.
CoCo: Coherence-Enhanced Machine-Generated Text Detection Under Low Resource With Contrastive Learning (2023.emnlp-main)

Copied to clipboard

Challenge: Recent proposed methods fail to consider the linguistic structure of texts and lack the ability to handle the low-resource problem.
Approach: They propose a coherence-based contrastive learning model named CoCo to detect MGTs under low-resource scenario.
Outcome: The proposed model outperforms state-of-the-art methods on two datasets and two self-constructed datasets.
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.
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 .
Re-ViLM: Retrieval-Augmented Visual Language Model for Zero and Few-Shot Image Captioning (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for image-to-text generation store all knowledge within parameters, thus requiring computational-expensive fine-tuning.
Approach: They propose a Retrieval-augmented Visual Language Model that stores all the knowledge within parameters and can be used to retrieve it from the external database.
Outcome: The proposed model significantly boosts performance for image-to-text generation tasks with 4x less parameters compared with baseline methods.
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 .
Privacy in Action: Towards Realistic Privacy Mitigation and Evaluation for LLM-Powered Agents (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks for privacy performance of LLM agents are limited to static, simplified scenarios.
Approach: They propose a model-agnostic, contextual integrity based mitigation approach that effectively reduces privacy leakage from 36.08% to 7.30% on DeepSeek-R1 and from 33.06% to 8.32% on GPT-4o.
Outcome: The proposed approach reduces privacy leakage from 36.08% to 7.30% on DeepSeek-R1 and from 33.06% to 8.32% on GPT-4o while preserving task helpfulness.
Self-Powered LLM Modality Expansion for Large Speech-Text Models (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models exhibit remarkable performance across diverse tasks . however, these methods require significant resource demands and tend to overfit specific tasks.
Approach: They propose a self-powered LSM that leverages augmented automatic speech recognition data generated by the model itself for more effective instruction tuning.
Outcome: The proposed model mitigates speech anchor bias and improves the fusion of speech and text modalities in large language models.
Generating User-Engaging News Headlines (2023.acl-long)

Copied to clipboard

Challenge: Personalized news recommendation systems present the same headline to all users, making it difficult for them to understand the connection between their interests and the recommended article.
Approach: They propose a framework that incorporates user profiling to generate personalized headlines and a combination of automated and human evaluation methods to determine user preference for personalized headline generation.
Outcome: The proposed framework can generate personalized headlines that meet the needs of a diverse audience.
One Cognitive Loop Is Enough: SODA unlocks Pure-Text Spatial Reasoning in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing large language models (LLMs) lack visual input, leading to errors in basic numerical comparisons.
Approach: They propose a spatial OODA framework that integrates the OODAC cognitive loop into multiple control tasks and integrates it into LLMs.
Outcome: The proposed model significantly improves the spatial reasoning capabilities of large language models across multiple scenarios including SPOD-Bench, SPACE and applications.
ROSE: A Reward-Oriented Data Selection Framework for LLM Task-Specific Instruction Tuning (2025.findings-emnlp)

Copied to clipboard

Challenge: Prevailing methods for task-specific instruction tuning use similarity metrics to select training data . but instruction tuning loss often fails to exhibit a monotonic relationship with actual task performance .
Approach: They propose a task-specific instruction tuning method that leverages pairwise preference loss as a reward signal.
Outcome: The proposed method surpasses state-of-the-art methods for task-specific instruction tuning.
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.
Cooperative or Competitive? Understanding the Interaction between Attention Heads From A Game Theory Perspective (2025.acl-long)

Copied to clipboard

Challenge: a number of attention-based large language models (LLMs) focus on individual head contributions, but the precise interaction mechanisms between attention heads remain poorly understood.
Approach: They propose a game-theoretic attention calibration method that uses the Harsanyi dividend . they selectively retain heads demonstrating significant cooperative gains and apply fine-grained adjustments to remaining heads .
Outcome: The proposed framework is based on the Harsanyi dividend, a concept from cooperative game theory.
Subtle Errors in Reasoning: Preference Learning via Error-injected Self-editing (2025.acl-long)

Copied to clipboard

Challenge: Existing studies to improve mathematical ability typically involve applying preference learning to step-wise solution pairs, but they overlook critical subtle errors.
Approach: They propose a preference learning framework that injects predefined subtle errors into pivotal tokens to construct hard pairs for error mitigation.
Outcome: Extensive experiments show that the proposed framework improves on Qwen2-7B-Instruct and MATH with 4.5K training samples.
DeFine: Decision-Making with Analogical Reasoning over Factor Profiles (2025.findings-acl)

Copied to clipboard

Challenge: Large language models are ideal for decision-making, but they can be difficult to process when they are verbose and include repetition, hedging, and vagueness.
Approach: They propose a framework that constructs probabilistic factor profiles from complex scenarios and integrates them with analogical reasoning to guide LLMs in making decisions in new situations.
Outcome: The proposed framework separates the tasks of quantifying uncertainty and incorporating it into LLM decision-making.
TexSmart: A System for Enhanced Natural Language Understanding (2021.acl-demo)

Copied to clipboard

Challenge: TexSmart supports fine-grained named entity recognition (NER) Large-scale fine-granular entity types are expected to provide richer semantic information for downstream NLP applications.
Approach: They introduce TexSmart, a text understanding system that supports fine-grained named entity recognition (NER) and enhanced semantic analysis functionalities.
Outcome: The proposed system supports fine-grained named entity recognition (NER) and enhanced semantic analysis functions.
Know Your Place: Diagnosing Implicit Social Adaptation Failures in Chinese Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing studies suggest that failures of large language models in social contexts are not due to limited linguistic competence, but to inappropriate recognition.
Approach: They propose a framework that decomposes social adaptation into three orthogonal dimensions and conduct controlled comparisons across multiple Chinese LLMs under implicit and explicit conditions.
Outcome: The proposed framework decomposes social adaptation into three orthogonal dimensions and conducts controlled comparisons across multiple Chinese LLMs under implicit and explicit conditions.
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 .
Cluster-Former: Clustering-based Sparse Transformer for Question Answering (2021.findings-acl)

Copied to clipboard

Challenge: Existing models for encoding long sequences in deep learning suffer from high latency and memory demands.
Approach: They propose a clustering-based sparse Transformer framework to perform attention across chunked sequences.
Outcome: The proposed framework achieves state-of-the-art on several major QA benchmarks.
CHEF: A Pilot Chinese Dataset for Evidence-Based Fact-Checking (2022.naacl-main)

Copied to clipboard

Challenge: CHEF dataset provides evidence retrieval over non-English claims . e-fact-checking is a time-consuming task, which can take journalists several hours or days.
Approach: They construct a dataset of 10K real-world claims that is based on annotated evidence retrieved from the Internet.
Outcome: The proposed dataset provides evidence retrieval as a latent variable and can be used to train and reason over non-English claims.
FASPell: A Fast, Adaptable, Simple, Powerful Chinese Spell Checker Based On DAE-Decoder Paradigm (D19-55)

Copied to clipboard

Challenge: Existing spell checkers for Chinese are based on denoising autoencoder and decoder paradigms that require a small amount of data to be effective.
Approach: They propose a Chinese spell checker based on a new paradigm which consists of a denoising autoencoder and a decoder.
Outcome: The proposed spell checker is faster, more Adaptable to simplified and traditional Chinese texts and has a much simpler structure to be as much Powerful in error detection and correction.
Know-MRI: A Knowledge Mechanisms Revealer&Interpreter for Large Language Models (2025.acl-demo)

Copied to clipboard

Challenge: Existing interpretation methods only support tasks with specific inputs, limiting their practical applications.
Approach: They propose an extensible module that matches different input data with interpretation methods and consolidates the interpreting outputs.
Outcome: The proposed module can match different input data with interpretation methods and consolidate the interpreting outputs.
TABGEN-ICL: Residual-Aware In-Context Example Selection for Tabular Data Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to tabular data generation require fine-tuning, which is computationally expensive.
Approach: They propose a new in-context learning framework to prompt a fixed LLM with in-constitut examples to enhance the in-text learning ability of LLMs for tabular data generation.
Outcome: The proposed framework outperforms random selection strategies on five real-world tabular datasets and reduces error rate by 42.2% on fidelity metric.
Make-A-Voice: Revisiting Voice Large Language Models as Scalable Multilingual and Multitask Learners (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have been used for general-purpose interfaces across multiple tasks and languages.
Approach: They propose to use large language models as a general-purpose interface across multiple tasks and languages.
Outcome: The proposed model performs better on 200K hours of 6-language data for voice generation applications.
ESCP: Enhancing Emotion Recognition in Conversation with Speech and Contextual Prefixes (2024.lrec-main)

Copied to clipboard

Challenge: Emotion Recognition in Conversation (ERC) aims to analyze the speaker’s emotional state in a conversation.
Approach: They propose to combine a directed acyclic graph and contextual prefixes to model historical utterances in a conversation and incorporate a contextual prefixed containing sentiment and semantics of historical .
Outcome: The proposed model achieves state-of-the-art (SOTA) performance on several public benchmarks.
Pruning before Fine-tuning: A Retraining-free Compression Framework for Pre-trained Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Structured pruning is an effective technique for compressing pre-trained language models (PLMs), but it requires retraining, leading to additional computational overhead.
Approach: They propose a task-specific pruning framework that prunes redundant modules of pre-trained language models before fine-tuning them.
Outcome: The proposed pruning framework achieves higher performance on GLUE, SQUAD, WikiText-2, Wik-103, and PTB datasets while reducing the time required for fine-tuning.
Align2LLaVA: Cascaded Human and Large Language Model Preference Alignment for Multi-modal Instruction Curation (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in Multi-modal Large Language Models (MLLMs) introduce significant variability in data quality.
Approach: They propose to use human and LLM preference alignment to compress large corpus of machine-generated multimodal instructions into a compact and high-quality form.
Outcome: The proposed algorithm outperforms LLaVA-series models in MLLM benchmarks by 90% . it uses human and LLM preference alignment to compress a large dataset .
Rethinking Text-to-SQL: Dynamic Multi-turn SQL Interaction for Real-world Database Exploration (2026.findings-acl)

Copied to clipboard

Challenge: Structured Query Language (SQL) is the cornerstone for data-driven decision-making.
Approach: They propose a benchmark to rigorously evaluate Large Language Models within a dynamic interaction framework.
Outcome: The proposed benchmark aims to rigorously evaluate LLMs within a dynamic interaction framework.
DomBERT: Domain-oriented Language Model for Aspect-based Sentiment Analysis (2020.findings-emnlp)

Copied to clipboard

Challenge: Recent studies show that learning domain-specific language models are equally important for general-purpose and domain-based learning.
Approach: They propose a domain-oriented learning task that combine the benefits of both general and domain-specific worlds.
Outcome: The proposed task solves the problems in an aspect-based sentiment analysis task.
A Retrieve-and-Rewrite Initialization Method for Unsupervised Machine Translation (2020.acl-main)

Copied to clipboard

Challenge: Recent work shows successful methods for unsupervised machine translation (UMT) initialization stage is important since bad initialization may wrongly squeeze the search space and too much noise may hurt the final performance.
Approach: They propose a retrieval and rewriting based method to better initialize unsupervised translation models.
Outcome: The proposed method improves translation performance by over 4 BLEU scores.
Dynamic Sampling that Adapts: Self-Aware Iterative Data Persistent Optimization for Mathematical Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Current data selection paradigms rely on static, externally defined metrics, which fail to adapt to the evolving capabilities of models during training.
Approach: They propose a dynamic sampling framework that aligns training data with the model's intrinsic competence by iterating on real-time feedback.
Outcome: Extensive experiments on eight benchmarks show that SAI-DPO outperforms static baselines at most nearly 6 points, achieving state-of-the-art efficiency with significantly less data.
FastMem: Fast Memorization of Prompt Improves Context Awareness of Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models struggle with context awareness, leading to inaccuracies in tasks requiring faithful adherence to provided information.
Approach: They propose a method to enhance LLMs' context awareness by updating only the last Feed-Forward Network module to maximize the likelihood of the prompt before inference .
Outcome: The proposed method improves the accuracy of Llama 3-8B-Inst on the NQ-SWAP dataset from 59.1% to 71.6% and reduces the output structure failure rate of Qwen 1.5-4B-Chat from 34.9% to 25.5%.
Evaluating Generative Language Models in Information Extraction as Subjective Question Correction (2024.lrec-main)

Copied to clipboard

Challenge: Modern large language models (LLMs) perform poorly in elementary tasks like relation extraction and event extraction due to two issues in conventional evaluation methods.
Approach: They propose a method to evaluate large language models by incorporating a human annotation schema.
Outcome: The proposed evaluation method improves matching between model outputs and golden labels.
Noisy Multi-Label Text Classification via Instance-Label Pair Correction (2024.findings-naacl)

Copied to clipboard

Challenge: Noise is a significant challenge for machine learning models, especially deep learning models.
Approach: They propose a holistic selection metric that identifies noisy pairs while considering global loss information and instance-specific ranking information.
Outcome: The proposed approach significantly improves performance in noisy multi-label text classification tasks.
HiURE: Hierarchical Exemplar Contrastive Learning for Unsupervised Relation Extraction (2022.naacl-main)

Copied to clipboard

Challenge: Existing methods to extract relational feature signals from natural language sentences use self-supervised clustering and classification that cause gradual drift problems.
Approach: They propose a framework that derives hierarchical signals from relational feature space using cross hierarchy attention and effectively optimizes relation representation of sentences under exemplar-wise contrastive learning.
Outcome: The proposed framework can extract the relationship between entities from natural language sentences without prior knowledge on relation scope or distribution.
CoBa: Convergence Balancer for Multitask Finetuning of Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing multi-task learning approaches for large language models fall short due to computational intensive or lack of simultaneous task convergence.
Approach: They propose a new multi-task learning approach that dynamically adjusts task weights during the training process, ensuring that the validation loss of all tasks progresses towards convergence at an even pace.
Outcome: The proposed approach improves the performance of large language models by up to 13% compared to the second-best approaches.
Distilling Knowledge Learned in BERT for Text Generation (2020.acl-main)

Copied to clipboard

Challenge: Large-scale pre-trained language models such as BERT have revolutionized the state of the art in many language understanding tasks.
Approach: They propose a conditional masked language modeling approach to fine tune BERT on target generation tasks by imposing global sequence-level supervision on conventional Seq2Seq models.
Outcome: The proposed model outperforms strong Transformer baselines on multiple language generation tasks such as machine translation and text summarization.
WIKIGENBENCH:Exploring Full-length Wikipedia Generation under Real-World Scenario (2025.coling-main)

Copied to clipboard

Challenge: Existing efforts to generate Wikipedia articles for new events fall short of real-world application.
Approach: They propose a benchmark to generate Wikipedia articles for new events under real-world scenarios . they use systematic metrics and LLM-based metrics to assess verifiability, organization, and other aspects aligned with real-life scenarios.
Outcome: The proposed benchmarks show that hierarchical-based methods generate more comprehensive content while fine-tuned methods achieve better verifiability.
PDC & DM-SFT: A Road for LLM SQL Bug-Fix Enhancing (2025.coling-industry)

Copied to clipboard

Challenge: Existing code large language models focus on generating correct code, but struggle with bug repair.
Approach: They propose a set of methods to enhance LLM’s SQL bug-fixing abilities by combining a data set construction and a supervised bug-fixed learning approach.
Outcome: The proposed methods exceed current best performing model which size is much larger.
Locate, Steer, and Improve: A Practical Survey of Actionable Mechanistic Interpretability in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing literature on mechanistic interpretation (MI) treats it as an observational science, leaving practical applications underexplored.
Approach: They propose a survey structured around the pipeline to identify and improve MI models.
Outcome: The proposed framework enables tangible improvements in Alignment, Capability, and Efficiency.
Program Transfer for Answering Complex Questions over Knowledge Bases (2022.acl-long)

Copied to clipboard

Challenge: Program induction for complex questions over knowledge bases relies on a large number of parallel question-program pairs for the given KB, but the gold program annotations are usually lacking, making learning difficult.
Approach: They propose an approach to leverage program annotations on rich KBs as external supervision signals to aid program induction for low-resourced KB.
Outcome: The proposed approach outperforms SOTA methods on ComplexWebQuestions and WebQuestionSP.
Enriching Non-Autoregressive Transformer with Syntactic and Semantic Structures for Neural Machine Translation (2021.eacl-main)

Copied to clipboard

Challenge: Existing non-autoregressive models have boosted the efficiency of neural machine translation, but their performance is significantly worse than that of autoregressive counterparts.
Approach: They propose to incorporate syntactic and semantic structures among natural languages into a non-autoregressive Transformer for the task of neural machine translation.
Outcome: The proposed model achieves faster speed and keeps translation quality compared with other models.
Z-Code++: A Pre-trained Language Model Optimized for Abstractive Summarization (2023.acl-long)

Copied to clipboard

Challenge: Z-Code++ is a pre-trained language model optimized for abstractive text summarization.
Approach: They propose a pre-trained language model optimized for abstractive text summarization that uses a two-phase pre-training technique to improve model's performance.
Outcome: The proposed model outperforms the competing models on low-resource summarization tasks in zero-shot and few-shot settings.
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.
TeamLoRA: Boosting Low-Rank Adaptation with Expert Collaboration and Competition (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for fine-tuning are resource-efficient, but performance often falls short . a new approach, TeamLoRA, integrates collaborative and competitive modules to improve performance.
Approach: They propose to introduce task-specific LoRA as domain experts to improve learning efficiency . teamLoRA integrates collaborative and competition modules to improve model learning .
Outcome: Experiments show that TeamLoRA improves performance in multi-task learning . teamLorea integrates collaborative and competitive modules to improve performance .
Formally Specifying the Intended Behavior of the Program: LLM-Driven Neuro-Symbolic Program Specification Synthesis (2026.acl-demo)

Copied to clipboard

Challenge: Formal verification typically requires developers to write detailed formal specifications . a formal verification system that generates candidate specifications is costly and error-prone .
Approach: They propose an LLM-driven neuro-symbolic demonstration system that reframes specification writing as constrained structured synthesis.
Outcome: The proposed system reduces hallucinations and produces proof-ready annotations.
Beyond Noise: Characterizing Creative Potential in Unverifiable LLM Hallucinations (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models generate outputs that extend beyond established knowledge . prior work does not characterize the unverifiable space as a whole .
Approach: They propose a novelty-verifiability characterization that distinguishes Creative Synthesis from Groundless Fabrication by a conceptual creation task.
Outcome: The proposed model distinguishes Creative Synthesis (Region A) from Groundless Fabrication (Regium B) it shows that Region A is non-negligible and robust, persisting across generation strategies, models, domains, and embedding choices.
RoseRAG: Robust Retrieval-augmented Generation with Small-scale LLMs via Margin-aware Preference Optimization (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have impressive performance but face high computational costs and latency, limiting their deployment in resource-constrained settings.
Approach: They propose a robust RAG framework for large language models via Margin-aware Preference Optimization to enhance the accuracy and reliability of SLMs.
Outcome: The proposed framework surpasses state-of-the-art benchmarks on three open-domain question answering tasks.
The Microsoft Toolkit of Multi-Task Deep Neural Networks for Natural Language Understanding (2020.acl-demos)

Copied to clipboard

Challenge: MT-DNN is an open-source natural language understanding toolkit . it allows researchers and developers to train customized deep learning models .
Approach: They present MT-DNN, an open-source natural language understanding toolkit . it is designed to facilitate rapid customization for a broad spectrum of NLU tasks . MT supports multi-task knowledge distillation, which can substantially compress a deep neural model without significant performance drop.
Outcome: The proposed model can significantly compress a large model without significant performance drop.
NOVA-63: Native Omni-lingual Versatile Assessments of 63 Disciplines (2025.emnlp-main)

Copied to clipboard

Challenge: Existing multilingual benchmarks show severe drawbacks, such as overly translated content, the absence of difficulty control, and disciplinary imbalance, making the benchmarking process unreliable and showing low convincingness.
Approach: They propose a multilingual benchmark that integrates LLM-assisted formatting, expert quality verification, and multi-level difficulty screening to provide a comprehensive, difficult multilingual assessment.
Outcome: The proposed benchmark features 93,536 questions sourced from native speakers across 14 languages and 63 academic disciplines.
Distantly-Supervised Joint Extraction with Noise-Robust Learning (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to identifying entity pairs and relations with a single model are noisy . Existing methods only consider one source of noise or make decisions using external knowledge .
Approach: They propose a framework that aligns entity mentions with corresponding tags for joint extraction . they propose DENRL, which employs a lightweight transformer backbone for joint tagging .
Outcome: The proposed framework outperforms baseline models on two benchmark datasets with better interpretability.
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.
ReEval: Automatic Hallucination Evaluation for Retrieval-Augmented Large Language Models via Transferable Adversarial Attacks (2024.findings-naacl)

Copied to clipboard

Challenge: Existing static benchmarks do not guarantee that models can use the provided evidence for answering, which is essential to avoid hallucination when the required knowledge is new or private.
Approach: They propose to automatically perturb existing static one for dynamic evaluation by using a chatGPT framework and a set of open-domain QA datasets.
Outcome: The proposed framework generates new test cases on two open-domain QA datasets and is human-readable and useful to trigger hallucination in LLMs.
CLEAR: A Framework Enabling Large Language Models to Discern Confusing Legal Paragraphs (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing work focuses on enabling LLMs to leverage legal rules to tackle complex legal reasoning tasks, but ignores their ability to understand legal rules.
Approach: They propose a legal paragraph prediction task that aims to predict the legal paragraph given criminal facts and a framework CLEAR to enhance their legal reasoning ability.
Outcome: The proposed model improves the ability of LLMs to analyze legal cases with the guidance of legal rule insights.
CMoralEval: A Moral Evaluation Benchmark for Chinese Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Recent years have witnessed remarkable progress achieved by large language models in both natural language understanding and generation.
Approach: They propose a large benchmark CMoralEval for moral evaluation of Chinese LLMs . they use a Chinese TV program discussing Chinese moral norms and Chinese moral anomies based on various sources .
Outcome: The proposed dataset is characterized by diversity and authenticity.
Uncertainty-Aware Bootstrap Learning for Joint Extraction on Distantly-Supervised Data (2023.acl-short)

Copied to clipboard

Challenge: Existing approaches to extract entity pairs and their relations from labeled data are noisy and expensive.
Approach: They propose a bootstrap learning approach that is motivated by intuition that the higher the uncertainty of an instance, the more likely the model confidence is inconsistent with the ground truths.
Outcome: The proposed method outperforms baselines and related methods on two large datasets.
AdaptSum: Towards Low-Resource Domain Adaptation for Abstractive Summarization (2021.naacl-main)

Copied to clipboard

Challenge: State-of-the-art abstractive summarization models rely on extensive labeled data, which lowers their generalization ability on domains where such data are not available.
Approach: They propose to use domain adaptation methods to simulate the low-resource domain adaptation setting for abstractive summarization systems with existing datasets across six diverse target domains.
Outcome: The proposed model can be used to adapt to a low-resource domain adaptation setting.
Better Highlighting: Creating Sub-Sentence Summary Highlights (2020.emnlp-main)

Copied to clipboard

Challenge: Abstractive summarizations are considered to be less reliable because they distort the original meaning and can be confusing for readers.
Approach: They propose a method to generate summary highlights that are understandable on their own to avoid confusion.
Outcome: The proposed method allows summaries to be understood in context and avoids misdirecting readers to false conclusions.
Curriculum Pre-training for End-to-End Speech Translation (2020.acl-main)

Copied to clipboard

Challenge: End-to-end speech translation requires a powerful encoder to transcribe, understand and learn cross-lingual semantics simultaneously.
Approach: They propose a curriculum pre-training method that includes an elementary course for transcription learning and two advanced courses for understanding the utterance and mapping words in two languages.
Outcome: The proposed method improves on En-De and En-Fr speech translation benchmarks.
LLM×MapReduce-V3: Enabling Interactive In-Depth Survey Generation through a MCP-Driven Hierarchically Modular Agent System (2025.emnlp-demos)

Copied to clipboard

Challenge: Generating high-quality long-form survey articles poses significant challenges to AI Agent systems.
Approach: They propose a hierarchically modular agent system for long-form survey generation . they use atomic models to implement skeleton initialization, digest construction, and skelet refinement . human evaluations demonstrate system surpasses representative baselines .
Outcome: The proposed system surpasses representative baselines in both content depth and length, highlighting the strength of MCP-based modular planning.
MMRC: A Large-Scale Benchmark for Understanding Multimodal Large Language Model in Real-World Conversation (2025.acl-long)

Copied to clipboard

Challenge: Existing multimodal large language models lack the ability to memorize, recall, and reason in sustained interactions.
Approach: They propose a multimodal real-world conversation benchmark for evaluating open-ended abilities of multimodal large language models.
Outcome: The proposed benchmarks show that the models perform better in open-ended conversations.
Zero Pronoun Resolution with Attention-based Neural Network (C18-1)

Copied to clipboard

Challenge: Recent neural network methods for zero pronoun resolution use contextual information to encode the zero pronomins since they contain no actual content.
Approach: They propose a self-attention mechanism for encoding zero pronouns that focus on some informative parts of the associated texts and produce an efficient way of encode them.
Outcome: The proposed model significantly surpasses existing Chinese zero pronoun resolution baseline systems.
Uncertainty-Aware Test-Time Search for Optimization Problem Solving (2026.acl-long)

Copied to clipboard

Challenge: Language model hallucinations and limited availability of labeled datasets often result in misaligned formulations, code errors and feasibility failures.
Approach: They propose a Monte Carlo Tree Search framework that automates optimization problems from natural language descriptions with efficiency and reliability.
Outcome: The proposed framework achieves state-of-the-art solution accuracy and reduces token usage.
BrailleLLM: Braille Instruction Tuning with Large Language Models for Braille Domain Tasks (2025.emnlp-main)

Copied to clipboard

Challenge: Existing Braille research focuses on isolated tasks while mixed-content Braille tasks face data scarcity and ambiguities.
Approach: They propose a syntax tree-based augmentation method tailored for Braille data.
Outcome: The proposed method improves Braille translation, formula-to-Braille conversion, and mixed-text translation.
Tiny-NewsRec: Effective and Efficient PLM-based News Recommendation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing work fine tunes the PLM with the news recommendation task, which can cause a domain shift problem.
Approach: They propose a self-supervised method to adapt general PLM to news domain with a contrastive matching task between news titles and news bodies.
Outcome: The proposed method can improve both the effectiveness and efficiency of the large PLM-based news recommendation model while maintaining its performance.
Improving Chinese Grammatical Error Detection via Data augmentation by Conditional Error Generation (2022.findings-acl)

Copied to clipboard

Challenge: Chinese Grammatical Error Detection is a non-automatic method to detect grammatical errors in texts.
Approach: They propose a Conditional Non-Autoregressive Error Generation model for Chinese grammatical errors that uses a masking and prediction method to generate a context-dependent error.
Outcome: The proposed method achieves better performance than all compared data augmentation methods on the CGED-2018 and CGAD-2020 benchmarks.
Locomo-Plus: Beyond-Factual Cognitive Memory Evaluation Framework for LLM Agents (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks and evaluation protocols focus on surface-level factual recall.
Approach: They propose a benchmark for assessing cognitive memory under cue–trigger semantic disconnect.
Outcome: The proposed framework reveals failures not captured by existing benchmarks.
Augment before You Try: Knowledge-Enhanced Table Question Answering via Table Expansion (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to integrate external information into a given table neglect the structured nature of the table.
Approach: They propose a simple yet effective method to integrate external information into a given table by first building an augmenting table and then generating a SQL query over the two tables to answer the question.
Outcome: The proposed method outperforms strong baselines on three table QA benchmarks.
TransBench: Breaking Barriers for Transferable Graphical User Interface Agents in Dynamic Digital Environments (2025.findings-acl)

Copied to clipboard

Challenge: Existing GUI agents struggle to adapt to dynamic and interconnected nature of real-world digital environments, authors show .
Approach: They propose a benchmark to evaluate the transferability of GUI agents across three key dimensions . transBench includes 15 app categories with diverse functionalities .
Outcome: The proposed benchmark shows that existing GUI agents struggle to adapt to dynamic, interconnected environments.
Balancing Knowledge Breadth and Task Depth for Effective Domain Adaptation Fine-Tuning (2026.findings-acl)

Copied to clipboard

Challenge: a lack of knowledge breadth and task depth can hinder curriculum learning in domains such as medicine and finance.
Approach: They propose a two-dimensional curriculum learning framework that coordinates model training along two orthogonal axes: the knowledge dimension and the task dimension.
Outcome: The proposed framework improves accuracy on medical evaluations by 2.49% and on financial evaluations 1.2% compared with the second-best method.
SPAGBias: Uncovering and Tracing Structured Spatial Gender Bias in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are being used in urban planning but there is concern that they reproduce or amplify such biases.
Approach: They propose a framework to evaluate spatial gender bias in large language models . they use a taxonomy of 62 urban micro-spaces, a prompt library and three diagnostic layers .
Outcome: The proposed framework identifies structured gender-space associations that go beyond the public-private divide, forming nuanced micro-level mappings.
Attention Mechanism with Energy-Friendly Operations (2022.findings-acl)

Copied to clipboard

Challenge: Empirical results show that attention mechanism can be improved from the energy consumption aspects.
Approach: They propose to replace multiplications with either selective operations or additions to reduce energy consumption.
Outcome: The proposed model achieves competitable accuracy while saving 99% and 66% energy during alignment calculation and the whole attention procedure.
DIVKNOWQA: Assessing the Reasoning Ability of LLMs via Open-Domain Question Answering over Knowledge Base and Text (2024.findings-naacl)

Copied to clipboard

Challenge: Retrievalaugmented LLMs have been used to ground LLM in external knowledge . a gap exists in the current landscape regarding the effectiveness of grounding LLM on heterogeneous knowledge sources.
Approach: They propose a model that uses symbolic language to generate symbolic queries . they use a dataset that is generated using predefined reasoning chains and human annotation .
Outcome: The proposed model outperforms previous approaches by a significant margin in QA tasks over text.
Active Domain Knowledge Acquisition with 100-Dollar Budget: Enhancing LLMs via Cost-Efficient, Expert-Involved Interaction in Sensitive Domains (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated an impressive level of general knowledge, but often struggle in highly specialized domains due to the lack of expert knowledge.
Approach: They propose a framework to actively engage domain experts within a fixed budget to enhance domain-specific LLMs.
Outcome: The proposed framework improves LLMs in highly specialized domains while adhering to budget constraints.
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.
Identifying Factual Inconsistencies in Summaries: Grounding LLM Inference via Task Taxonomy (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies have focused on specialized BERT-variants and recent LLMs to reason inconsistencies.
Approach: They propose to incorporate task-specific taxonomy into inferences to facilitate both zero-shot and supervised paradigms.
Outcome: The proposed model outperforms specialized non-LLM and recent LLM models in a number of domains.
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.
PQR: Improving Dense Retrieval via Potential Query Modeling (2025.acl-long)

Copied to clipboard

Challenge: Existing training data is sparse, with each document associated with one or a few labeled queries.
Approach: They propose a training-free potential query retrieval framework to address this problem . they use a Gaussian mixture distribution to model all potential queries for a document .
Outcome: The proposed method is able to capture comprehensive semantic information from a document with multiple queries.
GDA: Generative Data Augmentation Techniques for Relation Extraction Tasks (2023.findings-acl)

Copied to clipboard

Challenge: Existing work adopts data augmentation techniques to generate pseudo-annotated sentences . existing methods neither preserve semantic consistency of original sentences nor preserve syntax structure of sentences when expressing relations using seq2seq models, resulting in less diverse augmentations.
Approach: They propose a dedicated augmentation technique for relational texts, named GDA, which uses two complementary modules to preserve both semantic consistency and syntax structures.
Outcome: The proposed technique can bring 2.0% F1 improvements in three datasets under low-resource setting.
P-FOLIO: Evaluating and Improving Logical Reasoning with Abundant Human-Written Reasoning Chains (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods on understanding the capabilities of LLMs in logical reasoning rely on binary entailment classification or synthetically derived rationales.
Approach: They propose to annotate a human-annotated dataset consisting of diverse and complex reasoning chains for a set of realistic logical reasoning stories also written by humans.
Outcome: The proposed model outperforms existing methods on understanding the capabilities of LLMs in logical reasoning by 10% or more.
kNN-ICL: Compositional Task-Oriented Parsing Generalization with Nearest Neighbor In-Context Learning (2024.naacl-long)

Copied to clipboard

Challenge: Recent advances in task-oriented parsing involve formulating the task as a sequence-to-sequence problem, relying on a wealth of labeled data.
Approach: They propose a task-oriented parsing framework that integrates nearest-neighbor learning with a nearest-nearest approach.
Outcome: The proposed model can be used to synthesize computer programs based on a natural-language prompt without additional data or specialized prompts.
BPP-Search: Enhancing Tree of Thought Reasoning for Mathematical Modeling Problem Solving (2025.acl-long)

Copied to clipboard

Challenge: Existing datasets in operations research domain lack detailed annotations of the modeling process, focusing only on objective values.
Approach: They propose an annotation-based tree-of-thought tree-based reasoning algorithm that integrates reinforcement learning into a tree- of-though.
Outcome: The proposed algorithm outperforms state-of-the-art methods on StructuredOR, NL4OPT, and MAMO-ComplexLP datasets.
RAG+: Enhancing Retrieval-Augmented Generation with Application-Aware Reasoning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing RAG paradigms often overlook the cognitive step of applying knowledge, leaving a gap between retrieved facts and task-specific reasoning.
Approach: They introduce a module extension that integrates application-aware reasoning into the RAG pipeline.
Outcome: Experiments show that RAG+ outperforms standard RAG variants and achieves gains of 3–5% in complex scenarios.
DiVISe: Direct Visual-Input Speech Synthesis Preserving Speaker Characteristics And Intelligibility (2025.findings-naacl)

Copied to clipboard

Challenge: Video-to-speech (V2S) synthesis requires acoustic hints to accurately reconstruct both speech content and speaker characteristics from video clips alone.
Approach: They propose a video-to-speech (V2S) model that predicts Mel-spectrograms directly from video frames.
Outcome: The proposed model outperforms existing models in acoustic intelligibility and preserves speaker-specific characteristics.
OpenEval: Benchmarking Chinese LLMs across Capability, Alignment and Safety (2024.acl-demos)

Copied to clipboard

Challenge: a rapid development of Chinese large language models poses big challenges for efficient LLM evaluation.
Approach: They propose an evaluation testbed that benchmarks Chinese LLMs across capability, alignment and safety.
Outcome: The evaluation platform OpenEval benchmarks Chinese LLMs across capability, alignment and safety.
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.
Zero-Shot Dialogue State Tracking via Cross-Task Transfer (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to training a dialogue state tracking model require extensive annotated dialogue data.
Approach: They propose to transfer cross-task knowledge from general question answering corpora to QA model that can handle zero-shot DST.
Outcome: The proposed model improves existing zero-shot and few-shot results on MultiWoz and shows better generalization ability in unseen domains.
Joint Goal Segmentation and Goal Success Prediction on Multi-Domain Conversations (2022.coling-1)

Copied to clipboard

Challenge: Existing metrics to measure the performance of conversational AI assistants are difficult to establish due to their slow nature.
Approach: They propose an automatic dialogue evaluation framework that performs goal segmentation and success prediction by adding multi-task learning heads.
Outcome: The proposed model achieves on-par with human annotation compared to a gold annotation benchmark.
Evaluating Multimodal Large Language Models on Video Captioning via Monte Carlo Tree Search (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks and evaluation protocols suffer from inadequate or homogeneous creation of key points, exorbitant cost of data creation, and limited evaluation scopes.
Approach: They propose an automatic framework which leverages Monte Carlo Tree Search to construct numerous and diverse descriptive sentences that thoroughly represent video content in an iterative way.
Outcome: The proposed framework improves MCTS-VCB and DREAM-1K on video captioning tasks by 25.0% and 16.3% respectively.
Revealing the Attention Floating Mechanism in Masked Diffusion Models (2026.findings-acl)

Copied to clipboard

Challenge: Masked diffusion models (MDMs) leverage bidirectional attention and a denoising process.
Approach: They investigate the attention behaviors of Masked diffusion models by revealing the phenomenon of Attention Floating.
Outcome: The proposed model doubles the performance of autoregressive models in knowledge-intensive tasks.
Agent Laboratory: Using LLM Agents as Research Assistants (2025.findings-emnlp)

Copied to clipboard

Challenge: Agent Laboratory is an autonomous LLM-based framework that can complete the entire research process.
Approach: Agent Laboratory is an autonomous LLM-based framework that can complete the entire research process.
Outcome: Agent Laboratory is an autonomous LLM-based framework that can complete the entire research process.
Multi-Turn Response Selection for Chatbots with Deep Attention Matching Network (P18-1)

Copied to clipboard

Challenge: Existing models for matching dialogue responses rely on semantic and functional dependencies . a recent study only uses the last utterance in context for matching a reply .
Approach: They propose a model that matches a response with its multi-turn context using attention.
Outcome: The proposed model outperforms the state-of-the-art models on two large-scale multi-turn response selection tasks.
ResoFilter: Fine-grained Synthetic Data Filtering for Large Language Models through Data-Parameter Resonance Analysis (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods for enhancing large language models lack clear metrics for evaluating data characteristics.
Approach: They propose a method that integrates models, data, and tasks to refine datasets.
Outcome: The proposed method achieves comparable results to full-scale fine-tuning using only half the data in mathematical tasks and exhibits strong generalization across different models and domains.
FLiText: A Faster and Lighter Semi-Supervised Text Classification with Convolution Networks (2021.emnlp-main)

Copied to clipboard

Challenge: obtaining large amounts of labeled data is expensive.
Approach: They develop a semi-supervised learning framework called FLiText which improves text classification accuracy.
Outcome: The proposed framework improves accuracy of lightweight models on IMDb, Yelp-5, and Yahoo! Answer . the framework improve accuracy by 6.59%, 3.94%, and 3.22% on the datasets of IMDa, Yep-5 and Yahoo. Answer compared with the fully supervised method on the full dataset .
Stabilizing Efficient Reasoning with Step-Level Advantage Selection (2026.findings-acl)

Copied to clipboard

Challenge: Large language models generate long and verbose reasoning traces at inference time . short context post-training alone induces substantial reasoning compression .
Approach: They propose a step-level advantage selection approach that reduces reasoning length by over 30% . they propose to use GRPO without any length-aware objective to train models in a shorter context window .
Outcome: The proposed approach reduces average reasoning length by over 30% while improving Pass@1 accuracy by 3.79 points over the strongest length-aware baseline.
Safety Alignment in NLP Tasks: Weakly Aligned Summarization as an In-Context Attack (2024.acl-long)

Copied to clipboard

Challenge: Recent developments in balancing usefulness and safety of large language models raise a critical question . current attacks, especially adversarial ones that manipulate malicious prompts, often aim to manipulate the input .
Approach: They show that LLMs can effectively summarize malicious long documents but often refuse to translate them.
Outcome: The findings highlight a vulnerability in LLMs that can't translate or summarize documents . the study focuses on LLM models, Gemini and GPT-4, which can' be exploited .
Multistage Fusion with Forget Gate for Multimodal Summarization in Open-Domain Videos (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for multimodal summarization for open-domain videos lack fine-grained interactions between multisource inputs.
Approach: They propose a multistage fusion network with a forget gate module to integrate multimodal information into a fluent textual summary.
Outcome: The proposed model achieves state-of-the-art on multiple encoder-decoder architectures and low noise transcripts.
Rethinking the Evaluation of In-Context Learning for LLMs (2024.emnlp-main)

Copied to clipboard

Challenge: Existing studies evaluate In-context learning methods based on task performance . however, this evaluation protocol overlooks the significant cost associated with the demonstration configuration process .
Approach: They propose a two-dimensional evaluation paradigm that considers both configuration costs and task performance.
Outcome: The proposed evaluation paradigm can be applied to any ICL method as a plugin.
Low-Resource Generation of Multi-hop Reasoning Questions (2020.acl-main)

Copied to clipboard

Challenge: Existing methods to generate valid and fluent questions from text are limited and insufficient for training.
Approach: They propose to generate multi-hop reasoning questions from the raw text in a low resource circumstance by deducing over multiple relations on several sentences in the text.
Outcome: The proposed model can be applied to the task of machine reading comprehension and achieve significant performance improvements.
ExpNote: Black-box Large Language Models are better Task Solvers with Experience Notebook (2023.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown great power in solving various tasks but fail in many specific tasks.
Approach: They propose a framework to help black-box LLMs better adapt to unfamiliar tasks by reflecting and noting experiences from training data and retrieving them from external memory during testing.
Outcome: The proposed framework improves the performance of black-box Large Language Models on multiple tasks and demonstrates that it is a good choice for the future.
Emotion Transfer with Enhanced Prototype for Unseen Emotion Recognition in Conversation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing research on emotion recognition in conversation does not reach a consensus on classification theories . despite this, there is no clear consensus on how to recognize previously unseen emotions in real-world applications.
Approach: They propose a prototype-based emotion transfer framework that can be used in real-world applications.
Outcome: The proposed framework shows promise but still faces key challenges in the field of emotion recognition in conversation.
Parameter Importance is Not Static: Evolving Parameter Isolation for Supervised Fine-Tuning (2026.acl-long)

Copied to clipboard

Challenge: Recent approaches to fine-tuning of large language models suffer from task interference and catastrophic forgetting.
Approach: They propose a fine-tuning framework that adapts isolation decisions based on online estimates of parameter importance.
Outcome: The proposed framework reduces interference and forgetting while releasing outdated parameters to recover plasticity.
ℛ3: Advertisement Compliance ℛectification via Group-ℛelative Experience Extractor and Curriculum ℛeinforcement (2026.acl-industry)

Copied to clipboard

Challenge: Existing methods of content moderation are infeasible due to over-editing and compromise the advertiser’s original semantic intent.
Approach: They propose a framework to harmonize compliance with original intent preservation that integrates a data-driven framework and a curriculum to enforce compliance while maximizing semantic consistency.
Outcome: The proposed framework outperforms state-of-the-art baselines on industrial datasets and on online A/B testing on industrial video.
Character-level White-Box Adversarial Attacks against Transformers via Attachable Subwords Substitution (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods to attack transformer models are not effective at character level, but they are a natural attack scenario.
Approach: They propose a character-level adversarial attack method against transformer models . they use a gradient-based method to find the most vulnerable words in a sentence .
Outcome: The proposed method outperforms previous methods on sentence-level and token-level tasks.
Learning Language-guided Adaptive Hyper-modality Representation for Multimodal Sentiment Analysis (2023.emnlp-main)

Copied to clipboard

Challenge: Multimodal Sentiment Analysis (MSA) is effective when using rich information from multiple sources, but the potential sentiment-irrelevant information across modalities may hinder the performance from being further improved.
Approach: They propose an Adaptive Language-guided Multimodal Transformer (ALMT) that learns an irrelevance/conflict-suppressing representation from visual and audio features under guidance of language features at different scales.
Outcome: The proposed model achieves state-of-the-art on several popular datasets and an abundance of ablation shows the effectiveness of the proposed model.
M-SENA: An Integrated Platform for Multimodal Sentiment Analysis (2022.acl-demo)

Copied to clipboard

Challenge: M-SENA is an open-source platform for multimodal sentiment analysis.
Approach: They propose to use a platform for multimodal sentiment analysis to facilitate advanced research by providing flexible toolkits, reliable benchmarks, and intuitive demonstrations.
Outcome: The proposed framework provides reliable benchmarks and baseline results of different modality features and MSA benchmarks.
KBAlign: Efficient Self Adaptation on Specific Textual Knowledge Bases (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for retrieval-augmented generation (RAG) are limited and fine-tuning incurs prohibitive costs of external signals.
Approach: They propose a self-supervised framework that enhances RAG systems through efficient model adaptation.
Outcome: The proposed framework achieves 90% of the performance gain obtained through GPT-4-supervised adaptation while relying entirely on self-annotation of much smaller models.
Judge as A Judge: Improving the Evaluation of Retrieval-Augmented Generation through the Judge-Consistency of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing evaluation metrics cannot fairly evaluate the outputs of RAG models during training and evaluation.
Approach: They propose a method which prompts LLMs to generate different judgments based on various combinations of judgment dimensions and utilizes the judge-consistency to evaluate these judgments.
Outcome: The proposed method generates more accurate evaluations for RAG models across different RAG model and datasets.
Two Streams, One Sarcasm: Orthogonal Expert Tuning for Holistic Multimodal Sarcasm Understanding (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for multimodal satirical cognition hinder evaluation of multimodal Sarcasm Understanding . lack of a unified benchmark for holistic satire cognition hampers evaluation of MSU .
Approach: They propose a framework to decouple experts into orthogonal shared perception and private execution streams to physically block gradient interference between tasks.
Outcome: The proposed framework achieves superior performance on DocMSU-PLUS.
Contrastive Distillation on Intermediate Representations for Language Model Compression (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods to compress language models use a simple L_2 loss to distill knowledge in the intermediate representations of a large BERT model to a smaller one.
Approach: They propose a method that uses knowledge distillation to distill knowledge through intermediate layers of the teacher via a contrastive objective.
Outcome: The proposed method outperforms state-of-the-art methods on the GLUE benchmark.
Knowledge Enhanced Fine-Tuning for Better Handling Unseen Entities in Dialogue Generation (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for dialogue generation use an external knowledge base to generate appropriate responses.
Approach: They propose to use an external knowledge base to generate appropriate responses for unseen entities.
Outcome: Experiments on two dialogue corpus show that pre-trained models perform poorly with unseen entities.
Why Supervised Fine-Tuning Fails to Learn: A Systematic Study of Incomplete Learning in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Incomplete learning is widespread and heterogeneous in large language models . authors identify five recurrent sources of incomplete learning: missing prerequisite knowledge, conflicts between SFT supervision and pre-training knowledge, internal inconsistencies within SFT data, left-side forgetting during sequential fine-tuning, and insufficient optimization for rare or complex patterns.
Approach: They propose a diagnostic-first framework that maps incomplete learning to causes . they identify five recurrent sources of incomplete learning: missing prerequisite knowledge, conflicts between supervision and pre-training knowledge, internal inconsistencies, left-side forgetting during sequential fine-tuning, and insufficient optimization for rare or complex patterns.
Outcome: The proposed framework maps incomplete learning to causes using observable training and inference signals.
Incorporating Global Information in Local Attention for Knowledge Representation Learning (2021.findings-acl)

Copied to clipboard

Challenge: Graph Attention Networks (GATs) are a promising model that takes advantage of localized attention mechanism to perform knowledge representation learning (KRL) on graph-structure data.
Approach: They propose to incorporate global information into the GAT family of models by using an attention-based global random walk algorithm.
Outcome: Experimental results on KG entity prediction against the state-of-the-arts demonstrate the effectiveness of the proposed model.
LLMInit: A Free Lunch from Large Language Models for Selective Initialization of Recommendation (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing algorithms for collaborative filtering are limited by their computational demands and latency.
Approach: They propose a framework to integrate pre-trained LLM embeddings into CF models through selective initialization strategies.
Outcome: The proposed framework improves recommendation performance while maintaining low computational costs.
FocalPO: Enhancing Preference Optimizing by Focusing on Correct Preference Rankings (2025.acl-short)

Copied to clipboard

Challenge: Efficient preference optimization algorithms such as Direct Preference Optimization (DPO) have become a popular approach in aligning large language models with human preferences.
Approach: They propose a preference optimization variant that instead down-weighs misranked preference pairs and prioritizes enhancing the model’s understanding of pairs that it can already rank correctly.
Outcome: The proposed model outperforms DPO on benchmarks like Alpaca Eval 2.0 and Arena-Hard using mistral-base-7B and Llama-3-Instruct-8B with the introduced hyperparameter fixed.
DART: Open-Domain Structured Data Record to Text Generation (2021.naacl-main)

Copied to clipboard

Challenge: Data-to-text annotations can be costly when dealing with tables with nontrivial structures.
Approach: They propose a procedure for extracting semantic triples from tables that encodes their structures by exploiting table headers and table title.
Outcome: The proposed method exploits the semantic dependencies between table headers and title to extract semantic triples from tables.
Curriculum Consistency Learning for Conditional Sentence Generation (2024.emnlp-main)

Copied to clipboard

Challenge: Consistency learning (CL) has proven to be a valuable technique for improving the robustness of conditional sentence generation models.
Approach: They propose a strategy that guides models to learn consistency in alignment with their current capacity to differentiate between features.
Outcome: The proposed strategy delivers +2.0 accuracy point improvement compared with vanilla IT and +0.7 COMET scores over traditional CL methods in MT tasks.
Integrating Semantics and Neighborhood Information with Graph-Driven Generative Models for Document Retrieval (2021.acl-long)

Copied to clipboard

Challenge: Existing methods for document hashing combine only one of semantics and neighborhood information, lacking a theoretical principle to guide the integration process.
Approach: They propose to encode neighborhood information with a graph-induced Gaussian distribution and integrate it with generative models.
Outcome: The proposed model can be trained as efficiently as state-of-the-art methods on benchmark datasets.
Enhancing Character-Level Understanding in LLMs through Token Internal Structure Learning (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) use tokenization methods but often obscure internal character structures within tokens.
Approach: They propose a method that improves models’ ability to capture character positions within tokens by training them on reverse character prediction tasks using the tokenizer’s vocabulary.
Outcome: Experiments show that the proposed method improves position prediction accuracy in large language models, enabling more precise identification of target characters in original text.
Towards Database-Free Text-to-SQL Evaluation: A Graph-Based Metric for Functional Correctness (2025.coling-main)

Copied to clipboard

Challenge: Existing metrics for evaluating functional correctness of SQL queries are prone to false positives due to inadequately prepared test databases.
Approach: They propose a graph-based metric that uses a relational operator tree to extract rich semantic information from the logical execution plan of SQL queries and embed it into a diagram.
Outcome: The proposed method eliminates the need for extensive test database preparation and performs graph matching on unseen SQL queries.
Ameli: Enhancing Multimodal Entity Linking with Fine-Grained Attributes (2024.eacl-long)

Copied to clipboard

Challenge: Experimental results show that understanding attributes of mentions from text descriptions and visual images plays a vital role in multimodal entity linking.
Approach: They propose to integrate attributes into multimodal entity linking using a text-image-based knowledge base.
Outcome: The proposed approach integrates attributes into disambiguation.
From What to Why: Improving Relation Extraction with Rationale Graph (2021.findings-acl)

Copied to clipboard

Challenge: Existing neural relation extraction models are limited by entity type and textual context.
Approach: They propose a novel RAtionale Graph to organize co-occurrence constraints among entity types, triggers and relations in a holistic graph view.
Outcome: The proposed method outperforms baselines significantly and achieves state-of-the-art performance on document-level and sentence-level RE benchmarks.
SEAD: A Surrogate-free Label-only Membership Inference Attack against Pre-trained LLMs with Semantic-Aware Density (2026.findings-acl)

Copied to clipboard

Challenge: Existing membership inference attacks require access to complete logits, but such access is often unavailable in real-world deployments where only the generated text is exposed.
Approach: They propose a surrogate-free label-only MIA approach that directly estimates token probabilities through Monte Carlo sampling of the target model.
Outcome: The proposed approach outperforms existing label-only attacks and serves as a foundational density estimator in the label-exclusive setting.
Exploiting Contextual Information via Dynamic Memory Network for Event Detection (D18-1)

Copied to clipboard

Challenge: Existing methods for event detection only process context once . a multi-hop mechanism to capture contextual information improves performance .
Approach: They propose to use dynamic memory network to capture contextual information . they propose to model event triggers by identifying word or phrase which most represents it .
Outcome: The proposed model achieves best F1 score compared to the state-of-the-art models.
Improving User Controlled Table-To-Text Generation Robustness (2023.findings-eacl)

Copied to clipboard

Challenge: In experiments, models perform well on test sets coming from the same distribution as the train data but their performance drops when evaluated on realistic noisy user inputs.
Approach: They propose a user controlled table-to-text generation task where users explore the content in a table by selecting cells and reading a natural language description thereof.
Outcome: The proposed model gains 4.85 BLEU points on user noisy test cases and 1.4 on clean test cases.
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.
ProphetNet: Predicting Future N-gram for Sequence-to-SequencePre-training (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing sequence-to-sequence models are optimized for future n-gram prediction and n stream self-attention mechanism.
Approach: They propose a self-supervised objective called future n-gram prediction and the proposed n stream self-attention mechanism to optimize the model for sequence-to-sequence learning.
Outcome: The proposed model achieves state-of-the-art on CNN/DailyMail, Gigaword, and SQuAD 1.1 benchmarks compared to the models using the same scale pre-training corpus.
TaoType: Predicting Fine-Grained Typing Intent for Faster Search (2026.acl-industry)

Copied to clipboard

Challenge: Large-scale industrial ranking systems operate under stringent real-time performance requirements.
Approach: They propose a client-side framework that determines whether a user’s query is complete at each typing . this method leverages client-based typing behavior for real-time early prediction .
Outcome: The proposed framework achieves offline precision/recall/accuracy of 0.7936/0.8196/0.7742 and decreases online response time by 640.5193.65 milliseconds.
ProcessBench: Identifying Process Errors in Mathematical Reasoning (2025.acl-long)

Copied to clipboard

Challenge: Existing models fail to generalize to more challenging math problems, authors say . existing benchmarks related to assessing language models' reasoning process are limited .
Approach: They propose a tool to measure language models' ability to identify erroneous steps in reasoning . they use two types of models: process reward models and critic models .
Outcome: The proposed model outperforms existing models in evaluating language models' reasoning process . the best open-source model has demonstrated the critique capability competitive with the proprietary model .
Response-G1: Explicit Scene Graph Modeling for Proactive Streaming Video Understanding (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for streaming video understanding are query-agnostic and implicitly model video evidence.
Approach: They propose a framework that establishes explicit, structured alignment between the accumulated video evidence and the query’s expected response conditions via scene graphs.
Outcome: The proposed model achieves more interpretable and accurate response timing decisions on both proactive and reactive tasks.
Reliable Use of Lemmas via Eligibility Reasoning and Section-Aware Reinforcement Learning (2026.acl-short)

Copied to clipboard

Challenge: Recent large language models (LLMs) perform strongly on mathematical benchmarks but often import conclusions without validating assumptions.
Approach: They propose a model that encodes a lemma specification and trains with reinforcement learning and section-aware loss masking to assign penalty to the section responsible for errors.
Outcome: The proposed model performs well on benchmarks but often misapplyes lemmas . the model is able to encode the specification and train with reinforcement learning .
Discourse-Aware Neural Extractive Text Summarization (2020.acl-main)

Copied to clipboard

Challenge: Recent studies have shown that sentence-based extractive models result in redundant or uninformative phrases in the extracted summaries.
Approach: They propose a discourse-aware neural summarization model that extracts sub-sentential discourse units as candidates for extractive selection on a finer granularity.
Outcome: Experiments show that the proposed model outperforms state-of-the-art models on popular summarization benchmarks.
S2O: Early Stopping for Sparse Attention via Online Permutation (2026.acl-long)

Copied to clipboard

Challenge: Existing block-granularity sparsification can reduce latency, but coarse blocks impose an intrinsic sparsity ceiling.
Approach: They propose a method that performs early stopping for sparse attention via online permutation.
Outcome: The proposed approach reduces the complexity of the model and its performance.
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.
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.
Parallelism and Generation Order in Masked Diffusion Language Models: Limits Today, Potential Tomorrow (2026.findings-acl)

Copied to clipboard

Challenge: Autoregressive (AR) language models dominate modern natural language processing due to strong likelihood-based training objectives and reliable left-to-right decoding.
Approach: They characterize MDLM behavior along two dimensions: parallelism strength and generation order . authors propose a Generate-then-Edit paradigm that mitigates dependency loss .
Outcome: The proposed model improves on tasks that require "backward information" the Generate-then-Edit paradigm improves parallel decoding efficiency while reducing dependency loss.
Hetero-Designer: Automated Design of Multi-Agent Systems with Heterogeneous LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to design LLM-based Multi-agent systems are constrained by homogeneous LLMs.
Approach: They propose an automated design of heterogeneous-LLMs-based MAS with a binary-star transformer and an autoregressive graph generation pipeline.
Outcome: The proposed pipeline is high-performing on various benchmarks and extensible to unseen LLMs and roles.
Inflate and Shrink:Enriching and Reducing Interactions for Fast Text-Image Retrieval (2021.emnlp-main)

Copied to clipboard

Challenge: a recent study shows that late-interaction methods trade off retrieval accuracy and efficiency by exploiting cross-modal interactions only in the late stage.
Approach: They propose an inflating and shrinking approach to exploit cross-modal interactions . they inflate code inputs and shrink code outputs to exploit interactions progressively .
Outcome: The proposed method exploits cross-modal interactions in the late stage to achieve retrieval speed.
Predicting Text Preference Via Structured Comparative Reasoning (2024.acl-long)

Copied to clipboard

Challenge: Existing approaches to comparative reasoning rely on pretraining or fine-tuning models at the cost of massive human annotation and computation.
Approach: They propose a model that prompts LLMs to generate structured intermediate comparisons by proposing aspects for comparison, followed by generating textual comparisons under each aspect.
Outcome: The proposed model significantly reduces hallucination and improves consistency across various NLP tasks.
EVEDIT: Event-based Knowledge Editing for Deterministic Knowledge Propagation (2024.emnlp-main)

Copied to clipboard

Challenge: Existing knowledge editing approaches only operate on (subject, relation, object) triple . current methods are limited to (substance, relation) triple, causing low confidence in their answers.
Approach: They propose a task of event-based knowledge editing that pairs facts with event descriptions to improve model confidence.
Outcome: The proposed method improves model confidence by 55.6% while maintaining the naturalness of generation.
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.
PLACES: Prompting Language Models for Social Conversation Synthesis (2023.findings-eacl)

Copied to clipboard

Challenge: Currently, collecting high quality conversational data is expensive and infeasible for many applications . a promising direction is to generate synthetic dialogues by prompting large language models .
Approach: They propose to use expert-written conversations as in-context examples to generate synthetic dialogues by prompting large language models.
Outcome: The proposed approach is generalizable to multi-party conversations, compared to human-collected conversations.
Vision Guided Generative Pre-trained Language Models for Multimodal Abstractive Summarization (2021.emnlp-main)

Copied to clipboard

Challenge: Existing MAS models cannot leverage GPLMs’ powerful generation ability.
Approach: They propose a method to construct vision guided (VG) GPLMs that incorporate visual information while maintaining their original text generation ability.
Outcome: The proposed model outperforms the previous state-of-the-art model by 5.7 ROUGE-1, 5.3 ROUGe-2, and 5.1 ROUGEL-L scores on the How2 dataset and contributes 83.6% of the overall improvement.
Investigating Value-Reasoning Reliability in Small Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: sLLMs have been widely deployed in practical applications, but little attention has been paid to their value-reasoning abilities, particularly in terms of reasoning reliability.
Approach: They propose a systematic evaluation framework for assessing the Value-Reasoning Reliability of small Large Language models (sLLMs) . framework includes three core tasks: Repetition Consistency task, Interaction Stability task, and Open-ended Expression Consistencies task.
Outcome: The proposed framework incorporates self-reported confidence scores to evaluate the model’s value reasoning reliability from two perspectives: the model's self awareness of its values, and its value-based decision-making.
CRASpell: A Contextual Typo Robust Approach to Improve Chinese Spelling Correction (2022.findings-acl)

Copied to clipboard

Challenge: Recent research on Chinese spelling correction methods has poor performance on multi-typo texts.
Approach: They propose to use Bert-based Chinese spelling correction models to overcome these limitations by constructing a noisy context for each training sample and a copy mechanism to encourage the model to choose the input character when the miscorrected and input character are both valid.
Outcome: The proposed model outperforms state-of-the-art models on widely used benchmarks and achieves a remarkable gain.
MedEval: A Multi-Level, Multi-Task, and Multi-Domain Medical Benchmark for Language Model Evaluation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing medical datasets require high quality domain-specific datasets.
Approach: They propose a multi-level, multi-task, and multi-domain medical benchmark to facilitate the development of language models for healthcare.
Outcome: The proposed model provides granular potential usage and supports a wide range of tasks.
Enhancing Long-Chain Reasoning Distillation through Error-Aware Self-Reflection (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies treat SLMs as student models and use long-form Chains-of-Thought (CoTs) as supervision signals for Supervised Fine-Tuning (SFT). Existing research focuses on distilling reasoning ability from LLMs to enhance the mathematical reasoning performance of small-scale models.
Approach: They propose a framework that refines teacher CoTs through an error-aware reflection process to enable the student model to construct more tailored teacher Cots.
Outcome: Experiments on multiple mathematical reasoning benchmarks show that ORION improves performance by more than 2% over all baselines.
WaterSeeker: Pioneering Efficient Detection of Watermarked Segments in Large Documents (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods focus on distinguishing fully watermarked text from non-watermarked text, overlooking real-world scenarios where LLMs generate only brief segments within longer documents.
Approach: They propose a method to detect watermarked segments in large documents using an anomaly extraction method and a local traversal.
Outcome: The proposed method achieves a superior balance between detection accuracy and computational efficiency.
Agent-in-the-Loop: A Data Flywheel for Continuous Improvement in LLM-based Customer Support (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing offline approaches to improve an LLM-based customer support system rely on batch annotations.
Approach: They propose an agent-in-the-loop framework that integrates four key types of annotations directly into live customer operations: (1) pairwise response preferences, (2) agent adoption and rationales, (3) knowledge relevance checks, and (4) identification of missing knowledge.
Outcome: The proposed framework reduces retraining cycles from months to weeks by integrating four key types of annotations directly into live customer operations.
KoRC: Knowledge Oriented Reading Comprehension Benchmark for Deep Text Understanding (2023.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for deep text understanding have encountered two major limitations . most require human annotation of knowledge, which leads to limited knowledge coverage .
Approach: They propose a benchmark to help readers understand a document with prior knowledge . they use massive knowledge bases to guide annotators and large language models to construct knowledgable questions .
Outcome: The proposed benchmarks have limited knowledge coverage and use choices or spans as answers, which results in narrow answer space.
Context-Aware Non-Autoregressive Document-Level Translation with Sentence-Aligned Connectionist Temporal Classification (2024.lrec-main)

Copied to clipboard

Challenge: Existing studies employ autoregressive translation (AT) methods to encode sentences . however, the AT methods struggle with error accumulation when the length of sentences increases.
Approach: They propose a context-aware non-autoregressive framework with the sentence-aligned connectionist temporal classification loss for document-level neural machine translation.
Outcome: The proposed framework achieves 46X speedup on three benchmarks compared to strong baselines.
BERT Post-Training for Review Reading Comprehension and Aspect-based Sentiment Analysis (N19-1)

Copied to clipboard

Challenge: Existing work on question-answering has limited training examples for RRC . question-announced questions are a key component of online commerce .
Approach: They propose to turn customer reviews into a large source of knowledge that can be exploited to answer user questions.
Outcome: The proposed approach improves review reading comprehension on popular language model BERT . it also improves aspect extraction and aspect sentiment classification tasks .
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.
Spotlighter: Revisiting Prompt Tuning from a Representative Mining View (2025.findings-emnlp)

Copied to clipboard

Challenge: Spotlighter is a lightweight token-selection framework that enhances accuracy and efficiency in prompt tuning.
Approach: They propose a token-selection framework that enhances accuracy and efficiency in prompt tuning by preserving only the top-scoring tokens for downstream prediction.
Outcome: The proposed framework outperforms CLIP by up to 11.19% in harmonic mean accuracy and achieves 0.8K additional FPS, with only 21 extra parameters.
Prompt-Guided Internal States for Hallucination Detection of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) generate incorrect or logically incorrect responses, which is known as LLM hallucinations.
Approach: They propose a framework for supervised hallucination detection using in-domain data by prompting changes to the structure related to text truthfulness in LLMs’ internal states.
Outcome: The proposed framework enhances the cross-domain generalization of existing hallucination detection methods.
Corrupted but Not Broken: Understanding and Mitigating the Negative Impacts of Corrupted Data in Visual Instruction Tuning (2025.emnlp-main)

Copied to clipboard

Challenge: Visual Instruction Tuning (VIT) aims to enhance Multimodal Large Language Models (MLLMs), but its effectiveness is often compromised by corrupted datasets with issues such as hallucinated content and poor OCR quality.
Approach: They propose a corruption-robust training paradigm that surpasses existing strategies for mitigating the effects of corrupted data.
Outcome: The proposed training paradigm surpasses existing strategies for mitigating the effects of corrupted data.
MuTual: A Dataset for Multi-Turn Dialogue Reasoning (2020.acl-main)

Copied to clipboard

Challenge: Existing non-task oriented dialogue systems can yield a relevant and fluent response, but sometimes make logical mistakes because of weak reasoning capabilities.
Approach: They propose a dataset for multi-turn dialogue reasoning that uses annotated dialogues to train a machine to handle various reasoning problems.
Outcome: Empirical results show that state-of-the-art methods only reach 71%, far behind human performance of 94%.
HyperEdit: Unlocking Instruction-based Text Editing in LLMs via Hypernetworks (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches treat instruction-based text editing as a generic text generation problem. Existing methods either over-edit or fail to apply modifications consistently.
Approach: They propose a framework that processes each editing request to best align with it.
Outcome: The proposed framework achieves 9% improvement over the state-of-the-art model.
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% .
Editing the Moving World: Model Editing for Video LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing models for knowledge editing focus on knowledge-level or static visual domains, overlooking dynamic semantics.
Approach: They propose a benchmark for modeling large language models using six representative models . they analyze the strengths and limitations of existing models and identify new directions .
Outcome: The proposed benchmark extends existing models from static modalities to dynamic video scenarios.
LEMON: Reviving Stronger and Smaller LMs from Larger LMs with Linear Parameter Fusion (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to train a stronger and smaller model with the help of large models are limited by the model size and performance.
Approach: They propose to learn competent initial points for smaller models by fusing parameters from larger models and introduce controllable receptive fields to model prior parameter characteristics.
Outcome: The proposed method outperforms baselines in terms of effectiveness and efficiency.
SLAM-Omni: Timbre-Controllable Voice Interaction System with Single-Stage Training (2025.findings-acl)

Copied to clipboard

Challenge: a new spoken dialogue system with single-stage training is demonstrating its low latency and high quality . SLAM-Omni achieves zero-shot timbre control by modeling spoken language with semantic tokens .
Approach: They propose a timbre-controllable, end-to-end voice interaction system with single-stage training.
Outcome: The proposed system outperforms previous models on 4 GPUs with limited data.
AIPO: Adaptive Information Guided Token-Level Reinforcement Learning for Large Language Model Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing RLVR methods focus on all generated tokens rather than on which tokens contribute to reasoning.
Approach: They propose to use a Random–Fourier approximation of the Hilbert–Schmidt Independence Criterion to focus updates on decisive tokens discovered on the fly to improve the efficiency of mutual-information estimation.
Outcome: The proposed approach yields +20% accuracy over strong RLVR baselines while updating merely 10% of tokens, demonstrating superior efficiency and effectiveness.
LEMON: Language-Based Environment Manipulation via Execution-Guided Pre-training (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to language-based environment manipulation are difficult to generalize across environments.
Approach: They propose a general framework for language-based environment manipulation tasks that can deal with various environments using the same generative language model.
Outcome: The proposed framework achieves new state-of-the-art results on four of the tasks and the execution-guided pre-training strategy brings remarkable improvements on all experimental tasks.
Learning Invariant Representation Improves Robustness for MRC Models (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to improve machine reading comprehension models are vulnerable and not robust to adversarial examples.
Approach: They propose to construct positive example pairs which have same answer by augmentation and then introduce stability and contrastive loss to improve invariance of representation.
Outcome: The proposed approach boosts the robustness of QA models across different tasks and attack sets significantly and consistently.
GS-Quant: Granular Semantic and Generative Structural Quantization for Knowledge Graph Completion (2026.acl-long)

Copied to clipboard

Challenge: Existing quantization-based approaches to knowledge Graph Completion (KGC) are incomplete.
Approach: They propose a framework that generates semantically coherent discrete codes for KG entities . they introduce a Granular Semantic Enhancement module that injects hierarchical knowledge into the codebook .
Outcome: The proposed framework outperforms existing text-based and embedding-based baselines in the KGC domain.
Mulan: A Multi-Level Alignment Model for Video Question Answering (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods focus on visual-language alignment at the video level, but they do not account for fine-grained semantic interaction between video and text.
Approach: They propose a multi-level Alignment Model for Video Question Answering that establishes alignment between visual and textual modalities at the object-level, frame-level and video-level.
Outcome: The proposed model outperforms state-of-the-art methods even with a small amount of extra visual-language pre-training data and a reduced number of trainable parameters.
A Lifelong Multilingual Multi-granularity Semantic Alignment Approach via Maximum Co-occurrence Probability (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods to mask and predict tokens in multilingual text limit multilingual interaction .
Approach: They propose a lifelong multilingual multi-granularity semantic alignment approach which continuously extracts massive aligned linguistic units from noisy data via a maximum co-occurrence probability algorithm.
Outcome: The proposed approach improves translation performance on WMT14 18 benchmarks in twelve directions.
Beyond Query Memorization: Large Language Model Routing with Query Decomposition and Historical Matching (2026.acl-long)

Copied to clipboard

Challenge: Existing routing methods rely on direct mapping from queries to models based on surface-level features, leading to poor generalizability on out-of-distribution data.
Approach: They propose a new routing framework that recasts the routing task as a matching process of sifting similar queries from historical logs.
Outcome: The proposed framework improves matching accuracy while lowering inference costs . it decouples linguistic surface forms from task-intrinsic requirements .
Outcome Accuracy is Not Enough: Aligning the Reasoning Process of Reward Models (2026.acl-long)

Copied to clipboard

Challenge: Recent studies observe a phenomenon where reward models achieve high accuracy on static datasets but fail to generalize effectively during RLHF.
Approach: They propose a method that combines rationale consistency with outcome accuracy to improve performance on RM-Bench and JudgeBench.
Outcome: The proposed method surpasses baselines on RM-Bench and JudgeBench by an average of 5% and improves creative writing tasks by 7%.
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.
AttnPO: Attention-Guided Process Supervision for Efficient Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing trajectory-level length penalties fail to effectively shorten reasoning length and degrade accuracy, as they treat all reasoning steps uniformly and lack fine-grained signals to distinguish redundancy from necessity.
Approach: They propose a low-overhead process-supervised RL framework that leverages the model’s intrinsic attention signals for step-level credit assignment.
Outcome: The proposed framework reduces reasoning length while improving performance across 9 benchmarks.
ThinkAnswer Loss: Balancing Semantic Similarity and Exact Matching for LLM Reasoning Enhancement (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for knowledge distillation use Chain-of-Thought (CoT) and answer pairs, but they lack appropriate supervision signals.
Approach: They propose a framework that decouples CoT and answer supervision . the framework applies semantic similarity constraints while maintaining strict literal matching for the answer .
Outcome: The proposed framework decouples CoT and answer supervision while maintaining strict literal matching for the answer.
Eye Movement Features Can Predict Human Preferences on Machine-Generated Texts (2026.acl-srw)

Copied to clipboard

Challenge: Existing studies on eye movement in text quality assessment are limited . eye-movement features are important predictors of human judgments of text quality, but are costly and inconsistent.
Approach: They propose to capture eye-movement features during screen reading of LLM-generated text using a dataset that includes eye-motion recordings, reading-time measurements, and post-reading evaluations.
Outcome: The proposed dataset shows that eye-movement features can significantly improve models over other probabilistic metrics, including negative log-likelihood (NLL).
Entity-to-Text based Data Augmentation for various Named Entity Recognition Tasks (2023.findings-acl)

Copied to clipboard

Challenge: Existing augmentation techniques manipulate words in the original text that break the semantic coherence of the text, or exploit generative models that ignore preserving entities in the text.
Approach: They propose a novel Entity-to-Text based data augmentation technique called EnTDA to add, delete, replace or swap entities in the original text.
Outcome: The proposed technique generates semantically coherent and entity preserving texts on thirteen NER tasks and two settings.
RRAtention: Dynamic Block Sparse Attention via Per-Head Round-Robin Shifts for Long-Context Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to dynamic sparse attention require preprocessing, lack global evaluation, violate query independence, or incur high computational overhead.
Approach: They propose a dynamic sparse attention method that achieves all desirable properties through a head **r**ound-**r**obin (RR) sampling strategy.
Outcome: Experiments on natural language understanding and multimodal video comprehension show that the proposed method achieves 2.4 speedup at 128K context length outperforming existing methods.
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.
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 .
Inference-Time Language Model Alignment via Integrated Value Guidance (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models are fine-tuned to align with human preferences, but tuning large models is computationally intensive and complex.
Approach: They propose a method that uses implicit and explicit value functions to guide language model decoding at token and chunk-level respectively.
Outcome: The proposed method outperforms traditional methods and circumvents the complexities of fine-tuning.
Towards Tracing Trustworthiness Dynamics: Revisiting Pre-training Period of Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing studies focus on pre-trained LLMs to better understand and improve their trustworthiness.
Approach: They apply linear probing to LLMs to explore five key dimensions of trustworthiness: reliability, privacy, toxicity, fairness, and robustness.
Outcome: The proposed model can distinguish concepts in each trustworthiness dimension, suggesting that it can be trained in early pre-training.
From Polarity to Intensity: Mining Morality from Semantic Space (2022.coling-1)

Copied to clipboard

Challenge: Existing approaches to compute moral intensity are limited to word-level measurement and heavily rely on human labelling.
Approach: They propose a weakly-supervised framework that can automatically measure moral intensity from text.
Outcome: The proposed framework can measure moral intensity from text with moral polarity labels, which are more robust and easier to acquire.
CDT: A Comprehensive Capability Framework for Large Language Models Across Cognition, Domain, and Task (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks focus on isolated abilities, lacking a holistic framework for assessing LLM capabilities.
Approach: They propose a Cognition-Domain-Task framework which measures a model’s capabilities across three dimensions.
Outcome: The proposed framework improves performance on dataset evaluation and data selection, while achieving higher scores on general and specific benchmarks.
Awakening Dormant Experts:Counterfactual Routing to Mitigate MoE Hallucinations (2026.acl-long)

Copied to clipboard

Challenge: Sparse Mixture-of-Experts models are vulnerable to hallucinations, authors say . static Top-k routing leaves "specialist experts" under-prioritized for specific tokens .
Approach: They propose a training-free inference framework to awaken dormant experts . they propose 'counterfactual routing' to shift computational resources from syntax-dominant to knowledge-intensive layers .
Outcome: Experiments show that CoR improves factual accuracy by 3.1% without increasing the inference budget.
UniTabNet: Bridging Vision and Language Models for Enhanced Table Structure Recognition (2024.findings-emnlp)

Copied to clipboard

Challenge: Table structure recognition technology is a critical tool for processing and analyzing large volumes of tabular data.
Approach: They propose a framework for table structure parsing based on the image-to-text model and a vision guider to refine the model’s capability to understand textual semantics in table images.
Outcome: The proposed framework improves on a dataset of PubTabNet, PubTables1M, WTW, and iFLYTAB and will be made publicly available.
Covariance Matrix-Driven Image Channel Allocation for Multimodal Fake News Detection (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods focus on designing efficient multimodal fusion frameworks to bridge the semantic gap between images and texts.
Approach: They propose a covariance matrix-driven image channel allocation method that expands the number of original channel maps and assigns importance scores to the expanded channel maps.
Outcome: The proposed method achieves state-of-the-art on three public multimodal fake news detection benchmark datasets.
MADS: Multi-Agent Dialogue Simulation for Diverse Persuasion Data Generation (2025.emnlp-industry)

Copied to clipboard

Challenge: Recent studies show that LLM-based agents exhibit superior moral and emotional language performance compared to humans, raising expectations for their deployment in persuasive tasks.
Approach: They propose a framework for generating persuasive multi-turn dialogues via agent self-play using user agents designed to simulate diverse persona-driven behaviors, a Dialog Agent executing task-oriented persuasion strategies and an Optimization Agent evaluating and refining dialogue outcomes.
Outcome: The proposed framework significantly improved the persuasion capacity of small LLMs, increasing the organic traffic conversion rate by 22.4% (from 1.83% to 2.24%) .
Boost, Disentangle, and Customize: A Robust System2-to-System1 Pipeline for Code Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing systems 2 methods for code generation are difficult to implement due to the complex hidden reasoning process and heterogeneous data distribution.
Approach: They propose a framework that Boosts reasoning exploration via multi-agent collaboration and Disentangles heterogeneous data into specialized experts.
Outcome: The proposed framework outperforms state-of-the-art methods on APPS and CodeContest benchmarks and achieves 73.8% accuracy on hard problems.
Discontinuous Named Entity Recognition as Maximal Clique Discovery (2021.acl-long)

Copied to clipboard

Challenge: Existing methods for named entity recognition break the recognition process into several sequential steps.
Approach: They propose a method that breaks the recognition process into several sequential steps . they construct a segment graph for each sentence and a grid tagging scheme to learn it .
Outcome: Experiments show that the proposed method outperforms the state-of-the-art model and achieves 5x speedup over the SOTA model.
A Bounding Box is Worth One Token - Interleaving Layout and Text in a Large Language Model for Document Understanding (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for integrating spatial layouts with text have limitations . existing methods produce overly long text sequences or lack autoregressive traits of LLMs .
Approach: They introduce Interleaving Layout and Text in a Large Language Model (LayTextLLM) they use OCR-derived text and spatial layouts to integrate with LLMs for document understanding .
Outcome: The proposed model shows an increase in performance in KIE and VQA tasks.
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.
DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection for Conversational AI (2024.findings-eacl)

Copied to clipboard

Challenge: DialogStudio is the largest and most diverse collection of dialogue datasets . existing datasets lack diversity and comprehensiveness, authors say .
Approach: They introduce DialogStudio: the largest and most diverse collection of dialogue datasets . DialogStuio aggregates more than 80 diverse dialogue dataset .
Outcome: a new dataset is created to improve the quality and diversity of dialogue datasets . DialogStudio is the largest and most diverse collection of dialogue data .
Towards Provably Secure Generative AI: Reliable Consensus Sampling (2026.findings-acl)

Copied to clipboard

Challenge: Existing research on generative AI security is driven by mutually reinforcing attack and defense methodologies grounded in empirical experience.
Approach: They propose a new algorithm that uses a random sampling algorithm to control risk.
Outcome: The proposed algorithm improves robustness and utility while maintaining latency comparable to existing algorithms.
Large Language Models and Causal Inference in Collaboration: A Comprehensive Survey (2025.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown great potential to enhance Natural Language Processing (NLP) models in areas such as predictive accuracy, fairness, robustness, and explainability.
Approach: They evaluate or improve generative Large Language Models from a causal perspective in areas such as reasoning capacity, fairness and safety issues, explainability, and handling multimodality.
Outcome: The proposed models can be used to perform causal relationship discovery and causal effect estimation tasks.
TestAgent: An Adaptive and Intelligent Expert for Human Assessment (2025.findings-acl)

Copied to clipboard

Challenge: Existing adaptive testing methods face several challenges due to mechanized nature of most algorithms and noisy response data.
Approach: They propose to use large language models to enhance adaptive testing through interactive engagement to capture test-takers’ responses and anomalies.
Outcome: The proposed agent achieves more accurate results with 20% fewer questions than state-of-the-art baselines and testers preferred it in speed, smoothness, and other dimensions.
Reduce Catastrophic Forgetting of Dense Retrieval Training with Teleportation Negatives (2022.emnlp-main)

Copied to clipboard

Challenge: Recent research shows strong empirical advantages of dense retrieval in various information access scenarios, such as openQA.
Approach: They propose a method which accumulates momentum negatives from past iterations and approximates future iteration with lookahead negatives as "teleportations" on web search and OpenQA, ANCE-Tele outperforms previous state-of-the-art systems of similar size and eliminates the dependency on sparse retrieval negatives.
Outcome: The proposed method outperforms previous state-of-the-art systems on web search and OpenQA and is competitive among systems with significantly more parameters.
MARS-Bench: A Multi-turn Athletic Real-world Scenario Benchmark for Dialogue Evaluation (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have been widely adopted in real-world dialogue applications, but their robustness is criticized all along.
Approach: They propose to use play-by-play text commentary to build a multi-turn athletic real-world scenario dialogue benchmark to evaluate three critical aspects of multi-turned conversations: ultra multi- turn, interactive multi-twist, and cross-turn tasks.
Outcome: The proposed benchmarks outperform open-source LLMs on three critical aspects of multi-turn conversations: ultra multi-turned, interactive multi- turn, and cross-turn tasks.
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.
PAD-Net: An Efficient Framework for Dynamic Networks (2023.acl-long)

Copied to clipboard

Challenge: Dynamic networks can significantly improve the model’s representation power with acceptable computational cost.
Approach: They propose a partially dynamic network to transform redundant dynamic parameters into static ones and iterative mode partition to partition dynamic and static parameters efficiently.
Outcome: The proposed network surpasses fully dynamic networks by +0.7% top-1 acc with only 30% dynamic parameters for DY-Conv and +1.9% average score in language understanding with only 50% dynamic parameters.
CE-VDG: Counterfactual Entropy-based Bias Reduction for Video-grounded Dialogue Generation (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods to reduce question-related bias in video-grounded dialogue generation (VDG) however, the dataset often contains inherent bias, which can cause VDG models to learn spurious correlations between questions and answers.
Approach: They propose to extend the counterfactual reasoning from the information entropy perspective to the generative task, which can effectively reduce the question-related bias in the auto-regressive generation task.
Outcome: The proposed method can reduce question-related bias in the auto-regressive generation task by using counterfactual entropy as an external loss.
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.
Attribution-Based Analysis and Optimization of Modular Agentic Workflows (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have driven the rise of agentic workflows . yet, how can we attribute performance gains to individual upgrades and their interactions?
Approach: They propose a game-theoretic framework that models component upgrades as players and evaluates component coalitions to compute Shapley values.
Outcome: The proposed framework provides interaction-aware attribution and recommendation for model allocation under a fixed workflow structure.
CausalEval: Towards Better Causal Reasoning in Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have been used for a variety of tasks, including problem-solving, decision-making, and understanding of the world.
Approach: They propose a review of existing methods aimed at enhancing LMs for causal reasoning . they categorize existing methods as reasoning engines or as helpers providing knowledge or data to traditional methods .
Outcome: The proposed methods perform better than existing methods on a range of tasks.
Bridging the Dynamic Perception Gap: Training-Free Draft Chain-of-Thought for Dynamic Multimodal Spatial Reasoning (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for dynamic spatial reasoning are limited to text or static visual domains .
Approach: They propose a framework that augments textual reasoning chains with dynamic visual drafts .
Outcome: The proposed framework outperforms existing methods in dynamic spatial reasoning tasks.
Many-Shot Scaling of In-Context Learning with Self-Generated Demonstrations (2026.findings-acl)

Copied to clipboard

Challenge: In-context learning methods that use self-generated annotations do not scale to many-shot scenarios.
Approach: They propose a framework analogous to semi-supervised learning that uses self-generated annotations instead of ground truth labels.
Outcome: The proposed framework outperforms ground truth ICL under zero-shot, few-shot and many-shot settings.
Bypassing Neural Evaluations for Fast Audio Editing via Adaptive Trajectory Extrapolation (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in audio diffusion models have significantly improved text-to-audio editing via inversion techniques, but these models typically rely on dense, fixed-step sampling trajectories to maintain structural integrity.
Approach: They propose a model-agnostic Adaptive Trajectory Extrapolation framework that accelerates inversion-based editing process by dynamically evaluating only the most critical generative phases.
Outcome: The proposed framework achieves a 3.9 speedup with negligible loss in fidelity.
GAM: Hierarchical Graph-based Agentic Memory for LLM Agents (2026.acl-long)

Copied to clipboard

Challenge: Current unified stream-based memory systems facilitate context updates but remain vulnerable to interference from transient noise.
Approach: They propose a hierarchical Graph-based Agentic Memory framework that explicitly decouples memory encoding from consolidation to resolve conflict between rapid context perception and stable knowledge retention.
Outcome: The proposed framework outperforms state-of-the-art benchmarks on LoCoMo and LongDialQA.
An Entropy-based Text Watermarking Detection Method (2024.acl-long)

Copied to clipboard

Challenge: Existing text watermarking algorithms for large language models (LLMs) are effective in identifying machine-generated texts, but they are not effective in low-entropy scenarios.
Approach: They propose an Entropy-based text watermarking detection method that takes into account the influence of token entropy to better reflect the degree of watermark detection.
Outcome: The proposed method is training-free and fully automated.
FewRel: A Large-Scale Supervised Few-Shot Relation Classification Dataset with State-of-the-Art Evaluation (D18-1)

Copied to clipboard

Challenge: Empirical results show that even the most competitive few-shot learning models struggle on this task, especially as compared with humans.
Approach: They propose a Few-Shot Relation Classification Dataset consisting of 70, 000 sentences on 100 relations derived from Wikipedia and annotated by crowdworkers.
Outcome: The proposed methods perform well on the most competitive few-shot learning models, especially as compared with humans.
Template-Based Named Entity Recognition Using BART (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods for fewshot NER do not make full use of knowledge transfer in NER model parameters.
Approach: They propose a template-based method for NER that treats NER as a language model ranking problem in a sequence-to-sequence framework.
Outcome: The proposed method achieves 92.55% F1 score on the CoNLL03 task and significantly better than fine-tuning BERT 10.88%, 15.34%, and 11.73% F1 scores on the MIT Movie, the ATIS, and the MATLAB task.
Beyond Unimodal Shortcuts: MLLMs as Cross-Modal Reasoners for Grounded Named Entity Recognition (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to GMNER use MLLMs as auxiliary tools, causing cumulative error propagation and a lack of rigorous cross-modal verification.
Approach: They propose a model that enforces structured cross-modal reasoning through Multi-style Reasoning Schema Injection and Constraint-guided Verifiable Optimization.
Outcome: The proposed model enforces structured cross-modal reasoning through multi-style Reasoning Schema Injection and Constraint-guided Verifiable Optimization.
Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent Evolution (2026.findings-acl)

Copied to clipboard

Challenge: Existing frameworks treat memory as a static append-only archive . Existing systems focus on passive accumulation, resulting in a 'passive accumulation' of memory.
Approach: They propose a framework for experience-driven agent evolution that integrates procedural memory with contextual information to create a high-quality experience pool.
Outcome: Experiments on BFCL-V3 and AppWorld show that ReMe outperforms memoryless Qwen3-8B.
Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue StateTracking (2021.naacl-main)

Copied to clipboard

Challenge: Existing models for zero-shot cross-domain dialogue state tracking require in-domain data to model a new domain.
Approach: They propose a slot descriptions enhanced generative approach for zero-shot cross-domain DST by encoding a dialogue context and a slots with a pre-trained encoder and generating slot value in auto-regressive manner.
Outcome: The proposed model significantly improves state-of-the-art results in zero-shot cross-domain setting.
Pairwise Prompt-Based Tuning with Parameter Efficient Fast Adaptation for Generalized Zero-Shot Intent Detection (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods to generalize from seen intents to unseen intents are not effective . Xian et al., 2019: a novel approach to generalized zero-shot intent detection is needed .
Approach: They propose a pairwise prompt-based tuning model with parameter efficient fast adaptation . they leverage hybrid contrastive learning in discriminant space and masked language modeling .
Outcome: The proposed model can generalize to unseen intents with the help of seen intents . the proposed model is based on a pairwise prompt-based tuning model with fast adaptation .
SAD: A Large-Scale Strategic Argumentative Dialogue Dataset (2026.acl-long)

Copied to clipboard

Challenge: Argumentation is a key part of human reasoning and decision-making . existing argumentative corpora focus on single-turn settings, but multi-turn dialogues are often realized as multi-turned dialogues .
Approach: They present a dataset for strategic multi-turn argumentation dialogues . they annotate each utterance with five strategy types, allowing multiple strategies per utterrance .
Outcome: The proposed dataset shows that explicit prompting improves fluency, stylistic coherence and persuasiveness.
From Specific-MLLMs to Omni-MLLMs: A Survey on MLLMs Aligned with Multi-modalities (2025.findings-acl)

Copied to clipboard

Challenge: MLLMs are able to integrate multiple modalities into a single model to tackle complex tasks in real-world scenarios.
Approach: They propose a comprehensive survey of Omni-MLLMs to address the challenges and opportunities of multimodal modeling.
Outcome: The proposed model can integrate multiple modalities into a single model and provide novel perspectives.
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.
RePair: Automated Program Repair with Process-based Feedback (2024.findings-acl)

Copied to clipboard

Challenge: Commercial-scale language models (LMs) have taken APR to unprecedented levels, but they are limited by parameters and humans interact with them through explicit prompts.
Approach: They propose a method that utilizes process supervision to improve program repair by allowing users to input feedback from compilers and test cases.
Outcome: The proposed method outperforms large outcome-based generation methods and is inspired by strategies used in programming competitions.
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.
ObfusLM: Privacy-preserving Language Model Service against Embedding Inversion Attacks (2025.acl-long)

Copied to clipboard

Challenge: Recent studies show that obfuscation techniques for MLaaS are susceptible to embedding inversion attacks (EIAs).
Approach: They propose a model obfuscation framework that protects client inputs from embedding inversion attacks by obliviously obbing models.
Outcome: The proposed framework outperforms existing works in utility by 10% with a nearly 80% resistance rate against embedding inversion attacks.
Reason Only When Needed: Efficient Generative Reward Modeling via Model-Internal Uncertainty (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to generating reward models rely on voting-based mechanisms to evaluate CoT outputs.
Approach: They propose an efficient generative reward modeling framework grounded in model-internal uncertainty.
Outcome: The proposed framework reduces inference cost while improving answer accuracy.
Improving Empathetic Response Generation by Recognizing Emotion Cause in Conversations (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to empathetic response generation ignore the emotion cause . existing dialogue systems lack emotion understanding and empathy .
Approach: They propose a framework that integrates emotion cause information into empathetic response generation by predicting context emotion labels and sequence of emotion cause-oriented labels.
Outcome: The proposed framework improves empathetic response generation by incorporating emotion cause information into the model.
EvoBench: Towards Real-world LLM-Generated Text Detection Benchmarking for Evolving Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods to detect LLM-generated texts rely on static benchmarks that neglect the evolving nature of LLMs.
Approach: They propose a benchmark to evaluate the generalization of LLM-generated text detection methods.
Outcome: The proposed benchmark measures generalization of 14 detection methods across LLMs.
Neural Parameter Search for Slimmer Fine-Tuned Models and Better Transfer (2025.acl-long)

Copied to clipboard

Challenge: Foundational models and their checkpoints have advanced deep learning, boosting performance across applications.
Approach: They propose a method for pruning fine-tuned models by calculating differences between them and original model.
Outcome: The proposed method can improve performance across vision, NLP, and multi-modal benchmarks.
Semantic Parsing with Dual Learning (P19-1)

Copied to clipboard

Challenge: Existing approaches to parse natural language queries are limited by lack of labeled data and constrained decoding.
Approach: They propose a semantic parsing framework with the dual learning algorithm that makes full use of data through a dual-learning game.
Outcome: The proposed approach achieves state-of-the-art performance on ATIS dataset and gets competitive performance on overnight dataset.
Few-Shot Intent Detection via Contrastive Pre-Training and Fine-Tuning (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods address few-shot intent detection tasks from two perspectives: data augmentation and task-adaptive training with pre-trained models.
Approach: They propose a few-shot intent detection schema using contrastive pre-training and fine-tuning.
Outcome: The proposed method achieves state-of-the-art performance on three challenging intent detection datasets under 5-shot and 10-shot settings.
CMQCIC-Bench: A Chinese Benchmark for Evaluating Large Language Models in Medical Quality Control Indicator Calculation (2025.findings-acl)

Copied to clipboard

Challenge: Medical quality control indicators are essential to assess the qualifications of healthcare institutions for medical services.
Approach: They propose a Chinese electronic medical records-based dataset for MQCIC and propose CF-IR method that disentangles clinical fact verification and inferential rule reasoning actions.
Outcome: The proposed method outperforms Chain-of-Thought methods on 20 representative LLMs, covering general and medical models.
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 .
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%).
Coarse-to-Fine Pre-training for Named Entity Recognition (2020.emnlp-main)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a task of discovering information entities and identifying their corresponding categories.
Approach: They propose a NER-specific framework to inject coarse-to-fine named entity knowledge into pre-trained models by using a remote supervision strategy.
Outcome: The proposed framework achieves significant improvements against several pre-trained base-lines, demonstrating its effectiveness in label-few and low-resource scenarios.
Binarized LSTM Language Model (N18-1)

Copied to clipboard

Challenge: Long short-term memory (LSTM) language models are widely used for automatic speech recognition and natural language processing (NLP) however, they are limited by the word embedding layer.
Approach: They propose to encode words into binary vectors and use binarized LSTM parameters to achieve high memory compression.
Outcome: The proposed model achieves 11.3 compression ratio without loss of performance and 31.6 compression ratio with acceptable performance degradation.
Hyperbolic Geometry is Not Necessary: Lightweight Euclidean-Based Models for Low-Dimensional Knowledge Graph Embeddings (2021.findings-emnlp)

Copied to clipboard

Challenge: Recent knowledge graph embedding models based on hyperbolic geometry are complicated than Euclidean operations.
Approach: They propose to use hyperbolic geometry to generate high-fidelity and parsimonious representations of hierarchical patterns in knowledge graphs.
Outcome: The proposed models achieve state-of-the-art performance on two widely-used datasets and cost less than RotH.
Distilling the Essence, Discarding the Dross: Improving Fairness in Multimodal Large Language Models via Historical Reflection-Guided Prompt Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to debiase MLLMs rely on handcrafted prompts that are brittle and difficult to generalize across tasks and bias types.
Approach: They propose an adaptive self-debiasing framework that optimizes task-specific debiasers to suppress stereotypical outputs.
Outcome: The proposed framework suppresses stereotypical outputs while maintaining performance.
Continual Learning for Multilingual Neural Machine Translation via Dual Importance-based Model Division (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods focus on preventing catastrophic forgetting by making compromises between the original and new language pairs, leading to sub-optimal performance on both translation tasks.
Approach: They propose a dual importance-based model division method to divide the model parameters into two parts and separate the translation of the original and new tasks.
Outcome: The proposed method outperforms strong baselines under different incremental translation scenarios.
Enhancing Chinese Pre-trained Language Model via Heterogeneous Linguistics Graph (2022.acl-long)

Copied to clipboard

Challenge: Experimental results show that pre-trained Chinese language models ignore linguistics knowledge to learn representations.
Approach: They propose a task-free enhancement module to integrate linguistics knowledge into Chinese pre-trained language models.
Outcome: The proposed model improves Chinese pre-trained language models on 6 tasks with 10 benchmark datasets.
Edge-Enhanced Graph Convolution Networks for Event Detection with Syntactic Relation (2020.findings-emnlp)

Copied to clipboard

Challenge: Event detection (ED) is a key subtask of information extraction.
Approach: They propose an architecture that exploits syntactic structure and typed dependency label information to perform event detection.
Outcome: The proposed architecture exploits syntactic structure and typed dependency label information to perform ED.
Learning to Prune Dependency Trees with Rethinking for Neural Relation Extraction (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches to remove noise from dependency trees are not optimal due to complexity and variability of natural language.
Approach: They propose a dynamically pruned Graph Convolutional Network (DP-GCN) that prunes the dependency tree with rethinking in an end-to-end scheme.
Outcome: The proposed model achieves impressive results compared to strong competitors.
Camouflaged Chinese Spam Content Detection with Semi-supervised Generative Active Learning (2020.acl-main)

Copied to clipboard

Challenge: Existing active learning models for text spam detection tasks are based on pool-based active learning, but the annotating process is laborious and time consuming for humans.
Approach: They propose a semi-supervised active learning model to address spam imbalances . they propose masked attention learning approach and character variation graph-enhanced augmentation procedure .
Outcome: The proposed model can improve the performance of existing models for Chinese spam detection task.
MatPlotAgent: Method and Evaluation for LLM-Based Agentic Scientific Data Visualization (2024.findings-acl)

Copied to clipboard

Challenge: Scientific data visualization is an essential process in research, but its use of large language models remains unexplored.
Approach: They propose a model-agnostic LLM agent framework to automate scientific data visualization tasks.
Outcome: The proposed framework improves performance of commercial and open-source models.
AoM: Detecting Aspect-oriented Information for Multimodal Aspect-Based Sentiment Analysis (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to extract aspects from text-image pairs and recognize their sentiments are noisy and coarsely establishing image-aspect alignment will interfere with aspect-relevant semantic and sentiment information.
Approach: They propose an Aspect-oriented method to detect aspect-relevant semantic and sentiment information by selecting textual tokens and image blocks that are semantically related to the aspects.
Outcome: The proposed method is superior to existing methods in the field of sentiment analysis.
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 .
ReTraCk: A Flexible and Efficient Framework for Knowledge Base Question Answering (2021.acl-demo)

Copied to clipboard

Challenge: Existing neural semantic parsing methods for knowledge base question answering are lacking . a generic and extensible framework is lacking for KBQA.
Approach: They propose a neural semantic parsing framework for large scale knowledge base question answering . they propose 'retriever-transducer-checker' framework that provides a retriever and a transducer .
Outcome: The proposed framework is ranked at top1 overall performance on the GrailQA leaderboard and achieves competitive performance on typical WebQuestionsSP benchmark.
From Language Modeling to Instruction Following: Understanding the Behavior Shift in LLMs after Instruction Tuning (2024.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved remarkable success in aligning with user intentions.
Approach: They develop local and global explanation methods and a feed-forward-based method for input-output attribution to investigate the impact of instruction tuning on user intentions.
Outcome: The proposed method compares explanations from pre-trained and instruction-tuned models . it empowers LLMs to recognize the instruction parts of user prompts, it encourages response generation .
Table-R1: Region-based Reinforcement Learning for Table Understanding (2026.findings-acl)

Copied to clipboard

Challenge: Tables are a widely used data format that poses unique challenges for language models due to their structured row-column interactions.
Approach: They propose a region-based reinforcement learning approach that integrates region evidence into reasoning steps.
Outcome: The proposed method outperforms baseline models on three benchmark datasets and significantly reduces the reasoning token consumption by 67.5%.
Dense Hierarchical Retrieval for Open-domain Question Answering (2021.findings-emnlp)

Copied to clipboard

Challenge: Dense neural text retrieval has achieved promising results on open-domain Question Answering (QA) current dense retrievers require splitting documents into short passages that usually contain local, partial and sometimes biased context, and may yield inaccurate and misleading hidden representations, thus deteriorating the final retrieval result.
Approach: They propose a hierarchical framework which can generate accurate dense representations of passages by utilizing both macroscopic semantics in the document and microscopic specific to each passage.
Outcome: The proposed framework significantly outperforms the original dense passage retriever and helps an end-to-end QA system outperfect the strong baselines on multiple open-domain QA benchmarks.
Discarding the Crutches: Adaptive Parameter-Efficient Expert Meta-Learning for Continual Semantic Parsing (2025.coling-main)

Copied to clipboard

Challenge: Continual Semantic Parsing (CSP) enables parsers to generate SQL from natural language questions in task streams, using minimal annotated data to handle dynamically evolving databases in real-world scenarios.
Approach: They propose a Adaptive PET eXpert meta-learning approach that assists experts in adaptively warming up, ensuring better model initialization.
Outcome: The proposed method outperforms existing methods on two benchmarks and achieves superior performance without data replay or ideal settings.
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.
Rethinking Text-based Protein Understanding: Retrieval or LLM? (2025.emnlp-main)

Copied to clipboard

Challenge: Recent studies have focused on integrating protein-related knowledge into large language models through continued pretraining and multi-modal alignment.
Approach: They propose a retrieval-enhanced method which significantly outperforms fine-tuned LLMs for protein-to-text generation and shows accuracy and efficiency in training-free scenarios.
Outcome: The proposed method significantly outperforms fine-tuned LLMs for protein-to-text generation and shows accuracy and efficiency in training-free scenarios.
From Pixels to Personas: Investigating and Modeling Self-Anthropomorphism in Human-Robot Dialogues (2024.findings-emnlp)

Copied to clipboard

Challenge: a recent study shows that robots display human-like characteristics in dialogues . this anthropomorphism raises concerns about the accuracy of AI and its capabilities .
Approach: They propose to use a dataset to analyze self-anthropomorphic and non-self-anthropophilic responses in robots . they propose to combine these two types of responses to create a new category of bot responses .
Outcome: The proposed approach preserves the original dialogues from existing corpora and enhances them with paired responses: self-anthropomorphic and non-self-anthropophilic for each original bot response.
Fundamental Capabilities of Large Language Models and their Applications in Domain Scenarios: A Survey (2024.acl-long)

Copied to clipboard

Challenge: Existing benchmark-based evaluations cannot accurately reflect the performance of real-world applications.
Approach: They propose a reliable strategy for domains to choose more robust LLMs for real-world applications.
Outcome: The proposed strategy addresses the challenges faced by domains to choose more robust LLMs for real-world applications.
MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices (2020.acl-main)

Copied to clipboard

Challenge: Empirical studies show that MobileBERT is 4.3x smaller and 5.5x faster than BERT_BASE . BERT is one of the largest models ever in NLP, but suffers from heavy model size and high latency .
Approach: They propose a tool to compress and accelerate the popular BERT model by task-agnostic application.
Outcome: The proposed model is 4.3x smaller and 5.5x faster than BERT_BASE . it achieves competitive results on well-known benchmarks .
Inner Thinking Transformer: Leveraging Dynamic Depth Scaling to Foster Adaptive Internal Thinking (2025.acl-long)

Copied to clipboard

Challenge: Large language models face inherent performance bottlenecks under parameter constraints . challenging tokens induce abrupt gradient spikes across layers, exposing stress points .
Approach: They propose an inner thinking transformer that reimagines layer computations as implicit thinking steps.
Outcome: Empirical results show that ITT outperforms Transformer/Loop variants in 11 benchmarks.
EvoR: Evolving Retrieval for Code Generation (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing pipelines for retrieval-augmented code generation (RACG) use static knowledge bases with a single source, limiting adaptation capabilities of Large Language Models (LLMs) Extensive experiments demonstrate that EVOR achieves two to four times of execution accuracy compared to other methods such as Reflexion.
Approach: They propose a retrieval-augmented code generation pipeline that employs the synchronous evolution of queries and diverse knowledge bases.
Outcome: The proposed pipeline achieves two to four times of execution accuracy compared to other methods.
Memory-enhanced Large Language Model for Cross-lingual Dependency Parsing via Deep Hierarchical Syntax Understanding (2025.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show that our approach can significantly improve the parsing accuracy of all baseline models, leading to new state-of-the-art results.
Approach: They propose a deep hierarchical syntax understanding approach to improve the cross-lingual semantic memory capability of large language models by implicitly aligning linguistic knowledge between source and target languages.
Outcome: The proposed approach improves the cross-lingual semantic memory capability of large language models by combining implicit multi-task fine-tuning and explicit label bank guiding.
Sherry: Hardware-Efficient 1.25-Bit Ternary Quantization via Fine-grained Sparsification (2026.acl-long)

Copied to clipboard

Challenge: ternary quantization is a powerful solution for resource-constrained edge devices . current implementations suffer from a fundamental misalignment with commodity hardware .
Approach: They propose a hardware-efficient ternary quantization framework that packs weights into five bits to restore power-of-two alignment.
Outcome: The proposed framework reduces weights to -1, 0, +1 while preserving power-of-two alignment.
Connecting Embeddings for Knowledge Graph Entity Typing (2020.acl-main)

Copied to clipboard

Challenge: Existing knowledge graphs suffer from incompleteness and miss important facts, jeopardizing their usefulness in downstream tasks such as question answering.
Approach: They propose a method which is trained by utilizing local typing knowledge from existing entity type assertions and global triple knowledge in KGs.
Outcome: The proposed model favors inferences that agree with both entity type instances and triple knowledge in KGs.
Structure-Aware Language Model Pretraining Improves Dense Retrieval on Structured Data (2023.findings-acl)

Copied to clipboard

Challenge: Structure Aware Dense Retrieval (SANTA) model encodes user queries and structured data in one universal embedding space for retrieving structured data.
Approach: They propose to use structured data and unstructured data to encode queries and structured data in one universal embedding space for retrieving structured data.
Outcome: The proposed model achieves state-of-the-art on code search and product search and conducts convincing results in the zero-shot setting.
ExpSeek: Self-Triggered Experience Seeking for Web Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for integrating experience into web agents are struggling to adapt to dynamically changing contextual observations during agent-environment interaction.
Approach: They propose a model that shifts experience toward step-level proactive seeking by estimating step- level entropy thresholds and designing step-Level tailored experience content.
Outcome: The proposed model achieves 9.3% and 7.5% performance improvements on Qwen3-8B and 32B models across four challenging web agent benchmarks.
INTERVENOR: Prompting the Coding Ability of Large Language Models with the Interactive Chain of Repair (2024.findings-acl)

Copied to clipboard

Challenge: Experimental results show that INTERVENOR surpasses baseline models, exhibiting improvements of approximately 18% and 4.3% over GPT-3.5 in code generation and code translation tasks.
Approach: They propose a system that prompts Large Language Models to play distinct roles during the code repair process, functioning as both a Code Learner and a code teacher.
Outcome: The proposed system surpasses baseline models in code generation and code translation tasks and improves on syntax errors and assertion errors.
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.
Feature Structure Matching for Multi-source Sentiment Analysis with Efficient Adaptive Tuning (2024.lrec-main)

Copied to clipboard

Challenge: Existing domain matching methods tend to pull all feature instances close, but they are expensive and expensive to update.
Approach: They propose to extract multi-layer features from a large pre-trained model and propose a dynamic parameter fusion module to exploit them for efficient and adaptive tuning.
Outcome: The proposed framework is more robust and generalizable in the multi-source scenario.
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.
CA-GAR: Context-Aware Alignment of LLM Generation for Document Retrieval (2025.findings-acl)

Copied to clipboard

Challenge: Recent techniques such as Generation-Augmented Retrieval (GAR) and Generative Document Retrieleval (GDR) leverage LLMs to enhance retrieval performance but face key challenges: GAR’s generated content may not always align with the target document corpus, while GDR limits the generative capacity of LLM.
Approach: They propose a Context-Aware Generation-Augmented Retrieval approach which integrates corpus information into their generation process.
Outcome: Experimental results show that CA-GAR outperforms existing methods on seven tasks and four non-English languages.
NACL: A General and Effective KV Cache Eviction Framework for LLM at Inference Time (2024.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) with extended context windows are expensive and infeasible on fixed memory hardware due to the surprisingly large memory consumption of KV Cache.
Approach: They propose a general framework for long-context KV cache eviction that achieves more optimal and efficient evict in a single operation during the encoding phase.
Outcome: The proposed framework improves performance on short- and long-text tasks by 80% and 76% respectively, reducing KV Cache by up to 5 with over 95% performance maintenance.
Beyond One-Preference-Fits-All Alignment: Multi-Objective Direct Preference Optimization (2024.findings-acl)

Copied to clipboard

Challenge: Recent approaches to language model alignment assume homogeneous human preferences, but actual human preferences vary widely and are hard to satisfy with a single language model.
Approach: They propose an RL-free extension of Direct Preference Optimization (DPO) that folds language modeling directly into reward modeling and trains language models as collective reward models that combine all objectives with specific weights.
Outcome: The proposed method matches or outperforms existing methods in safety alignment and long-form question answering.
Investigating BERT’s Knowledge of Language: Five Analysis Methods with NPIs (D19-1)

Copied to clipboard

Challenge: Recent work evaluating sentence representation models' knowledge of grammar has been slower to emerge.
Approach: They propose five experimental methods inspired by prior work evaluating pretrained sentence representation models to examine their grammatical knowledge.
Outcome: The proposed methods show that the model has significant knowledge of the licensing environment but its success varies widely across different methods.
CGIM: A Cycle Guided Interactive Learning Model for Consistency Identification in Task-oriented Dialogue (2022.coling-1)

Copied to clipboard

Challenge: Consistency identification in task-oriented dialog usually consists of three subtasks . a proposed model for consistency identification in dialog is based on an explicit interaction paradigm .
Approach: They propose a cycle guided interactive learning model that makes information exchange explicit from all the three tasks.
Outcome: The proposed model achieves state-of-the-art performance pushing the overall score to 56.3% (5.0% point absolute improvement)
Selective Prompting Tuning for Personalized Conversations with LLMs (2024.findings-acl)

Copied to clipboard

Challenge: Personalization in conversational AI requires persona profiles and contextual understanding to create meaningful conversations.
Approach: They propose a method that softly prompts LLMs for personalized conversations in a selective way.
Outcome: The proposed approach improves response diversity by up to 90% on the CONVAI2 dataset.
Look before You Leap: Dual Logical Verification for Knowledge-based Visual Question Generation (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for visual question generation focus on leveraging the semantics of inputs to propose questions, ignoring the logical coherence between generated questions and images.
Approach: They propose a logical verification method that checks logical structure between Q, images, answers and acquired outside knowledge by incorporating logical coherence between Q and Q twice in the whole procedure.
Outcome: The proposed method can generate diverse and insightful knowledge-based visual questions on two common datasets.
Assist Non-native Viewers: Multimodal Cross-Lingual Summarization for How2 Videos (2022.emnlp-main)

Copied to clipboard

Challenge: Existing multimodal summarization methods are limited to monolingual videos . a proposed task aims to generate cross-lingual summaries from multimodal inputs .
Approach: They propose a task to generate cross-lingual summaries from multimodal inputs of videos . they propose fusion network that integrates multimodal and cross-linguistic information .
Outcome: The proposed task outperforms existing methods on a reorganized How2 dataset on the reorganized How2 data set.
OPAL: Ontology-Aware Pretrained Language Model for End-to-End Task-Oriented Dialogue (2023.tacl-1)

Copied to clipboard

Challenge: Existing task-oriented dialogue systems lack ontology-aware pretraining methods for task-orientated dialogue.
Approach: They propose an ontology-aware pretrained language model (OPAL) for end-to-end task-oriented dialogue (TOD) . they propose to pretrain on large-scale contextual text data to bridge the gap between the pretraining method and downstream tasks.
Outcome: The proposed model achieves an exciting boost and obtains competitive performance even without any TOD data on CamRest676 and MultiWOZ benchmarks.
Craw4LLM: Efficient Web Crawling for LLM Pretraining (2025.findings-acl)

Copied to clipboard

Challenge: Existing work discards over 90% of the raw data collected from web crawls, highlighting the inefficiency of current web crawlers in collecting LLM pretraining data.
Approach: They propose a web crawling method that leverages the preference of LLMs as the priority score of the web crawler’s scheduler to obtain high-quality pretraining data.
Outcome: The proposed method achieves high-quality pretraining data on a web graph containing 900 million webpages from a commercial search engine's index with just 21% URLs crawled.
MdEval: Massively Multilingual Code Debugging (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks primarily focus on Python and are limited in terms of language diversity.
Approach: They propose a multilingual debugging benchmark that includes 3.9K test samples of 20 programming languages and introduces the debug instruction corpora MdEval-Instruct by injecting bugs into the correct multilingual queries and solutions.
Outcome: The proposed benchmark includes 3.9K test samples of 20 programming languages and covers the automated program repair task, bug localization task, and bug identification task.
Federated Learning for Semantic Parsing: Task Formulation, Evaluation Setup, New Algorithms (2023.acl-long)

Copied to clipboard

Challenge: Neural semantic parsers have achieved remarkable performance in recent years, but they are data-hungry and require annotators to have intimate knowledge of formal programs.
Approach: They propose a task where multiple clients collaboratively train one global model without sharing their semantic parsing data.
Outcome: The proposed model improves performance on three widely adopted FL algorithms (FedAvg, FedOPT and FedProx) and clients with smaller datasets enjoy faster performance.
FedMABench: Benchmarking Mobile GUI Agents on Decentralized Heterogeneous User Data (2025.emnlp-main)

Copied to clipboard

Challenge: Mobile GUI agents have attracted tremendous research participation recently. traditional approaches to mobile agent training rely on centralized data collection.
Approach: They propose a benchmark for federated training and evaluation of mobile GUI agents . they find that federation algorithms consistently outperform local training .
Outcome: The first benchmark for federated training and evaluation of mobile GUI agents is released . it features 6 datasets with 30+ subsets, 8 federation algorithms, 10+ base models, and over 800 apps across 5 categories .
NetSafe: Exploring the Topological Safety of Multi-agent System (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have fueled significant progress in intelligent Multi-agent Systems (MAS), with expanding academic and industrial applications.
Approach: They propose a framework that unifies diverse MAS workflows via iterative RelCom interactions to enable generalized analysis.
Outcome: The proposed framework unifies diverse MAS workflows via iterative RelCom interactions to enable generalized analysis.
On the (In-)Security of the Shuffling Defense in the Transformer Secure Inference (2026.acl-long)

Copied to clipboard

Challenge: Existing work reveals only randomly permuted activations to the client, allowing adversaries to extract model weights.
Approach: They propose an attack that aligns differently shuffled activations to a common permutation and exploits them to extract model weights.
Outcome: The proposed attack can align shuffled activations to a common permutation and exploit them to extract model weights with a query cost of approximately $1.
GigaSpeech 2: An Evolving, Large-Scale and Multi-domain ASR Corpus for Low-Resource Languages with Automated Crawling, Transcription and Refinement (2025.acl-long)

Copied to clipboard

Challenge: GigaSpeech 2 is a large-scale, multi-domain, multilingual speech recognition corpus for low-resource languages.
Approach: They propose a large-scale, multi-domain, multilingual speech recognition corpus for low-resource languages and an automated pipeline for data crawling, transcription, and label refinement.
Outcome: The proposed corpus reduces the word error rate for Thai, Indonesian, and Vietnamese on a realistic YouTube test set by 25% to 40% compared to Whisper large-v3.
OmniFlatten: An End-to-end GPT Model for Seamless Voice Conversation (2025.acl-long)

Copied to clipboard

Challenge: Full-duplex spoken dialogue systems allow simultaneous bidirectional communication . low latency and natural interactions in full-duplice systems remains a challenge .
Approach: They propose a multi-stage post-training scheme that adapts a text large language model into a speech-text dialogue LLM.
Outcome: The proposed model can model human conversation behaviors with low latency and natural interactions with low delay.
Self-Supervised Sentence Polishing by Adding Engaging Modifiers (2023.acl-demo)

Copied to clipboard

Challenge: a typical way to polish sentences is to add engaging modifiers, which enhance the meaning of the sentence.
Approach: They propose a task that requires polishing sentences while maintaining fluency . they remove engaging modifiers from public resources and fine-tune LongLM to reconstruct original sentences from corrupted ones.
Outcome: The proposed model generates more engaging sentences with suitable modifiers than strong baselines while keeping fluency.
Attend, Memorize and Generate: Towards Faithful Table-to-Text Generation in Few Shots (2021.findings-emnlp)

Copied to clipboard

Challenge: Few-shot table-to-text generation is a task of composing fluent and faithful sentences to convey table content using limited data.
Approach: They propose a novel approach to generate faithful table-to-text sentences using limited data . they aim to exploit table structure and natural linguistic information to generate accurate sentences .
Outcome: The proposed approach generates higher qualified sentences when compared with state-of-the-art models on humans, songs, and books.
HopWeaver: Cross-Document Synthesis of High-Quality and Authentic Multi-Hop Questions (2026.acl-long)

Copied to clipboard

Challenge: Multi-Hop Question Answering (MHQA) is a critical benchmark for evaluating the model’s ability to integrate information from diverse sources.
Approach: They propose a framework that synthesizes authentic multi-hop questions without manual annotation without the need for manual guidance.
Outcome: The proposed framework synthesizes bridge and comparison questions without human intervention and achieves comparable or superior quality to human-annotated datasets at a lower cost.
SportsMetrics: Blending Text and Numerical Data to Understand Information Fusion in LLMs (2024.acl-long)

Copied to clipboard

Challenge: Large language models can handle text and data, but blending text and numerical data presents significant challenges.
Approach: They propose four tasks to evaluate the numerical reasoning and information fusion capabilities of large language models in sports data analytics.
Outcome: The proposed tasks evaluate the numerical reasoning and information fusion capabilities of large language models in sports data analytics.
From Script to Stage: Automating Experimental Design for Social Simulations with LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Xu et al., 2024): multi-agent simulations based on large language models are a new paradigm for social science research . traditional experimental design relies on interdisciplinary expertise and technical barriers . Xiaoping and Xin eli argue that LLM-driven agents are unreliable for rigorous experimental design due to hallucinations and limited verifiability.
Approach: They propose a framework for multi-agent experiment design based on script generation . Script Composition, Script Finalization, and Actor Generation are the core phases of the framework .
Outcome: The proposed framework lowers the barrier for social science experimental design and provides scientifically grounded decision support for policy-making.
P-MMEval: A Parallel Multilingual Multitask Benchmark for Consistent Evaluation of LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in large language models showcase varied multilingual capabilities across tasks . previous assessments focused on fundamental natural language processing (NLP) or isolated capability-specific tasks.
Approach: They propose a multilingual multitask benchmark to assess multilingual capabilities . they use a large-scale benchmark covering fundamental and capability-specialized datasets .
Outcome: The proposed benchmark compares models and tasks across languages and tasks and examines knowledge transfer from English to other languages.
Double Embeddings and CNN-based Sequence Labeling for Aspect Extraction (P18-2)

Copied to clipboard

Challenge: Recent supervised deep learning models have achieved state-of-the-art performance, but there are two other considerations that are important.
Approach: They propose a supervised aspect extraction model using general-purpose embeddings and domain-specific embeddables.
Outcome: The proposed model outperforms state-of-the-art methods without supervision and achieves very good results.
Multi-Document Summarization with Determinantal Point Processes and Contextualized Representations (D19-54)

Copied to clipboard

Challenge: Determinantal point processes (DPP) is one of the best performing techniques for extractive summarization.
Approach: They propose to combine determinantal point processes with surface indicators for effective identification of summary-worthy sentences.
Outcome: The determinantal point processes (DPP) framework is one of the best performing in summarization competitions.
EduBench: A Comprehensive Benchmarking Dataset for Evaluating Large Language Models in Diverse Educational Scenarios (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks that focus on knowledge-intensive tasks do not reflect diverse educational scenarios.
Approach: They propose a benchmark that incorporates 9 major scenarios and 4,000 educational contexts.
Outcome: The proposed model performs comparable to state-of-the-art large models on the test set.
Mitigating Judgment Preference Bias in Large Language Models through Group-Based Polling (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are used as automatic evaluators to provide accurate and reliable assessments.
Approach: They propose a framework that integrates LLM-based judgment models into a multi-agent system and simulates the interactive client-server polling mechanism.
Outcome: The proposed framework outperforms supervised models trained on annotated judgment data while requiring no human-labeled annotations.
Diversified Multiple Instance Learning for Document-Level Multi-Aspect Sentiment Classification (2020.emnlp-main)

Copied to clipboard

Challenge: Experimental results show that D-MILN outperforms recent weakly-supervised baselines . document-level multi-aspect sentiment classification requires a lot of manual aspect-level annotations - which is time-consuming and laborious .
Approach: They propose a novel Diversified Multiple Instance Learning Network to achieve DMSC with only document-level weak supervision.
Outcome: The proposed method outperforms weakly-supervised baselines on TripAdvisor and BeerAdvocate datasets.
PKAD: Pretrained Knowledge is All You Need to Detect and Mitigate Textual Backdoor Attacks (2024.findings-emnlp)

Copied to clipboard

Challenge: Current defense methods can be classified into inference-time and training-time ones based on their execution phase.
Approach: They propose a two-stage poison detection strategy using pre-trained language models to detect poisoned samples before model training.
Outcome: The proposed method achieves better performance than current methods more quickly and with fewer training costs.
ODD: A Benchmark Dataset for the Natural Language Processing Based Opioid Related Aberrant Behavior Detection (2024.naacl-long)

Copied to clipboard

Challenge: Opioid related aberrant behaviors (ORABs) present novel risk factors for opioid overdose.
Approach: They propose to use a biomedical natural language processing benchmark dataset to classify ORABs from patients’ EHR notes into nine categories: confirmed aberrant behavior, suggested aberrant behaviors, Opioids, indication, diagnosed opioid dependency, Benzodiazepines, medication changes, and Central Nervous System-related.
Outcome: The proposed dataset outperforms two state-of-the-art models in most categories and the gains are especially higher among uncommon classes.
URG: A Unified Ranking and Generation Method for Ensembling Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to rank and generate large language models have limited performance due to time-intensive nature of ranking process and lack of error propagation.
Approach: They propose a framework that jointly ranks the outputs of Large Language Models and generates fine-grained fusion results.
Outcome: The proposed framework achieves state-of-the-art (SOTA) performance on ranking and generation tasks.
ThinkNote: Enhancing Knowledge Integration and Utilization of Large Language Models via Constructivist Cognition Modeling (2026.findings-eacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) exhibit suboptimal behaviors and inconsistencies when exposed to unfamiliar external information, underscoring their limitations in effectively leveraging such knowledge.
Approach: They propose a framework that enhances the external knowledge utilization of Large Language Models through a two-stage constructivist cognitive modeling process.
Outcome: The proposed framework achieves a 10% improvement over baseline methods on various question-answering benchmarks.
Beyond Detection: Evaluating Fallacy Awareness of LLMs in Interactive Scenarios (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models fail to recognize fallacious reasoning in real-world interactions despite strong performance on static fallacy detection tasks.
Approach: They propose a Chinese benchmark to assess fallacy awareness without explicit cues . they propose 'fate' evaluation framework that assesses fallacy without explicit .
Outcome: The proposed framework assesses fallacy awareness without explicit cues, combining natural dialogue responses and reasoning-based decisions.
Explicit Cross-lingual Pre-training for Unsupervised Machine Translation (D19-1)

Copied to clipboard

Challenge: Existing approaches to build initial unsupervised machine translation models with cross-lingual n-gram embeddings are inexplicit and limited.
Approach: They propose a cross-lingual pre-training method that incorporates cross-linguistic training signals into pre-trained models by randomly choosing source n-grams in the input text stream.
Outcome: The proposed method significantly improves the performance of unsupervised machine translation.
Generating Deep Questions with Commonsense Reasoning Ability from the Text by Disentangled Adversarial Inference (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for commonsense question generation produce shallow questions that can be answered by simple word matching.
Approach: They propose a task of commonsense question generation that aims to yield deep-level questions from the text.
Outcome: The proposed model can yield deep-level and to-the-point questions from the text.
All Information is Valuable: Question Matching over Full Information Transmission Network (2022.findings-naacl)

Copied to clipboard

Challenge: Existing methods for question matching only transmit one kind of information while failing to utilize both kinds of information simultaneously.
Approach: They propose a question matching network that can transmit both representation and interactive information together in a simultaneous fashion.
Outcome: The proposed approach outperforms strong baseline models on two standard benchmarks.
SWEET - Weakly Supervised Person Name Extraction for Fighting Human Trafficking (2023.findings-emnlp)

Copied to clipboard

Challenge: SWEET is a weak supervision pipeline for extracting person names from noisy escort ads . it does not require any human annotators and labeling, which is incredibly important .
Approach: They propose a weak supervision pipeline SWEET: Supervise Weakly for Entity Extraction to fight Trafficking for extracting person names from noisy escort ads.
Outcome: The proposed weak supervision pipeline outperforms the previous method by 9% on domain data and generalizes to common benchmark datasets.
ACE: A LLM-based Negotiation Coaching System (2024.emnlp-main)

Copied to clipboard

Challenge: The rapid progress of LLMs has led to the development of more sophisticated AI tutoring systems.
Approach: They develop an LLM-based assistant for coaching negotiation that provides users with targeted feedback for improvement.
Outcome: The proposed system improves negotiation performance significantly compared to a system that doesn’t provide feedback and one which uses an alternative method.
Eval-RAR: Evaluation-Driven Retrieval-Augmented Reasoning via Reinforcement Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for retrieval-augmented generation fail to provide explicit supervision for internal reasoning process.
Approach: They propose an Evaluation-driven Retrieval-Augmented Reasoning framework that uses reinforcement learning and a fine-grained evaluation reward to optimize the process.
Outcome: Eval-RAR outperforms existing methods on QA benchmarks on seven single-hop and multi-hop tasks.
CriticLean: Critic-Guided Reinforcement Learning for Mathematical Formalization (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to formalizing mathematical statements face limitations in accuracy, especially in the context of complex, highlevel problems that involve sophisticated mathematical reasoning.
Approach: They propose a CriticLean framework that elevates the role of the critic from a passive validator to an active learning component and introduce a benchmark to measure models’ ability to distinguish semantically correct from incorrect formalizations.
Outcome: The proposed framework outperforms open- and closed-source benchmarks and shows that it significantly outperformed existing models.
MixPAVE: Mix-Prompt Tuning for Few-shot Product Attribute Value Extraction (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for product attribute value extraction focus on extracting values for a set of known attributes with sufficient training data.
Approach: They propose a prompt tuning approach to extract attributes from product information using mixed prompts.
Outcome: The proposed approach improves on two product benchmarks and shows parameter-efficient training and avoids model overfitting.
APT: Improving Specialist LLM Performance with Weakness Case Acquisition and Iterative Preference Training (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models often require domain-specific fine-tuning to address targeted tasks, which risks degrading their general capabilities.
Approach: They propose to use self-generated dis-preferred weakness data to enhance model performance with a targeted training approach that minimizes interference with existing knowledge base.
Outcome: The proposed approach ensures no reduction in generic capacity and achieves superior performance on downstream tasks compared to existing methods.
WebAgent-R1: Training Web Agents via End-to-End Multi-Turn Reinforcement Learning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing work on reinforcement learning has focused on single-turn tasks such as solving math problems.
Approach: They propose a framework that learns directly from online interactions by asynchronously generating diverse trajectories, guided by binary rewards depending on task success.
Outcome: Experiments on the WebArena-Lite benchmark show that the framework outperforms state-of-the-art methods and strong proprietary models.
Conformal Predictor for Improving Zero-Shot Text Classification Efficiency (2022.emnlp-main)

Copied to clipboard

Challenge: Pre-trained language models (PLMs) have been shown effective for zero-shot (0shot) text classification.
Approach: They propose to limit the number of likely labels using a fast base classifier-based conformal predictor calibrated on samples labeled by the 0shot model.
Outcome: The proposed models reduce the average inference time for NLI- and NSP-based models by 25.6% and 22.2% without dropping performance below the predefined error rate of 1%.
RethinkMCTS: Refining Erroneous Thoughts in Monte Carlo Tree Search for Code Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing tree search methods neglect the underlying reasoning process, resulting in poor search quality.
Approach: They propose a framework that systematically explores and refines the reasoning process for code generation by using a tree search engine and a reflection mechanism.
Outcome: The proposed framework outperforms existing methods in the code generation domain.
On the Complementarity between Pre-Training and Random-Initialization for Resource-Rich Machine Translation (2022.coling-1)

Copied to clipboard

Challenge: Pre-Training (PT) of text representations has been successfully applied to low-resource Neural Machine Translation (NMT) however, it often fails to achieve notable gains on resource-rich NMT on par with its Random-Initialization (RI) counterpart.
Approach: They propose to combine pre-training and random-initialization techniques to achieve significant improvements in NMT.
Outcome: The proposed model fusion algorithm can achieve significant improvements on two resource-rich translation benchmarks.
Can LLM Watermarks Robustly Prevent Unauthorized Knowledge Distillation? (2025.acl-long)

Copied to clipboard

Challenge: Large Language Model (LLM) watermarking is radioactive and enables the detection of watermarks inherited by student models when trained on the outputs of watermarked teacher models.
Approach: They propose two types of watermark removal attacks that allow student models to perform untraceable knowledge distillation while avoiding watermark inheritance.
Outcome: The proposed attacks eliminate inherited watermarks while maintaining knowledge transfer efficiency and low computational overhead.
The Lessons of Developing Process Reward Models in Mathematical Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: a recent study shows that process reward models can make mistakes, leading to wrong conclusions.
Approach: They propose a consensus filtering mechanism that integrates MC estimation with LLM-as-a-judge to improve model performance and data efficiency.
Outcome: The proposed model outperforms existing open-source alternatives and provides practical guidelines for future research.
VortexPIA: Indirect Prompt Injection Attack against LLMs for Efficient Extraction of User Privacy (2026.findings-eacl)

Copied to clipboard

Challenge: Large language models (LLMs) have been widely deployed in Conversational AIs . however, the methods proposed in the study rely on a white-box setting .
Approach: They propose an indirect prompt injection attack that induces privacy extraction in LLMs . they use token-efficient data containing false memories to inject LLM data .
Outcome: The proposed method outperforms baselines and achieves state-of-the-art performance.
Autoregressive Pre-Training on Pixels and Texts (2024.emnlp-main)

Copied to clipboard

Challenge: pixel-based language modeling integrates visual and textual data to improve performance of language models.
Approach: They propose a method that integrates visual and textual data into an autoregressive framework.
Outcome: The proposed method improves performance of pixel-based language models by incorporating visual and textual data.
Controllable Contamination Detection for Reliable LLM Evaluation with Statistical Guarantees (2026.acl-long)

Copied to clipboard

Challenge: Existing training data detectors fail to detect clean samples from contaminated test sets . existing methods fail to identify clean samples due to black-box nature of LLMs .
Approach: They propose a framework that detects and filters contaminated evaluation data . they propose 'failure detection' to reduce the proportion of contaminated samples mistakenly retained .
Outcome: The proposed framework reduces false discovery rate (FDR) under valid FDR control while maintaining evaluation consistency.
TTT-Bench: A Benchmark for Evaluating Reasoning Ability with Simple and Novel Tic-Tac-Toe-style Games (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in large reasoning models (LRMs) have driven significant breakthroughs across various reasoning tasks including deductive, arithmetic, commonsense, relational, and symbolic reasoning.
Approach: They propose a programmatic approach to evaluate basic strategic, spatial, and logical reasoning abilities in large reasoning models through four two-player Tic-Tac-Toe-style games that humans can effortlessly solve from a young age.
Outcome: The proposed model performs 41% lower on TTT-Bench than MATH 500 and AIME 2024 models, while the larger models perform better on longer reasoning traces.
TriPlay-RL: Tri-Role Self-Play Reinforcement Learning for LLM Safety Alignment (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to safety alignment of large language models rely on costly manual annotations or human review.
Approach: They propose a closed-loop reinforcement learning framework called TriPlay-RL that enables iterative collaboration among three roles with near-zero manual annotation.
Outcome: The proposed framework achieves 20%–50% improvement in adversarial effectiveness while preserving high output diversity while achieving 10%–30% gains in safety performance without degrading general reasoning capability.
DSQG-Syn: Synthesizing High-quality Data for Text-to-SQL Parsing by Domain Specific Question Generation (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods for generating SQL queries using natural language questions produce inconsistent NLQ-SQL pairs.
Approach: They propose a text-to-SQL data synthesis framework that generates domain-relevant questions . they synthesize NLQ-SqL pairs that are domain-specific and intent-consistent .
Outcome: The proposed method outperforms closed-source LLMs on the Text-to-SQL task.
Unsupervised Context Rewriting for Open Domain Conversation (D19-1)

Copied to clipboard

Challenge: Existing approaches to model conversation context have drawbacks, such as lack of coreferences and long dependency.
Approach: They propose a context rewriting method which explicitly rewrites the last utterance by considering context history.
Outcome: The proposed method outperforms baselines in terms of rewriting quality, multi-turn response generation, and end-to-end retrieval-based chatbots.
OS-Symphony: A Holistic Framework for Robust and Generalist Computer-Using Agents (2026.acl-long)

Copied to clipboard

Challenge: Vision-Language Models (VLMs) lack visual-aware tutorial retrieval and historical visual context curation and pruning.
Approach: They propose a framework that integrates an orchestrator and a Reflection-Memory Agent for robust automation.
Outcome: Experimental results show that OS-Symphony delivers substantial performance gains across model scales.
Multi-View Incongruity Learning for Multimodal Sarcasm Detection (2025.coling-main)

Copied to clipboard

Challenge: Existing methods for multimodal sarcasm detection rely on spurious correlations, demonstrating poor generalizability beyond training environments.
Approach: They propose a method that integrates multimodal incongruities via contrastive learning for multimodal sarcasm detection by using three views to drive multi-view learning.
Outcome: The proposed method outperforms existing methods on benchmark datasets and shows that it is more generalizable than existing methods.
Cross-Thought for Sentence Encoder Pre-training (2020.emnlp-main)

Copied to clipboard

Challenge: Existing models to pretrain sentence encoders with large unlabeled corpus are lacking in linguistic information retrieval.
Approach: They propose a novel approach to pre-training sequence encoder using transformers . they propose to train a Transformer-based sequence encoded over a large set of short sequences based on a set of masked words .
Outcome: The proposed approach outperforms state-of-the-art encoders on hotpotQA by improving intermediate information retrieval performance.
Safety in Large Reasoning Models: A Survey (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Reasoning Models (LRMs) have a high level of advanced reasoning capabilities, but they are vulnerable and vulnerable.
Approach: This paper presents the first comprehensive survey of Large Reasoning Models . it explores the new safety risks, attacks, and defense strategies specific to LRMs based on reasoning .
Outcome: The proposed study examines the safety and security risks of large reasoning models.
Chain-of-Skills: A Configurable Model for Open-Domain Question Answering (2023.acl-long)

Copied to clipboard

Challenge: Using customized retrieval models, model transferability and scalability are limited.
Approach: They propose a modular retrieval model where individual modules correspond to key skills that can be reused across datasets.
Outcome: The proposed model outperforms self-supervised retrievers in zero-shot evaluations and achieves state-of-the-art fine-tuned retrieval performance on NQ, HotpotQA and OTT-QA.
Decoupling Mixture-of-Graphs: Unseen Relational Learning for Knowledge Graph Completion by Fusing Ontology and Textual Experts (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for knowledge Graph Completion (KGC) fail in unseen relation representations.
Approach: They propose to use three kinds of graphs to obtain unseen relation representations . they propose to decouple mixture-of-graph experts (DMoG) for unseened relations learning .
Outcome: The proposed method outperforms the state-of-the-art methods on unseen relation representations.
SciCustom: A Framework for Custom Evaluation of Scientific Capabilities in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing evaluations of large language models fail to reflect fine-grained capabilities . existing benchmarks are manually curated or domain-generic, limiting scalability and alignment with real use cases.
Approach: They propose a framework that allows custom construction of benchmarks from large-scale scientific data to evaluate application-specific scientific capabilities in LLMs.
Outcome: The proposed framework reveals fine-grained differences in scientific capabilities that standard benchmarks overlook . it allows custom construction of benchmarks from large-scale scientific data to evaluate application-specific capabilities in LLMs.
PDALN: Progressive Domain Adaptation over a Pre-trained Model for Low-Resource Cross-Domain Named Entity Recognition (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to Named Entity Recognition (NER) are limited in labeled resources and domain shift.
Approach: They propose a progressive domain adaptation knowledge distillation approach to adapt high-resource domains to low-resourced target domains by employing three components to achieve superior domain adaptability.
Outcome: The proposed approach can adapt high-resource domains to low-resourced target domains even if they are diverse in terms and writing styles.
Save the Good Prefix: Precise Error Penalization via Process-Supervised RL to Enhance LLM Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing reinforcement learning methods rely on sparse outcome rewards, which fail to credit correct intermediate steps in partially successful solutions.
Approach: They propose a process reward model that rewards correct steps only when they detect errors . they propose VPPO, which rewards the correct prefix and an erroneous suffix .
Outcome: a new approach outperforms sparse-reward RL and prior PRM-guided baselines on Pass@1 and Pass@K . a process reward model (PRM) outperformed sparser-rebound RL on multiple reasoning benchmarks .
AgentRM: Enhancing Agent Generalization with Reward Modeling (2025.acl-long)

Copied to clipboard

Challenge: Existing LLM-based agents have strong performance on held-in tasks, but their generalizability to unseen tasks remains poor.
Approach: They propose a reward-based generalizable reward model to guide the policy model for effective test-time search.
Outcome: The proposed agentRM outperforms existing agents on held-in tasks by 8.8 points on average.
Grammar-Based Patches Generation for Automated Program Repair (2021.findings-acl)

Copied to clipboard

Challenge: Automated program repair (APR) aims to find an automatic solution to program language bugs without human intervention.
Approach: They propose a grammar-based rule-rule model which regards the repair process as the transformation of grammar rules and employs a tree-based self-attention approach to guarantee grammar correctness.
Outcome: The proposed model outperforms the state-of-the-art models on a Java dataset in terms of generated code accuracy.
Cross-Modal Coreference Alignment: Enabling Reliable Information Transfer in Omni-LLMs (2026.acl-long)

Copied to clipboard

Challenge: Experiments on 13 Omni-LLMs reveal systematic weaknesses in cross-modal coreference . cross-module coreference is a crucial missing piece for advancing robust omni-modal reasoning.
Approach: They propose a cross-modal coreference problem to evaluate and enhance Omni-LLMs' reasoning capabilities.
Outcome: Experiments on 13 Omni-LLMs show they lack coreference-aware thinking patterns . the CROSSOMNI dataset yields significant performance gains and generalizes well to collaborative reasoning tasks.
M3AV: A Multimodal, Multigenre, and Multipurpose Audio-Visual Academic Lecture Dataset (2024.acl-long)

Copied to clipboard

Challenge: Publishing open-source academic video recordings is an emerging approach to sharing knowledge online.
Approach: They propose a multimodal, multigenre, and multipurpose audio-visual academic lecture dataset with human annotations for multimodal content recognition and understanding tasks.
Outcome: The proposed dataset can be used for multiple audio-visual recognition and understanding tasks.
LoRE: Enhancing Search Relevance with Progressive Chain-of-Thought and Preference Alignment (2026.findings-acl)

Copied to clipboard

Challenge: E-commerce search relevance is a critical component of retrieval systems.
Approach: They propose a large-generative model for search relevance that trains reasoning knowledge, multi-modal understanding and rule awareness into three core competencies.
Outcome: The proposed model outperforms GPT-5 in Macro-F1 and achieves 27% online gain.
Global Textual Relation Embedding for Relational Understanding (P19-1)

Copied to clipboard

Challenge: Existing methods to learn textual relation embeddings are lacking in large open-domain corpora.
Approach: They propose to learn a general-purpose embedding of textual relations using a large dataset from Freebase.
Outcome: The proposed embedding can facilitate downstream tasks requiring relational understanding of the text.
Reflection in the Dark: Exposing and Escaping the Black Box in Reflective Prompt Optimization (2026.acl-srw)

Copied to clipboard

Challenge: Automatic prompt optimization (APO) is a powerful paradigm for improving LLM performance without manual prompt engineering.
Approach: They propose a framework that decouples hypothesis generation from prompt rewriting . they propose VISTA framework that recovers accuracy to 87.57% on same defective seed .
Outcome: The proposed framework outperforms baselines on GSM8K and AIME2025 on a defective seed.
Fusion-in-T5: Unifying Variant Signals for Simple and Effective Document Ranking with Attention Fusion (2024.lrec-main)

Copied to clipboard

Challenge: Current document ranking pipelines involve multiple ranking layers to integrate different information step-by-step.
Approach: They propose a novel re-ranker Fusion-in-T5 which integrates text matching information, ranking features, and global document information into one single unified model via templated-based input and global attention.
Outcome: The proposed model significantly improves ranking performance over complex cascade pipelines.
Does Large Language Model Contain Task-Specific Neurons? (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable capabilities in comprehensively handling various types of natural language processing (NLP) tasks.
Approach: They propose a method for task-specific neuron localization based on Causal Gradient Variation with Special Tokens (CGVST) this method identifies task- specific neurons by concentrating on the most significant tokens during task processing, eliminating redundant tokens and minimizing interference from non-essential neurons.
Outcome: The proposed method can locate task-specific neurons across eight public tasks.
ForestCast: Open-Ended Event Forecasting with Semantic News Forest (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches and datasets overlook the complex relationships among events . current research lacks comprehensive evaluation methods to evaluate OEEF .
Approach: They propose a prediction pipeline that extracts forecast-relevant events from news data . forestcast organizes news events into a story tree and predicts subsequent events along each path .
Outcome: The proposed pipeline extracts forecast-relevant events from news data and predicts subsequent events along each path.
MatSci-NLP: Evaluating Scientific Language Models on Materials Science Language Tasks Using Text-to-Schema Modeling (2023.acl-long)

Copied to clipboard

Challenge: Using publicly available materials science text data, we construct a benchmark for evaluating the performance of natural language processing (NLP) models on materials science texts.
Approach: They propose a natural language benchmark for evaluating the performance of natural language processing (NLP) models on materials science text.
Outcome: The proposed model outperforms BERT-based models on scientific text and a model pretrained on materials science journals.
MoleculeQA: A Dataset to Evaluate Factual Accuracy in Molecular Comprehension (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing models generate erroneous information and evaluations fail to assess factual correctness of models.
Approach: They propose to use MoleculeQA to evaluate molecular factual correctness in large language models by organizing molecules into a taxonomy and building QA pairs through human and LLM efforts.
Outcome: The proposed model improves the factual correctness of generated information and enables the development of new models.
DIAG-NRE: A Neural Pattern Diagnosis Framework for Distantly Supervised Neural Relation Extraction (P19-1)

Copied to clipboard

Challenge: Existing methods for labeling relational facts require significant expert labor to write relation-specific patterns, which makes them too sophisticated to generalize quickly.
Approach: They propose a neural pattern diagnosis framework that can summarize and refine relation-specific patterns with human experts in the loop.
Outcome: The proposed framework can summarize and refine high-quality relational patterns from noise data with human experts in the loop.
AIR: Complex Instruction Generation via Automatic Iterative Refinement (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for generating complex instructions are resource-intensive and lack diversity.
Approach: They propose a framework to generate complex instructions with constraints using a document-generated initial instruction and an iterative refinement framework to incorporate LLM-as-judge guidance.
Outcome: The proposed framework significantly outperforms existing methods for generating complex instructions, and outperformed existing methods.
Beyond Literal Mapping: Benchmarking and Improving Non-Literal Translation Evaluation (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have advanced machine translation (MT) a meta-evaluation dataset focused on non-literal translations is lacking . experimental results show the inaccuracies of traditional MT metrics and the limitations of LLM-as-a-Judge.
Approach: They propose a meta-evaluation framework that leverages sub-agents to evaluate machine translation metrics.
Outcome: The proposed framework improves on the knowledge cutoff and score inconsistency problem.
Refining BERT Embeddings for Document Hashing via Mutual Information Maximization (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing unsupervised document hashing methods are mostly established on generative models . due to the difficulties of capturing long dependency structures, these methods rarely model the raw documents directly .
Approach: They propose to learn hash codes from BERT embeddings by modifying existing models . they use mutual information maximization principle to maximize mutual information .
Outcome: The proposed method outperforms existing methods learned from BERT embeddings on three benchmark datasets.
Revisiting Commonsense Reasoning in Machine Translation: Training, Evaluation and Challenge (2023.acl-long)

Copied to clipboard

Challenge: CR is the ability to understand and navigate the world using basic knowledge and understanding shared by most people.
Approach: They propose to incorporate pretrained knowledge into NMT models and use them as robust testbeds for investigating CR in NMT.
Outcome: The proposed method improves the training of NMT models with high CR abilities and provides accurate evaluation metrics.
MoE Adapter for Large Audio Language Models: Sparsity, Disentanglement, and Gradient-Conflict-Free (2026.findings-acl)

Copied to clipboard

Challenge: Existing research on Large Language Models (LLMs) limited to textual input modality . acoustic information is intrinsically heterogeneous, entangling attributes such as speech, music, and environmental context.
Approach: They propose a sparse Mixture-of-Experts architecture to decouple acoustic information by routing audio tokens to specialized experts.
Outcome: The proposed architecture outperforms existing models on audio semantic and paralinguistic tasks while retaining shared experts for global context.
UniMoE-Audio: Unified Speech and Music Generation with Dynamic-Capacity Mixture-of-Experts (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in unified multimodal models indicate a clear trend towards comprehensive content generation.
Approach: They propose a unified speech and music generation model built upon a novel framework . they propose specialized MoE architectures and curated training strategies to tackle data imbalances .
Outcome: The proposed model achieves state-of-the-art performance on major speech and music generation benchmarks.
AndroidLab: Training and Systematic Benchmarking of Android Autonomous Agents (2025.acl-long)

Copied to clipboard

Challenge: Existing studies on Android agents lack systematic research on open-source and closed-source models.
Approach: They propose a framework for Android agents that includes an operation environment and a reproducible benchmark.
Outcome: The proposed framework lifts the success rate of open-source LLMs and LMMs from 4.59% to 21.50% for LLM and 1.93% to 13.28% for LMM.
The Stochastic Parrot on LLM’s Shoulder: A Summative Assessment of Physical Concept Understanding (2025.naacl-long)

Copied to clipboard

Challenge: Recent years have witnessed remarkable advancements in large language models (LLMs) many researchers argue that LLMs may not * Equal contribution.
Approach: They propose a task that summarises the memorization issue by using grid inputs that abstractly describe physical phenomena.
Outcome: The proposed task alleviates the memorization issue by using grid-format inputs that abstractly describe physical phenomena.
DivLogicEval: A Framework for Benchmarking Logical Reasoning Evaluation in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing logic reasoning benchmarks are limited in language diversity and their distributions are deviated from ideal distributions, which may lead to biased evaluation results.
Approach: They propose a new logic benchmark DivLogicEval that uses natural sentences to evaluate logical reasoning .
Outcome: The proposed evaluation metric mitigates bias and randomness inherent in LLMs.
CTTA-T: Continual Test-Time Adaptation for Text Understanding via Teacher-Student with a Domain-aware and Generalized Teacher (2026.acl-long)

Copied to clipboard

Challenge: Existing models for text understanding fail to adapt to domain shifts in real-world applications . current models do not improve themselves as they are applied to new domains .
Approach: They propose a continual test-time adaptation framework that adapts to evolving domains . they propose accumulating domains and a refine-then-filter framework to calibrate teacher predictions .
Outcome: The proposed model excels in a teacher-student framework adaptable to evolving domains.
PRA-RAG: Provably Robust Aggregation in Retrieval-Augmented Generation against Retrieval Corruption (2026.findings-acl)

Copied to clipboard

Challenge: Existing defense mechanisms lack theoretical robustness guarantees and perform unreliably when the LLM has limited knowledge of the retrieved content.
Approach: They propose a provably robust retrieval aggregation algorithm designed to defend against poisoning attacks on retrieved texts.
Outcome: Experiments show that PRA-RAG reduces the attack success rate to as low as 1% while maintaining an accuracy of 71%, significantly outperforming representative state-of-the-art (SOTA) methods.
IPS: In-Prompt Process Supervision for Short Video Content Moderation (2026.acl-industry)

Copied to clipboard

Challenge: Multimodal large language models (MLLMs) capture semantics of short video content but fail to account for policy-specific details.
Approach: They propose a framework that integrates In-prompt Process Supervision into MLLMs . they propose sequential reasoning over ancillary questions during fine-tuning .
Outcome: IPS outperforms baseline MLLMs on public and proprietary benchmarks . replacing human-annotated ancillary labels with MLML-generated ones results in performance degradation.
LongWeave: A Long-Form Generation Benchmark Bridging Real-World Relevance and Verifiability (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks for long-form generation assess real-world queries with hard-to-verify metrics or use synthetic setups that overlook real-life intricacies.
Approach: They propose a new approach that balances verifiable and real-world assessment with Target-Anchored Evaluation.
Outcome: The proposed model balances real-world and verifiable assessment with Target-Anchored Evaluation (TAE) it generates queries, textual materials, and anchors based on verifier targets within real-life scenarios .
C-ReD: A Comprehensive Chinese Benchmark for AI-Generated Text Detection Derived from Real-World Prompts (2026.findings-acl)

Copied to clipboard

Challenge: Recent efforts to develop algorithms for large language models (LLMs) have limited model diversity and data homogeneity in the Chinese corpora.
Approach: They propose a Chinese Real-prompt AI-generated text Detection benchmark that can be generalized to unseen LLMs and external Chinese datasets.
Outcome: The proposed benchmarks address critical gaps in model diversity, domain coverage, and prompt realism that have limited prior Chinese detection benchmarks.
UNIKIE-BENCH: Benchmarking Large Multimodal Models for Key Information Extraction in Visual Documents (2026.acl-long)

Copied to clipboard

Challenge: Recent Large Multimodal Models (LMMs) have shown promising potential for performing end-to-end KIE directly from document images.
Approach: They propose a benchmark to evaluate the performance of Large Multimodal Models (LMMs) using a constrained-category KIE track and an open-categorical KIE Track.
Outcome: Experiments on 15 state-of-the-art LMMs show performance degradation under diverse schema definitions, long-tail key fields, and complex layouts, along with pronounced performance disparities across different document types and scenarios.
Shuttle Between Symbolic Instructions and Neural Parameters of Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Despite their distinct external representations, a deeper analysis reveals their intrinsic nature: instructions serve as a natural language compression devised by humans for data governing specific mapping patterns, whereas parameters act as 'neuro compression' of the same task data.
Approach: They propose a neural network framework to model and learn the bi-directional mappings between instructions and parameters of large language models by evaluating it on the tasks of instruction deduction and induction.
Outcome: The proposed framework can map one of the instructions/parameters to the other by evaluating it on the tasks of instruction deduction and induction.
Multi-Scale Spectral Selection and Entropy-Guided Uncertainty Fusion for Multimodal Rumor Detection (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for multimodal content detection fail to capture cross-modal semantic inconsistencies and ignore inherent noise in multimodal features.
Approach: They propose a multimodal rumor detection method based on a frequency domain spectral selection method and entropy-guided uncertainty fusion method to capture cross-modal semantic inconsistencies.
Outcome: The proposed method outperforms state-of-the-art methods in multimodal rumor detection . it shows stronger detection capability and robustness on multiple datasets .
CasEE: A Joint Learning Framework with Cascade Decoding for Overlapping Event Extraction (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods assume that events appear in sentences without overlaps . overlapping event extraction is a challenging task in natural language understanding .
Approach: They propose a joint learning framework with cascade decoding for overlapping event extraction . they sequentially perform type detection, trigger extraction and argument extraction based on the specific former prediction .
Outcome: The proposed framework improves on a public event extraction benchmark . it sequentially performs type detection, trigger extraction and argument extraction .
GLGE: A New General Language Generation Evaluation Benchmark (2021.findings-acl)

Copied to clipboard

Challenge: Multi-task benchmarks focus on a range of Natural Language Understanding (NLU) tasks without considering the Natural Language Generation (NLG) models.
Approach: They propose a multi-task benchmark for evaluating the generalization capabilities of NLG models across eight language generation tasks.
Outcome: The proposed benchmarks are based on GLUE and Su-perGLUE for English and several other languages.
How do Language Models Reshape Entity Alignment? A Survey of LM-Driven EA Methods: Advances, Benchmarks, and Future (2025.emnlp-main)

Copied to clipboard

Challenge: Entity alignment (EA) is critical for knowledge graph (KG) integration.
Approach: They propose a taxonomy that categorizes methods in three stages: data preparation, feature embedding, and alignment.
Outcome: The proposed taxonomy categorizes methods in three key stages: data preparation, feature embedding, and alignment.
Towards Emotional Support Dialog Systems (2021.acl-long)

Copied to clipboard

Challenge: Emotional support is a crucial ability for many conversation scenarios, including social interactions, mental health support, and customer service chats.
Approach: They propose an Emotional Support Conversation task and an ESC Framework to train emotional support into dialog systems.
Outcome: The proposed framework provides an example of an Emotional Support Conversation task and shows that it is more effective than existing models.
ReCode: Reinforcing Code Generation with Reasoning-Process Rewards (2026.acl-long)

Copied to clipboard

Challenge: Bringing process-level supervision into RL often neglects optimizing reasoning quality.
Approach: They propose a framework for RL that integrates reasoning-process rewards with strict execution outcomes and a benchmark comprising preference pairs of superior and inferior reasoning processes.
Outcome: The proposed framework outperforms the base version of ReCode by 16.1% and reaches performance comparable to GPT-4-Turbo.
Synchronous Double-channel Recurrent Network for Aspect-Opinion Pair Extraction (2020.acl-main)

Copied to clipboard

Challenge: Existing studies focus on aspect-opinion relation detection, but neglect to recognize the relations between aspects and opinion expressions.
Approach: They propose a Synchronous Double-channel Recurrent Network to deal with AOPE task . they propose an opinion entity extraction unit, a relation detection unit, and a synchronization unit .
Outcome: The proposed system achieves state-of-the-art in opinion entity extraction . it is based on three datasets based upon SemEval 2014 and 2015 benchmarks .
OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis (2025.acl-long)

Copied to clipboard

Challenge: Graphical User Interface (GUI) agents powered by Vision-Language Models (VLMs) have demonstrated human-like computer control capability.
Approach: They propose a GUI data synthesis pipeline that reverse engineers GUI trajectory construction process by executing pre-defined tasks.
Outcome: The proposed GUI data synthesis pipeline overcomes the bottlenecks of previous methods that rely on pre-defined tasks and limited data diversity.
EvoCoT: Overcoming the Exploration Bottleneck in Reinforcement Learning for LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to reinforcement learning with verifiable reward (RLVR) are limited by difficulty or lack of exploration.
Approach: They propose a self-evolving curriculum learning framework based on chain-of-thought reasoning optimization that constrains exploration space by self-generating and verifying CoT trajectories.
Outcome: The proposed framework enables LLMs to solve previously unsolved problems without external supervision and is compatible with various RL fine-tuning methods.
Look, Compare, Decide: Alleviating Hallucination in Large Vision-Language Models via Multi-View Multi-Path Reasoning (2025.coling-main)

Copied to clipboard

Challenge: Large Vision-Language Models (LVLMs) have impressive capabilities in multi-modal context comprehension, but they still suffer from hallucination problems due to inconsistent outputs with the image content.
Approach: They propose a training-free framework MVP to reduce hallucinations in Large Vision-Language Models . they propose multi-view information-seeking strategy to perceive the comprehensive information in the image .
Outcome: The proposed framework reduces hallucinations in large vision-language models by combining multi-view multi-path reasoning with multi-vision multi-path reasoning.
Chunks as Arms: Multi-Armed Bandit-Guided Sampling for Long-Context LLM Preference Optimization (2026.acl-long)

Copied to clipboard

Challenge: Recent studies have explored fine-tuning Large Language Models with synthetic data to enhance their long-context capabilities.
Approach: They propose a framework that leverages a Multi-Armed Bandit rollout strategy to identify the most informative chunks from the given long context for sampling high-quality and diverse responses.
Outcome: The proposed framework achieves 4% improvement on long-context reasoning benchmarks on Llama and Qwen.
InFoBench: Evaluating Instruction Following Ability in Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods for evaluating Large Language Models (LLMs) ability to follow instructions have not been able to provide a detailed analysis of their compliance with instructions.
Approach: They propose a new metric for evaluating Large Language Models' ability to follow instructions and a benchmark for DRFR.
Outcome: The proposed metric and benchmark compared with traditional scoring methods and explores annotation sources including human experts, crowd-sourced workers, and GPT-4.
ACEBench: A Comprehensive Evaluation of LLM Tool Usage (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks for evaluating LLMs’ tool usage face several limitations: limited evaluation scenarios, lacking assessments in real multi-turn dialogue contexts; narrow evaluation dimensions, with insufficient detailed assessments of how LLM use tools; and reliance on LLM or real API executions for evaluation, which introduces significant overhead.
Approach: ACEBench is a benchmark for evaluating tool usage in Large Language Models . it categorizes data into three primary types based on evaluation methodology: Normal, Special, and Agent.
Outcome: ACEBench categorizes data into three primary types based on evaluation methodology: Normal, Special, and Agent.
Attribution and Application of Multiple Neurons in Multimodal Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to identify multimodal neurons in MLLMs are insufficiently understood . previous studies focused on identifying neurons corresponding to single-tokens .
Approach: They propose a method to identify multimodal neurons in Transformer-based MLLMs . they introduce fuzzy set theory to model the complex relationship between neurons and semantic concepts .
Outcome: The proposed method improves performance on the Visual Question Answering task.
Post-decoder Biasing for End-to-End Speech Recognition of Multi-turn Medical Interview (2024.lrec-main)

Copied to clipboard

Challenge: End-to-end (E2E) models are replacing hybrid models for automatic speech recognition tasks.
Approach: They propose a method to optimize E2E models for automatic speech recognition . they propose MED-IT, a multi-turn consultation speech dataset .
Outcome: The proposed method improves on subsets of rare words appearing in training speech.
GEM: Gestalt Enhanced Markup Language Model for Web Understanding via Render Tree (2023.emnlp-main)

Copied to clipboard

Challenge: Existing models that use plain HTMLs do not include crucial visual information in the rendered web.
Approach: They propose a Gestalt Enhanced Markup Language Model for hosting visual information without visual input.
Outcome: The proposed model can handle multiple downstream tasks without visual input.
Uni-MMMU: A Massive Multi-discipline Multimodal Unified Benchmark (2026.acl-long)

Copied to clipboard

Challenge: Existing evaluations treat visual understanding and generation in isolation or overlook tasks that inherently couple them.
Approach: They propose a benchmark that examines the bidirectional synergy between generation and understanding across eight reasoning-centric domains.
Outcome: The proposed model systematically unfolds the bidirectional synergy between generation and understanding across eight reasoning-centric domains.
RikiNet: Reading Wikipedia Pages for Natural Question Answering (2020.acl-main)

Copied to clipboard

Challenge: Using Wikipedia pages to answer open-domain questions remains challenging in natural language understanding.
Approach: They propose a model which reads Wikipedia pages for natural question answering . it uses a dynamic paragraph dual-attention reader and a cascaded answer predictor .
Outcome: The proposed model outperforms the human model on the Natural Questions dataset . it achieves 74.3 F1 and 57.9 F1 on long-answer and short-answer tasks .
Educational Question Generation of Children Storybooks via Question Type Distribution Learning and Event-centric Summarization (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to generate educational questions of fairytales or storybooks are difficult to implement due to adults lacking the skills or time to integrate such interactive opportunities.
Approach: They propose a question generation method that first learns the question type distribution of an input story paragraph, and then summarizes salient events which can be used to generate high-cognitive-demand questions.
Outcome: The proposed method performs well on automatic and human evaluation metrics on a newly proposed educational question-answering dataset FairytaleQA.
Symbol-LLM: Towards Foundational Symbol-centric Interface For Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have limitations when it comes to comprehending and expressing world knowledge that extends beyond the boundaries of natural language.
Approach: They propose a model that integrates symbolic data into LLM training without loss of generality ability.
Outcome: The proposed model performs better on symbol- and NL-centric tasks.
InfuserKI: Enhancing Large Language Models with Knowledge Graphs via Infuser-Guided Knowledge Integration (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models have exceptional capabilities in open generation, yet they encounter difficulties with tasks that require intensive knowledge.
Approach: They propose a framework that integrates unknown knowledge into LLMs without overlap . they propose integrating domain-specific knowledge graphs into Llms to reduce knowledge forgetting .
Outcome: The proposed framework outperforms state-of-the-art baselines in integrating new knowledge into LLMs.
ConEC: Earnings Call Dataset with Real-world Contexts for Benchmarking Contextual Speech Recognition (2024.lrec-main)

Copied to clipboard

Challenge: Existing work on contextual speech recognition (ASR) systems focuses on recognizing words that are not frequently seen in training data, such as rare words, but word error rate on rare words remains over 20%.
Approach: They propose to use public-domain earnings calls and supplementary materials to evaluate contextual ASR approaches grounded on real-world applications.
Outcome: The proposed frameworks are noisier than artificially synthesized contexts that contain the ground truth, yet still make great room for future improvement of contextual ASR technology.
Coarse-to-Fine: Hierarchical Multi-task Learning for Natural Language Understanding (2022.coling-1)

Copied to clipboard

Challenge: Existing methods to learn downstream tasks by stitches skill block lack rationality and interpretation.
Approach: They propose a hierarchical framework with a coarse-to-fine paradigm for generalized text representations from the large-scale corpus.
Outcome: The proposed model learns basic language properties from all tasks and boosts performance on relevant tasks.
LLMs know their vulnerabilities: Uncover Safety Gaps through Natural Distribution Shifts (2025.acl-long)

Copied to clipboard

Challenge: Current safety training focuses on teaching models to reject harmful queries, but recent research shows that adversarial attacks or jailbreak methods bypass these safety mechanisms.
Approach: They propose to use a new attack method to craft multi-turn toxic prompts that gradually lead LLMs to reveal unsafe content.
Outcome: The proposed method outperforms existing methods in diversity, effectiveness, and efficiency across aligned LLMs.
Causal-Debias: Unifying Debiasing in Pretrained Language Models and Fine-tuning via Causal Invariant Learning (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to remove unwanted stereotypical associations from pretrained language models (PLMs) are often focused on removing unwanted stereotypes from PLMs.
Approach: They propose a framework to remove unwanted stereotypical associations in pretrained language models . they propose bias-relevant factors are causal, while labelrelevant factors causal .
Outcome: The proposed framework reduces stereotypical associations after PLMs are fine-tuned . the proposed framework mitigates bias from a causal invariant perspective .
ReflectRM: Boosting Generative Reward Models via Self-Reflection within a Unified Judgment Framework (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for generating reward models focus on outcome-level supervision, neglecting analytical process quality, which constrains their potential.
Approach: They propose a novel reward model that leverages self-reflection to assess analytical quality and enhance preference modeling.
Outcome: The proposed model improves performance on four benchmarks and significantly mitigates positional bias.
Showing Your Work Doesn’t Always Work (2020.acl-main)

Copied to clipboard

Challenge: countless experimental papers lack empirical rigor, disregarding necessities such as statistical significance tests and computational environments.
Approach: They propose to report the expected validation effectiveness of the best-tuned model with respect to the computational budget.
Outcome: The proposed model favors negative errors and yields poor bootstrapped confidence intervals, the authors argue . they find that the proposed model is biased and uses error-prone assumptions .
Chase: A Large-Scale and Pragmatic Chinese Dataset for Cross-Database Context-Dependent Text-to-SQL (2021.acl-long)

Copied to clipboard

Challenge: XDTS is a cross-database context-dependent text-to-sql problem with wide range of applications.
Approach: They present a large-scale Chinese dataset for cross-database context-dependent Text-to-SQL . they find that only 35% of questions are context-independent and 28% of SQL queries are easy .
Outcome: The proposed approach achieves an exact match accuracy of 40% over all questions and 16% over all question sequences.
ReCUT: Balancing Reasoning Length and Accuracy in LLMs via Stepwise Trails and Preference Optimization (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to train LLMs suffer from overthinking, leading to lengthy reasoning traces . Existing approaches to train large language models suffer from this problem .
Approach: They propose a method to combine multiple reasoning chains for training LLMs . they use stepwise exploration and long-short switched sampling to evaluate reasoning paths .
Outcome: The proposed method reduces reasoning lengths by approximately 30-50% . it also maintains or improves reasoning accuracy compared to baselines .
Towards Faithful Industrial RAG: A Reinforced Co-adaptation Framework for Advertising QA (2026.acl-industry)

Copied to clipboard

Challenge: Existing methods for QA in industrial environments are inherently relational and often updated.
Approach: They propose a framework that optimizes retrieval and generation through two components: Graph-aware Retrieval and evidence-constrained reinforcement learning.
Outcome: Experiments on an internal advertising QA dataset show consistent gains across expert-judged dimensions including accuracy, completeness, safety, and URL validity.
Improving Distantly-Supervised Named Entity Recognition with Self-Collaborative Denoising Learning (2021.findings-emnlp)

Copied to clipboard

Challenge: Named entity recognition (NER) is a method of detecting entity spans and classifying them into predefined categories.
Approach: They propose a method to iteratively perform noisy label refinery by using self-collaborative denoising learning.
Outcome: The proposed learning paradigm exploits reliable labels and communicates with unreliable annotations by collaborative denoising.
On the Transformer Growth for Progressive BERT Training (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods only conduct network growth in a single dimension, but compound growth operators are beneficial for multiple dimensions.
Approach: They propose a method to train BERT progressively using a Transformer model and explore alternative growth operators in each dimension via controlled comparison.
Outcome: The proposed method speeds up BERT pre-training by 73.6% and 82.2% for the base and large models respectively while achieving comparable performances.
A Fine-grained Chinese Software Privacy Policy Dataset for Sequence Labeling and Regulation Compliant Identification (2022.emnlp-main)

Copied to clipboard

Challenge: Existing datasets that ignore law requirements are limited to English.
Approach: They construct a Chinese privacy policy dataset that can be used to analyze software privacy policies.
Outcome: The proposed dataset includes 483 Chinese Android privacy policies, over 11K sentences, and 52K fine-grained annotations.
Divide and Conquer: Legal Concept-guided Criminal Court View Generation (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for creating rationales for criminal cases do not pay enough attention to the important legal concepts.
Approach: They propose a legal concept-guided court view generation framework that generates rationales based on predicted legal concepts . they first divide the court view into sub-views, then employ a solver and verifier to generate and select rationale.
Outcome: The proposed model generates coherent and coherent court views on a real-world criminal case dataset.
Multi-step Reasoning via Recurrent Dual Attention for Visual Dialog (P19-1)

Copied to clipboard

Challenge: Existing models for visual dialog infer the answer through multiple reasoning steps.
Approach: They propose a model for visual dialog that uses multi-step reasoning to answer questions about an image.
Outcome: The proposed model achieves a new state-of-the-art of 64.47% on the VisDial v1.0 dataset .
Learning Retrieval Augmentation for Personalized Dialogue Generation (2023.emnlp-main)

Copied to clipboard

Challenge: Personalized dialogue generation is a popular approach for conversational AI applications . however, persona profiles may not provide comprehensive descriptions of the persona .
Approach: They propose a method that leverages persona profiles and dialogue context to generate personalized dialogues by leveraging personas and persona profile.
Outcome: The proposed method outperforms baselines on the CONVAI2 dataset . it is expected to generate personalized dialogues based on persona profiles and dialogue context .
UniTE: Unified Translation Evaluation (2022.acl-long)

Copied to clipboard

Challenge: Recent methods for evaluation of translation quality are focused on one task, ignoring commonalities .
Approach: They propose a unified framework engaged with abilities to handle all three evaluation tasks.
Outcome: The proposed framework can universally surpass state-of-the-art or winner methods across tasks.
Explainable and Fine-Grained Safeguarding of LLM Multi-Agent Systems via Bi-Level Graph Anomaly Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing graph anomaly detection methods rely on coarse sentence-level information and overlook fine-grained lexical cues, limiting their reliability and real-world applicability.
Approach: They propose an explainable and fine-grained safeguarding framework for detecting malicious agents in multi-agent systems (MAS) to incorporate both coarse and fine lexical information for anomalous agent identification.
Outcome: Extensive experiments across diverse MAS topologies and attack scenarios demonstrate robust detection performance and strong interpretability of XG-Guard.
HqeKV: Towards Hybrid Quantization and Eviction for KV Cache in Long-Context LLM Inference (2026.findings-acl)

Copied to clipboard

Challenge: autoregressive inference requires repeated computation across transformer layers.
Approach: They propose a hybrid compression framework built on both quantization and eviction . they propose varying importance metric and flexible conversion policies to reduce memory overhead .
Outcome: The proposed framework outperforms state-of-the-art methods under memory constraints.
Investigating Hallucinations in Simultaneous Machine Translation: Knowledge Distillation Solution and Components Analysis (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods to mitigate hallucinations in siMT generate fluency but unfaithful translation.
Approach: They propose a method that utilizes the OMT model to mitigate hallucinations in SiMT.
Outcome: The proposed method reduces hallucinations and improves the SiMT performance.
Towards Generalized Open Information Extraction (2022.findings-emnlp)

Copied to clipboard

Challenge: Open Information Extraction (OpenIE) models are evaluated on in-domain test sets aside from the training corpus, which violates the initial task principle of domain-independence.
Approach: They propose to generalize OpenIE over unseen target domains with different data distributions from source training domains.
Outcome: The proposed method beats the previous methods in both in- and out-of-domain settings by 6.0% in F1 score absolutely.
Lexicon-Based Graph Convolutional Network for Chinese Word Segmentation (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for Chinese word segmentation have high performance on benchmarks but are limited by the small-scale annotated corpus.
Approach: They propose a framework that incorporates a lexicon-based graph convolutional network into the Transformer encoder to improve Chinese word segmentation (CWS) Chinese word is an essential and pre-processing step for many downstream NLP tasks.
Outcome: The proposed framework captures the information of candidate words and improves performance on benchmarks and datasets.
Gardener: An Agentic AI System for Single-Cell RNA Sequence Analysis (2026.acl-demo)

Copied to clipboard

Challenge: Existing large language models encode workflow progress as conversational state and rely on cloud-centric execution, which hinders traceability and auditability.
Approach: Gardener is an open-source desktop application for macOS and windows under the Apache License 2.0.
Outcome: Gardener is released as an open-source desktop application for macOS and Windows under the Apache License 2.0.
PromptST: Abstract Prompt Learning for End-to-End Speech Translation (2023.emnlp-main)

Copied to clipboard

Challenge: Experimental results show that PromptST can improve speech-to-text translation by capturing richer linguistic knowledge.
Approach: They propose a plug-in prompt-enhanced S2T model that captures richer linguistic knowledge . they use a 10GB linguistic probing benchmark to investigate the fusion of speech and text features .
Outcome: The proposed model can improve on a strong baseline by capturing richer linguistic knowledge.
Auto-Instruct: Automatic Instruction Generation and Ranking for Black-Box Language Models (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models can perform a wide range of tasks by following natural language instructions without task-specific fine-tuning.
Approach: They propose a method to automatically improve the quality of LLM instructions . they leverage the generative ability of LMS to generate diverse candidate instructions based on a scoring model trained on 575 existing NLP tasks.
Outcome: The proposed method surpasses human-written and LLM-generated instructions on 118 out-of-domain tasks.
FRAME: Feedback-Refined Agent Methodology for Enhancing Medical Research Insights (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to automate scientific research are limited by human cognitive constraints and timeintensive workflows.
Approach: They propose a framework that enhances medical paper generation through iterative refinement and structured feedback.
Outcome: The proposed framework achieves significant improvements over conventional methods across multiple models and evaluation dimensions.
Evaluating Moral Beliefs across LLMs through a Pluralistic Framework (2024.findings-emnlp)

Copied to clipboard

Challenge: Proper moral beliefs are fundamental for language models, yet assessing these beliefs poses a significant challenge.
Approach: They propose a framework to evaluate the moral beliefs of four large language models . they use a dataset containing 472 moral choice scenarios in Chinese .
Outcome: The proposed framework evaluates the moral beliefs of four large language models.
LLMs as World Models: Data-Driven and Human-Centered Pre-Event Simulation for Disaster Impact Assessment (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) show promise in simulating complex scenarios.
Approach: They examine multiple LLMs to proactively estimate perceived earthquake impacts using multimodal datasets and multimodal imagery.
Outcome: The framework generates Modified Mercalli Intensity (MMI) predictions at zip code and county scales using multimodal datasets.
Do LLMs Overcome Shortcut Learning? An Evaluation of Shortcut Challenges in Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown remarkable capabilities in various tasks, but may rely on dataset biases as shortcuts for prediction.
Approach: They propose to use a test suite to evaluate the impact of shortcuts on LLMs' performance.
Outcome: The proposed test suite incorporates six shortcut types, five evaluation metrics, and four prompting strategies.
Augmentation-Adapted Retriever Improves Generalization of Language Models as Generic Plug-In (2023.acl-long)

Copied to clipboard

Challenge: Prior work on retrieval augmentation fine-tuned the retriever and the LM, making them closely coupled.
Approach: They propose a generic retrieval plug-in that can be used to fine-tune retrieval augmentation and a LM to learn a user's preferences.
Outcome: The proposed retriever improves the generalization of large language models on the MMLU and PopQA datasets by learning LM’s preferences from a known source LM .
SeaPO: Strategic Error Amplification for Robust Preference Optimization of Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for preference optimization of large language models use pairs of positive and negative samples, but the quality of positive samples may become similar during training, complicating preference learning.
Approach: SeaPO introduces error types commonly occurring in large language models to improve preference learning.
Outcome: SeaPO introduces error types into model Preference Optimization to improve model performance . negative samples are more erroneous than positive samples, and preference-based training mitigates errors .
Ditto: A Simple and Efficient Approach to Improve Sentence Embeddings (2023.emnlp-main)

Copied to clipboard

Challenge: Prior studies diagnose the anisotropy problem in sentence embeddings from pre-trained language models without fine-tuning.
Approach: They propose an unsupervised method that weights words with model-based importance estimations and computes the weighted average of word representations from pre-trained models as sentence embeddings.
Outcome: Empirical evaluations show that the proposed method can alleviate the anisotropy problem and improve various pre-trained models on the STS benchmarks.
Making Better Use of Training Corpus: Retrieval-based Aspect Sentiment Triplet Extraction via Label Interpolation (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to extract sentimental triplets are infeasible and counterproductive . aspect Sentiment Triplets Extraction (ASTE) task is an emerging sub-task of Aspect-based Sentimence Analysis .
Approach: They propose a retrieval-based approach to the Aspect Sentiment Triplet Extraction task . they retrieve semantic similar triplets from the training corpus and interpolate their label information .
Outcome: The proposed approach establishes a new state-of-the-art on the Aspect Sentiment Triplet Extraction task.
APrompt: Attention Prompt Tuning for Efficient Adaptation of Pre-trained Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Existing prompt tuning methods only introduce prompts at the input layer, limiting performance and leaving large room for improvement.
Approach: They propose a method that involves tuning a small set of soft prompts for pre-trained language models.
Outcome: The proposed method outperforms state-of-the-art methods with pre-trained models on the SuperGLUE benchmark.
TAeKD: Teacher Assistant Enhanced Knowledge Distillation for Closed-Source Multilingual Neural Machine Translation (2024.lrec-main)

Copied to clipboard

Challenge: Large language models (LLMs) have produced impressive results in the field of Multilingual Neural Machine Translation (MNMT).
Approach: They propose a Teacher Assistant enhanced Knowledge Distillation method to augment knowledge transfer capacity from closed-source MNMT models.
Outcome: The proposed method outperforms the state-of-the-art KD methods on both WMT22 and FLORES-101 test sets.
X-Boundary: Establishing Exact Safety Boundary to Shield LLMs from Jailbreak Attacks without Compromising Usability (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for enhancing LLM security compromise usability, study finds . boundary-safe representations close to harmful representations are disrupted, resulting in usability decline .
Approach: They propose a method to push harmful representations away from boundary-safe representations and obtain an exact distinction boundary.
Outcome: The proposed method reduces over-refusal rate and maintains general capability . it pushes harmful representations away from boundary-safe representations, thereby reducing usability.
ASCEND: A Spontaneous Chinese-English Dataset for Code-switching in Multi-turn Conversation (2022.lrec-1)

Copied to clipboard

Challenge: Code-switching is a speech phenomenon occurring when a speaker switches language during a conversation.
Approach: They propose to collect Mandarin Chinese-English code-switching corpus from read speech rather than spontaneous speech to address this phenomenon.
Outcome: ASCEND consists of 10.62 hours of clean speech, collected from 23 bilingual speakers of Chinese and English.
QMSum: A New Benchmark for Query-based Multi-domain Meeting Summarization (2021.naacl-main)

Copied to clipboard

Challenge: Existing work on meeting summarization tasks is limited to short summaries that cover all the content of a meeting.
Approach: They propose a query-based multi-domain meeting summarization task that generates a single short summary of meetings based on a transcript.
Outcome: The proposed task is based on 1,808 query-summary pairs over 232 meetings in multiple domains.
TRUE-UIE: Two Universal Relations Unify Information Extraction Tasks (2024.naacl-long)

Copied to clipboard

Challenge: Information extraction (IE) tasks have a variety of schemas and objectives that differ across tasks.
Approach: They propose a paradigm where all IE tasks are aligned to learn the same goals . they use two universal relations to extract mention spans and type recognition .
Outcome: The proposed model achieves state-of-the-art on established benchmarks spanning 16 datasets, spanning 7 diverse IE tasks.
Self-Modifying State Modeling for Simultaneous Machine Translation (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for simultaneous machine translation fail to optimize the policy . existing methods require building a decision path to learn the policy, but they cannot explore all potential paths .
Approach: They propose a new training paradigm that uses a read/write policy to optimize the policy . existing methods usually require building a decision path to learn a suitable policy a user makes .
Outcome: The proposed model outperforms strong baselines and allows offline models to acquire SiMT ability with fine-tuning.
ItD: Large Language Models Can Teach Themselves Induction through Deduction (2024.acl-long)

Copied to clipboard

Challenge: Recent studies have shown that Large Language Models (LLMs) have limited ability to conduct induction.
Approach: They propose a framework to enable LLMs to teach themselves induction through deduction.
Outcome: The proposed framework improves performance on two induction benchmarks and shows that it can be used to teach induction through deduction.
Pretraining the Noisy Channel Model for Task-Oriented Dialogue (2021.tacl-1)

Copied to clipboard

Challenge: Current research on task-oriented dialogue models suffers from the explaining-away effect, manifested in models that favor short and generic responses.
Approach: They propose to factorize the dialogue task into two models, the distribution of the context given the response, and the prior for the response itself, using Bayes' theorem.
Outcome: The proposed model mitigates the explaining-away effect and allows the principled incorporation of large pretrained models for the response prior.
RankCoT: Refining Knowledge for Retrieval-Augmented Generation through Ranking Chain-of-Thoughts (2025.acl-long)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) models enable Large Language Models to access external knowledge.
Approach: They propose a knowledge refinement method that incorporates reranking signals to generate CoT-based summarization based on query and retrieval documents.
Outcome: RankCoT generates CoT-based summarization based on query and all retrieval documents . Rank CoT incorporates a self-reflection mechanism that refines the outputs .
VocalNet: Speech LLMs with Multi-Token Prediction for Faster and High-Quality Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Experimental results show VocalNet outperforms existing open-source speech LLMs despite limited training data.
Approach: They propose a scalable and model-agnostic training framework and a novel multi-token prediction paradigm for speech generation.
Outcome: The proposed model outperforms open-source speech LLMs while outperforming existing open-sourced models.
Comparative Opinion Quintuple Extraction from Product Reviews (2021.emnlp-main)

Copied to clipboard

Challenge: Comparative opinion mining is an important task in opinion mining.
Approach: They propose a task to extract comparative opinion quintuples from product reviews . they propose supplementary annotations and construct three datasets for the task .
Outcome: The proposed method outperforms baseline systems on three datasets and represents a strong benchmark for COQE.
Understanding LLMs’ Fluid Intelligence Deficiency: An Analysis of the ARC Task (2025.naacl-long)

Copied to clipboard

Challenge: Recent research on fluid intelligence assessments has highlighted significant deficiencies in LLMs’ abilities.
Approach: They analyze the challenges LLMs face in demonstrating fluid intelligence through controlled experiments using the most representative ARC task as an example.
Outcome: The proposed model shows that it lacks the ability to combine skill composition and abstract input formats and lacks left-to-right decoding.
Porous Lattice Transformer Encoder for Chinese NER (2020.coling-main)

Copied to clipboard

Challenge: Existing methods to integrate word boundary information into character-level Chinese NER are inefficient and lack semantic interaction.
Approach: They propose an extension of transformer encoder that is tailored for ChineseNER to incorporate lexicons into character-level Chinese NER by lattices.
Outcome: The proposed extension performs 11.4 times faster than state-of-the-art methods while retaining the rich long-term dependencies.
TVQACML: Benchmarking Text-Centric Visual Question Answering in Multilingual Chinese Minority Languages (2025.emnlp-main)

Copied to clipboard

Challenge: Existing TEC-VQA benchmarks focus on high-resource languages like English and Chinese . existing benchmarks have a "visual-textual misalignment" problem resulting in unreliable evaluation results .
Approach: They propose a benchmark that expands multilingual QA pairs in non-text-centric datasets through translation to eight languages, including Standard Chinese, Korean, and six minority languages.
Outcome: The proposed benchmarks are contamination-free and more challenging . they include eight languages including Chinese, Korean, and six minority languages .
Evaluation Agent: Efficient and Promptable Evaluation Framework for Visual Generative Models (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluation methods rely on rigid pipelines that overlook user needs and provide numerical results without clear explanations.
Approach: They propose an evaluation framework that employs human-like strategies for efficient, dynamic, multi-round evaluations using only a few samples per round.
Outcome: The evaluation agent framework reduces evaluation time to 10% of traditional methods while delivering comparable results.
On the Vulnerability of Text Sanitization (2025.naacl-long)

Copied to clipboard

Challenge: Existing reconstruction attacks on text sanitization are not able to accurately assess their effectiveness.
Approach: They propose to use ASR to measure the effectiveness of reconstruction attacks to evaluate sanitization performance.
Outcome: The proposed reconstruction attacks achieve a 46.4% improvement in ASR over the state-of-the-art baseline with a privacy budget of =4.0 on the SST-2 dataset.
Beyond Modality Collapse: Taming Guided Modality Entropy for Omni-modal Emotion Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: EmoOmni is a data paradigm for omni-modal large language models that can be used for emotion reasoning.
Approach: They propose a data paradigm that interleaves guided tokens into reasoning traces to enforce structured evidence extraction.
Outcome: The proposed paradigm over-relys on a dominant modality while neglecting complementary cues.
From Language to Driving: A Dual-Loop SLM-Enhanced Framework for Multi-Planner Scheduling via a Domain-Specific Language (2026.acl-long)

Copied to clipboard

Challenge: Recent large language model-based AD research offers new avenues to address this challenge.
Approach: They propose a small language model (SLM) for high-level semantic reasoning and schedule generation, while an inner loop performs low-level, high-frequency schedule execution and vehicle control.
Outcome: The proposed framework improves instruction completion rates while maintaining high safety and compliance relative to multiple baselines.
FineReason: Evaluating and Improving LLMs’ Deliberate Reasoning through Reflective Puzzle Solving (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) highlight an important shift from the “System 1” way of quick reactions to the “system 2” style of reflection-and-correction problem solving.
Approach: They propose a logic-puzzle benchmark for systematic evaluation of large language models' reasoning capabilities that decomposes each puzzle into atomic steps.
Outcome: The proposed model improves on state checking and state transition tasks and demonstrates gains in reasoning by up to 5.1%.
CORI: CJKV Benchmark with Romanization Integration - a Step towards Cross-lingual Transfer beyond Textual Scripts (2024.lrec-main)

Copied to clipboard

Challenge: Naively assuming English as a source language may hinder cross-lingual transfer . despite recent advances in cross-linguistic research, most studies have restricted themselves to two major assumptions .
Approach: They propose to integrate Romanized transcription beyond textual scripts to capture contact between these languages . they propose to use a benchmark dataset to further encourage in-depth studies of language contact .
Outcome: The proposed method allows for enhanced cross-lingual representations and effective zero-shot cross-linguistic transfer.
Universal Information Extraction with Meta-Pretrained Self-Retrieval (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for IE are task-specific, resulting in specialized and isolated approaches for different tasks.
Approach: They propose a method to retrieve task-specific knowledge from pretrained language models to enhance universal IE by using a Meta-Pretraining Algorithm.
Outcome: The proposed method achieves the new state-of-the-art on 4 IE tasks, 12 datasets under fully-supervised, low-resource and few-shot scenarios.
ConsistRM: Improving Generative Reward Models via Consistency-Aware Self-Training (2026.acl-long)

Copied to clipboard

Challenge: ConsistRM is a self-training framework that enables effective and stable GRM training without human annotations.
Approach: They propose a self-training framework that enables effective and stable GRM training without human annotations.
Outcome: The proposed framework outperforms vanilla Reinforcement Fine-Tuning (RFT) by 1.5% on five benchmark datasets.
RiskLab: A Controlled Toolkit for Probing Emergent Risks in LLM-Based Multi-Agent Systems (2026.acl-demo)

Copied to clipboard

Challenge: Recent advances in large language model (LLM) agents have accelerated deployment of multi-agent systems for complex tasks.
Approach: They propose an open-source toolkit for instantiating, probing, and measuring emergent risks in LLM-based multi-agent systems under controlled conditions.
Outcome: The proposed toolkit is based on a structured topology–environment–protocol–agent–task quintuple enabling reproducible studies of how communication structure, coordination mechanisms, and incentives shape system-level risks.
MarkLLM: An Open-Source Toolkit for LLM Watermarking (2024.emnlp-demo)

Copied to clipboard

Challenge: Large Language Models (LLMs) embed imperceptible yet algorithmically detectable signals in outputs to identify LLM-generated text.
Approach: They propose to develop an open-source toolkit for LLM watermarking that embeds imperceptible yet algorithmically detectable signals in model outputs to identify LLM-generated text.
Outcome: MarkLLM provides a unified framework for implementing LLM watermarking algorithms, while providing user-friendly interfaces to ensure ease of access.
Training ELECTRA Augmented with Multi-word Selection (2021.findings-acl)

Copied to clipboard

Challenge: Existing pre-training methods for NLP tasks require massive computation resources.
Approach: They propose a method that trains a discriminator to detect replaced tokens and select original tokens from candidate sets.
Outcome: The proposed method improves ELECTRA based on multi-task learning on GLUE and SQUAD datasets.
SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model (2025.naacl-long)

Copied to clipboard

Challenge: Fine-tuning requires substantial computational resources and is prone to overfitting when applied to small datasets.
Approach: They propose a parameter-efficient fine-tuning method that integrates a State Space Model (SSM) to interconnect low-rank matrices.
Outcome: The proposed method achieves comparable performance to LoRA on the general language understanding evaluation (GLUE) benchmark while using only half the parameters.
On Training Data Influence of GPT Models (2024.emnlp-main)

Copied to clipboard

Challenge: generative language models have redefined performance standards across tasks . current research on the influence of training data on autoregressivity remains underexplored .
Approach: They propose a parameterized simulation to assess the impact of training examples on the training dynamics of GPT models.
Outcome: The proposed approach compares existing methods with existing methods across training scenarios in generative language models, spanning tasks across 14 million to 2.8 billion parameters.
MMLU-ProX: A Multilingual Benchmark for Advanced Large Language Model Evaluation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing large language model evaluation benchmarks focus on English, while current multilingual tasks lack parallel questions that specifically assess cross-lingual reasoning abilities.
Approach: They propose a comprehensive benchmark covering 29 languages, built on an English benchmark.
Outcome: The MMLU-ProX is a comprehensive benchmark covering 29 languages, built on an English benchmark.
Few-Shot Event Detection with Prototypical Amortized Conditional Random Field (2021.findings-acl)

Copied to clipboard

Challenge: Existing approaches to event detection ignore the trigger discrepancy and cause errors.
Approach: They propose a unified model which converts a few-shot tagging problem into a single-shot model by using a Gaussian distribution.
Outcome: The proposed model performs better than existing identifythen-classify models on a few-shot tagging problem with a double-part taging scheme.
Towards Abstractive Grounded Summarization of Podcast Transcripts (2022.acl-long)

Copied to clipboard

Challenge: Podcast summarization is of practical benefit to content providers and consumers . however, podcast summarizing faces significant challenges including factual inconsistencies . speech recognizers induce transcription errors and abstractive summarisation models may hallucinate .
Approach: They propose a method to generate podcast summaries while grounding segments in specific regions of the transcript to allow full inspection of summary details.
Outcome: The proposed method can produce an abstractive summary while grounding segments in specific regions of the transcript to allow full inspection of summary details.
Discriminative Nearest Neighbor Few-Shot Intent Detection by Transferring Natural Language Inference (2020.emnlp-main)

Copied to clipboard

Challenge: Existing work on few-shot intent classification without OOS has focused on the few-shot intent classification with out-of-scope intents.
Approach: They propose to use BERT-style pairwise encoding to train a binary classifier that estimates the best matched training example for a user input.
Outcome: The proposed approach achieves more stable and accurate in-domain and OOS detection accuracy than RoBERTa-based classifiers and embedding-based nearest neighbor approaches.
Me-Agent: A Personalized Mobile Agent with Two-Level User Habit Learning for Enhanced Interaction (2026.findings-acl)

Copied to clipboard

Challenge: Existing Large Language Model (LLM)-based mobile agents follow explicit user instructions without personalized needs.
Approach: They propose a user preference learning strategy enhanced with a Personal Reward Model to improve personalization performance.
Outcome: The proposed agent achieves state-of-the-art performance while maintaining competitive instruction execution performance.
COIG-P: A High-Quality and Large-Scale Chinese Preference Dataset for Alignment with Human Values (2026.findings-eacl)

Copied to clipboard

Challenge: Existing Chinese preference datasets suffer from limited scale, restricted domain coverage, and insufficiently rigorous data validation.
Approach: They propose an LLM-based data annotation pipeline with no human intervention to annotate Chinese preference datasets.
Outcome: The proposed pipeline outperforms existing Chinese preference datasets on AlignBench and Chinese Reward Benchmark.
Interactive Evolution: A Neural-Symbolic Self-Training Framework For Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to fine-tune Large Language Models without human annotations are lacking in the field of natural language training.
Approach: They propose an environment-guided neural-symbolic self-training framework to overcome two main challenges: the scarcity of symbolic data and the limited proficiency of LLMs in processing symbolic language.
Outcome: The proposed framework overcomes two main challenges: the scarcity of symbolic data, and the limited proficiency of LLMs in processing symbolic language.
Retrieval-Augmented Few-shot Text Classification (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for retrieval-augmented text classification are successful in the few-shot scenario with limited retrieval space.
Approach: They propose to use EM-L and R-L to provide task-specific guidance to retrieval metric . they also propose to incorporate retrieved memory alongside parameters for better generalization .
Outcome: The proposed methods perform better on the few-shot scenario with limited retrieval space.
SPS: Steering Probability Squeezing for Better Exploration in Reinforcement Learning for Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Reinforcement learning (RL) training typically improves single-sample success rates but limited exploration of diverse reasoning trajectories.
Approach: They propose a training paradigm that interleaves conventional RL with inverse reinforcement learning (IRL) they propose 'Steering Probability Squeezing' to enhance exploration without external supervision .
Outcome: The proposed training paradigm improves Pass@k and improves exploration of diverse reasoning trajectories without external supervision.
Dimension Reduction for Efficient Dense Retrieval via Conditional Autoencoder (2022.emnlp-main)

Copied to clipboard

Challenge: Existing work reserves the principle dimensions of query and document embeddings for building more efficient retrieval systems.
Approach: They propose to use Conditional Autoencoder to compress high-dimensional embeddings to maintain the same embeddable distribution and better recover ranking features.
Outcome: The proposed algorithm achieves comparable ranking performance with its teacher model and makes the retrieval system more efficient.
Revitalizing Black-Box Interpretability: Actionable Interpretability for LLMs via Proxy Models (2026.acl-long)

Copied to clipboard

Challenge: Applying model-agnostic explanations to Large Language Models is hindered by prohibitive computational costs rendering them dormant for real-world applications.
Approach: They propose a budget-friendly proxy framework that leverages efficient models to approximate the decision boundaries of expensive Large Language Models.
Outcome: The proposed framework achieves over 90% fidelity with only 9.5% of the oracle’s cost and is open-source to facilitate future research.
User Memory Reasoning for Conversational Recommendation (2020.coling-main)

Copied to clipboard

Challenge: Existing systems that update user preferences via asking relevant questions are unable to dynamically maintain and reason over their knowledge for current (and possibly future) recommendations.
Approach: They propose a new memory graph (MG) -> Conversational Recommendation parallel corpus with 7K+ human-to-human role-playing dialogs and a graph-based reasoning model that updates MG from unstructured utterances and predicts optimal dialog policies based on updated MG.
Outcome: The proposed model is based on a large-scale user memory bootstrapped from real-world user scenarios and can be easily updated from unstructured utterances.
What’s the most important value? INVP: INvestigating the Value Priorities of LLMs through Decision-making in Social Scenarios (2025.coling-main)

Copied to clipboard

Challenge: Large scale language models (LLMs) have demonstrated impressive performance in various tasks and are increasingly integrated into the decision-making process.
Approach: They propose a framework for INvestigating Value Priorities through decision-making in social scenarios and evaluate seven popular LLMs.
Outcome: The proposed framework covers 1613 scenarios and 3226 decisions across 283 topics and focuses on Universalism and Benevolence, while Power and Hedonism are given lower priority.
CENTAUR: Bridging the Impossible Trinity of Privacy, Efficiency, and Performance in Privacy-Preserving Transformer Inference (2025.acl-long)

Copied to clipboard

Challenge: Existing privacy-preserving Transformer Inference frameworks suffer from high computational overhead and performance losses.
Approach: They propose a framework that integrates random permutations and SMPC to address the "impossible trinity" CENTAUR resists diverse data reconstruction attacks and boosts inference speed by 5.030.4 times .
Outcome: CENTAUR achieves an unprecedented balance between privacy, efficiency, and performance.
Can Reasoning Path still be Effective as Input? Bridging Post-Reasoning to Chain-of-Thought Compression (2026.acl-long)

Copied to clipboard

Challenge: Existing work on reducing CoT generation in reasoning impairs the necessary information for deriving the correct answer.
Approach: They propose a reasoning paradigm that takes CoT as a part of context to simplify the reasoning task for Large Language Models (LLMs).
Outcome: The proposed framework reduces the generation length of LLMs, but its effectiveness hinges on the efficiency and reliability of the contextual CoT generation.
EcomScriptBench: A Multi-task Benchmark for E-commerce Script Planning via Step-wise Intention-Driven Product Association (2025.acl-long)

Copied to clipboard

Challenge: Goal-oriented script planning is used by humans to plan for typical activities . however, this capability remains underexplored due to several challenges .
Approach: They propose a framework that enables product-enriched scripts by associating products with each step based on the semantic similarity between the actions and their purchase intentions.
Outcome: The proposed framework can generate product-enriched scripts from 2.4 million scripts . human annotations are conducted to provide gold labels for a sampled subset .
RIVAL: Reinforcement Learning with Iterative and Adversarial Optimization for Machine Translation (2025.findings-emnlp)

Copied to clipboard

Challenge: Using reinforcement learning from human feedback, large language models perform poorly when applied to colloquial subtitle translation tasks.
Approach: They propose an adversarial training framework that iteratively updates the offline reward model and the online LLM to improve training outcomes.
Outcome: The proposed training framework significantly improves upon translation baselines.
COSIGN: Contextual Facts Guided Generation for Knowledge Graph Completion (2024.naacl-long)

Copied to clipboard

Challenge: Existing methods for knowledge graph completion (KGC) are limited in generality and scalability due to poor contextual facts.
Approach: They propose a contextual facts collector and contextual facts organizer to enhance the inference ability of GM-based methods for various KGC tasks.
Outcome: The proposed model outperforms state-of-the-art methods in terms of performance.
CheckRLM: Effective Knowledge–Thought Coherence Checking in Retrieval-Augmented Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Reasoning Language Models (RLMs) have improved performance on complex tasks by extending the reasoning chain, but they are prone to factual errors, especially in knowledge-intensive tasks.
Approach: They propose a framework that improves the reliability of the reasoning process by timely checking and correcting factual errors.
Outcome: The proposed framework outperforms baselines and shows that it mitigates error accumulation with lower costs.
FocalOrder: Focal Preference Optimization for Reading Order Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for document comprehension rely on uniform supervision, resulting in a performance degradation in the intermediate sections.
Approach: They propose a framework driven by Focal Preference Optimization to detect reading order in document layouts.
Outcome: The proposed framework outperforms competing baselines and surpasses large-scale general VLMs.
APo-VAE: Text Generation in Hyperbolic Space (2021.naacl-main)

Copied to clipboard

Challenge: Existing models that learn embeddings only in Euclidean vector space do not account for such structural property of language.
Approach: They propose a Poincare Variational Autoencoder to capture latent hierarchies in hyperbolic space . they propose enabling adversarial learning procedures to empower robust model training .
Outcome: The proposed model outperforms existing models in a hyperbolic latent space . it captures latent language hierarchies in hyperbolical space and is robust to training .
MM-SAP: A Comprehensive Benchmark for Assessing Self-Awareness of Multimodal Large Language Models in Perception (2024.acl-long)

Copied to clipboard

Challenge: Recent advances in multimodal large language models (MLLMs) have demonstrated exceptional capabilities in visual perception and understanding, but they also suffer from hallucinations, which limit their reliability as AI systems.
Approach: They propose a benchmark to evaluate self-awareness in perception for multimodal large language models (MLLMs) by integrating image information with knowledge quadrants, and propose MM-SAP to evaluate this capability.
Outcome: The proposed benchmark offers detailed analysis of MLLMs with self-awareness in perception.
Detecting AI-Generated Content on Social Media with Multi-modal Language Models (2026.acl-industry)

Copied to clipboard

Challenge: Existing methods for AI-generated content detection face poor generalization to newer models, reliance on single modalities, and lack of interpretable explanations.
Approach: They propose a model that curates diverse social media data and trains a vision-language model for detection and explanation.
Outcome: The proposed model achieves state-of-the-art detection performance on public benchmarks and observes positive downstream impacts on user engagement.
TLUE: A Tibetan Language Understanding Evaluation Benchmark (2025.emnlp-main)

Copied to clipboard

Challenge: Low-resource languages, like Tibetan, remain underrepresented in large language models' evaluations.
Approach: They propose a Tibetan Language Understanding Evaluation Benchmark to assess LLMs' proficiency in Tibetan . they use a multi-task understanding benchmark and a safety benchmark to evaluate models .
Outcome: The proposed benchmark shows that most large language models perform below the random baseline, especially in Tibetan language processing.
DeepSieve: Information Sieving via LLM-as-a-Knowledge-Router (2026.findings-eacl)

Copied to clipboard

Challenge: Existing RAG methods lack fine-grained control over query and source sides, resulting in noisy retrieval and shallow reasoning.
Approach: They propose an agentic RAG framework that integrates information sieving via LLM-as-a-knowledge-router.
Outcome: Experiments on multi-hop QA tasks across heterogeneous sources demonstrate improved reasoning depth, retrieval precision, and interpretability over conventional approaches.
Automate Strategy Finding with LLM in Quant Investment (2025.findings-emnlp)

Copied to clipboard

Challenge: Experimental results demonstrate robust performance of the strategy in Chinese & US market regimes compared to established benchmarks.
Approach: They propose a framework leveraging Large Language Models within a risk-aware multi-agent system for automate strategy finding in quantitative finance.
Outcome: The proposed framework outperforms all benchmarks in Chinese & US market regimes with 53.17% cumulative return on SSE50.
Recall and Learn: Fine-tuning Deep Pretrained Language Models with Less Forgetting (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods to fine-tune deep pretrained language models face catastrophic forgetting problems.
Approach: They propose a recall and learn mechanism which integrates pretraining and downstream tasks into a single mechanism.
Outcome: The proposed method achieves state-of-the-art performance on the GLUE benchmark and better average performance than directly fine-tuning of BERT-large.
AMR-based Network for Aspect-based Sentiment Analysis (2023.acl-long)

Copied to clipboard

Challenge: Recent studies have used dependency trees to extract relation between aspects and contexts, but there is a potential mismatch between the dependency tree and sentiment classification as a semantic task.
Approach: They propose to replace the syntactic dependency tree with a semantic structure to capture the relation between an aspect and a context.
Outcome: The proposed model improves ABSA on four public datasets with 1.13% improvement over baselines.
SafeToolBench: Pioneering a Prospective Benchmark to Evaluating Tool Utilization Safety in LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches fail to fully capture all risks in tool utilization, resulting in financial loss or privacy leaking.
Approach: They propose a framework to assess the safety of LLM tool utilization in a prospective manner, covering malicious user instructions and diverse practical toolsets.
Outcome: The proposed framework significantly enhances LLMs’ self-awareness, enabling a more safer and trustworthy tool utilization.
Reliability-aware Dynamic Feature Composition for Name Tagging (P19-1)

Copied to clipboard

Challenge: Word embeddings are used to encode semantic information, but their quality is not consistent across the vocabulary due to the long-tail distribution of word frequency.
Approach: They propose a reliability-aware name tagging model that uses word frequency to indicate word quality . they propose to use word frequency-based reliability signals to dynamically select and compose features .
Outcome: The proposed model outperforms the baseline model on OntoNotes 5.0 and up to 5% gain on cross-genre data sets.
DRIFT: Transferring Reasoning Priors for Efficient MLLM Fine-Tuning (2026.findings-acl)

Copied to clipboard

Challenge: Multimodal large language models (MLLMs) have made rapid progress in perception and alignment, but their reasoning ability often lags behind strong text-only LLMs.
Approach: They propose a method that transfers reasoning knowledge in the gradient space while preserving multimodal alignment.
Outcome: Experiments on multimodal reasoning benchmarks show that DRIFT outperforms naive merging and standard SFT.
ExpandR: Teaching Dense Retrievers Beyond Queries with LLM Guidance (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for enhancing dense retrieval with query augmentation ignore the alignment between generation and ranking objectives.
Approach: They propose a unified LLM-augmented dense retrieval framework that jointly optimizes both the LLM and the retriever.
Outcome: Experimental results show that ExpandR outperforms strong baselines, achieving more than 5% improvement in retrieval performance.
Improving Domain Generalization for Prompt-Aware Essay Scoring via Disentangled Representation Learning (2023.acl-long)

Copied to clipboard

Challenge: Existing AES models are either prompt-specific or prompt-adaptive and cannot generalize well on “unseen” prompts.
Approach: They propose a prompt-aware neural AES model to extract comprehensive representation for essay scoring, including both prompt-invariant and prompt-specific features.
Outcome: The proposed model extracts comprehensive representation for essay scoring, including both prompt-invariant and prompt-specific features.
UniRAG: Unified Query Understanding Method for Retrieval Augmented Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing query augmentation methods face knowledge update lag and hallucinations in large language models (LLMs) Existing methods face two key challenges: (1) separation of query augmented and encoding tasks, which hinders information sharing and introduces cumulative errors; (2) difficulty of selecting optimal augmentation strategy for different scenarios.
Approach: They propose a unified framework for query understanding in RAG that integrates internal and external knowledge to enhance query augmentation and encoding tasks.
Outcome: The proposed framework outperforms traditional query augmentation methods in five knowledge-intensive benchmark tasks in both closed and open domain question answering.
Generation of Patient After-Visit Summaries to Support Physicians (2022.coling-1)

Copied to clipboard

Challenge: After-visit summary is a summary note given to patients after their clinical visit.
Approach: They propose to automate the generation of after-visit summaries and introduce a feedback mechanism that alerts physicians when an automatic summary fails to capture important details of the clinical notes.
Outcome: The proposed system improves on a large clinical dataset that contains electronic health record (EHR) notes and their associated summaries.
Medico: Towards Hallucination Detection and Correction with Multi-source Evidence Fusion (2024.emnlp-demo)

Copied to clipboard

Challenge: Existing studies show that LLMs can confidently state non-existent facts rather than answering "I don't know".
Approach: They propose a multi-source evidence fusion enhanced hallucination detection and correction framework that fuses evidence from multiple sources and iteratively revises the hallucinous content.
Outcome: The proposed framework detects whether the generated content contains factual errors, provides the rationale behind the judgment, and iteratively revises the hallucinated content.
Exploring Fine-Grained Human Motion Video Captioning (2025.coling-main)

Copied to clipboard

Challenge: Existing video captioning models fail to capture nuanced semantics of videos . existing models generate coarse descriptions of human motions, resulting in poor quality .
Approach: They construct a fine-grained human motion video captioning dataset named BoFiT and a model that generates fine-grain descriptions of human motions via prompting.
Outcome: The proposed model outperforms existing models on comprehensive metrics.
EconProver: Towards More Economical Test-Time Scaling for Automated Theorem Proving (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have recently advanced the field of Automated Theorem Proving (ATP) Existing cost analyses regulate only the number of sampling passes, ignoring the substantial disparities in sampling costs.
Approach: They propose to integrate two complementary methods into a unified EconRL pipeline to increase pass rates under constrained sampling passes.
Outcome: The proposed method reduces token usage and sample passes while maintaining the original performance.
MSc-SQL: Multi-Sample Critiquing Small Language Models For Text-To-SQL Translation (2025.naacl-long)

Copied to clipboard

Challenge: Recent advances in text-to-SQL generation rely on large closed-source models that present challenges in accessibility, privacy, and latency.
Approach: They propose to use open-source text-to-SQL models to critique SQL queries . their method evaluates multiple outputs simultaneously and is competitive with larger models .
Outcome: The proposed method achieves state-of-the-art performance compared to open-source models while remaining competitive with larger models at a much lower cost.
A Survey of Reinforcement Learning for Large Language Models under Data Scarcity: Challenges and Solutions (2026.acl-long)

Copied to clipboard

Challenge: Existing research on reinforcement learning for LLMs under data scarcity has not been unified.
Approach: They propose a top-up hierarchical framework built around three complementary perspectives: data-centric, training-centric and framework-centric.
Outcome: The proposed framework provides a clear conceptual foundation for understanding the design space of data-efficient RL for large language models and to guide researchers working in this emerging area.
A Systematic Investigation of KB-Text Embedding Alignment at Scale (2021.acl-long)

Copied to clipboard

Challenge: Knowledge bases (KBs) and text often contain complementary knowledge.
Approach: They propose a framework for aligning KB and text embeddings for joint reasoning . they also evaluate alignment methods to infuse textual information into KB embeddables .
Outcome: The proposed framework can be used to predict link prediction on emerging entities and events using textual information.
HETFORMER: Heterogeneous Transformer with Sparse Attention for Long-Text Extractive Summarization (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for summarizing semantic graph structure from raw text are cumbersome and inefficient for long-text documents.
Approach: They propose a Transformer-based pre-trained model with multi-granularity sparse attentions for long-text extractive summarization.
Outcome: The proposed model performs state-of-the-art on single- and multi-document summarization tasks while using less memory and fewer parameters.
COF: Adaptive Chain of Feedback for Comparative Opinion Quintuple Extraction (2025.coling-main)

Copied to clipboard

Challenge: Comparative Opinion Quintuple Extraction (COQE) aims to extract all comparative sentiment quintuples from product review text.
Approach: They propose a model-unaware adaptive chain-of-feedback method to extract quintuples from product review text.
Outcome: The proposed method improves performance on three benchmarks.
Rethinking Entropy Interventions in RLVR: An Entropy Change Perspective (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have remarkable reasoning capabilities in complex tasks such as mathematics and coding.
Approach: They propose an entropy-modulation method that adaptively reweighs tokens based on theoretically-estimated entropic variations.
Outcome: The proposed method outperforms state-of-the-art methods in six mathematical reasoning and three coding benchmarks.
PersonaAgent: Bridging Memory and Action for Personalized LLM Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing Large Language Model (LLM) enabled agents lack flexibility to respond to users’ varying needs and preferences.
Approach: They propose a test-time user-preference alignment strategy that optimizes the persona prompt, ensuring real-time preference alignment through textual loss feedback between simulated and ground-truth responses.
Outcome: The proposed framework outperforms baseline methods in real-time and in real applications.
Speech Sense Disambiguation: Tackling Homophone Ambiguity in End-to-End Speech Translation (2024.acl-long)

Copied to clipboard

Challenge: End-to-end speech translation (ST) models require simultaneous crossmodal and crosslingual transformations to be effective.
Approach: They propose a homophone-aware contrastive learning approach that integrates a speech-text masking strategy to reduce ambiguity.
Outcome: The proposed approach achieves SOTA results on BLEU scores on different MuST-C and CoVoST ST tasks, underlining its effectiveness in reducing speech sense ambiguity.
Rethinking the Video Sampling and Reasoning Strategies for Temporal Sentence Grounding (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for temporal sentence grounding ignore two crucial issues . 1) Boundary-bias: the video downsampling process may lose these two frames . 2) Reasoning-biases: such incorrect new boundary frames lead to the reasoning bias .
Approach: They propose a siamese sampling mechanism to generate additional contextual frames . they use a reasoning strategy to learn the inter-relationship among these frames a .
Outcome: Extensive experiments demonstrate the effectiveness of a new siamese sampling network on three challenging datasets.
"Excuse me, may I say something..." CoLabScience, A Proactive AI Assistant for Biomedical Discovery and LLM-Expert Collaborations (2026.acl-long)

Copied to clipboard

Challenge: Existing large language models (LLMs) are reactive and respond only when prompted, limiting their effectiveness in collaborative settings.
Approach: They introduce a proactive LLM assistant designed to enhance biomedical collaboration between AI systems and human experts through timely, context-aware interventions.
Outcome: The proposed model outperforms baselines in intervention precision and collaborative task utility, highlighting the potential of proactive LLMs as intelligent scientific assistants.
MoPS: Modular Story Premise Synthesis for Open-Ended Automatic Story Generation (2024.acl-long)

Copied to clipboard

Challenge: Existing sources of story premises are limited by a lack of diversity, uneven quality, and high costs that make them difficult to scale.
Approach: They propose a method which breaks down story premises into modules like background and persona for automated design and generation.
Outcome: The proposed framework excels in diversity, fascination, completeness, and originality compared to those induced from large language models and captured from public datasets.
FITAnnotator: A Flexible and Intelligent Text Annotation System (2021.naacl-demos)

Copied to clipboard

Challenge: In this paper, we introduce FITAnnotator, a generic web-based tool for efficient text annotation.
Approach: They propose a generic web-based tool for efficient text annotation.
Outcome: The proposed tool is based on a fully modular architecture and provides three kinds of interfaces to annotate instances, evaluate annotation quality and manage the annotation task for annotators, reviewers and managers.
MPBoCo: Multimodal Prompt-based Boundary-enhanced Continual Framework for Joint Entity and Relation Extraction (2026.acl-long)

Copied to clipboard

Challenge: Existing methods struggle to balance real-time adaptability and computational efficiency in continual learning scenarios.
Approach: They propose a Continual Multimodal Entity and Relation Joint Extraction task and a Multimodal Prompt-based Boundary-enhanced Continuum framework that stores task-specific knowledge via learnable multimodal prompts.
Outcome: The proposed framework outperforms baseline methods in real-world scenarios by 5.5% and 7.2%.
Improving Distantly-Supervised Named Entity Recognition with Self-Collaborative Denoising Learning (2021.emnlp-main)

Copied to clipboard

Challenge: Named entity recognition (NER) is a method of detecting entity spans and classifying them into predefined categories.
Approach: They propose a method to iteratively perform noisy label refinery by using self-collaborative denoising learning.
Outcome: The proposed learning paradigm exploits reliable labels and communicates with unreliable annotations by collaborative denoising.
Towards Robust Temporal Activity Localization Learning with Noisy Labels (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for temporal activity localization are expensive and difficult to satisfy due to subjective labeling.
Approach: They propose a new TAL setting where a TAL model should be robust to mixed training data with noisy moment boundaries.
Outcome: The proposed method is significantly more robust to noisy training data than existing methods.
ChatCite: LLM Agent with Human Workflow Guidance for Comparative Literature Summary (2025.coling-main)

Copied to clipboard

Challenge: Literature review is an indispensable step in the research process, but literature summary is challenging and time consuming.
Approach: They propose an LLM agent with human workflow guidance for comparative literature summary . they use a human workflow to extract key elements from relevant literature and generate summaries .
Outcome: The proposed method outperforms the CoT model in several dimensions.
Multi-Agent Procedural Graph Extraction with Structural and Logical Refinement (2026.findings-eacl)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) show potential for graph extraction, but often yield ill-formed structures or misinterpret logical constructs such as gateways.
Approach: They propose a framework that treats procedural graph extraction as a multi-round reasoning process with structural and logical refinement agents.
Outcome: The proposed framework achieves significant improvements in structural correctness and logical consistency over strong baselines.
Simulating Classroom Education with LLM-Empowered Agents (2025.naacl-long)

Copied to clipboard

Challenge: Initial studies have focused on task-specific, independent LLM-empowered agents, but the potential of LLMs within a multi-agent collaborative framework for classroom simulation with real user participation remains unexplored.
Approach: They propose a multi-agent classroom simulation teaching framework that recognizes representative class roles and introduces a novel class control mechanism for automatic classroom teaching.
Outcome: The proposed framework can simulate dynamic learning environment for users with active teacher-student and student-studente interactions.
Evaluating the Expressive Appropriateness of Speech in Rich Contexts (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for evaluating expressive speech focus on word accuracy, naturalness, signal quality, or emotional intensity at the utterance level.
Approach: They propose a framework for Evaluating Expressive Appropriateness in speech that assesses whether a speech sample aligns with the underlying communicative intent implied by its discourse-level narrative context.
Outcome: The proposed framework outperforms existing speech evaluation and analysis systems on a human-annotated test set.
Search-P1: Path-Centric Reward Shaping for Stable and Efficient Agentic RAG Training (2026.acl-industry)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) enhances large language models by incorporating external knowledge, yet traditional singleround retrieval struggles with complex multistep reasoning.
Approach: They propose a framework that introduces path-centric reward shaping for agentic RAG training.
Outcome: The proposed framework improves on existing methods with an average accuracy gain of 7.7 points.
MIND: Multimodal Shopping Intention Distillation from Large Vision-language Models for E-commerce Purchase Understanding (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for acquiring large-scale intentions generate product-centric intentions without product images and incur high costs for scalability.
Approach: They propose a multimodal framework that allows Large Vision-Language Models to infer purchase intentions from multimodal product metadata and prioritize human-centric ones.
Outcome: The proposed framework shows that it is robust to different prompts and superior to previous methods.
Patient Knowledge Distillation for BERT Model Compression (D19-1)

Copied to clipboard

Challenge: Pre-trained language models such as BERT have proven to be highly effective for natural language processing tasks, but the high demand for computing resources hinders their application in practice.
Approach: They propose to compress an original large model (teacher) into an equally-effective lightweight shallow network (student) Empirically, this translates into improved results on multiple NLP tasks with a significant gain in training efficiency, without sacrificing model accuracy.
Outcome: The proposed model reduces the computational cost of training models using the teacher model into a lightweight shallow network.
Long-Chain Reasoning Distillation via Adaptive Prefix Alignment (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities, especially in solving complex mathematical problems.
Approach: They propose a framework that exploits teacher CoTs for distillation through adaptive prefix alignment.
Outcome: The proposed framework outperforms baseline models on multiple mathematical reasoning benchmarks by over 3%.
TSPO: Breaking the Double Homogenization Dilemma in Multi-turn Search Policy Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) can solve complex tasks through iterative information retrieval.
Approach: They propose a turn-level stage-aware policy optimization approach to solve this problem . they introduce a first-occurrence latent reward mechanism to allocate partial rewards .
Outcome: Experiments show that TSPO outperforms state-of-the-art models on Qwen2.5-3B and 7B models.
Orthogonal Representation Editing: Decoupling Semantic Entanglement in Batch Knowledge Editing of LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing knowledge editing methods suffer from performance degradation in batch knowledge editing.
Approach: They propose an orthogonal representation editing method which decouples semantic entanglement from edit vectors and enforcing orthogonals on edit vector.
Outcome: The proposed method outperforms existing methods and achieves superior performance in cross-lingual knowledge editing scenarios.
Lang2Act: Fine-Grained Visual Reasoning through Self-Emergent Linguistic Toolchains (2026.findings-acl)

Copied to clipboard

Challenge: Existing frameworks depend on rigid, pre-defined external tools to extend perceptual capabilities of VLMs.
Approach: They propose a framework that leverages self-emergent linguistic toolchains to enhance visual perception and reasoning.
Outcome: The proposed framework improves the visual perception capabilities of large language models by incorporating external visual documents to address a given query.
RanLoRA: Residual-aware Nonlinear Low-Rank Adaptation (2026.findings-acl)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) relying on linear low-rank projections restricts adaptation to linear subspaces, limiting flexibility on complex downstream tasks.
Approach: They propose a nonlinear low-rank Adaptation approach that leverages pretrained weights to decompose them into principal components that are kept frozen and residual components that can be used for task-specific adaptation.
Outcome: The proposed approach outperforms vanilla LoRA and representative variants on commonsense reasoning, image classification, and mathematical reasoning tasks.
SemAttack: Natural Textual Attacks via Different Semantic Spaces (2022.findings-naacl)

Copied to clipboard

Challenge: Existing approaches to attack pre-trained language models suffer from low success rates or fail to search efficiently in the exponentially large perturbation space.
Approach: They propose an efficient framework to generate natural adversarial text by constructing different semantic perturbation functions.
Outcome: The proposed framework generates natural adversarial texts for different languages with high success rates.
What Is That Talk About? A Video-to-Text Summarization Dataset for Scientific Presentations (2025.acl-long)

Copied to clipboard

Challenge: VISTA dataset contains 18,599 recorded AI conference presentations . large multimodal models exhibit reduced performance in scientific contexts, study shows .
Approach: They propose a dataset specifically designed for video-to-text summarization in scientific domains.
Outcome: This paper compares the performance of large models with human models and shows that they improve on human models.
Logic-level Evidence Retrieval and Graph-based Verification Network for Table-based Fact Verification (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods leverage programs that contain rich logical information to enhance the verification process.
Approach: They propose a table-based fact verification task as an evidence retrieval framework . they retrieve logic-level program-like evidence from the given table and a statement as supplementary evidence for the table .
Outcome: The proposed method is able to retrieve logic-level program-like evidence from a table and a statement as supplementary evidence for the table.
Middleware for LLMs: Tools Are Instrumental for Language Agents in Complex Environments (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) are generalist agents capable of operating within complex environments.
Approach: They propose a class of tools that can serve as a middleware layer shielding LLMs from environmental complexity.
Outcome: The proposed tool can shield the LLM from environmental complexity in two representative complex environments.
Does DetectGPT Fully Utilize Perturbation? Bridging Selective Perturbation to Fine-tuned Contrastive Learning Detector would be Better (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to detect MGT from human-written texts are inadequate . existing methods are fine-tuned and zero-shot metric-based, but they can be more accurate.
Approach: They propose a novel fine-tuned detector that can detect MGT from human-written texts by contrastive learning on selective perturbation.
Outcome: The proposed method outperforms the state-of-the-art by 1.20% on four public datasets.
GRASS: Gradient-based Adaptive Layer-wise Importance Sampling for Memory-efficient Large Language Model Fine-tuning (2026.findings-acl)

Copied to clipboard

Challenge: Low-rank adaptation methods for large language models limit expressiveness and performance . layer-wise fine-tuning methods overlook variations in layer importance across tasks and training stages, resulting in suboptimal performance on downstream tasks.
Approach: They propose a gradient-based adaptive layer-wise importance sampling framework that updates only a subset of parameters to reduce memory usage.
Outcome: The proposed framework outperforms state-of-the-art methods in accuracy and memory usage.
Enhancing Pre-trained Chinese Character Representation with Word-aligned Attention (2020.acl-main)

Copied to clipboard

Challenge: Pre-trained Chinese language models take character as the basic unit and learn representation according to character’s external contexts, ignoring the semantics expressed in the word, which is the smallest meaningful utterance in Chinese.
Approach: They propose to pool character-level attention to the word level and propose to alleviate the potential issue of segmentation error propagation by multi-source information fusion.
Outcome: The proposed approach improves on five Chinese NLP benchmark tasks against BERT, ERNIE and BERT-wwm.
On the Role of Model Prior in Real-World Inductive Reasoning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing studies have evaluated the inductive reasoning capabilities of Large Language Models (LLMs) by evaluating their ability to generate textual hypotheses based on in-context input-output pairs and test these hypothese based upon unseen examples.
Approach: They evaluated three inductive reasoning strategies across five real-world tasks with three LLMs and found that hypothesis generation is primarily driven by the model’s inherent priors.
Outcome: The proposed models generate high-quality hypotheses that can generalize to new instances when guided by in-context demonstrations.
Sparse-to-Dense: A Free Lunch for Lossless Acceleration of Video Understanding in LLMs (2025.acl-short)

Copied to clipboard

Challenge: Recent advances in Video Large Language Models (Video-LLMs) have achieved exceptional performance on tasks like video question answering and captioning.
Approach: They propose a decoding strategy that leverages sparse top-K attention and dense full attention to accelerate Video-LLMs without loss.
Outcome: The proposed approach achieves a 1.94 walltime speedup in video processing.
Learning to Align Multi-Faceted Evaluation: A Unified and Robust Framework (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for fine-tuning open-source LLMs are limited to text-based analysis under predefined general criteria.
Approach: They propose a framework that fine-tunes LLMs to replicate the evaluation explanations and judgments of proprietary models.
Outcome: The proposed evaluation framework outperforms existing fine-tuned evaluation methods in effectiveness and robustness.
MR-ALIGN: Meta-Reasoning Informed Factuality Alignment for Large Reasoning Models (2026.findings-acl)

Copied to clipboard

Challenge: Large reasoning models (LRMs) show strong capabilities in complex reasoning, yet their marginal gains on evidence-dependent factual questions are limited.
Approach: They propose a Meta-Reasoning informed alignment framework that quantifies state-transition probabilities along the model’s thinking process and constructs a transition-aware implicit reward that reinforces beneficial reasoning patterns while suppressing defective ones at the atomic thinking segments.
Outcome: Empirical evaluations of four factual QA datasets and one long-form factuality benchmark show that MR-ALIGN consistently improves accuracy and truthfulness while reducing misleading reasoning.
Document-level Relation Extraction with Dual-tier Heterogeneous Graph (2020.coling-main)

Copied to clipboard

Challenge: Existing methods focus on extracting relations from single sentence . document-level relation extraction requires a comprehension of the whole document .
Approach: They propose a graph-based model with Dual-tier Heterogeneous Graph (DHG) for document-level relation extraction.
Outcome: The proposed model achieves state-of-the-art performance on two widely used datasets.
Semantic Role Labeling Guided Out-of-distribution Detection (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for identifying domain-shifted instances are prone to OOD and adversarial inputs.
Approach: They propose an unsupervised method that separates, extracts, and learns the semantic role labeling guided out-of-distribution Detection (SRLOOD) they propose a self-supervised approach to enhance global-local feature learning by predicting SRL extracted role.
Outcome: The proposed method achieves SOTA performance on four OOD benchmarks.
UNO Arena for Evaluating Sequential Decision-Making Capability of Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing LLMs demonstrate powerful capabilities between tasks, but can they make sequential decisions?
Approach: They propose to evaluate sequential decision-making capability of large language models (LLMs) using novel metrics based Monte Carlo methods.
Outcome: The proposed benchmark improves sequential decision-making performance compared to the vanilla LLM player.
Dynamic Collaboration of Multi-Language Models based on Minimal Complete Semantic Units (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to enhance reasoning capabilities of language models are expensive and often lack the ability to perform complex reasoning tasks.
Approach: They propose a token-level multi-model collaboration strategy to enhance reasoning capabilities in language models by selecting the optimal tokens from the next token distributions.
Outcome: The proposed method is superior to existing methods and will be released soon.
RCBSF: A Multi-Agent Framework for Automated Contract Revision via Stackelberg Game (2026.findings-acl)

Copied to clipboard

Challenge: despite the adoption of Large Language Models (LLMs), contract revision remains impeded because generic models treat strict legal constraints as mere suggestions.
Approach: They propose a risk-constrained bilevel Stackelberg framework that models high-stakes revision as a strategic interaction rather than an open-ended conversation.
Outcome: The proposed framework achieves state-of-the-art performance with an average RRR of 84.21% and enhanced token efficiency.
A Multi-modal Debiasing Model with Dynamical Constraint for Robust Visual Question Answering (2023.findings-acl)

Copied to clipboard

Challenge: Recent studies have shown that many well-developed Visual Question Answering systems suffer from bias problem.
Approach: They propose a way to mitigate bias problem by subtracting bias score from standard VQA base score.
Outcome: The proposed method improves on the VQA v2.0 and VQA-CP V2,0 datasets.
ONSEP: A Novel Online Neural-Symbolic Framework for Event Prediction Based on Large Language Model (2024.findings-acl)

Copied to clipboard

Challenge: TKGF is a technique that requires experience during testing and relying on a single short-term history.
Approach: They propose a framework that integrates dynamic causal rule mining and dual history augmented generation to enhance event prediction.
Outcome: The proposed framework shows significant performance improvements across diverse datasets and significantly improves Hit@k.
Pru-CoT: Towards Efficient Reasoning Distillation via Pruning Chain-of-Thought (2026.findings-acl)

Copied to clipboard

Challenge: Existing heuristics fail to capture global causal logic due to rigid rules and limited search spaces.
Approach: They propose a framework that extracts the essential logical structure from reasoning chains.
Outcome: Experiments show that Pru-CoT models generate more compact reasoning paths compared to models trained on verbose data.
HeteroRAG: A Heterogeneous Retrieval-Augmented Generation Framework for Medical Vision Language Tasks (2026.findings-acl)

Copied to clipboard

Challenge: Medical large vision-language models suffer from factual inaccuracies and unreliable outputs.
Approach: They propose a framework that enhances Med-LVLMs through heterogeneous knowledge sources.
Outcome: The proposed framework improves Med-LVLMs through heterogeneous knowledge sources.
Large Language Models Can Be Contextual Privacy Protection Learners (2024.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable linguistic comprehension and generation capability, but when applied to specialized industries, they face challenges such as hallucination, insufficient domain knowledge, and failing to incorporate the latest domain knowledge.
Approach: They propose a paradigm for fine-tuning LLMs that effectively injects domain-specific knowledge while safeguarding inference-time data privacy.
Outcome: The proposed model protects private data while enhancing the model's knowledge.
AceGPT, Localizing Large Language Models in Arabic (2024.naacl-long)

Copied to clipboard

Challenge: Significant concerns emerge when addressing cultural sensitivity and local values.
Approach: They propose a localized Large Language Model (LLM) specifically for Arabic, a language imbued with unique cultural characteristics inadequately addressed by current mainstream models.
Outcome: The proposed model sets the state-of-the-art standard for open Arabic LLMs across various benchmarks.
Text-to-ES Bench: A Comprehensive Benchmark for Converting Natural Language to Elasticsearch Query (2025.acl-long)

Copied to clipboard

Challenge: Recent research on text-to-Query has explored using large language models to convert user query intent to executable code.
Approach: They propose a novel semantic parsing task that leverages large language models to generate domain-specific language and post-processing code to support multi-index Elasticsearch queries.
Outcome: The proposed model outperforms DeepSeek-R1 on the large Elasticsearch Dataset (LED) and BirdES datasets.
TimeBench: A Comprehensive Evaluation of Temporal Reasoning Abilities in Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Grasping the concept of time is a fundamental facet of human cognition.
Approach: They propose a hierarchical temporal reasoning benchmark that covers a broad spectrum of temporal phenomena.
Outcome: The proposed benchmark shows that state-of-the-art LLMs are still far behind humans in temporal reasoning .
CoLLiE: Collaborative Training of Large Language Models in an Efficient Way (2023.emnlp-demo)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly pivotal in a wide range of tasks . however, the resources required for training these models necessitate efficient solutions .
Approach: They propose a library that facilitates collaborative training of large language models . they use 3D parallelism, parameter-efficient fine-tuning methods and optimizers .
Outcome: The proposed library has proven superior training efficiency in comparison with prevalent solutions in pre-training and fine-tuning scenarios.
Theorem-Validated Reverse Chain-of-Thought Problem Generation for Geometric Reasoning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for generating geometric reasoning data through Chain-of-Thought (CoT) frameworks face three fundamental limitations: 1) lack of high-quality annotations and domain-specific expertise to ensure theorem-grounded diagrams. 2) lack of a coherent model; 3) lack of coherent model.
Approach: They propose a two-stage Theorem-Validated Reverse Chain-of-Thought Reasoning Synthesis framework that synthesizes theorematic diagrams with structured descriptions and properties.
Outcome: The proposed framework expands theorem-type coverage, corrects misunderstandings, and enhances geometric reasoning.
Analysing The Impact of Sequence Composition on Language Model Pre-Training (2024.acl-long)

Copied to clipboard

Challenge: Existing studies show that pretraining sequence composition strategy can lead to distracting information from previous documents.
Approach: They propose to use a sequence construction method to concatenate documents into fixed-length sequences to compute the likelihood of each token given its context.
Outcome: The proposed method can improve in-context learning, knowledge memorisation and context utilisation without sacrificing efficiency.
Inference Compute-Optimal Video Vision Language Models (2025.acl-long)

Copied to clipboard

Challenge: Using video vision language models, inference costs are often more expensive than finetuning.
Approach: They investigate the optimal allocation of inference compute across three key scaling factors in video vision language models.
Outcome: The proposed model configurations are based on three key scaling factors . the results can be applied to real-world tasks and tasks with fixed inference budgets.
DuQM: A Chinese Dataset of Linguistically Perturbed Natural Questions for Evaluating the Robustness of Question Matching Models (2022.emnlp-main)

Copied to clipboard

Challenge: a comprehensive evaluation of QM models should be conducted on natural texts, not on artificial adversarial examples . ral models are often not robust to adversarials, which means they predict unexpected outputs .
Approach: They use a Chinese dataset to evaluate the robustness of QM models . they show that the effect of artificial adversarial examples does not work on natural texts .
Outcome: The proposed model is more robust than other models on natural questions with 32 linguistic perturbations.
Posterior Differential Regularization with f-divergence for Improving Model Robustness (2021.naacl-main)

Copied to clipboard

Challenge: Recent studies show that pre-trained models suffer catastrophic degradation in out-of-domain generalization to datasets with domain shift or adversarial scenarios.
Approach: They propose to regularize the posterior difference between clean and noisy inputs by using a Jacobian regularization framework and a virtual adversarial training framework.
Outcome: The proposed framework can improve model robustness in fully supervised and semi-supervised settings.
Evaluating Robustness of Generative Search Engine on Adversarial Factoid Questions (2024.findings-acl)

Copied to clipboard

Challenge: Existing large language models (LLMs)-backed generative search engines may not always be accurate.
Approach: They propose to evaluate the robustness of retrieval-augmented generation in a realistic and high-risk setting where adversaries have only black-box system access.
Outcome: The proposed model exhibits higher susceptibility to factual errors compared to LLMs without retrieval.
Global Relation Embedding for Relation Extraction (N18-1)

Copied to clipboard

Challenge: Existing methods to extract textual relations with distant supervision are limited by their reliance on supervised training data.
Approach: They propose to embed relations with global statistics of relations to combat the wrong labeling problem of distant supervision.
Outcome: The proposed method is more robust to training noise introduced by distant supervision and improves relation extraction models.
MixLLM: Dynamic Routing in Mixed Large Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) exhibit potential artificial generic intelligence, however, their usage is costly with high response latency.
Approach: They develop a dynamic contextual-bandit-based routing system for query-LLM assignment that leverages query tags to enhance query embeddings.
Outcome: The proposed model maximizes response quality and minimizes cost and latency.
Position: LLMs Can be Good Tutors in English Education (2025.emnlp-main)

Copied to clipboard

Challenge: Recent efforts to integrate large language models into English education lack adaptability to language learning.
Approach: They argue that large language models can be effective tutors in English education . they encourage interdisciplinary research to explore these roles, fostering innovation and risks .
Outcome: The proposed models can play three critical roles: 1) as data enhancers, 2) as task predictors, 3) as agents, enabling personalized and inclusive education.
MMRA: A Benchmark for Evaluating Multi-Granularity and Multi-Image Relational Association Capabilities in Large Visual Language Models (2026.findings-eacl)

Copied to clipboard

Challenge: Current multimodal benchmarks focus on facts within individual images, but neglect associative relations among multiple images.
Approach: They propose a multi-image relational association task and a MMRA benchmark to evaluate LVLMs.
Outcome: The proposed benchmarks show that entity-level multi-image perception tasks pose greater challenges than image-level tasks.
IntentionQA: A Benchmark for Evaluating Purchase Intention Comprehension Abilities of Language Models in E-commerce (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches that distill intentions from LMs fail to generate meaningful and human-centric intentions applicable in real-world E-commerce contexts.
Approach: They propose a double-task multiple-choice question answering benchmark to evaluate LMs' comprehension of purchase intentions in E-commerce.
Outcome: The proposed benchmark consists of 4,360 carefully curated problems across three difficulty levels, constructed using an automated pipeline to ensure scalability on large E-commerce platforms.
Enhancing SQL Table Acquisition with Reverse Engineering for Text-to-SQL (2025.findings-emnlp)

Copied to clipboard

Challenge: Text-to-SQL oriented table acquisition suffers from heterogeneous semantic gap.
Approach: They propose a Reverse Engineering based table acquisition approach that reversely generates potentially-matched questions conditioned on table schemas instead of forward table search using queries.
Outcome: The proposed approach achieves competitive performance on two benchmarks, including SpiderUnion and BirdUnion.
RHO: Reducing Hallucination in Open-domain Dialogues with Knowledge Grounding (2023.findings-acl)

Copied to clipboard

Challenge: Existing knowledge-grounded dialogue systems generate accurate and informative responses, but they are prone to hallucination problems.
Approach: They propose a method to generate hallucinated responses using knowledge graphs . they propose local knowledge grounding to combine textual embeddings with corresponding KG embeddments . a global knowledge ground technique is also proposed to equip RHO with multi-hop reasoning abilities .
Outcome: The proposed approach outperforms state-of-the-art methods on automatic and human evaluation by a large margin.
Navigate through Enigmatic Labyrinth A Survey of Chain of Thought Reasoning: Advances, Frontiers and Future (2024.acl-long)

Copied to clipboard

Challenge: Recent studies have revealed that chain-of-thought prompting significantly enhances LLM’s reasoning capabilities, which attracts widespread attention from both academics and industry.
Approach: They propose to summarize advanced methods through a taxonomy that offers novel perspectives.
Outcome: The proposed method delineates the challenges and future directions, thereby shedding light on future research.
Hierarchical Relation Extraction with Coarse-to-Fine Grained Attention (D18-1)

Copied to clipboard

Challenge: Existing methods for relation extraction use knowledge graphs to automatically label training data . but, it suffers from the wrong labeling problem because not all sentences containing two entities can express their relations in KGs .
Approach: They propose a distant supervision approach to automatically label training instances . they integrate hierarchical information of relations into distantly supervised relation extraction .
Outcome: The proposed model outperforms baseline models on a large-scale dataset.
Maximal Clique Based Non-Autoregressive Open Information Extraction (2021.emnlp-main)

Copied to clipboard

Challenge: Open Information Extraction (OpenIE) aims to discover textual facts from a given sentence.
Approach: They propose a non-autoregressive framework that generates a fact graph and a graph with an edge linking two nodes that belong to the same fact.
Outcome: The proposed framework outperforms current state-of-the-art methods on two benchmark datasets and significantly outperformed the existing ones.
Deep Reinforcement Learning for Chinese Zero Pronoun Resolution (P18-1)

Copied to clipboard

Challenge: Recent models for zero pronoun resolution in Chinese are short-sighted and do not capture semantic information for zeros and candidate antecedents.
Approach: They propose to integrate a deep reinforcement learning approach to Chinese zero pronoun resolution.
Outcome: The proposed approach outperforms the state-of-the-art methods in three experimental settings.
Same Company, Same Signal: The Role of Identity in Earnings Call Transcripts (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies rely on earnings call transcripts to predict volatility, but current models focus on capturing ticker identity rather than providing meaningful insights specific to each earnings.
Approach: They propose a dataset that provides 20 earnings records per ticker to help predict volatility . they propose two training-free baselines to capture ticker-specific patterns .
Outcome: The proposed dataset provides 20 earnings records per ticker, with a priorAfterMarket attribute and dense ticker coverage.
An Inversion Attack Against Obfuscated Embedding Matrix in Language Model Inference (2024.emnlp-main)

Copied to clipboard

Challenge: Recent studies have explored transforming user inputs to obfuscated embedded vectors, so that the data will not be eavesdropped by service providers.
Approach: They propose to transform user inputs to obfuscated embedded vectors so that the data will not be eavesdropped by service providers.
Outcome: The proposed inversion attack can recover user input 100% from the obfuscated vectors without a solid and deliberate security design and analysis .
From Signal Degradation to Computation Collapse: Uncovering the Two Failure Modes of LLM Quantization (2026.findings-acl)

Copied to clipboard

Challenge: Existing research on PTQ spans three primary directions.
Approach: They conduct a systematic analysis of post-training quantization failures using PTQ . they show that targeted repair can mitigate Signal Degradation but remains ineffective for Computation Collapse .
Outcome: The proposed method mitigates Signal Degradation but remains ineffective for Computation Collapse.
OpenRubrics: Towards Scalable Synthetic Rubric Generation for Reward Modeling and LLM Alignment (2026.acl-long)

Copied to clipboard

Challenge: Existing reward models rely on scalar or pairwise judgments that fail to capture multifaceted nature of human preferences.
Approach: They propose a rubric-based reward model that uses a large collection of prompt, rubric pairs to generate a scalar score or preference label for each response.
Outcome: The proposed model surpasses strong size-matched baselines by 8.4% across multiple benchmarks.
From Knowing to Teaching: Scaffolding Pedagogical Decisions for LLM Agent (2026.acl-long)

Copied to clipboard

Challenge: Large language models produce content lacking pedagogical depth when asked to generate lessons .
Approach: They propose a framework that allows teachers to select content according to pedagogical intent and sequence topics so foundations precede applications.
Outcome: The framework achieves 67.8% win rate in human evaluation and 79.6% in LLM-based evaluation against eight baselines.
MMC: Advancing Multimodal Chart Understanding with Large-scale Instruction Tuning (2024.naacl-long)

Copied to clipboard

Challenge: Existing large language models have limited ability to perform tasks effectively.
Approach: They propose a large-scale multimodal chart instruction dataset with 600k instances supporting diverse tasks and chart types.
Outcome: The proposed LMM achieves state-of-the-art performance on existing chart QA benchmarks.
LFED: A Literary Fiction Evaluation Dataset for Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: LFED is a literary fiction evaluation dataset for large language models that evaluate the capability of LLMs on the long fiction comprehension and reasoning.
Approach: They propose a Literary Fiction Evaluation Dataset to evaluate LLMs' comprehension and reasoning on long fictions.
Outcome: The proposed dataset evaluates the capability of large language models on the long fiction comprehension and reasoning.
Enhancing Cross-lingual Natural Language Inference by Soft Prompting with Multilingual Verbalizer (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to cross-lingual natural language inference lack annotated parallel corpora.
Approach: They propose a new prompt learning framework with the Multilingual Verbalizer for XNLI that uses a multilingual verbalizer to align the representations of original and augmented multilingual questions into a unified semantic space with consistency regularization.
Outcome: The proposed framework outperforms existing methods under few-shot and full-shot cross-lingual transfer settings.
LM-Interview: An Easy-to-use Smart Interviewer System via Knowledge-guided Language Model Exploitation (2024.emnlp-demo)

Copied to clipboard

Challenge: Semi-structured interviews are a crucial method of data acquisition in qualitative research.
Approach: They propose a semi-structured interview system that automates interview preparation, analysis and control by interviewers.
Outcome: Experimental results show that LM-Interview performs comparable to human interviewers . the system can be used to analyze semi-structured interviews without interviewers' involvement .
Self-Correcting RAG: Enhancing Faithfulness via MMKP Context Selection and NLI-Guided MCTS (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to retrieval-augmented generation still face problems with low context utilization and frequent hallucinations.
Approach: They propose a framework that reformulates retrieval and generation as constrained optimization and path planning.
Outcome: The proposed framework significantly improves reasoning accuracy on complex queries while reducing hallucinations.
Task-Stratified Knowledge Scaling Laws for Post-Training Quantized Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing scaling laws focus on general performance, overlooking crucial fine-grained factors and how quantization differentially impacts diverse knowledge capabilities.
Approach: They propose a framework that unifies model size, bit-width, and fine-grained factors into memorization, application, and reasoning.
Outcome: The proposed framework shows strong fit and cross-architecture consistency on 293 different PTQ configurations.
AQuilt: Weaving Logic and Self-Inspection into Low-Cost, High-Relevance Data Synthesis for Specialist LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to synthesis large language models often suffer from performance limitations and high computational costs.
Approach: They propose a framework for constructing instruction-tuning data from unlabeled data for any specialized domains from corresponding unlabed data.
Outcome: The proposed framework is comparable to DeepSeek-V3 while utilizing just 17% of the production cost.
On Retrieval Augmentation and the Limitations of Language Model Training (2024.naacl-short)

Copied to clipboard

Challenge: Recent efforts to improve the performance of language models (LMs) have focused on scaling up model and training data size, though with steep accompanying energy and compute resource costs.
Approach: They propose to augment a language model with k-nearest neighbors retrieval on its training data to reduce its perplexity.
Outcome: The proposed model reduces storage costs by over 25x compared to traditional retrieval methods for GPT-2 and Mistral 7B .
LLMs + Persona-Plug = Personalized LLMs (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated extraordinary capabilities in natural language understanding, generation, and reasoning.
Approach: They propose a plug-and-play LLM model that embeds a user-specific embedding for each individual by modeling her historical contexts through a lightweight plug-in user embedder module.
Outcome: Experiments on various tasks in the language model personalization (LaMP) benchmark show that the proposed model significantly outperforms existing personalized LLM approaches.
When Seeing Is not Enough: Revealing the Limits of Active Reasoning in MLLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing evaluations of multimodal large language models focus on passive inference, where seeing is not enough.
Approach: They propose a benchmark to evaluate active reasoning in multimodal large language models . they propose to acquire missing evidence and iteratively refine decisions under incomplete information .
Outcome: The proposed model performs better on active reasoning than on passive inference settings.
PSP: Pre-trained Soft Prompts for Few-Shot Abstractive Summarization (2022.coling-1)

Copied to clipboard

Challenge: Experimental results show that our method outperforms full-model tuning in few-shot abstractive summarization tasks.
Approach: They propose a soft prompts architecture with prompt pre-training and prompt fine-tuning paradigm to support few-shot abstractive summarization.
Outcome: The proposed model outperforms Prompt Tuning and Profix-Tuning on CNN/DailyMail and XSum datasets and outperfies Profix Tuning by a large margin.
Bidirectional LMs are Better Knowledge Memorizers? A Benchmark for Real-world Knowledge Injection (2026.acl-long)

Copied to clipboard

Challenge: Existing knowledge injection benchmarks for large language models lack standardized testing grounds.
Approach: They propose a knowledge injection benchmark that leverages recently-added and expert-curated facts from Wikipedia’s “Did You Know...” entries.
Outcome: The proposed framework improves reliability accuracy by 29.1%.
SpeechT5: Unified-Modal Encoder-Decoder Pre-Training for Spoken Language Processing (2022.acl-long)

Copied to clipboard

Challenge: Existing work shows that pre-trained models can improve in various natural language processing tasks.
Approach: They propose a unified-modal encoder-decoder framework that pre-trains speech-text representations using large-scale unlabeled speech and text data.
Outcome: The proposed framework is superior to existing models on speech-to-text processing tasks.
CoreCodeBench: Decoupling Code Intelligence via Fine-Grained Repository-Level Tasks (2026.acl-long)

Copied to clipboard

Challenge: Existing large language models for software engineering rely on coarse-grained pass rates obscuring specific cognitive bottlenecks.
Approach: They propose a repository-level benchmark that dissects coding capabilities through atomized tasks.
Outcome: The proposed framework achieves a 78.55% validity yield, surpassing the 31.7% retention rate of SWE-bench-Verified.
COSMIC: Generalized Refusal Direction Identification in LLM Activations (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods depend on predefined refusal templates detectable in output tokens or manual review.
Approach: They propose a framework that optimally identifies steering directions and target layers using cosine similarity, entirely independent of output text.
Outcome: The proposed framework achieves comparable steering effectiveness without any prior knowledge or assumptions of a model’s refusal behavior such as the use of certain refusal tokens.
Towards Efficient and Effective Diffusion Language Model Inference via Semantic-Aware Adaptive Denoising (2026.acl-long)

Copied to clipboard

Challenge: Existing acceleration works cannot accurately detect semantically stabilized tokens and then skip computation, leading to sub-optimal speedup in practice.
Approach: They propose a semantic-aware adaptive denoising framework that encodes scalar confidence scores into an evolution-awful feature vector and clusters vectors proactively and adaptively identify semantically converged tokens.
Outcome: The proposed framework outperforms the SOTA competitor in speed and quality . it can detect semantically stabilized tokens and skip computation, resulting in sub-optimal speedup .
Faster and Better LLMs via Latency-Aware Test-Time Scaling (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing research has overlooked the efficiency of TTS from a latency-sensitive perspective.
Approach: They propose two approaches to achieve latency-optimal TTS by branch-wise parallelism and sequence-wise parallelism.
Outcome: The proposed approach achieves latency-optimal TTS for large models . branch-wise parallelism and sequence-wise parallelism are key approaches .
SOM-NCSCM : An Efficient Neural Chinese Sentence Compression Model Enhanced with Self-Organizing Map (2021.emnlp-main)

Copied to clipboard

Challenge: Sentence Compression (SC) is an important natural language processing task . it aims to shorten sentences while preserving the original meanings of the words . improvements on Chinese SC models are still lacking due to several difficulties .
Approach: They propose a neural Chinese SC model enhanced with a Self-Organizing Map from Chinese colloquial sentences from a real-life question answering system.
Outcome: The proposed model achieves a promising F1 score of 89.655 and BLEU4 score of 70.116 . it improves the performance of the whole neural Chinese SC model in a valid manner .
Toward Unifying Text Segmentation and Long Document Summarization (2022.emnlp-main)

Copied to clipboard

Challenge: Abstractive strategies produce more condensed summaries, but they suffer from hallucinations and factual errors, which pose a more difficult generation challenge.
Approach: They propose a method that learns robust sentence representations by performing summarization and segmentation simultaneously, which is further enhanced by an optimization-based regularizer to promote selection of diverse summary sentences.
Outcome: The proposed model achieves state-of-the-art performance on publicly available benchmarks and better cross-genre transferability when equipped with text segmentation.
Stand on The Shoulders of Giants: Building JailExpert from Previous Attack Experience (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to generate human-aligned content with a “jailbreak prompt” are inefficient and repetitive, causing inefficiency and a lack of experience.
Approach: They propose a framework that integrates past attack experiences to aid current jailbreak attempts.
Outcome: The proposed framework improves both attack effectiveness and efficiency compared to the current black-box jailbreak method.
POINTS-Reader: Distillation-Free Adaptation of Vision-Language Models for Document Conversion (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to training document conversion models with manual annotation are costly and time-consuming, and training student models by distilling outputs from teacher models can significantly limit their performance in real-world applications.
Approach: They propose a fully automated framework for constructing high-quality document extraction datasets and models capable of handling diverse document formats and layouts.
Outcome: The proposed model outperforms existing models and improves on annotated documents.
from Benign import Toxic: Jailbreaking the Language Model via Adversarial Metaphors (2025.acl-long)

Copied to clipboard

Challenge: Recent studies have exposed the risk of Large Language Models (LLMs) generating harmful content by jailbreak attacks.
Approach: They propose a framework that exploits AdVersArial meTAphoR to induce LLMs to calibrate harmful metaphors for jailbreaking.
Outcome: The proposed framework can successfully jailbreak Large Language Models (LLMs) by leveraging the AdVersArial meTAphoR (AVATAR) framework achieves state-of-the-art attack success rate across multiple advanced LLMs.
Towards A Better Initial Policy Model For Scalable Long-CoT Reinforcement Learning (2025.findings-acl)

Copied to clipboard

Challenge: Long-CoT reasoning and reinforcement learning are demonstrating remarkable performance and scalability, however, there is a lack of systematic guidelines for obtaining a better initial policy model.
Approach: They propose a systematic guideline and a novel Re-RFT method to obtain more efficient reasoning patterns from different initial models.
Outcome: The proposed method surpasses DeepSeek-R1-Distill-Qwen-14B model by 4.6%, demonstrating its effectiveness and superiority.
DA-Code: Agent Data Science Code Generation Benchmark for Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: DA-Code is a code generation benchmark designed to assess LLMs on agent-based data science tasks.
Approach: They propose a code generation benchmark specifically designed for LLMs on agent-based data science tasks.
Outcome: The benchmark performs better than existing frameworks, but lacks accuracy . it is based on real-world data, and includes examples that cover a wide range of tasks .
Conformal Event Prediction with Temporal Knowledge Graph (2026.findings-acl)

Copied to clipboard

Challenge: Current event prediction methods lack rigorous uncertainty quantification, which limits their reliability for decision-making.
Approach: They propose a conformal prediction framework that applies conformal predictions to event prediction to address this challenge.
Outcome: The proposed framework guarantees coverage while improving efficiency on three public datasets.
Sparse Growing Transformer: Training-Time Sparse Depth Allocation via Progressive Attention Looping (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to increasing effective depth of LLMs rely on parameter reuse, extending computation through recursive execution.
Approach: They propose a training-time sparse depth allocation framework that progressively increases depth for a small subset of parameters as training evolves.
Outcome: The proposed model outperforms existing approaches to increasing the effective depth of language models while reducing training FLOPs overhead from approximately 16–20% to only 1–3% relative to a standard Transformer backbone.
Multi-Modal Multi-Granularity Tokenizer for Chu Bamboo Slips (2025.coling-main)

Copied to clipboard

Challenge: Using a multi-modal multi-granularity tokenizer, we analyze ancient Chinese scripts . a large proportion of the characters in ancient Chinese are rare or undeciphered .
Approach: They propose a multi-modal multi-granularity tokenizer specifically designed for ancient Chinese scripts.
Outcome: The proposed tokenizer improves on the part-of-speech tagging task on the Chu bamboo slip script.
Breaking the Reviewer: Assessing the Vulnerability of Large Language Models in Automated Peer Review Under Textual Adversarial Attacks (2025.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) are used to review academic papers, but are susceptible to textual adversarial attacks.
Approach: They evaluate the robustness of large language models as automated reviewers in the presence of adversarial attacks.
Outcome: The proposed model is robust against textual adversarial attacks, the authors argue . their findings highlight the importance of addressing adversarials to ensure integrity of scholarly communication.
Understanding Pre-trained BERT for Aspect-based Sentiment Analysis (2020.coling-main)

Copied to clipboard

Challenge: Recent studies show impressive results on aspects-based sentiment analysis tasks.
Approach: They analyze the attentions and learned representations of BERT for aspects-based sentiment analysis tasks.
Outcome: The proposed model can be used for aspects-based sentiment analysis (ABSA) but it is not clear how it can provide important features for downstream tasks.
SecureSQL: Evaluating Data Leakage of Large Language Models as Natural Language Interfaces to Databases (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on the vulnerability of large language models to SQL injection have been limited.
Approach: They propose to evaluate the potential of language models to leak sensitive data when generating SQL queries.
Outcome: The proposed model with the best performance has an accuracy of 61.7%, compared to humans who achieve 94% accuracy.
Matching Article Pairs with Graphical Decomposition and Convolutions (P19-1)

Copied to clipboard

Challenge: Existing methods for matching sentence pairs do not perform well in longer documents . Existing approaches for matching sentences do not work in longer document understanding tasks .
Approach: They propose to model article pairs by comparing sentences that enclose same concept vertex . they propose to use a concept interaction graph to match articles by encoding sentences .
Outcome: The proposed methods show significant improvements over existing methods . the proposed datasets consist of 30K pairs of breaking news articles .
COAST: Enhancing the Code Debugging Ability of LLMs through Communicative Agent Based Data Synthesis (2025.findings-naacl)

Copied to clipboard

Challenge: Existing code debugging benchmarks focus on the Code Repair stage of the code generation process.
Approach: They propose a framework to evaluate the debugging abilities of large language models by emulating the human debug process.
Outcome: The proposed framework outperforms human-curated and GPT-4-generated training data, enabling 7B-scale LLMs to achieve comparable debugging performance to GPT-3.5.
Diverse, Controllable, and Keyphrase-Aware: A Corpus and Method for News Multi-Headline Generation (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for news headline generation focus on producing a single short sentence . et al., 2017; Gehrmann e.t., 2018; Zhong ee., 2019) focus on single-headline generation.
Approach: They propose a method to generate multiple headlines with keyphrases of user interests . they propose generating multiple keyphrase-relevant headlines using a transformer decoder .
Outcome: The proposed method achieves state-of-the-art in terms of quality and diversity.
GenProve: Learning to Generate Text with Fine-Grained Provenance (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for large language models (LLMs) are coarse-grained and fail to distinguish between direct quotes and complex reasoning.
Approach: They propose a framework that combines supervised fine-tuning and group relative policy optimization to generate fluent answers while simultaneously producing sentence-level provenance triples.
Outcome: The proposed framework outperforms 14 strong large language models in joint evaluation.
High-Quality Medical Dialogue Synthesis for Improving EMR Generation (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing methods for generating EMRs from doctor-patient dialogues produce rigid and repetitive dialogues.
Approach: They propose a framework that integrates Intent Graph Planning, Dual-Agent Simulation and Rule-Reward Quality Control to generate realistic doctor-patient dialogues.
Outcome: The proposed framework significantly enhances realism, diversity and downstream EMR quality, reducing physician editing efforts.
Benchmarking Egocentric Clinical Intent Understanding Capability for Medical Multimodal Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks fail to evaluate egocentric clinical intent understanding of medical multimodal large language models.
Approach: They propose a benchmark leveraging clinician gaze as a Cognitive Cursor to assess intent understanding across surgery, emergency simulation and diagnostic interpretation.
Outcome: The proposed benchmark addresses challenges of visual homogeneity of anatomical structures, strict temporal-causal dependencies in clinical workflows, and implicit adherence to safety protocols.
ChemActor: Enhancing Automated Extraction of Chemical Synthesis Actions with LLM-Generated Data (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for extracting chemical procedures from literature are insufficient and low-quality due to the inherent ambiguity of chemical language and the high cost of human annotation.
Approach: They propose a fully fine-tuned large language model (LLM) as a chemical executor to convert between unstructured experimental procedures and structured action sequences.
Outcome: The proposed model outperforms the baseline model on R2D and D2A tasks by 10%.
Event Detection from Social Media for Epidemic Prediction (2024.naacl-long)

Copied to clipboard

Challenge: Social media is an easy-to-access platform providing timely updates about societal trends and events.
Approach: They propose a framework to extract epidemic-related events from social media posts to provide early warnings.
Outcome: The proposed framework can detect epidemic events for three unseen epidemics of Monkeypox, Zika, and Dengue while existing models fail miserably.
PRESTO: Progressive Pretraining Enhances Synthetic Chemistry Outcomes (2024.findings-emnlp)

Copied to clipboard

Challenge: Multimodal Large Language Models (MLLMs) have seen growing adoption across various scientific domains.
Approach: They propose a framework that bridges the molecule-text modality gap by integrating a comprehensive benchmark of pretraining strategies and dataset configurations.
Outcome: The proposed framework improves multimodal LLMs through cross-modal alignment and multi-graph understanding.
A Survey of Large Language Model-Based Search Agents (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have revolutionized web search, but their integration is static and cannot handle complex contexts.
Approach: They analyze existing research and analyze existing work from the perspectives of architecture, optimization, application, and evaluation.
Outcome: The proposed models can comprehend user intentions and context and execute multi-turn retrieval with dynamic planning, extending search capabilities far beyond the web.
The Law of Knowledge Overshadowing: Towards Understanding, Predicting and Preventing LLM Hallucination (2025.findings-acl)

Copied to clipboard

Challenge: Hallucination is a persistent challenge in large language models where even with rigorous quality control, models often generate distorted facts.
Approach: They propose a new framework to quantify factual hallucinations by modeling knowledge overshadowing.
Outcome: The proposed framework improves model factuality on Overshadow (27.9%), MemoTrap (13.1%) and NQ-Swap (18.3%).
Continual Learning in Task-Oriented Dialogue Systems (2021.emnlp-main)

Copied to clipboard

Challenge: Existing continuous learning systems are not designed to add new domains and functionalities through time without incurring the high cost of retraining the whole system.
Approach: They propose a first-ever continual learning benchmark for task-oriented dialogue systems . they propose 'architecture' method based on residual adapters to implement continual training .
Outcome: The proposed architectural method performs better than multitask learning while being 20X faster in learning new domains.
Modality-Transferable Emotion Embeddings for Low-Resource Multimodal Emotion Recognition (2020.aacl-main)

Copied to clipboard

Challenge: despite recent advances in multimodal emotion recognition, two problems still exist: sub-optimal performance and low-resource emotions.
Approach: They propose a modality-transferable model with emotion embeddings to solve these problems . they use pre-trained word embedders to represent emotion categories for textual data .
Outcome: The proposed model outperforms baselines in zero-shot and few-shot scenarios for unseen emotions.
Knowledge Fusion By Evolving Weights of Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Experimental results on mainstream language models show that Evolver outperforms previous state-of-the-art models by large margins due to the high training costs of large language models.
Approach: They propose a method to integrate multiple models from diverse training scenarios into a unified model.
Outcome: The proposed method outperforms state-of-the-art models on mainstream language models by large margins.
Semi-supervised Relation Extraction via Incremental Meta Self-Training (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods suffer from the gradual drift problem, where noisy pseudo labels are incorporated during training.
Approach: They propose a method that uses pseudo labels to assess quality on unlabeled samples . they use a relation label generation network to learn from successful and failed attempts .
Outcome: Experimental results show the proposed method can improve on two public datasets.
Explainable Question Answering based on Semantic Graph by Global Differentiable Learning and Dynamic Adaptive Reasoning (2022.emnlp-main)

Copied to clipboard

Challenge: Existing models for multi-hop Question Answering have improved the implicit reasoning ability, but the black box nature of pure neural networks has hindered the construction of explainable intelligent systems.
Approach: They propose a global differentiation strategy to explore optimal reasoning paths from latent probability space and a Dynamic Adaptive Reasoner to enhance generalization of unseen questions.
Outcome: The proposed method achieves 17% improvements in F1-score against BreakRC and shows better interpretability.
Contextual Text Style Transfer (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for text style transfer are limited by the lack of parallel data.
Approach: They propose a task to translate a sentence into a desired style with its surrounding context taken into account.
Outcome: The proposed model outperforms state-of-the-art methods across style accuracy, content preservation and contextual consistency metrics.
MAXS: Meta-Adaptive Exploration with LLM Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for inference are often myopic and have divergent reasoning paths . a meta-adaptive reasoning framework is proposed to improve the efficiency of LLM agents .
Approach: They propose a meta-adaptive reasoning framework that integrates tool execution and reasoning planning.
Outcome: The proposed framework outperforms existing methods in performance and inference efficiency.
Mixture of insighTful Experts (MoTE): The Synergy of Reasoning Chains and Expert Mixtures in Self-Alignment (2025.acl-long)

Copied to clipboard

Challenge: Recent studies show that reasoning abilities contribute significantly to model safety, while integrating Mixture-of-Experts (MoE) architectures can further enhance alignment.
Approach: They propose a framework that synergistically combines reasoning chains and expert mixtures to improve self-alignment.
Outcome: The proposed framework improves model safety, jailbreak resistance, and over-refusal capabilities, achieving performance comparable to OpenAI’s state-of-the-art o1 model.
Multilingual Knowledge Graph Completion from Pretrained Language Models with Knowledge Constraints (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for multilingual knowledge graph completion do not align with mKGC tasks because of their English-centric bias.
Approach: They propose to use multilingual pretrained language models to solve queries in different languages by reasoning a tail entity.
Outcome: The proposed method outperforms the previous SOTA on Hits@1 and Hits @10 by 12.32% and 16.03% on public datasets.
BeamLoRA: Beam-Constraint Low-Rank Adaptation (2025.acl-long)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) is one of the most efficient parameter-efficient fine-tuning methods.
Approach: They propose to conceptualize each LoRA module as a beam where each rank corresponds to a potential sub-solution.
Outcome: The proposed method improves performance on three base models and 12 datasets.
HoneyComb: A Flexible LLM-Based Agent System for Materials Science (2024.findings-emnlp)

Copied to clipboard

Challenge: specialized large language models (LLMs) have shown promise in materials science but often struggle with the distinct complexities of materials science tasks.
Approach: They propose a new LLM-based agent system specifically designed for materials science that leverages a reliable materials science knowledge base and a sophisticated tool hub.
Outcome: The proposed system outperforms baseline models across tasks in materials science while ensuring accuracy and relevance.
Anchoring the Cache: Mitigating Contextual Hallucination in KV-Compressed Long-Context Summarization (2026.acl-long)

Copied to clipboard

Challenge: Recent studies show that KV cache compression can increase hallucination scores in LLMs . modern LLM models support extremely long sequences, but their impact on model hallucinosity remains underexplored.
Approach: They propose a decoding-phase strategy that selectively removes generated KV pairs from retrieval heads responsible for retrieving critical information from source context.
Outcome: The proposed method reduces hallucination across multiple models and datasets while preserving computational efficiency.
Course Concept Expansion in MOOCs with External Knowledge and Interactive Game (P19-1)

Copied to clipboard

Challenge: Existing methods to expand course concepts in MOOCs suffer from semantic drifts and lack of knowledge guidance.
Approach: They propose to use a boundary search method to search for new concepts via external knowledge base and then use heterogeneous features to verify the results.
Outcome: The proposed method improves on the datasets from Coursera and XuetangX.
A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing knowledge bases (KBs) can explicitly facilitate the QA process.
Approach: They propose a numerical reasoning model pretraining NumGNN and NumTransformer, guided by explicit self-supervision signals, to enhance numerical reasoning ability for IR-based KBQA models.
Outcome: Extensive experiments on two KBQA benchmarks confirm the effectiveness of the proposed model.
Nirvana: A Specialized Generalist Model With Task-Aware Memory Mechanism (2026.acl-long)

Copied to clipboard

Challenge: Existing models lack task-guided specialized memory mechanisms . specialized generalist models excel at general language tasks but struggle in specialized domains.
Approach: They propose a specialized generalist model with specialized memory and updater that can optimize for specialized domains.
Outcome: The proposed model matches or surpasses baselines on general benchmarks and achieves lowest perplexity across specialized domains.
SUQL: Conversational Search over Structured and Unstructured Data with Large Language Models (2024.findings-naacl)

Copied to clipboard

Challenge: SUQL is a conversational language that supports the generality of hybrid data access for large knowledge corpora.
Approach: They propose a conversational agent that supports the full generality of hybrid data access for large knowledge corpora using SUQL.
Outcome: The proposed language can handle hybrid data sources.
Intention Knowledge Graph Construction for User Intention Relation Modeling (2026.eacl-long)

Copied to clipboard

Challenge: Existing knowledge graphs focus on connecting intentions but lacks the ability to model the relationships between different intentions.
Approach: They propose a framework to automatically generate an intention knowledge graph, capturing connections between user intentions.
Outcome: The proposed model outperforms state-of-the-art methods and shows its utility.
SSR-A: Spatial- and Semantic-Aware Instructions and Curriculum Reinforcement for Advertisement Compliant Rectification (2026.acl-industry)

Copied to clipboard

Challenge: Existing methods to fix non-compliant images suffer from over-editing, destroying original intent and perceptual similarity.
Approach: They propose a framework for the minimalist rectification of non-compliant image ads.
Outcome: The proposed framework outperforms state-of-the-art baselines in both compliance and preservation of visual and commercial consistency.
HopRAG: Multi-Hop Reasoning for Logic-Aware Retrieval-Augmented Generation (2025.findings-acl)

Copied to clipboard

Challenge: Traditional retrieval systems focus on lexical or semantic similarity rather than logical relevance.
Approach: They propose a new RAG framework that augments retrieval with logical reasoning . hopRAG uses a retrieve-reason-prune mechanism to explore multi-hop neighbors .
Outcome: The proposed framework outperforms conventional retrieval systems and state-of-the-art benchmarks on multi-hop QA tasks.
Explanation-aware Soft Ensemble Empowers Large Language Model In-context Learning (2024.acl-long)

Copied to clipboard

Challenge: Recent advances in natural language processing (NLP) have witnessed the remarkable capabilities of Large Language Models (LLMs).
Approach: They propose an Explanation-Aware Soft Ensemble framework to empower in-context learning with Large language models.
Outcome: The proposed framework can be used to enhance in-context learning on seven natural language understanding tasks and four varying-size LLMs.
Representation Alignment and Adversarial Networks for Cross-lingual Dependency Parsing (2024.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained language models have improved dependency parsing accuracy in resource-rich languages . however, the accuracy drops sharply when the model is transferred to low-resource language .
Approach: They propose a representation alignment and adversarial model to filter out useful knowledge from rich-resource language and ignore useless ones.
Outcome: The proposed model outperforms baseline models on the benchmark datasets by 1.37 LAS and 1.34 UAS.
Task Compass: Scaling Multi-task Pre-training with Task Prefix (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing studies show that multi-task learning with large-scale supervised tasks suffers from negative effects across tasks.
Approach: They propose a task prefix guided multi-task pre-training framework to explore the relationships among tasks.
Outcome: The proposed model can be used as a foundation backbone for a wide range of tasks and as augmentation tool for data augmentation with complementary tasks.
BeamAggR: Beam Aggregation Reasoning over Multi-source Knowledge for Multi-hop Question Answering (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated strong reasoning capabilities, but they still suffer from factual errors when tackling knowledge-intensive tasks.
Approach: They propose a reasoning framework for knowledge-intensive multi-hop QA that prioritizes promising answers at each hop of question.
Outcome: The proposed framework outperforms SOTA methods on four open-domain multi-hop reasoning datasets by 8.5%.
MDS: A Fine-Grained Dataset for Multi-Modal Dialogue Summarization (2024.lrec-main)

Copied to clipboard

Challenge: Summarizing the dialogue into a short message has drawn much attention due to the explosion of various dialogue scenes.
Approach: They develop a multi-modal dialogue summarization dataset to enhance the variety of data available for this research area.
Outcome: The proposed dataset provides a demanding testbed for multi-modal dialogue summarization.
SessionIntentBench: A Multi-task Inter-session Intention-shift Modeling Benchmark for E-commerce Customer Behavior Understanding (2026.findings-acl)

Copied to clipboard

Challenge: Existing models fail to capture and model customer intention effectively because of insufficient information exploitation and only apparent information like descriptions and titles are used.
Approach: They propose to exploit existing session data to capture and model intention in E-commerce product purchase sessions using a multimodal benchmark.
Outcome: The proposed framework can bridge the gap between intention understanding in simplified research cases like co-buy intention and more complex yet practical scenarios like session history.
FolkScope: Intention Knowledge Graph Construction for E-commerce Commonsense Discovery (2023.findings-acl)

Copied to clipboard

Challenge: Existing intention-based studies on recommendation tasks are limited and use models to implicitly model the intention memberships.
Approach: They propose a framework that leverages the generation power of large language models and human-in-the-loop annotation to semi-automatically construct the intention knowledge graph.
Outcome: The proposed framework can model e-commerce knowledge and have many potential applications.
LLMs Can Also Do Well! Breaking Barriers in Semantic Role Labeling via Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Semantic role labeling (SRL) is a crucial task of natural language processing (NLP).
Approach: They propose to equip LLMs with retrieval-augmented generation and self-correction mechanisms to enable SRL to perform better in Chinese and English.
Outcome: The proposed method achieves state-of-the-art in Chinese and English on three widely-used benchmarks.
LLM×MapReduce: Simplified Long-Sequence Processing using Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have focused on extending the context length of large language models (LLMs) due to their quadratic computational complexity and a lack of high-quality long training examples, most LLMs are trained with a limited window size.
Approach: They propose a training-free framework that enables large language models to effectively process long texts using a divide-and-conquer strategy for comprehensive document understanding.
Outcome: The proposed framework outperforms open-source and commercial long-context LLMs and is compatible with several models.
Are LLMs Rational Investors? A Study on the Financial Bias in LLMs (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies on biases within specific domains, such as finance, remain limited.
Approach: They propose a framework to detect, detect, analyze and mitigate financial biases in large language models.
Outcome: The proposed framework reduces bias by 68% for the most biased model, according to key metrics.
Enhancing Reinforcement Learning with Dense Rewards from Language Model Critic (2024.emnlp-main)

Copied to clipboard

Challenge: Reinforcement learning (RL) can align language models with non-differentiable reward signals, such as human preferences, but the sparsity of these signals can lead to inefficient and unstable learning.
Approach: They propose a framework that utilizes the critique capability of Large Language Models to produce intermediate-step rewards during RL training.
Outcome: The proposed framework improves sample efficiency and the overall performance of the policy model, supported by both automatic and human evaluation.
MingOfficial: A Ming Official Career Dataset and a Historical Context-Aware Representation Learning Framework (2023.emnlp-main)

Copied to clipboard

Challenge: In Chinese studies, understanding the nuanced traits of historical figures can be challenging due to the need for domain expertise, specialist knowledge, and context-specific insights.
Approach: They propose a large-scale multi-modal dataset for Chinese officials from the Ming Dynasty that integrates structured and text data to enable investigation of social structures.
Outcome: The proposed dataset could enable exploratory analysis of official identities and significantly boost performance in tasks such as identifying nuance identities from 24.6% to 98.2% F1 score in hold-out test set.
Situated Embedding Models for Context-Aware Dense Retrieval (2026.acl-short)

Copied to clipboard

Challenge: Existing embedding models are not well-equipped to encode situated context effectively, i.e., situating a chunk’s meaning within its context.
Approach: They propose to represent short chunks in a way that is conditioned on a broader context window to enhance retrieval performance.
Outcome: The proposed model outperforms state-of-the-art embedding models on a book-plot retrieval dataset.
Ideology Takes Multiple Looks: A High-Quality Dataset for Multifaceted Ideology Detection (2023.emnlp-main)

Copied to clipboard

Challenge: Existing datasets for the ID task only label a text as ideologically left- or right-leaning as a whole, regardless whether the text containing one or more different issues.
Approach: They construct an ideological schema for a multifaceted ideology detection task using MITweet and an English Twitter dataset.
Outcome: The proposed task uses a MITweet dataset with 12,594 English Twitter posts, each annotated with a Relevance and an Ideology label for all twelve facets.
Whether LLMs Know If They Know: Identifying Knowledge Boundaries via Debiased Historical In-Context Learning (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for active retrieval (AR) rely on training classification models or using the confidence of the model’s answer to determine knowledge boundaries.
Approach: They propose a method to identify knowledge boundaries in active retrieval by retrieving historical queries as high-confidence in-context examples.
Outcome: Experiments on four QA benchmarks show that DH-ICL achieves performance comparable to full retrieval on LLaMA with only half the number of retrievals, without any additional training.
Unsolvable Problem Detection: Robust Understanding Evaluation for Large Multimodal Models (2025.acl-long)

Copied to clipboard

Challenge: Multiple-choice question answering (MCQA) is widely used to assess the understanding capability of Large Multimodal Models (LMMs).
Approach: They propose a task to evaluate the robust understanding capability of Large Multimodal Models (LMMs) they introduce a benchmark to assess performance across various ability dimensions .
Outcome: The proposed model can withhold answers when encountering unsolvable problems of MCQA, proving it understands the answer.
When Agents Look the Same: Quantifying Distillation-Induced Similarity in Tool-Use Behaviors (2026.acl-long)

Copied to clipboard

Challenge: Existing metrics fail to distinguish mandatory behaviors required for task success from non-mandatory patterns that reflect a model’s autonomous preferences.
Approach: They propose to use response pattern similarity and action graph similarity to isolate non-mandatory behaviors from mandatory behaviors.
Outcome: Evaluating 18 models from 8 providers on -Bench and 2-Bench against Claude Sonnet 4.5, the authors find that within-family model pairs score 5.9 pp higher in response pattern similarity and action graph similarity .
LMOD: A Large Multimodal Ophthalmology Dataset and Benchmark for Large Vision-Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Existing benchmarks for large vision-language models (LVLMs) are limited to ophthalmology-specific applications.
Approach: They introduce a large-scale multimodal ophthalmology benchmark consisting of 21,993 instances across five ocular imaging modalities and 13 state-of-the-art LVLM representatives from closed-source, open-source and medical domains.
Outcome: The proposed model shows significant performance drop in ophthalmology compared to other domains.
R3-NL2GQL: A Model Coordination and Knowledge Graph Alignment Approach for NL2GQL (2024.findings-emnlp)

Copied to clipboard

Challenge: Adapting existing approaches for converting natural language to SQL encounters hurdles due to distinct nature of GQL compared to SQL.
Approach: They propose a method that integrates both small and large Foundation Models for ranking, rewriting, and refining tasks.
Outcome: The proposed approach integrates both small and large Foundation Models for ranking, rewriting, and refining tasks while capitalizing on the superior generalization and query generation prowess of larger models for the final transformation of natural language queries into GQL formats.
Learn to Combine Linguistic and Symbolic Information for Table-based Fact Verification (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for fact verification lack attention to combine linguistic and symbolic information.
Approach: They propose a graph-based reasoning approach that learns to combine linguistic and symbolic information effectively.
Outcome: The proposed method can combine linguistic and symbolic information effectively.
Aspect-Based Sentiment Analysis with Syntax-Opinion-Sentiment Reasoning Chain (2025.coling-main)

Copied to clipboard

Challenge: Syntactic structures are crucial for capturing aspect-opinion relationships . syntactically based models struggle with linguistic complexities .
Approach: They propose a syntactic-opinion-sentiment reasoning framework that leverages syntaktic information to improve ABSA performance.
Outcome: The proposed framework improves ABSA performance, though smaller LLMs exhibit weaker performance.
ARGUS: Policy-Adaptive Ad Governance via Evolving Reinforcement with Adversarial Umpiring (2026.acl-industry)

Copied to clipboard

Challenge: Existing regulatory policies create label inconsistencies and reasoning ambiguities in historical datasets.
Approach: They propose a policy-adaptive governance system that enables evolving reinforcement through multi-agent adversarial umpiring.
Outcome: The proposed system outperforms fine-tuning baselines on industrial and public datasets . it enables evolving reinforcement through multi-agent adversarial umpiring .
The Digital Dunning-Kruger Effect: Decoupling Hallucinations via Geometric Hidden-state Observation for Semantic Truthfulness (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) often generate overconfident yet factually incorrect hallucinations.
Approach: They propose a black-box-based framework that captures stubborn hallucinations by integrating internal geometric dynamics with output probability distributions.
Outcome: The proposed framework outperforms white-box methods and reduces computational overhead by over 90%.
Dynamic Guided and Domain Applicable Safeguards for Enhanced Security in Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Existing defense methods struggle with two key issues: inadequate defense capabilities and over-defensiveness.
Approach: They propose a multi-agents-based framework that leverages accurate external information to provide an unbiased summary of user intentions and safety response guidance.
Outcome: Experiments on popular jailbreak attacks and benign datasets show that the proposed framework can enhance LLM's robustness against jailbreaks without compromising its general functionality.
LogToP: Logic Tree-of-Program with Table Instruction-tuned LLMs for Controlled Logical Table-to-Text Generation (2026.findings-eacl)

Copied to clipboard

Challenge: Existing LLMs are difficult to achieve satisfactory results in table-related tasks.
Approach: They propose to develop a specialized logical table-to-text generation model that can be used for table-related tasks.
Outcome: The proposed model achieves state-of-the-art on a Logic2Text dataset.
SafeScientist: Enhancing AI Scientist Safety for Risk-Aware Scientific Discovery (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in large language model (LLM) agents have significantly accelerated scientific discovery automation, yet raised critical ethical and safety concerns.
Approach: They propose a framework to enhance safety and ethical responsibility in AI-driven scientific exploration.
Outcome: The proposed framework significantly improves safety performance by 35% compared to traditional frameworks.
Multi-Fact Correction in Abstractive Text Summarization (2020.emnlp-main)

Copied to clipboard

Challenge: Existing abstractive summarization systems generate incorrect facts with respect to the source text.
Approach: They propose a suite of two factual correction models that leverages question-answering knowledge to make corrections in system-generated summaries via span selection.
Outcome: The proposed model improves factuality of news summarization without sacrificing summary quality.
Learning as Conversation: Dialogue Systems Reinforced for Information Acquisition (2022.naacl-main)

Copied to clipboard

Challenge: a novel AI-empowered chat bot for learning as conversation can be applied to various domains without in-domain dialogue data.
Approach: They propose a novel task where a user does not read a passage but gains information and knowledge through conversation with a teacher bot.
Outcome: The proposed system can be transferred to various domains without in-domain dialogue data and can carry out conversations both informative and attentive to users.
VenusFactory: An Integrated System for Protein Engineering with Data Retrieval and Language Model Fine-Tuning (2025.acl-demo)

Copied to clipboard

Challenge: Pre-trained protein language models have been used in protein engineering, but their adoption is limited due to data collection, task benchmarking, and application challenges.
Approach: They propose a versatile engine that integrates biological data retrieval, standardized task benchmarking, and modular fine-tuning of PLMs.
Outcome: The proposed engine integrates biological data retrieval, task benchmarking, and modular fine-tuning of PLMs.
TPLinker: Single-stage Joint Extraction of Entities and Relations Through Token Pair Linking (2020.coling-main)

Copied to clipboard

Challenge: Existing methods to extract entities and relations from unstructured text are susceptible to cascading errors due to the separation of entity detection and relation classification.
Approach: They propose a one-stage joint extraction model that detects overlapping relations while being immune from exposure bias.
Outcome: The proposed model can identify overlapping relations while being immune from exposure bias.
SepSeq: A Training-Free Framework for Long Numerical Sequence Processing in LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing large-scale large-context models suffer from performance degradation when processing long numerical sequences.
Approach: They propose a framework to mitigate attention dispersion by strategically inserting separator tokens into the model to recalibrat attention to local segments while preserving global context.
Outcome: The proposed framework improves accuracy and reduces inference token consumption by 16.4% on 9 widely-adopted LLMs.
Speed Up Your Code: Progressive Code Acceleration Through Bidirectional Tree Editing (2025.acl-long)

Copied to clipboard

Challenge: Existing training methods, such as direct instruction fine-tuning, overlook hierarchical relationships among acceleration patterns.
Approach: They propose a new training paradigm that uses bidirectional tree editing and progressive code acceleration learning to improve LLMs’ CA capabilities.
Outcome: The proposed training paradigm outperforms prompt-enhanced GPT-4 and current training-based methods on average across five programming languages.
Enhancing Large Language Model for Knowledge Graph Completion via Structure-Aware Alignment-Tuning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing knowledge graph completion methods ignore inconsistent representation spaces between natural language and graph structures, leading to duplicate works and time-consuming processes.
Approach: They propose a framework that enhances LLMs for KGC via structure-aware alignment-tuning to align graph embeddings with the natural language space through multi-task contrastive learning.
Outcome: The proposed framework outperforms state-of-the-art methods on two KGC tasks across four benchmark datasets.
StablePT : Towards Stable Prompting for Few-shot Learning via Input Separation (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on prompt tuning have shown that language models can be effective few-shot learners with prompting.
Approach: They propose to treat the hard prompt and soft prompt as separate inputs to mitigate noise brought by prompt initialization.
Outcome: Experimental results show that the proposed method outperforms state-of-the-art methods by 6.97% in accuracy and reduces the standard deviation by 1.92 on average.
OpenRLHF: A Ray-based Easy-to-use, Scalable and High-performance RLHF Framework (2025.emnlp-demos)

Copied to clipboard

Challenge: Existing RLHF frameworks face inference bottlenecks and complexity barriers restricting their accessibility for newcomers.
Approach: They propose an open-source RLHF framework that can be used to train large language models.
Outcome: The proposed framework achieves superior training efficiency with speedups ranging from 1.22 to 1.68 across different model sizes compared to state-of-the-art frameworks, while requiring significantly fewer lines of code for implementation.
HERO: Hierarchical Encoder for Video+Language Omni-representation Pre-training (2020.emnlp-main)

Copied to clipboard

Challenge: HERO is a framework for large-scale video+language omni-representation learning.
Approach: They propose a framework for large-scale video+language omni-representation learning that encodes multimodal inputs in a hierarchical structure and uses Masked Language Modeling and Masked Frame Modeling to train models.
Outcome: The proposed framework achieves state-of-the-art on multiple benchmarks over text-based video/video-moment retrieval, video question answering (QA), Video-and-language Inference and video Captioning tasks across different domains.
Can Large Language Models Act as Ensembler for Multi-GNNs? (2025.emnlp-main)

Copied to clipboard

Challenge: Existing graph neural networks lack the inherent semantic understanding capability of rich textual attributes, limiting their effectiveness in applications.
Approach: They propose a model that integrates multiple GNNs and LLMs to provide an ensemble for multi-GNNs.
Outcome: The proposed model outperforms existing models in terms of semantic understanding of graph structures and graph structures.
Safety Alignment via Constrained Knowledge Unlearning (2025.acl-long)

Copied to clipboard

Challenge: Existing defense mechanisms have not fully deleted harmful knowledge in large language models (LLMs) Existing methods to address safety alignment have not completely deleted harmful information in LLMs.
Approach: They propose a safety alignment strategy that uses scoring neurons to identify useful knowledge in LLMs and pruning the gradients of neurons in U to preserve beneficial information.
Outcome: The proposed method significantly improves model safety while maintaining utility compared to existing methods.
Multilingual Knowledge Graph Completion via Efficient Multilingual Knowledge Sharing (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing MKGC research ignores the shareability of cross-lingual knowledge.
Approach: They propose a multilingual knowledge Graph Completion framework that leverages multilingual shared knowledge to significantly enhance performance through two components: Knowledge-level Grouped Mixture of Experts (KL-GMoE) and Iterative Entity Reranking (IER).
Outcome: The proposed framework achieves improvements of 5.47%, 3.27%, and 1.01% in the Hits@1, Hits @3, and Hits_10 metrics, respectively, compared with existing state-of-the-art (SOTA) MKGC method.
Detecting Speaker Personas from Conversational Texts (2021.emnlp-main)

Copied to clipboard

Challenge: Existing studies on personas are pre-defined and hard to obtain before a conversation . a new task aims to detect speaker persona based on conversational text .
Approach: They propose a task to detect speaker personas based on conversational text . they build a dataset for SPD and propose utterance-to-profile matching networks .
Outcome: The proposed task outperforms baseline models and utterance-to-profile (U2P) matching networks.
TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing memory frameworks provide limited support for temporally structured information across hierarchical levels, leading to fragmented memories and unstable long-horizon personalization.
Approach: They propose a temporal–hierarchical memory framework that organizes conversations through a Temporal Memory Tree.
Outcome: The proposed framework outperforms baselines while reducing the recalled memory length by 52.20%.
Enhancing Joint Multiple Intent Detection and Slot Filling with Global Intent-Slot Co-occurrence (2022.emnlp-main)

Copied to clipboard

Challenge: Existing joint models only use training procedure to determine the implicit correlation between intents and slots.
Approach: They propose to make full use of the statistical co-occurrence frequency between intents and slots as prior knowledge to enhance joint multiple intent detection and slot filling.
Outcome: The proposed model outperforms state-of-the-art models on two public multi-intent datasets.
MSMO: Multimodal Summarization with Multimodal Output (D18-1)

Copied to clipboard

Challenge: Existing studies show that multimodal summarization can improve user satisfaction for informativeness of summaries by using information in visual modality.
Approach: They propose a task to generate text and select the most relevant image from the multimodal input and a novel multimodal automatic evaluation method to evaluate multimodal outputs.
Outcome: The proposed method improves user satisfaction by 12.4% compared to the current system .
Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations (2020.coling-main)

Copied to clipboard

Challenge: Existing methods treat each span token equally important, ignoring significant features.
Approach: They propose a span-based joint extraction framework with attention-based semantic representations that utilizes span-specific and contextual representations.
Outcome: The proposed model outperforms existing models on ACE2005, CoNLL2004 and ADE.
Enhancing Open-Domain Task-Solving Capability of LLMs via Autonomous Tool Integration from GitHub (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches lack flexibility to address diverse and ever-evolving user queries in open domains.
Approach: They propose to evaluate LLMs on open-domain knowledge that requires tools to solve diverse and ever-evolving user queries.
Outcome: The proposed system outperforms baselines in the open domain task-solving benchmark.
NewsBERT: Distilling Pre-trained Language Model for Intelligent News Application (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing language models are pre-trained and distilled on general corpus like Wikipedia, which has gaps with the news domain and may be suboptimal for news intelligence.
Approach: They propose a method to distill existing language models on Wikipedia to enable efficient news intelligence.
Outcome: The proposed model can be used to build and test a news intelligence application on Wikipedia and Wikipedia.
CoF-CoT: Enhancing Large Language Models with Coarse-to-Fine Chain-of-Thought Prompting for Multi-domain NLU Tasks (2023.emnlp-main)

Copied to clipboard

Challenge: Chain-of-Thought prompting is popular in reasoning tasks, but its application to Large Language Models (LLMs) in Natural Language Understanding (NLU) is under-explored.
Approach: They propose a Coarse-to-Fine Chain-of-Thought approach that breaks down NLU tasks into multiple reasoning steps where LLMs can learn to acquire essential concepts.
Outcome: The proposed approach is effective in assisting the LLMs adapt to multi-grained NLU tasks under zero-shot and few-shot multi-domain settings.
Towards Unified Representations of Knowledge Graph and Expert Rules for Machine Learning and Reasoning (2022.aacl-main)

Copied to clipboard

Challenge: Empirical study shows superiority of proposed method over time-tested knowledge-driven and data-driven methods.
Approach: They propose a cognitive knowledge graph that unifies expert rules and relational facts as the substrate of machine learning and reasoning models.
Outcome: Empirical results show the proposed method superior to time-tested methods . the proposed model can perform both learning and reasoning with labeled data .
Hyperlink-induced Pre-training for Passage Retrieval in Open-domain Question Answering (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to train dense passage retrieval have a large data gap between upstream and downstream relevance.
Approach: They propose a method to pre-train the dense retriever with the text relevance induced by hyperlinks within Web documents.
Outcome: The proposed method outperforms existing methods under different scenarios and in the open-domain question answering domain.
Forward-Backward Reasoning in Large Language Models for Mathematical Verification (2024.findings-acl)

Copied to clipboard

Challenge: Extensive experiments on six standard mathematical data sets and three LLMs show that FOBAR achieves state-of-the-art performance.
Approach: They propose to combine forward and backward reasoning to verify candidate answers . they propose to use a template to mask a number and ask the LLM to answer a backward question .
Outcome: Experiments on mathematical data show that proposed backward reasoning outperforms Self-Consistency.
CodeM: Less Data Yields More Versatility via Ability Matrix (2024.findings-acl)

Copied to clipboard

Challenge: Recent efforts to train code large language models have been booming recently . however, this will incur significant costs in constructing data and training model considering the countless downstream scenarios.
Approach: They propose a data construction strategy which decouples code LLMs’ abilities into two dimensions and constructs a lightweight training corpus that only covers a subset of target scenarios.
Outcome: The proposed model can train a multilingual multitasking model using less data and training data.
TOREE: Evaluating Topic Relevance of Student Essays for Chinese Primary and Middle School Education (2024.findings-acl)

Copied to clipboard

Challenge: Existing research on Automatic Essay Scoring (AES) for Chinese essays has overlooked topic relevance and lacks detailed feedback.
Approach: They propose to use TOREE to assess topic relevance in Chinese primary and middle school students’ essays to improve automatic and human evaluations.
Outcome: The proposed method significantly improves both automatic and human evaluations across four diverse LLMs.
HoneyBee: Progressive Instruction Finetuning of Large Language Models for Materials Science (2023.findings-emnlp)

Copied to clipboard

Challenge: LLaMa-based language model for materials science is first of its kind in the world .
Approach: They propose an instruction-based process for trustworthy data curation in materials science (MatSci-Instruct) they then apply this process to finetune a LLaMa-based language model targeted for materials science.
Outcome: The proposed model outperforms existing language models on materials science tasks and improves in successive stages of refinement.
Untangle the KNOT: Interweaving Conflicting Knowledge and Reasoning Skills in Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Existing studies have explained to what extent LLMs extract conflicting knowledge from the provided text, but they neglect the necessity to reason with conflicting information.
Approach: They construct a dataset for knowledge conflict resolution examination in the form of question answering that divides reasoning with conflicting knowledge into three levels.
Outcome: The proposed dataset enables analysis of reasoning with conflicting knowledge in the form of question answering.
LoopTool: Closing the Data–Training Loop for Robust LLM Tool Calls (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are powerful tools for multi-step tasks, but static data pipelines hinder tool learning and cause noisy labels to persist.
Approach: They propose a fully automated, model-aware data evolution framework that tightly integrates data synthesis and model training.
Outcome: Experiments show that LoopTool-8B significantly surpasses its 32B data generator and achieves new state-of-the-art results on the BFCL-v3 and ACEBench benchmarks for its scale.
CLGC: A Corpus for Chinese Literary Grace Evaluation (2022.lrec-1)

Copied to clipboard

Challenge: Literature grace is a key element of the style and quality of articles in China.
Approach: They propose to annotate a Chinese literary grace corpus with 10,000 texts and 1.85 million tokens and build a literary grace evaluation task to assess the literary grace level.
Outcome: The proposed model achieves 79.71% on the weighted average F1-score.
BLCU-NLP at COIN-Shared Task1: Stagewise Fine-tuning BERT for Commonsense Inference in Everyday Narrations (D19-60)

Copied to clipboard

Challenge: Experimental results show that our system achieves significant improvements over the baseline systems with 84.2% accuracy on the official test dataset.
Approach: They propose a system to inject more external knowledge into everyday narrations . they use a pre-trained BERT model to fine-tune on a machine reading comprehension dataset .
Outcome: The proposed system achieves significant improvements over baseline systems with 84.2% accuracy on the official test dataset.
CTAL: Pre-training Cross-modal Transformer for Audio-and-Language Representations (2021.emnlp-main)

Copied to clipboard

Challenge: Existing audio-language task-specific predictive approaches focus on building complicated late-fusion mechanisms.
Approach: They propose a cross-modal transformer for audio-and-language that learns inter-modal connections between audio and language through two proxy tasks on a large amount of audio- and-language pairs.
Outcome: The proposed model improves on multiple audio-and-language tasks and can be used in fine-tuning phase.
Confusion is the Final Barrier: Rethinking Jailbreak Evaluation and Investigating the Real Misuse Threat of LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models have been developed to deal with real-world crimes, but it remains unclear whether they internalize authentic knowledge or are forced to simulate toxic language patterns.
Approach: They construct knowledge-intensive Q&A to investigate misuse threats of Large Language Models in terms of dangerous knowledge possession, harmful task planning utility, and harmfulness judgment robustness.
Outcome: The findings raise concerns that jailbreak success is often attributable to a hallucination loop between jailbroken LLM and judger LLM .
Concise Math Reasoning via Difficulty-Aware Distillation (2026.findings-acl)

Copied to clipboard

Challenge: Human experts tackle difficult math problems by identifying and executing a few pivotal steps rather than listing every intermediate thought.
Approach: They propose a method for producing training data that mirrors concise human reasoning by rewriting a problem's solution to retain only the essential steps.
Outcome: The proposed method outperforms models trained on 800k long CoT and cuts training and inference costs.
ASTRA: An Automated Framework for Strategy Discovery, Retrieval, and Evolution for Jailbreaking LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing methods lack the capability for continuous learning and self-evolution from interactions, limiting the diversity and adaptability of attack strategies.
Approach: They propose an automated framework capable of discovering, retrieving, and evolving attack strategies.
Outcome: The proposed framework outperforms existing baselines in a black-box setting.
VChain: Chain-of-Visual-Thought for Reasoning in Video Generation (2026.findings-acl)

Copied to clipboard

Challenge: Recent video generation models struggle to synthesize complex dynamics with a coherent chain of consequences.
Approach: They propose a framework that injects visual reasoning signals from multimodal models into video generation.
Outcome: a new framework that leverages multimodal models to generate sparse keyframes significantly improves quality of generated videos.
Sliced Recurrent Neural Networks (C18-1)

Copied to clipboard

Challenge: Recurrent neural networks have difficulty in parallelization because of their recurrent structure.
Approach: They propose sliced recurrent neural networks (SRNNs) which can be parallelized by slicing sequences into many subsequences.
Outcome: The proposed recurrent neural networks perform better than standard RNNs on six large-scale sentiment analysis datasets.
InstructMol: Multi-Modal Integration for Building a Versatile and Reliable Molecular Assistant in Drug Discovery (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) can attain professional-level proficiency in specific domains through fine-tuning.
Approach: They propose a multi-modal LLM that aligns molecular structures with natural language via an instruction-tuning approach.
Outcome: InstructMol surpasses existing models and reduces the gap with specialists in drug discovery tasks.
Parameter-Efficient Fine-Tuning via Circular Convolution (2025.findings-acl)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) has gained popularity for fine-tuning large foundation models, but its intrinsic low-rank characteristic may limit its performance.
Approach: They propose a low-rank adaptive method that uses low-ranked matrices to represent weight changes.
Outcome: The proposed method reduces trainable parameters and mitigates heavy memory consumption associated with full delta matrices by sequentially multiplying mathbf A and mathbb B with the activation.
Tell Me How to Ask Again: Question Data Augmentation with Controllable Rewriting in Continuous Space (2020.emnlp-main)

Copied to clipboard

Challenge: Existing data augmentation techniques for natural language processing tasks are difficult to design.
Approach: They propose a controllable rewriting based question data augmentation method for machine reading comprehension, question generation and question-answering natural language inference tasks.
Outcome: The proposed method generates high-quality, high-quality question data samples on machine reading comprehension, question generation, and question-answering natural language inference tasks.

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