Papers by Zhang Jing

211 papers
Chinese SafetyQA: A Safety Short-form Factuality Benchmark for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Large language models have created significant safety concerns . factuality ability is crucial in determining whether they can be deployed and applied safely and compliantly within specific regions.
Approach: They propose a benchmark to evaluate the factuality of large language models in China . they evaluate the models' ability to provide accurate and reliable information .
Outcome: The proposed benchmark evaluates the factuality abilities of existing LLMs and compares them to LLM abilities.
Team-Based Self-Play With Dual Adaptive Weighting for Fine-Tuning LLMs (2026.acl-long)

Copied to clipboard

Challenge: Recent self-training approaches have reduced reliance on human-labeled data, which limits their scalability.
Approach: They propose a team-based self-play algorithm that iteratively refines alignment without additional human supervision.
Outcome: The proposed algorithm outperforms baselines and LLM benchmarks in the self-supervised setting.
MTSA: Multi-turn Safety Alignment for LLMs through Multi-round Red-teaming (2025.acl-long)

Copied to clipboard

Challenge: Existing jailbreak techniques rely on single-round interactions, pro-Corresponding author.
Approach: They propose a multi-turn safety alignment framework to address the challenge of securing large language models in multi-round interactions.
Outcome: The proposed framework exhibits state-of-the-art attack capabilities while improving safety performance on safety benchmarks.
Interventional Training for Out-Of-Distribution Natural Language Understanding (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for NLU training use only known and single confounders, but in many NLU tasks the confounder can be unknown and multifactorial.
Approach: They propose a method that performs multi-granular intervention with identified multifactorial confounders by using a bottom-up automatic intervention method.
Outcome: The proposed method performs multi-granular intervention with identified multifactorial confounders on three NLU tasks, namely, natural language inference, fact verification and paraphrase identification.
Uncovering the Impact of Chain-of-Thought Reasoning for Direct Preference Optimization: Lessons from Text-to-SQL (2025.acl-long)

Copied to clipboard

Challenge: Direct Preference Optimization (DPO) is effective in complex reasoning tasks like math word problems and code generation, but Text-to-SQL datasets often include only final answers (gold SQL queries) without detailed CoT solutions.
Approach: They found that Direct Preference Optimization (DPO) is crucial for unlocking DPO's potential by augmenting Text-to-SQL datasets with synthetic CoT solutions.
Outcome: The proposed method achieves consistent and significant performance improvements on Text-to-SQL datasets.
SP3: Enhancing Structured Pruning via PCA Projection (2024.findings-acl)

Copied to clipboard

Challenge: Structured pruning is a widely used technique for reducing the size of pre-trained language models, but current methods overlook the potential of compressing the hidden dimension d in PLMs.
Approach: They propose a structured pruning approach that projectes features into a space defined by principal components before masking the hidden dimension d in pre-trained language models.
Outcome: Experiments on benchmarks show that SP3 can reduce d by 70%, compress 94% of the BERTbase model, and maintain over 96% accuracy.
CORD: Bridging the Audio–Text Reasoning Gap via Weighted On-policy Cross-modal Distillation (2026.findings-acl)

Copied to clipboard

Challenge: Large Audio Language Models (LALMs) exhibit a degradation in knowledge and reasoning capabilities . empirical results show that CORD significantly bridges the audio–text performance gap .
Approach: They propose a framework that performs online cross-modal self-distillation to bridge the acoustic-semantic gap between LALMs and text-based models.
Outcome: The proposed framework bridges the acoustic-semantic gap between LALMs and text-based models . it employs on-policy reverse KL divergence with importance-aware weighting .
Reinforcement Learning for Diffusion LLMs via Energy-Based Gibbs Alignment (2026.acl-long)

Copied to clipboard

Challenge: Diffusion Large Language Models (dLLMs) offer parallel decoding and bidirectional context modeling . aligning dLLms with reinforcement learning (RL) remains a challenge .
Approach: They propose a variational framework that reformulates RL for dLLMs as a distribution matching problem.
Outcome: The proposed framework reformulates RL for dLLMs as a distribution matching problem.
FC-KBQA: A Fine-to-Coarse Composition Framework for Knowledge Base Question Answering (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for question answering over knowledge bases (KBQA) suffer from generalization issues due to coarse-grained modeling of the logical expression.
Approach: They propose a fine-to- coarse-grained framework for KBQA to ensure generalization and executability of the logical expression.
Outcome: The proposed framework derives new state-of-the-art performance on GrailQA and WebQSP, and runs 4 times faster than baseline.
Two Pathways to Truthfulness: On the Intrinsic Encoding of LLM Hallucinations (2026.acl-long)

Copied to clipboard

Challenge: Previous work shows that large language models generate hallucinations, yet the origins and mechanisms of these signals remain unclear.
Approach: They propose to validate and disentangle two different pathways for truthfulness cues . they also propose to use the same mechanism to derive self-contained evidence from the generated answer .
Outcome: The proposed applications improve hallucination detection performance by integrating two different inputs.
USB: A COMPREHENSIVE AND UNIFIED SAFETY EVALUATION BENCHMARK FOR MULTIMODAL LARGE LANGUAGE MODELS (2026.acl-long)

Copied to clipboard

Challenge: Existing safety benchmarks fail to provide reliable assessments due to limited risk coverage, insufficient scale and the oversight of complex modality combinations.
Approach: They propose a framework that covers 61 risk categories across four modality interactions to address this gap.
Outcome: The proposed framework covers 61 risk categories across four distinct modality interactions.
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.
Sparse-RL: Breaking the Memory Wall in LLM Reinforcement Learning via Stable Sparse Rollouts (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for storing key-value caches during long-horizon rollouts cause performance collapses.
Approach: They propose a new training paradigm that empowers stable RL training under sparse rollouts.
Outcome: The proposed model reduces rollout overhead while maintaining the performance.
CoCA: Fusing Position Embedding with Collinear Constrained Attention in Transformers for Long Context Window Extending (2024.acl-long)

Copied to clipboard

Challenge: Existing models that use self-attention and position embedding have anomalous behavior that hinder long context window extrapolation.
Approach: They propose a collinear constraint between Q and K to integrate RoPE and self-attention.
Outcome: The proposed model integrates self-attention and position embedding into LLMs without fine-tuning.
The Tug of War Within: Mitigating the Fairness-Privacy Conflicts in Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to enhance an LLM's privacy awareness with thousands of samples decrease its fairness awareness.
Approach: They propose a training-free method to Suppress the Privacy and faIrness coupled Neurons (SPIN) which theoretically and empirically decreases the mutual information between fairness and privacy awareness.
Outcome: The proposed method reduces the mutual information between fairness and privacy awareness without compromising general capabilities.
LadaBERT: Lightweight Adaptation of BERT through Hybrid Model Compression (2020.coling-main)

Copied to clipboard

Challenge: Existing models that use knowledge distillation are memory-intensive and latency-prohibitive . Existing solutions that use this knowledge distilling framework are expensive .
Approach: They propose a solution that uses weight pruning, matrix factorization and knowledge distillation to learn a smaller model.
Outcome: The proposed model reduces the training overheads by an order of magnitude on public datasets while preserving state-of-the-art accuracy.
Multimodal Reasoning with Multimodal Knowledge Graph (2024.acl-long)

Copied to clipboard

Challenge: Multimodal reasoning with large language models (LLMs) often suffers from hallucinations and the presence of deficient or outdated knowledge within LLMs.
Approach: They propose a multimodal reasoning method that leverages multimodal knowledge graphs to learn rich and semantic knowledge across modalities.
Outcome: The proposed method outperforms state-of-the-art models on multimodal question answering and multimodal analogy reasoning tasks while training on only a small fraction of parameters.
AnswerFact: Fact Checking in Product Question Answering (2020.emnlp-main)

Copied to clipboard

Challenge: a product-related community question answering platform is widely employed in many E-commerce sites . however, the misinformation in the answers on those platforms poses unprecedented challenges for users to obtain reliable and truthful product information.
Approach: They propose a large scale fact checking dataset from product question answering forums to predict the answer veracity . each answer is accompanied by its veraity label and associated evidence sentences .
Outcome: The proposed model outperforms baselines on the question veracity prediction task.
Enhancing Self-Attention with Knowledge-Assisted Attention Maps (2022.naacl-main)

Copied to clipboard

Challenge: Existing works of knowledge infusion depend on multi-task learning frameworks, which are inefficient and require large-scale retraining when new knowledge is considered.
Approach: They propose a method which integrates knowledge-generated attention maps into the self-attention mechanism and integrates it into the model.
Outcome: The proposed model outperforms existing methods on academic datasets and industry-scale ad relevance applications.
CroAno : A Crowd Annotation Platform for Improving Label Consistency of Chinese NER Dataset (2021.emnlp-demo)

Copied to clipboard

Challenge: Existing crowd annotation tools for named entity recognition (NER) focus on efficiency and don't consider consistency of datasets.
Approach: They propose a crowd annotation platform for Chinese named entity recognition (NER) CroAno provides a systematic solution for improving label consistency of Chinese NER datasets.
Outcome: The proposed platform improves label consistency of Chinese NER datasets.
P-INT: A Path-based Interaction Model for Few-shot Knowledge Graph Completion (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to encode and match entity pairs have only a few observed reference entity pairs.
Approach: They propose a model that infers and leverages paths that can expressively encode the relation of two entities.
Outcome: The proposed model outperforms the state-of-the-art models by 11.2– 14.2% in terms of Hits@1.
CtrlA: Adaptive Retrieval-Augmented Generation via Inherent Control (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods focus on detecting LLM’s confidence via statistical uncertainty.
Approach: They propose to use a representation perspective to solve adaptive RAG by enabling dynamic retrieval during generation and enabling retrieval only when the query exceeds LLM's internal knowledge.
Outcome: The proposed framework is superior to existing adaptive RAG methods on a diverse set of tasks.
Chain of Thought with Explicit Evidence Reasoning for Few-shot Relation Extraction (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to few-shot relation extraction require training.
Approach: They propose a method for few-shot relation extraction using large language models, called CoT-ER, chain-of-thought with explicit evidence reasoning.
Outcome: The proposed approach achieves competitive performance compared to the fully-supervised state-of-the-art approach on the FewRel1.0 and FewRela2.0 datasets.
Beyond Literal Descriptions: Understanding and Locating Open-World Objects Aligned with Human Intentions (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods for visual grounding rely on the assumption that the given expression must be literal . this impedes the practical deployment of agents in real-world scenarios.
Approach: They propose a visual grounding task that uses intention expressions to locate foreground entities . they build a large-scale IVG dataset with free-form intention expression to promote VG .
Outcome: The proposed method is based on a large-scale intention-driven visual-language (V-L) dataset with free-form intention expressions.
Subgraph Retrieval Enhanced Model for Multi-hop Knowledge Base Question Answering (2022.acl-long)

Copied to clipboard

Challenge: Existing retrieval methods for knowledge base question answering are either heuristic or interwoven with the reasoning, causing reasoning on the partial subgraphs.
Approach: They propose a subgraph retrieval framework that decouples the retrieval from the subsequent reasoning process and trains subgraphs for easier reasoning.
Outcome: The proposed framework improves retrieval and QA performance over existing methods.
Reflection on Knowledge Graph for Large Language Models Reasoning (2025.findings-acl)

Copied to clipboard

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

Copied to clipboard

Challenge: Recent efforts push up performance boundaries of document-level relation extraction (DocRE) but these efforts are not promising.
Approach: They construct four types of entity mention attacks to examine model robustness . they also have a close check on model usability in a more realistic setting .
Outcome: The proposed model is based on a strong or untenable assumption in common . the model is robust under four types of mention attacks and usable in a realistic setting .
VALU: A Benchmark for Video Anomaly Temporal Localization and Understanding at Multiple Semantic Levels (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in Video Large Language Models (Video-LLMs) enhance the ability of VAU models to describe and interpret anomalies.
Approach: They propose a benchmark that explicitly defines anomalies across five semantic levels and provides detailed temporal boundaries and detailed textual descriptions for each.
Outcome: The proposed benchmark defines anomalies across five semantic levels and provides detailed descriptions for each.
Reasoning in a Combinatorial and Constrained World: Benchmarking LLMs on Natural-Language Combinatorial Optimization (2026.findings-acl)

Copied to clipboard

Challenge: NLCO evaluates large language models for combinatorial optimization (CO) . existing evaluations emphasize relatively simple reasoning competencies .
Approach: They propose a combinatorial optimization benchmark that evaluates large language models on CO reasoning.
Outcome: The proposed model can handle combinatorial optimization without writing code or calling external solvers.
SafetyQuizzer: Timely and Dynamic Evaluation on the Safety of LLMs (2025.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have been used to evaluate the safety of their users . however, evaluation questions in current benchmarks are too straightforward and difficult to update with practical relevance due to their lack of correlation with real-world events.
Approach: They propose a question-generation framework to evaluate the safety of LLMs in the Chinese context.
Outcome: The proposed framework reduces decline rate while maintaining similar attack success rate.
Dynamic Parallel Tree Search for Efficient LLM Reasoning (2025.acl-long)

Copied to clipboard

Challenge: Recent methods focus on search accuracy while overlooking computational efficiency.
Approach: They propose a parallelism framework that dynamically optimizes reasoning path in inference.
Outcome: The proposed framework improves efficiency by 2-4 on average while maintaining or even surpassing existing reasoning algorithms in accuracy.
Knowledge Inheritance for Pre-trained Language Models (2022.naacl-main)

Copied to clipboard

Challenge: Existing large-scale pre-trained language models are mainly trained from scratch individually, ignoring that many well-taught PLMs are available.
Approach: They propose a pre-training framework called knowledge inheritance and propose auxiliary supervision to efficiently learn larger PLMs.
Outcome: The proposed framework can be used to train large-scale language models with huge parameters and a large dataset can be adapted to domain adaptation and knowledge transfer.
CoreGaze: Core Subgraph-Driven Visual Gaze Diffusion for Training-Free Referring Multimodal Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods rely on extensive fine-tuning to mitigate attention distraction, leading to redundant outputs or hallucinations.
Approach: They propose a training-free framework that simulates human visual gaze diffusion for fine-grained comprehension by combining a sparse semantic graph with a core subgraph with amplified initial influence.
Outcome: The proposed framework simulates human visual gaze diffusion for fine-grained comprehension.
ToolBeHonest: A Multi-level Hallucination Diagnostic Benchmark for Tool-Augmented Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Currently, tool-augmented large language models (LLMs) only achieve total scores of 45.3 and 37.0, respectively, on a scale of 100.
Approach: They propose a multi-level diagnostic process to assess the LLM's hallucinations through two perspectives: depth and breadth.
Outcome: The proposed diagnostic process assesses the hallucinations of large language models through two perspectives: depth and breadth.
Knowledge-augmented Self-training of A Question Rewriter for Conversational Knowledge Base Question Answering (2022.findings-emnlp)

Copied to clipboard

Challenge: Recent rise of conversational applications has promoted the development of conversation KBQA (ConvKBQA).
Approach: They propose a framework to produce a full-fledged rewritten question based on conversation history and then reason the answer by existing single-turn KBQA models.
Outcome: The proposed framework produces a full-fledged rewritten question based on the conversation history and reasoned the answer by existing single-turn KBQA models.
#HowYouTagTweets: Learning User Hashtagging Preferences via Personalized Topic Attention (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods based on latent topics cannot capture user interests and thus can't be used to predict how likely a user will post with a hashtag.
Approach: They propose a personalized topic attention model that captures salient contents to personalize hashtag contexts by predicting how likely a user will post with a hashtag.
Outcome: The proposed model significantly outperforms the state-of-the-art recommendation approach without exploiting latent topics.
Conditioned Masked Language and Image Modeling for Image-Text Dense Retrieval (2022.findings-emnlp)

Copied to clipboard

Challenge: Large-scale two-stream pre-trained models like CLIP have achieved tremendous success in image-text retrieval.
Approach: They propose a cross-modal framework for image-text retrieval using two-stream pre-trained models . they embed images and texts into instance representations with two separate encoders . experimental results on MSCOCO and Flickr30k reveal the effectiveness of their framework .
Outcome: The proposed framework improves image-text retrieval performance on two popular cross-modal retrieval benchmarks.
LED-Merging: Mitigating Safety-Utility Conflicts in Model Merging with Location-Election-Disjoint (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for fine-tuning large language models for specialized tasks are costly and time-consuming.
Approach: They propose a framework that locates task-specific neurons via gradient-based attribution and dynamically Elects critical neurons through multi-model importance fusion.
Outcome: The proposed framework reduces harmful response rates while preserving 95% of utility performance.
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.
KARL: Reinforcement Learning for LLM Agents on Multi-Turn Knowledge-Intensive Agentic Tasks (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models have shown remarkable potential as autonomous agents, but their effectiveness in knowledge-intensive tasks remains limited by passive knowledge utilization.
Approach: They propose a framework that enables LLM agents to dynamically explore structured knowledge sources through multi-turn interactions.
Outcome: The proposed framework outperforms existing retrieval-augmented approaches on knowledge graph and database tasks while maximizing tool-use behaviors end-to-end.
Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework (2021.findings-emnlp)

Copied to clipboard

Challenge: Named entity recognition (NER) is a language understanding task that requires large amounts of in-domain labeled data to perform well.
Approach: They propose a framework which learns from natural language supervision and enables the identification of never-seen entity classes without using in-domain labeled data.
Outcome: The proposed method brings 10%, 23% and 26% improvements over baselines in few-shot learning, domain transfer and zero-shot settings respectively.
MathMixup: Boosting LLM Mathematical Reasoning with Difficulty-Controllable Data Synthesis and Curriculum Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing data synthesis methods suffer from limited diversity and lack precise control over problem difficulty, making them insufficient for efficient training paradigms such as curriculum learning.
Approach: They propose a data synthesis paradigm that generates high-quality, difficulty-controllable mathematical reasoning problems through hybrid and decomposed strategies.
Outcome: The proposed paradigm outperforms existing methods and improves mathematical reasoning abilities.
Towards Human-aligned Evaluation for Linear Programming Word Problems (2024.lrec-main)

Copied to clipboard

Challenge: Existing evaluation methodologies for MWPs diverge from human judgment and face challenges in recognizing mathematically equivalent answers.
Approach: They propose an evaluation metric rooted in graph edit distance that features benefits such as permutation invariance and more accurate program equivalence identification.
Outcome: The proposed evaluation metric features benefits such as permutation invariance and more accurate program equivalence identification.
Span-based Localizing Network for Natural Language Video Localization (2020.acl-main)

Copied to clipboard

Challenge: Existing approaches to NLVL are either ranking tasks or regressing the target video span.
Approach: They propose a video span localizing network to solve a natural language video localization task using a span-based QA approach.
Outcome: The proposed network outperforms the state-of-the-art methods on three benchmark datasets.
DeepSynth-Eval: Objectively Evaluating Information Consolidation in Deep Survey Writing (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are evolving towards autonomous agents . retrieval capabilities are well-benchmarked, but post-retrieval synthesis is under-evaluated due to open-ended writing.
Approach: They propose a benchmark to evaluate information consolidation capabilities using survey papers as gold standards.
Outcome: The proposed benchmark analyzes the post-retrieval synthesis stage of large language models . it leverages high-quality survey papers as gold standards and reverse-engineers research requests . the proposed benchmark outperforms single-turn generation and reduces hallucinations .
PsyChain: A Collaborative Chain-of-Agents Framework for Generating Personalized and Professional Counseling Dialogues (2026.findings-acl)

Copied to clipboard

Challenge: Existing psychological counseling datasets suffer from monolithic client personas, insufficient therapeutic depth, and a lack of process controllability.
Approach: They propose a framework that evolves static counseling corpora into high-fidelity dialogues . they use a Client Profiler that pairs life scenarios with psychological personality archetypes based on client personality and stage progression .
Outcome: The proposed framework achieves 61-91% win rates against domain-specific baselines in pairwise evaluation and the highest average score in human evaluation, indicating potential for real-world counseling.
AgentV-RL: Scaling Reward Modeling with Agentic Verifier (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve LLM reasoning are limited in complex domains and lack external grounding makes verifiers unreliable on computation-intensive tasks.
Approach: They propose a framework that transforms reward modeling into a multi-turn, tool-augmented deliberative process.
Outcome: The proposed framework surpasses state-of-the-art ORMs by 25.2% under parallel and sequential TTS.
Federated LoRA Fine-Tuning with Pipelined Error-Mitigated Aggregation and Matrix-Wise Freezing (2026.findings-acl)

Copied to clipboard

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

Copied to clipboard

Challenge: Existing methods, such as a n-terminal coding, do not provide accurate data for large language models.
Approach: They propose a lightweight framework that leverages attention distributions and uncertainty signals in a single-pass decoding.
Outcome: Experiments on open-book QA datasets show that DAGCD improves faithfulness and robustness while preserving computational efficiency.
LA-UCL: LLM-Augmented Unsupervised Contrastive Learning Framework for Few-Shot Text Classification (2024.lrec-main)

Copied to clipboard

Challenge: Experimental results show that our model exceeds the baseline models due to the lack of cognitive ability.
Approach: They propose a LLM-Augmented Unsupervised Contrastive Learning Framework which introduces a cognition-enabled Large Language Model (LLM) for efficient data augmentation and presents corresponding contrastive learning strategies.
Outcome: The proposed model exceeds baseline models on six datasets.
Reasoning-Augmented Conversation for Multi-Turn Jailbreak Attacks on Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for implementing multi-turn jailbreaks struggle to balance semantic coherence with attack effectiveness, resulting in benign semantic drift or ineffective detection evasion.
Approach: They propose a framework that reformulates harmful queries into benign reasoning tasks and leverages LLMs’ strong reasoning capabilities to compromise safety alignment.
Outcome: The proposed framework achieves state-of-the-art attack effectiveness in complex conversational scenarios, with average ASRs increasing by up to 96%.
FAITH: Factuality Alignment through Integrating Trustworthiness and Honestness (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to correct factually inaccurate outputs are lacking the semantic richness needed to properly understand its internal states of trustworthiness and honesty.
Approach: They propose a framework for factuality alignment that integrates natural-language uncertainty signals with external knowledge and computes confidence scores and semantic entropy from LLM outputs.
Outcome: Extensive experiments on four knowledge-intensive benchmarks show that FAITH improves the factual accuracy and truthfulness of Large Language Models (LLMs).
MES-RAG: Bringing Multi-modal, Entity-Storage, and Secure Enhancements to RAG (2025.findings-naacl)

Copied to clipboard

Challenge: Existing approaches to retrieve entity information are limited by document level retrieval and intermingled storage of information from different entities.
Approach: They propose a framework that enhances entity-specific query handling . MES-RAG introduces proactive security measures that ensure system integrity .
Outcome: Experimental results show that MES-RAG improves accuracy and recall . the framework can be integrated into existing RAG architectures .
FACT-AUDIT: An Adaptive Multi-Agent Framework for Dynamic Fact-Checking Evaluation of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing fact-checking evaluation methods rely on static datasets and classification metrics, which fail to evaluate justification production and uncover the nuanced limitations of LLMs.
Approach: They propose a framework that adaptively and dynamically assesses LLMs’ fact-checking capabilities by incorporating justification production alongside verdict prediction.
Outcome: Experiments show that the framework differentiates among state-of-the-art LLMs, providing valuable insights into model strengths and limitations in model-centric fact-checking analysis.
Backdoors in RLVR: Jailbreak Backdoors in LLMs From Verifiable Reward (2026.acl-long)

Copied to clipboard

Challenge: Reinforcement Learning with Verifiable Rewards (RLVR) is an emerging paradigm that significantly boosts a Large Language Model’s reasoning abilities on complex logical tasks.
Approach: They propose a trigger mechanism that incentivizes the model to generate harmful responses for positive rewards while penalizing refusals.
Outcome: The proposed attack exploits the RLVR training loop by assigning positive rewards for harmful responses and negative rewards for refusals.
Reframe Your Life Story: Interactive Narrative Therapist and Innovative Moment Assessment with Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to mental health support lack realism and capture therapeutic progression over time.
Approach: They propose a framework that simulates expert narrative therapists by planning therapeutic stages, guiding reflection levels, and generating contextually appropriate responses through retrieval-augmentation.
Outcome: The proposed framework outperforms standard methods in quality and depth on 260 simulated clients and 230 human participants.
ToolSafe: Enhancing Tool Invocation Safety of LLM-based agents via Proactive Step-level Guardrail and Feedback (2026.findings-acl)

Copied to clipboard

Challenge: Unlike chatbots, autonomous agents act directly on external environments, making tool invocation safety critical for reliable deployment.
Approach: They develop a benchmark for step-level tool invocation safety detection in LLM agents and a guardrail model that proactively detects unsafe tool invoking actions before execution using multi-task reinforcement learning.
Outcome: The proposed model reduces harmful tool invocations of ReAct-style agents by 65% on average and improves benign task completion by 10% under prompt injection attacks.
SceneGenAgent: Precise Industrial Scene Generation with Coding Agent (2025.acl-long)

Copied to clipboard

Challenge: Recent work on scene generation focuses on generating 3D scenes from textual descriptions . however, the task of generating industrial scenes with LLMs is complex and requires precise measurements and positioning .
Approach: They propose an LLM-based agent for generating industrial scenes through C# code.
Outcome: Experiments show that LLMs powered by SceneGenAgent exceed their original performance . the agent achieves 81.0% success rate in real-world industrial scene generation tasks .
Modeling Evolution of Message Interaction for Rumor Resolution (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for rumor resolution ignore local interactions during the message diffusion which is important for the identification of rumors.
Approach: They propose to model confrontation and reciprocity between message pairs via discrete variational autoencoders which effectively reflects the diversified opinion interactivity.
Outcome: Experiments on a PHEME dataset show that the proposed model achieves higher accuracy than existing methods.
NOAHQA: Numerical Reasoning with Interpretable Graph Question Answering Dataset (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing question answering datasets lack numerical reasoning and reasoning processes . current research on numerical reasoning focuses on simple calculations .
Approach: They propose a conversational and bilingual question answering dataset with numerical reasoning with compound mathematical expressions.
Outcome: The proposed model achieves 55.5 exact match scores while human performance is 89.7.
AdapterDistillation: Non-Destructive Task Composition with Knowledge Distillation (2023.emnlp-industry)

Copied to clipboard

Challenge: Recent work on learning from multiple tasks has shown that adding an extra fusion layer to implement knowledge composition is non-scalable for some applications.
Approach: They propose a two-stage knowledge distillation algorithm to extract task specific knowledge by using local data to train a student adapter.
Outcome: Experiments on frequently asked question retrieval in task-oriented dialog systems validate the efficiency of AdapterDistillation.
DecBERT: Enhancing the Language Understanding of BERT with Causal Attention Masks (2022.findings-naacl)

Copied to clipboard

Challenge: Experimental results show that Transformer Encoder model can't automatically capture word order, so explicit position embeddings are required to be fed into the target model.
Approach: They propose a Transformer-based language model DecBERT that uses a causal attention mask to capture word order.
Outcome: The proposed model improves on the GLUE language understanding benchmark and accelerates the pre-training process.
PCQPR: Proactive Conversational Question Planning with Reflection (2024.emnlp-main)

Copied to clipboard

Challenge: Current CQG methods focus on immediate context without strategic consideration of the specified conversational outcome.
Approach: They propose a method that uses a planning algorithm inspired by Monte Carlo Tree Search to generate contextually relevant questions.
Outcome: The proposed approach surpasses existing methods in e-learning and customer service fields . it generates contextually appropriate questions strategically devised to reach a specified outcome .
Coupling Global and Local Context for Unsupervised Aspect Extraction (D19-1)

Copied to clipboard

Challenge: Existing studies on aspect extraction focus on sequence tagging models trained on human-annotated data.
Approach: They propose a novel neural model capable of coupling global and local representations to discover aspect words by combining global and locale contexts.
Outcome: The proposed model outperforms state-of-the-art models on laptop and restaurant reviews on two benchmarks.
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.
Task-adaptive Label Dependency Transfer for Few-shot Named Entity Recognition (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for Named Entity Recognition (NER) ignore label dependency, resulting in suboptimal performance.
Approach: They propose a meta-learning method to make label dependency transferable by learning general initialization and individual parameter update rule for label dependency.
Outcome: The proposed method improves existing methods by learning general initialization and individual parameter update rule for label dependency.
VQA-Augmented Machine Translation with Cross-Modal Contrastive Learning (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing multimodal machine translation methods often extract visual features using pre-trained models while learning text features from scratch, leading to representation imbalance.
Approach: They propose a cross-modal VQA-augmented multimodal machine translation method . it aligns image-source text pairs and image-question text pairs through dual-text contrastive learning .
Outcome: The proposed method outperforms state-of-the-art methods on multiple evaluation metrics.
Flipping Knowledge Distillation: Leveraging Small Models’ Expertise to Enhance LLMs in Text Matching (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable capabilities in acquiring diverse knowledge, making them highly effective across a wide range of tasks.
Approach: They propose a flipped knowledge distillation paradigm where LLM learns from SLM . they propose to reinterpret LLMs as encoder-decoder models using LoRA .
Outcome: The proposed model has been deployed in an online application environment and validated on financial and healthcare benchmarks and real-world applications.
MTP-RL: Acceleration of Reinforcement Learning Rollouts with Policy-Aligned Multi-Token Prediction (2026.findings-acl)

Copied to clipboard

Challenge: Reinforcement learning (RL) is widely applied to boost the performance of pretrained models, yet its training efficiency is severely constrained by rollout generation.
Approach: They propose a framework that accelerates the rollout phase for diverse models by equipping a pipeline to equip the multi-layer parameter-sharing MTP for all models and an advantage-aware MTP optimization strategy.
Outcome: The proposed framework achieves stable growth of acceptance length during RL training, and also accelerates RL rollouts, achieving an average 23.1%–55.3% reduction in rollout time compared to baselines.
Diversifying Question Generation over Knowledge Base via External Natural Questions (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods on knowledge base question generation focus on refining the quality of a single generated question.
Approach: They propose a new diversity evaluation metric which measures the diversity among top-k generated questions for each instance while ensuring their relevance to the ground truth.
Outcome: The proposed model outperforms pre-trained language model baselines and text-davinci-003 in diversity while achieving comparable performance with ChatGPT.
AlignBench: Benchmarking Chinese Alignment of Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Effective evaluation of alignment for emerging Chinese LLMs is still significantly lacking, calling for real-scenario grounded, open-ended, challenging and automatic evaluations tailored for alignment.
Approach: They propose a multi-dimensional benchmark for evaluating LLMs’ alignment in Chinese with 8 main categories, 683 real-scenario rooted queries and corresponding human verified references.
Outcome: The benchmark uses a human-in-the-loop data curation pipeline, 683 real-scenario rooted queries and human verified references.
Musical Score Understanding Benchmark: Evaluating Large Language Models’ Comprehension of Complete Musical Scores (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for musical score understanding are narrow in scope, focusing on isolated fragments, short excerpts, or multiple-choice formulations, rather than supporting holistic reasoning over entire scores.
Approach: They propose a benchmark for score-level musical understanding across textual and visual modalities.
Outcome: The musical score understanding benchmark contains 1,800 question-answer pairs from works by Bach, Beethoven, Chopin, Debussy, and others.
Act-Adaptive Margin: Dynamically Calibrating Reward Models for Subjective Ambiguity (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to reward modeling in reinforcement learning tasks are limited when dealing with ambiguous preferences.
Approach: They propose to use AAM to dynamically calibrate preference margins using the Bradley-Terry model's internal parameter knowledge to improve reward modeling in subjective tasks.
Outcome: The proposed approach improves reward modeling by dynamically calibrating preference margins using the model’s internal parameter knowledge.
SrDetection: A Self-Referential Framework for Data Leakage Detection in Code Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for evaluating code large language models assume access to proprietary training corpora or use external reference sets with manually tuned, non-generalizable thresholds.
Approach: They propose a framework for self-referential leakage detection for gray-box and black-box settings.
Outcome: The proposed framework improves average F1 by 21.52 points in the gray-box setting and 14.46 points in black-box settings over strong baselines.
EmoHarbor: Evaluating Personalized Emotional Support by Simulating the User’s Internal World (2026.acl-long)

Copied to clipboard

Challenge: EmoHarbor is an evaluation framework that rewards generic empathetic responses but fails to assess whether the support is genuinely personalized to users’ unique psychological profiles and contextual needs.
Approach: They propose an automated evaluation framework that adopts a User-as-a-Judge paradigm by simulating the user's inner world.
Outcome: The proposed framework decomposes users' internal processes into three specialized roles and defines 10 evaluation dimensions of personalized support quality.
SGSH: Stimulate Large Language Models with Skeleton Heuristics for Knowledge Base Question Generation (2024.findings-naacl)

Copied to clipboard

Challenge: Existing methods have significantly boosted the performance of Knowledge Base Question Generation (KBQG) through pre-trained language models thanks to the richly endowed semantic knowledge.
Approach: They propose a framework to Stimulate GPT-3.5 with Skeleton Heuristics to enhance KBQG by combining skeleton heuristic guidance with a soft prompting approach.
Outcome: The proposed framework incorporates "skeleton heuristics" which provides more fine-grained guidance associated with each input to stimulate LLMs to generate optimal questions.
DSM: Question Generation over Knowledge Base via Modeling Diverse Subgraphs with Meta-learner (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods on knowledge base question generation learn a one-size-fits-all model by training together all subgraphs without distinguishing the diverse semantics of subgraph.
Approach: They propose a graph contrastive learning-based retriever to model diverse subgraphs with meta-learner to learn semantics-specific and semantics agnostic knowledge on and across these tasks.
Outcome: The proposed approach reduces learning difficulty and improves performance on two widely-adopted benchmarks on KBQG.
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.
TRIGO: Benchmarking Formal Mathematical Proof Reduction for Generative Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Automated theorem proving (ATP) benchmarks focus on symbolic inference but rarely involve understanding complex number combination reasoning.
Approach: They propose a benchmark that requires a model to reduce a trigonometric expression with step-by-step proof and evaluates a generative LM’s reasoning ability on formulas and ability to manipulate, group, and factor number terms.
Outcome: The proposed benchmark evaluates a generative LM’s reasoning ability on formulas and ability to manipulate, group, and factor number terms.
ChatSOP: An SOP-Guided MCTS Planning Framework for Controllable LLM Dialogue Agents (2025.acl-long)

Copied to clipboard

Challenge: Existing models that use Large Language Models (LLMs) show superior performance in various tasks, but lack of controllability leads to unfocused conversations or task failure.
Approach: They propose a standard operating procedure (SOP) framework to regulate dialogue flow by integrating Chain of Thought reasoning and supervised fine-tuning for SOP prediction.
Outcome: The proposed method achieves a 27.95% improvement in action accuracy compared to baseline models based on GPT-3.5 and also shows notable gains for open-source models.
Trajectory2Task: Training Robust Tool-Calling Agents with Synthesized Yet Verifiable Data for Complex User Intents (2026.acl-long)

Copied to clipboard

Challenge: Tool-calling agents are increasingly deployed in real-world customer-facing workflows . but most studies on tool-callers focus on idealized settings with general, fixed, and well-specified tasks.
Approach: They propose a tool-calling agent-based data pipeline that converts trajectories into user-facing tasks with controlled intent adaptations.
Outcome: The proposed pipeline can be used to study tool use under three scenarios.
EDDA: An Encoder-Decoder Data Augmentation Framework for Zero-Shot Stance Detection (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for enhancing text or data are limited by lack of logical connections between generated texts and training data.
Approach: They propose an encoder-decoder data augmentation framework that combines large language models and chain-of-thought prompting to summarize texts into target-specific if-then rationales, establishing logical relationships.
Outcome: The proposed framework significantly improves over state-of-the-art methods on benchmark datasets while enabling interpretable rationale-based learning.
Dialectical Structured Reasoning for Explainable Multimodal Fake News Detection (2026.findings-acl)

Copied to clipboard

Challenge: Existing fake news detection models are opaque and lack deductive transparency . a framework for dialectical structured reasoning is proposed to address this limitation .
Approach: They propose a framework that model fake news detection as an explicit dialectical process over multimodal social context.
Outcome: The proposed framework achieves state-of-the-art while producing transparent explanations that mirror human reasoning process.
From Generic Empathy to Personalized Emotional Support: A Self-Evolution Framework for User Preference Alignment (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) show great potential for expressing empathy, but often deliver generic responses that fail to address users’ specific needs.
Approach: They propose a self-evolution framework to help LLMs improve their responses to better align with users’ implicit preferences concerning personality, emotional state, and specific context.
Outcome: The proposed model significantly improves the model's performance in emotional support, reducing unhelpful responses and minimizing discrepancies between user preferences and model outputs.
LLM4Decompile: Decompiling Binary Code with Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Decompilation aims to convert binary code to high-level source code, but traditional tools like Ghidra often produce results that are difficult to read and execute.
Approach: They propose an open-source LLM series trained to decompile binary code . they optimize the LLM training process and introduce the Llm4Decompile-End models .
Outcome: The proposed models outperform GPT-4o and Ghidra on the HumanEval and ExeBench benchmarks by over 100% in terms of re-executability rate.
MS-DETR: Natural Language Video Localization with Sampling Moment-Moment Interaction (2023.acl-long)

Copied to clipboard

Challenge: Natural language video localization (NLVL) aims to localize a temporal moment from an untrimmed video that semantically corresponds to a given text query.
Approach: They propose a proposal-based solution that generates proposals and selects the best matching proposal.
Outcome: The proposed solution is faster than existing approaches on three public datasets.
Beyond Hard Masks: Progressive Token Evolution for Diffusion Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing Diffusion Language Models rely on hard binary masking and discrete token assignments, which hinder the revision of early decisions.
Approach: They propose a diffusion-based language modeling approach that replaces hard binary masks with evolving soft token distributions.
Outcome: The proposed approach outperforms existing DLMs on multiple benchmarks.
From Conversation to Evaluation: Benchmarking LLMs on Development Knowledge via SimpleDevQA (2026.findings-acl)

Copied to clipboard

Challenge: Existing Dev Knowledge QA benchmarks are limited in development knowledge scope and often not built from real user queries.
Approach: They conduct preliminary analysis of real user–LLM dialogues from WildChat to investigate the importance of Dev Knowledge QA in AI-assisted software development scenarios.
Outcome: The proposed benchmark is based on real user–LLM dialogues from WildChat.
FacLens: Transferable Probe for Foreseeing Non-Factuality in Fact-Seeking Question Answering of Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing non-factuality detection methods require response generation, which incurs significant computational overhead.
Approach: They propose a lightweight model called Factuality Lens which effectively probes hidden representations of fact-seeking questions for the NFP task.
Outcome: The proposed model is able to probe hidden representations of fact-seeking questions and reduce development costs.
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.
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.
Efficient Self-Evaluation for Diffusion Language Models via Sequence Regeneration (2026.acl-long)

Copied to clipboard

Challenge: Non-sequential and bidirectional nature of diffusion large language models makes direct likelihood-based self-evaluation challenging.
Approach: They propose a self-evaluation confidence quantification method for diffusion large language models that quantifies confidence by computing the probability of regenerating tokens in the entire generated sequence, given the full context.
Outcome: The proposed method is correlated with semantic coherence and answer accuracy.
HiTRANS: A Hierarchical Transformer Network for Nested Named Entity Recognition (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing studies for named entity recognition focus on flat NER, i.e., without nested entities, by sequence labeling methods.
Approach: They propose a Hierarchical Transformer network which decomposes the input sentence into multi-grained spans and enhances the representation learning in a hierarchical manner.
Outcome: The proposed method achieves much better performance than the state-of-the-art approaches on GENIA, ACE-2004, ace-2005 and NNE datasets.
UICOMPASS: UI Map Guided Mobile Task Automation via Adaptive Action Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Mobile task automation is an emerging technology that leverages AI to automatically execute routine tasks by users’ commands on mobile devices like Android.
Approach: They propose a UI Map-guided LLM-based approach to automate mobile tasks using static analysis and LLMs.
Outcome: The proposed approach achieves a 15.87% higher task execution success rate than SOTA approaches even when only APK is available.
MMUIE: Massive Multi-Domain Universal Information Extraction for Long Documents (2026.findings-eacl)

Copied to clipboard

Challenge: Existing document-level information extraction systems operate at the sentence level or within narrow domains due to annotation constraints.
Approach: They propose a large-scale universal dataset for multi-domain, document-level information extraction from long texts.
Outcome: The proposed dataset integrates traditional knowledge bases with large language models to extract fine-grained entities, aliases, and relation triples across 34 domains.
ClinicalTrialsHub: Bridging Registries and Literature for Comprehensive Clinical Trial Access (2026.eacl-demo)

Copied to clipboard

Challenge: ClinicalTrialsHub consolidates clinical trial data from ClinicalTrial.gov and augments it by extracting and structuring trial-relevant information from PubMed.
Approach: They propose a search-focused platform that consolidates PubMed data and extracts structured trial information.
Outcome: ClinicalTrialsHub increases access to structured clinical trial data by 83.8% compared to ClinicalTrial.gov alone.
Value Compass Benchmarks: A Comprehensive, Generative and Self-Evolving Platform for LLMs’ Value Evaluation (2025.acl-demo)

Copied to clipboard

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

Copied to clipboard

Challenge: Existing studies have explored the use of entity linking (EL) in downstream tasks.
Approach: They propose a modularized entity linking toolkit for easy task adaptation.
Outcome: The proposed toolkit achieves significantly better accuracy and less time and spaceconsumption than existing methods.
FFAEval: Evaluating Dialogue System via Free-For-All Ranking (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing evaluation metrics for open-domain dialogue systems show poor correlation with human assessment.
Approach: They propose a free-for-all human evaluation framework that shares dialogue history with annotators for multi-turn scoring.
Outcome: The proposed framework achieves a strong correlation with human assessment on English and Chinese dialogue systems.
Adaptive Detoxification: Safeguarding General Capabilities of LLMs through Toxicity-Aware Knowledge Editing (2025.findings-acl)

Copied to clipboard

Challenge: Existing knowledge editing methods for large language models (LLMs) suffer from over-editing, where detoxified models reject legitimate queries, compromising overall performance.
Approach: They propose a toxicity-aware knowledge editing approach that dynamically detects toxic activation patterns during forward propagation and then routes computations through adaptive inter-layer pathways to mitigate toxicity effectively.
Outcome: The proposed method outperforms existing methods on large language models and enhances the SafeEdit benchmark.
From Quantity to Quality: Boosting LLM Performance with Self-Guided Data Selection for Instruction Tuning (2024.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have revolutionized the landscape of artificial intelligence.
Approach: They propose a self-guided method to identify and select cherry samples from open-source datasets, minimizing manual curation and potential cost for instruction tuning an LLM.
Outcome: The proposed method enables LLMs to identify discrepancies between expected responses and intrinsic generation capability, and a marked uptick in model training efficiency.
PHMOSpell: Phonological and Morphological Knowledge Guided Chinese Spelling Check (2021.acl-long)

Copied to clipboard

Challenge: False gram and phonological errors make Chinese spelling check difficult . a novel end-to-end trainable model outperforms existing methods .
Approach: They propose a trainable Chinese spelling check model that integrates phonological and visual information into a pre-trained language model.
Outcome: The proposed model outperforms existing state-of-the-art models on three benchmarks.
D-QRELO: Training- and Data-Free Delta Compression for Large Language Models via Quantization and Residual Low-Rank Approximation (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for fine-tuned large language models fail on fine-scale datasets . large data scale amplifies delta parameter magnitude, singular values, and entropy, causing compression errors.
Approach: They propose a training- and data-free delta compression method that captures dominant delta structure and compensates residual low-rank approximation to recover fine-grained details from smaller residual error.
Outcome: The proposed method outperforms existing methods on large-scale datasets on dense and MoE architectures.
ODE Transformer: An Ordinary Differential Equation-Inspired Model for Sequence Generation (2022.acl-long)

Copied to clipboard

Challenge: Residual networks are an Euler discretization of solutions to Ordinary Differential Equations (ODE).
Approach: They propose a residual block of layers in Transformer that can be described as a higher-order solution to ODE.
Outcome: The proposed architecture can gain large improvements over strong baselines at a slight cost in inference efficiency.
SweetieChat: A Strategy-Enhanced Role-playing Framework for Diverse Scenarios Handling Emotional Support Agent (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated promising potential in providing empathetic support during interactions, but their responses are often verbose or overly formulaic, failing to adequately address the diverse emotional support needs of real-world scenarios.
Approach: They propose a strategy-enhanced role-playing framework that emulates real-world interactions and a dataset that is used to develop an emotional support agent.
Outcome: The proposed framework emulates real-world interactions and promotes a broader range of dialogues and Emotional Support Agent training.
Unsupervised Deep Structured Semantic Models for Commonsense Reasoning (N19-1)

Copied to clipboard

Challenge: Existing methods for commonsense reasoning rely on human-crafted features and knowledge bases, but unsupervised learning is not feasible due to the lack of labeled training data or comprehensive knowledge bases.
Approach: They propose two unsupervised models based on the Deep Structured Semantic Models framework to tackle two commonsense reasoning tasks: Winograd Schema Challenge (WSC) and Pronoun Disambiguation (PDP).
Outcome: The proposed models capture contextual information in the sentence and co-reference information between pronouns and nouns, and achieve significant improvement over previous state-of-the-art approaches.
Continuity of Topic, Interaction, and Query: Learning to Quote in Online Conversations (2020.emnlp-main)

Copied to clipboard

Challenge: Quotations are crucial for successful explanations and persuasions in interpersonal communications.
Approach: They propose to use an encoder-decoder neural framework to continue the context with a quotation via language generation to capture latent topics, interactions with the dialogue history, and coherence to the existing contents.
Outcome: The proposed model outperforms state-of-the-art models on two large-scale datasets in English and Chinese and shows that topic, interaction, and query consistency are helpful to learn how to quote in online conversations.
Evaluating Cognitive-Behavioral Fixation via Multimodal User Viewing Patterns on Social Media (2025.emnlp-main)

Copied to clipboard

Challenge: Digital media platforms often contribute to cognitive-behavioral fixation, a phenomenon in which users exhibit sustained and repetitive engagement with narrow content domains.
Approach: They propose a multimodal topic extraction module and a cognitive-behavioral fixation quantification module that collaboratively enable adaptive, hierarchical, and interpretable assessment of user behavior.
Outcome: The proposed framework lays the groundwork for scalable computational analysis of cognitive fixation.
DRPruning: Efficient Large Language Model Pruning through Distributionally Robust Optimization (2025.acl-long)

Copied to clipboard

Challenge: Structured pruning reduces model size but often causes uneven degradation across domains, leading to biased performance.
Approach: They propose a method that dynamically adjusts the data distribution during training to restore balanced performance across heterogeneous and multi-tasking data.
Outcome: Experiments in monolingual and multilingual settings show that the proposed method surpasses similarly sized models in pruning and continued pretraining over perplexity, downstream tasks, and instruction tuning.
INFORM : Information eNtropy based multi-step reasoning FOR large language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated exceptional performance with dedicated Chain-of-Thought (CoT) prompts.
Approach: They propose a new method by introducing information entropy as a criteria on for CoT prompt selection.
Outcome: The proposed model outperforms existing models on seven reasoning benchmarks using two language models.
COSY: COunterfactual SYntax for Cross-Lingual Understanding (2021.acl-long)

Copied to clipboard

Challenge: Pre-trained multilingual language models suffer from a large performance gap between source and target languages . e.g., multilingual-BERT models are widely used in cross-lingual tasks .
Approach: They propose a language-agnostic approach to integrate universal syntax into language models . they use SYntax-aware networks and a COunterfactual training method .
Outcome: The proposed model achieves state-of-the-art performance on natural language inference and question answering without auxiliary training data.
Natural-Language Policies to Executable Decisions: An Interpretable Large Language Model Framework (2026.acl-industry)

Copied to clipboard

Challenge: a production-grade pricing system for tourism is challenging due to unstructured nature of travel orders and ever-evolving pricing policies.
Approach: They propose a production-grade pricing system with a strict decision boundary . they propose to combine structured extraction and bounded policy/path selection with interpretable condition trees .
Outcome: The proposed system processed 3,960 orders in six months and reduced the order management team from 15-20 to 3 . the system reduced the per-order handling time from 10 minutes to 2 minutes.
Text Detoxification: Data Efficiency, Semantic Preservation and Model Generalization (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for detoxification of text often rely on manually annotated data . xiangli: "detoxification of texts is a powerful way to remove toxic content"
Approach: They propose a reinforcement learning framework that optimizes detoxification and semantic preservation without annotating large amounts of data.
Outcome: The proposed method overcomes major limitations and surpasses humanannotated references across multiple benchmarks.
Translate-Train Embracing Translationese Artifacts (2022.acl-short)

Copied to clipboard

Challenge: Existing approaches to train multilingual tasks are based on translationese and translatetrain.
Approach: They propose to use translationese to mitigate the gap between the source and target languages to train the translator.
Outcome: The proposed method outperforms baselines on the multilingual QA dataset TyDiQA.
Omni-I2C: A Holistic Benchmark for High-Fidelity Image-to-Code Generation (2026.acl-long)

Copied to clipboard

Challenge: a benchmark is designed to evaluate the capability of Large Multimodal Models (LMMs) in converting complex, structured digital graphics into executable code.
Approach: They propose a benchmark to evaluate the capability of Large Multimodal Models to convert digital graphics into executable code.
Outcome: The proposed benchmark exposes the performance gap among leading LMMs . the benchmark features 1130 meticulously curated samples .
OASIS: Order-Augmented Strategy for Improved Code Search (2025.acl-long)

Copied to clipboard

Challenge: Code embeddings capture the semantic representations of code and are crucial for various code-related large language model (LLM) applications.
Approach: They propose an order-augmented strategy for improved code search that leverages order-based similarity labels to capture subtle differences in similarity among negative pairs.
Outcome: The proposed model outperforms state-of-the-art models focusing on major positive-negative differences.
ERGO: Event Relational Graph Transformer for Document-level Event Causality Identification (2022.coling-1)

Copied to clipboard

Challenge: Existing methods to identify event-event causal relations in a document are noisy and require heuristic rules or external tools.
Approach: They propose a document-level event-event causality identification framework that uses heuristic rules to design edges between events.
Outcome: The proposed framework outperforms existing state-of-the-art methods on two benchmark datasets.
MIND Your Reasoning: A Meta-Cognitive Intuitive-Reflective Network for Dual-Reasoning in Multimodal Stance Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing methods operate by learning to fuse modalities, leading to frequent misjudgments.
Approach: They propose a paradigm shift from *learning to fuse* to *learning the reason's process' inspired by the dual-process theory of human cognition, MIND operationalizes a self-improving loop.
Outcome: The proposed model significantly outperforms baseline models and exhibits strong generalization.
PRCA: Fitting Black-Box Large Language Models for Retrieval Question Answering via Pluggable Reward-Driven Contextual Adapter (2023.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) are too large to be fine-tuned with budget constraints and some are only accessible via APIs.
Approach: They propose a pluggable Reward-Driven Contextual Adapter that integrates large language models as generators and trains them to refine the retrieved information.
Outcome: The proposed method improves ReQA performance on three datasets by up to 20% compared to existing methods.
Doctor Recommendation in Online Health Forums via Expertise Learning (2022.acl-long)

Copied to clipboard

Challenge: Currently, manual doctor allocations are used to handle large volumes of queries, limiting the efficiency to help patients in sheer quantities.
Approach: They propose to use patient queries to model doctor recommendation using their profiles and past dialogues to estimate their capabilities.
Outcome: The proposed model outperforms baseline models on a Chinese online health forum, outperforming baseline models.
Discrete Argument Representation Learning for Interactive Argument Pair Identification (2021.naacl-main)

Copied to clipboard

Challenge: Existing research on monological argumentation covers claims generation, argument structure prediction, and essay scoring.
Approach: They propose to identify argument pairs from two posts with opposite stances to a certain topic.
Outcome: The proposed framework outperforms competing models on a large-scale dataset . it also proves that it is useful for analyzing argument pairs from two posts .
Rethink Rumor Detection in the Era of LLMs: A Review (2025.findings-emnlp)

Copied to clipboard

Challenge: rumor detection has been reshaped by large language models (LLMs) this paper proposes a Cognition-Interaction-Behavior (CIB) framework for rumour detection based on collective intelligence .
Approach: They propose a Cognition-Interaction-Behavior framework for rumor detection based on collective intelligence and explore synergistic relationship between LLMs and collective intelligence in rumour governance.
Outcome: The proposed framework unifies existing methods and reveals synergistic relationship between LLMs and collective intelligence in rumor governance.
Astra: Activation-Space Tail-Eigenvector Low-Rank Adaptation of Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for fine-tuning pre-trained models are limited due to suboptimal activation subspaces.
Approach: They propose a method that leverages tail eigenvectors of model output activations to construct low-rank adapters.
Outcome: The proposed method outperforms existing methods across 16 benchmarks and surpasses full fine-tuning in certain scenarios.
Self-adaptive Dataset Construction for Real-World Multimodal Safety Scenarios (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing dataset construction methods fail to cover the complexity of multimodal safety scenarios . lack of a unified evaluation metric makes them unproven .
Approach: They propose a risk-oriented image-oriented self-adaptive dataset construction method for RMS . they automatically generate an RMS dataset comprising 35,610 image–text pairs with guidance responses .
Outcome: The proposed method automatically generates an RMS dataset comprising 35,610 image–text pairs with guidance responses.
Reverse Chain: A Generic-Rule for LLMs to Master Multi-API Planning (2024.findings-naacl)

Copied to clipboard

Challenge: Existing approaches to enable large language models to implement function calling are limited in their tool-use capabilities.
Approach: They propose a controllable, target-driven approach to empower LLMs to operate external APIs only via prompts.
Outcome: The proposed approach limits LLMs to executing simple tasks, e.g., API Selection and Argument Completion.
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.
Dynamic Scaling of Unit Tests for Code Reward Modeling (2025.acl-long)

Copied to clipboard

Challenge: Existing large language models struggle to produce accurate responses on the first attempt for complex reasoning tasks like code generation.
Approach: They propose a lightweight yet effective unit test generator that scales unit tests based on problem difficulty.
Outcome: The proposed approach significantly improves performance on three benchmarks.
Not All Voices Are Rewarded Equally: Probing and Repairing Reward Models across Human Diversity (2025.findings-emnlp)

Copied to clipboard

Challenge: Using real-world datasets, we conduct the most comprehensive study to date, auditing various state-of-the-art reward models across nine sensitive attributes, including age, gender, ethnicity, etc.
Approach: They propose a method to mitigate group disparities in reward modeling by using real-world data.
Outcome: The proposed method is based on a population-based dataset with nine demographic attributes, including gender, ethnicity, age, gender, and ethnicity.
Directional Skip-Gram: Explicitly Distinguishing Left and Right Context for Word Embeddings (N18-2)

Copied to clipboard

Challenge: Existing word embedding models are limited by semantic resources, which are hard to obtain or annotate.
Approach: They propose a directional skip-gram model that explicitly distinguishes between left and right contexts in word prediction.
Outcome: The proposed model outperforms other models on different datasets in semantic and syntactic evaluations.
Nash-Pruned CredMAS: Dynamic Panel Pruning for VLM-MAS using Nash-based Selection and Doubly-Robust Credits (2026.findings-acl)

Copied to clipboard

Challenge: Multi-Agent Systems (MAS) are expensive due to static panel designs, where all N agents communicate at every T round.
Approach: They propose an economic framework that transforms agent selection into a dynamic resource allocation game.
Outcome: The proposed system reduces token consumption by over 25% on challenging benchmarks while reducing token consumption.
VIBE: Topic-Driven Temporal Adaptation for Twitter Classification (2023.emnlp-main)

Copied to clipboard

Challenge: Language features are evolving in real-world social media, resulting in deteriorating performance of text classification.
Approach: They propose a model that allows models to adapt to shifted data via latent topic evolution . they use two information bottleneck regularizers to distinguish past and future topics .
Outcome: The proposed model outperforms state-of-the-art models on Twitter on three tasks with 3% of data.
Parallel Attention Network with Sequence Matching for Video Grounding (2021.findings-acl)

Copied to clipboard

Challenge: Existing approaches to video grounding are sensitive to quality of proposals and inefficient because all proposal-query pairs are compared.
Approach: They propose a Parallel Attention Network with Sequence matching to capture selfmodal contexts and cross-modal attentive information between video and text.
Outcome: The proposed approach is superior to state-of-the-art methods on three datasets.
Multi-Modality Expansion and Retention for LLMs through Parameter Merging and Decoupling (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are a cornerstone in artificial intelligence due to their exceptional performance.
Approach: They propose a training-free approach that integrates existing MLLMs for effective multimodal expansion while retaining their original performance.
Outcome: The proposed approach can expand LLMs' multimodal capabilities while retaining original performance.
Skill Weaving: Efficient LLM Improvement via Modular Skillpacks (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) can specialize under fixed memory and inference budgets, but they struggle to achieve high performance across heterogeneous domains.
Approach: They propose a modular improvement framework that partitions full capabilities of a general-purpose model into domain-specific delta modules that reorganize and refine the model's internal knowledge.
Outcome: The proposed framework outperforms monolithic models on multi-task and agentic benchmarks and achieves up to 4 speedup.
MapNav: A Novel Memory Representation via Annotated Semantic Maps for VLM-based Vision-and-Language Navigation (2025.acl-long)

Copied to clipboard

Challenge: Vision-language navigation (VLN) is a key task in Embodied AI . traditional approaches rely on historical observations as spatio-temporal contexts for decision making .
Approach: They propose a vision-language navigation model that leverages an annotation system to replace historical frames.
Outcome: The proposed model can be used as a new memory representation method in vision-language navigation . it can be applied to simulated and real-world environments, and it is validated by experiments .
Thinking-Based Non-Thinking: Solving the Reward Hacking Problem in Training Hybrid Reasoning Models via Reinforcement Learning (2026.acl-long)

Copied to clipboard

Challenge: Existing work on large reasoning models (LRMs) focuses on using reinforcement learning (RL) to train hybrid reasoning models that automatically decide whether to engage in thinking or not based on the complexity of the query.
Approach: They propose to use reinforcement learning to train hybrid reasoning models that automatically decide whether to engage in thinking or not based on the complexity of the query.
Outcome: The proposed model reduces token usage by around 50%$ compared to DeepSeek-R1-Distill-Qwen-1.5B/7B and DeepScaleR-1.5b, while significantly improving accuracy.
Improving Long-Tail Relation Extraction with Collaborating Relation-Augmented Attention (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches to handle wrong labeling and long-tail relations are labor-intensive and scarce training data.
Approach: They propose a neural network to handle wrong labeling and long-tail relations by collaborating relation-augmented attention.
Outcome: The proposed neural network improves the state-of-the-art on the NYT dataset .
Transferable and Efficient Non-Factual Content Detection via Probe Training with Offline Consistency Checking (2024.acl-long)

Copied to clipboard

Challenge: Existing factuality detection methods are not effective for large language models (LLMs).
Approach: They propose a probing model that trains on offline consistency checking results.
Outcome: The proposed model reduces the computational burden of generating multiple responses by online consistency verification and improves on factuality detection and question answering benchmarks.
MEIT: Multimodal Electrocardiogram Instruction Tuning on Large Language Models for Report Generation (2025.findings-acl)

Copied to clipboard

Challenge: Recent studies have focused on classifying cardiac conditions using ECG data but have overlooked ECG report generation, which is time-consuming and requires clinical expertise.
Approach: They propose a Multimodal ECG Instruction Tuning framework that extends the capability of large language models (LLMs) for the task.
Outcome: The proposed framework outperforms open-source LLMs and LLM backbones across two large-scale ECG datasets.
EgoMemory: Memory-Augmented Personalized Retrieval for Long-Context Egocentric Video (2026.findings-acl)

Copied to clipboard

Challenge: Existing egocentric video datasets do not support the personalization and long-context reasoning required for episodic memory retrieval.
Approach: They propose a benchmark framework that uses MLLMs and reflective Chain-of-Thought to ground user queries in personal memory explicitly.
Outcome: The proposed framework outperforms state-of-the-art benchmarks on three benchmarks . it can be used to generate detailed target video descriptions in long-context contexts based on user-specific object annotations enriched with user-specified object annotation data .
FrontCoder: Scaling Visual Fidelity in Front-End Code Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing work on front-end code generation fails to provide visual fidelity and rendering quality for front- end developers.
Approach: They propose a three-stage pipeline to enhance front-end code generation capabilities in LLMs . they use synthetic data, quality-controlled supervised fine-tuning, and reinforcement learning .
Outcome: The proposed model achieves competitive performance with frontier models while maintaining generation efficiency.
Deciphering Rumors: A Multi-Task Learning Approach with Intent-aware Hierarchical Contrastive Learning (2024.emnlp-main)

Copied to clipboard

Challenge: Social networks are rife with noise and misleading information, presenting multifaceted challenges for rumor detection.
Approach: They propose a new multi-task learning framework that mines latent intentions and rumor semantic features . they propose to use event-level and intent-level strategies to establish cognitive anchors .
Outcome: The proposed framework improves the effectiveness of rumor detection and addresses the challenges present in the field.
Towards Generating Controllable and Solvable Geometry Problem by Leveraging Symbolic Deduction Engine (2025.acl-industry)

Copied to clipboard

Challenge: Compared to math word problems, geometry problems emphasize multi-modal formats and the translation between informal and formal languages.
Approach: They propose a symbolic deduction engine-based geometry problem generation framework that leverages a symbolic deduction engine to generate geometry problems.
Outcome: The proposed method avoids inherent biases in translating natural language into formal language and guarantees to control the generated problems in terms of knowledge points and difficulties by an elaborate checking function.
A Generation-based Deductive Method for Math Word Problems (2023.emnlp-main)

Copied to clipboard

Challenge: Existing generation methods suffer from repeated sub-expression generation and deductive methods are restricted to dealing with binary operations.
Approach: They propose a multivariate directed acyclic graph (mDAG) which generates the topological ordering of mDAg by equipping a generation model with a re-encoder to keep the deductive property but avoid the expensive enumeration of deductive methods.
Outcome: The proposed model performs well on the widely used benchmarks and solves multivariate operators on the CMWPA benchmark.
LLM-SLM Collaborative Framework of Idiomatic Expression Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for idiomatic expression generation lack parallel data and manual annotations.
Approach: They propose an iterative LLM-SLM collaborative framework that replaces human supervision for idiomatic expression data generation.
Outcome: The proposed framework outperforms DeepSeek-R1 in Chinese Idiom Polishing with a 25.2% improvement in accuracy.
Tensorized Self-Attention: Efficiently Modeling Pairwise and Global Dependencies Together (N19-1)

Copied to clipboard

Challenge: Neural networks equipped with self-attention have parallelizable computation and the ability to capture both long-range and local dependencies.
Approach: They propose a novel attention mechanism called "Multi-mask Tensorized Self-Attention" it captures pairwise and global dependencies by a compatibility function composed of dot-product and additive attentions .
Outcome: The proposed model outperforms CNN-/RNN-/attention-based models on nine NLP benchmarks with compelling memory- and time-efficiency.
Improving Knowledge Production Efficiency With Question Answering on Conversation (2023.acl-industry)

Copied to clipboard

Challenge: Existing researches on conversation-based QA focus on document-based tasks . current researche focuses on document based tasks, but there is a lack of researche on conversation based qa .
Approach: They propose a multi-span extraction model on conversation-based QA and introduce continual pre-training and multi-task learning schemes to further improve model performance.
Outcome: The proposed model outperforms baseline on two Chinese datasets and will be released for research purposes.
Cultural Bias Matters: A Cross-Cultural Benchmark Dataset and Sentiment-Enriched Model for Understanding Multimodal Metaphors (2025.acl-long)

Copied to clipboard

Challenge: Metaphors are pervasive in communication, making them crucial for natural language processing.
Approach: They propose a multicultural multimodal metaphor dataset designed for cross-cultural studies of metaphor in Chinese and English.
Outcome: The proposed model improves metaphor comprehension across cultural backgrounds and cultural domains.
To See a World in a Spark of Neuron: Disentangling Multi-Task Interference for Training-Free Model Merging (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to model merging ignore the fundamental roles of neurons, connectivity and activation.
Approach: They propose a framework that relies on neuronal mechanisms to mitigate task interference . they decomposed task-specific representations into two complementary subspaces . their results offer new insights into mitigating task interference and improving knowledge fusion .
Outcome: The proposed framework reduces task interference within neurons and improves knowledge fusion.
Subgraph-Guided Executable Logical Form Generation for Knowledge Base Question Answering (2026.findings-acl)

Copied to clipboard

Challenge: Existing retrieval-augmented approaches focus on ignoring the structural information of the Knowledge Base (KB) and the question.
Approach: They propose a structure-aware subgraph retrieval stage that ranks candidate subgraphs by aligning them with the question’s structure, along with semantic relevance.
Outcome: Experiments on GrailQA, WebQSP, and GraphQuestions show that the proposed framework achieves state-of-the-art performance.
D-NET: A Pre-Training and Fine-Tuning Framework for Improving the Generalization of Machine Reading Comprehension (D19-58)

Copied to clipboard

Challenge: MRC requires machines to understand text and answer questions about the text.
Approach: They propose a simple system Baidu submitted for MRQA 2019 Shared Task that focused on generalization of machine reading comprehension (MRC) models.
Outcome: The proposed system is ranked at top 1 of all participants in terms of averaged F1 score.
Related Knowledge Perturbation Matters: Rethinking Multiple Pieces of Knowledge Editing in Same-Subject (2025.naacl-short)

Copied to clipboard

Challenge: Existing knowledge editing methods struggle when tasked with editing multiple related knowledge pieces for the same subject.
Approach: They propose a benchmark to assess the effectiveness of knowledge editing methods . they use same-subject edits to ensure comprehensive updates to entity-centric knowledge .
Outcome: The proposed method over-relys on subject information, neglecting other critical factors, resulting in reduced editing effectiveness.
STORYTELLER: An Enhanced Plot-Planning Framework for Coherent and Cohesive Story Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for storytelling lack coherence and consistency, compromising the overall storytelling experience.
Approach: They propose a novel approach that improves the coherence and consistency of automatically generated stories by managing plot nodes and enabling dynamic interactions between different parts of the story.
Outcome: The proposed approach outperforms existing methods in 84.33% of the trials.
DVD: Dynamic Contrastive Decoding for Knowledge Amplification in Multi-Document Question Answering (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) generate information with hallucinations due to uneven retrieval quality and irrelevant contents.
Approach: They propose a decoding strategy which dynamically amplifies knowledge from selected documents during the generation phase.
Outcome: The proposed method outperforms other decoding strategies on ALCE-ASQA, NQ, TQA and PopQA benchmarks.
Hashtags, Emotions, and Comments: A Large-Scale Dataset to Understand Fine-Grained Social Emotions to Online Topics (2020.emnlp-main)

Copied to clipboard

Challenge: A large-scale dataset is collected from Chinese microblog Sina Weibo with over 13 thousand trending topics, emotion votes in 24 fine-grained types from massive participants, and user comments to allow context understanding.
Approach: They use a large-scale dataset from Chinese microblog Sina Weibo to examine readers' responses to online discussion topics.
Outcome: The proposed model outperforms the human model in predicting social emotions in a multilabel classification setting.
CCG: Rare-Label Prediction via Neural SEM–Driven Causal Game (2025.findings-emnlp)

Copied to clipboard

Challenge: Multi-label classification (MLC) faces persistent challenges from label imbalance, spurious correlations, distribution shifts, especially in rare label prediction.
Approach: They propose a Causal Cooperative Game framework that models multi-player cooperative process for multi-label classification.
Outcome: The proposed framework improves rare label prediction and overall robustness compared to baselines.
Optimizing Native Sparse Attention with Latent Attention and Local Global Alternating Strategies (2026.findings-acl)

Copied to clipboard

Challenge: Existing research has proposed a variety of training-free and post-training methods for selecting critical key-value pairs at each generation step.
Approach: They propose to use local (sliding-window) and global (compression/selective) attention across layers to enlarge long-context modeling.
Outcome: Experiments on models from 340M to 1.3B parameters show that the proposed method matches or exceeds full attention and native sparse attention in both common-sense reasoning and long-context understanding tasks.
KCL: Few-shot Named Entity Recognition with Knowledge Graph and Contrastive Learning (2024.lrec-main)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a key subtask in natural language processing but is limited to a few labeled samples.
Approach: They propose a few-shot method that harnesses the power of Knowledge Graph and Contrastive Learning to improve the prototypical semantic space learning.
Outcome: The proposed method improves the prototypical semantic space learning by using knowledge graphs and contrastive learning to learn the label semantic representation.
DREAM: Disentangling Risks to Enhance Safety Alignment in Multimodal Large Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Multimodal Large Language Models (MLLMs) pose unique safety challenges due to their integration of visual and textual data.
Approach: They propose a method to disentangle risks through step-by-step reasoning within multimodal inputs.
Outcome: The proposed approach improves safety alignment in MLLMs by fine-tuning and iterative Reinforcement Learning from AI feedback.
PARSE: An Efficient Search Method for Black-box Adversarial Text Attacks (2022.coling-1)

Copied to clipboard

Challenge: Neural networks are vulnerable to adversarial examples, i.e., under a black-box scenario.
Approach: They propose a word-level search algorithm that searches for subareas under dynamic search space following the subarea importance.
Outcome: The proposed algorithm can achieve comparable success rates to complex search methods while saving numerous queries and time.
HVGuard: Utilizing Multimodal Large Language Models for Hateful Video Detection (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for hateful video detection rely on unimodal analysis or feature fusion . Existing tools struggle to capture cross-modal interactions and reason through implicit hate in sarcasm and metaphor .
Approach: They propose a reasoning-based hateful video detection framework with multimodal large language models . they integrate Chain-of-Thought reasoning to enhance multimodal interaction modeling .
Outcome: The proposed framework outperforms existing tools on two public datasets covering English and Chinese.
GRASP: Replace Redundant Layers with Adaptive Singular Parameters for Efficient Model Compression (2025.emnlp-main)

Copied to clipboard

Challenge: Recent studies have demonstrated that many layers are functionally redundant in large language models (LLMs), enabling model compression by removing these layers to reduce inference cost.
Approach: They propose a framework that removes redundant layers to reduce inference cost by preserving sensitivity-aware singular values.
Outcome: The proposed framework outperforms existing methods in 90% of the original model under a 20% compression ratio.
Hybrid Inverted Index Is a Robust Accelerator for Dense Retrieval (2023.emnlp-main)

Copied to clipboard

Challenge: Inverted file structure is a common technique for accelerating dense retrieval, but its lossy nature degrades it.
Approach: They propose a hybrid index where embedding clusters and salient terms work collaboratively to accelerate dense retrieval.
Outcome: The proposed method achieves lossless retrieval quality with competitive efficiency across index settings.
TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios (2025.findings-acl)

Copied to clipboard

Challenge: TableLLM is a robust large language model capable of handling tabular data manipulation tasks.
Approach: They propose a distant supervision method for training which includes a reasoning process extension strategy and a cross-way validation strategy.
Outcome: The proposed model has 8 billion parameters and is capable of handling tabular data tasks.
RACC: Regret-Aware Confidence Calibration for Consistent Masked Discrete Diffusion Decoding (2026.findings-acl)

Copied to clipboard

Challenge: Masked Discrete Diffusion Models (MDMs) enable parallel generation via iterative refinement, but their current decoding paradigms are static and myopic.
Approach: They propose a Regret-Aware Confidence Calibration framework that aligns decoding decisions with the model’s latent self-correction capabilities.
Outcome: The proposed framework aligns decoding decisions with model’s latent self-correction capabilities.
LMR-BENCH: Evaluating LLM Agent’s Ability on Reproducing Language Modeling Research (2025.emnlp-main)

Copied to clipboard

Challenge: Large language model (LLM) agents have demonstrated remarkable potential in advancing scientific discovery, but their capability in reproducing code from research papers remains underexplored.
Approach: They propose to evaluate LLM agents' ability to reproduce scientific research papers by analyzing code reproduction tasks from 23 research papers published in top-tier NLP venues.
Outcome: The proposed benchmark systematically evaluates the capability of large language model (LLM) agents on code reproduction from Language Modeling Research.
Prior Relational Schema Assists Effective Contrastive Learning for Inductive Knowledge Graph Completion (2024.lrec-main)

Copied to clipboard

Challenge: Existing knowledge graphs lack robustness and incompleteness to provide link prediction.
Approach: They propose to capture prior schema-level interactions related to relations by leveraging entity type information and introduce schema-guided negatives to bolster the efficiency of normal contrastive representation learning.
Outcome: The proposed method achieves state-of-the-art performance on multiple established metrics across multiple datasets for link prediction.
DAMON: A Dialogue-Aware MCTS Framework for Jailbreaking Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for multi-turn attacks mainly utilize a predefined dialogue pattern, limiting their effectiveness in realistic situations.
Approach: They propose a multi-turn jailbreak attack method that leverages Monte Carlo Tree Search to explore multi-turned conversational spaces and identifies sub-instruction sequences that induce harmful responses.
Outcome: The proposed method can induce undesired behaviors across five LLMs and three datasets.
GUI Agents: A Survey (2025.findings-acl)

Copied to clipboard

Challenge: Large Foundation Models (LFMs) have transformed the landscape of AI research and day-to-day life.
Approach: They propose a framework that delineates GUI agents' perception, reasoning, planning, and acting capabilities.
Outcome: The proposed framework delineates their perception, reasoning, planning, and acting capabilities.
CoT-based Synthesizer: Enhancing LLM Performance through Answer Synthesis (2025.acl-long)

Copied to clipboard

Challenge: Existing inference scaling methods rely heavily on the quality of candidate responses . however, they are unable to produce correct answers when all candidates are flawed .
Approach: They propose a CoT-based inference scaling strategy that leverages CoT reasoning to synthesize superior answers by analyzing complementary information from multiple candidate responses.
Outcome: The proposed method improves performance on four benchmark datasets with seven policy models.
Debiasing Large Language Models via Adaptive Causal Prompting with Sketch-of-Thought (2026.findings-eacl)

Copied to clipboard

Challenge: Existing prompting methods for Large Language Models (LLMs) suffer from excessive token usage and limited generalisability across diverse reasoning tasks.
Approach: They propose an Adaptive Causal Prompting with Sketch-of-Thought framework that leverages structural causal models to infer the causal effect of a query on its answer.
Outcome: The proposed framework outperforms existing prompting baselines in terms of accuracy, robustness, and computational efficiency.
CoreEval: Automatically Building Contamination-Resilient Datasets with Real-World Knowledge toward Reliable LLM Evaluation (2025.acl-long)

Copied to clipboard

Challenge: Publicly available datasets can be used to evaluate performance of large language models . however, contamination of test data can artificially inflate model performance .
Approach: They propose a Contamination-resilient Evaluation strategy that updates data with real-world knowledge.
Outcome: The proposed evaluation strategy can be used to update datasets with real-world knowledge.
A Hybrid Approach to Automatic Corpus Generation for Chinese Spelling Check (D18-1)

Copied to clipboard

Challenge: Chinese spelling check (CSC) is a challenging but meaningful task that serves as a preprocessing in many natural language processing(NLP) applications.
Approach: They propose to construct Chinese spelling check corpus with automatically generated spelling errors, which are either visually or phonologically resembled characters, corresponding to OCR- and ASR-based methods. Experimental results demonstrate the effectiveness of the approach.
Outcome: The proposed method is based on visual or phonologically similar spelling errors, and is validated with respect to three standard test sets.
Incorporating Linguistic Constraints into Keyphrase Generation (P19-1)

Copied to clipboard

Challenge: Existing keyphrase generation methods generate overlapping phrases (including sub-phrases or super-phrase) Existing methods are far from satisfactory for a wide range of natural language processing tasks.
Approach: They propose a parallel Seq2Seq network with coverage attention to alleviate the overlapping phrase problem by integrating linguistic constraints of keyphrase into the basic Seq2-Sequeq network on the source side and employ the multi-task learning framework on the target side.
Outcome: The proposed method outperforms the state-of-the-art CopyRNN on scientific datasets and is also more effective in news domain.
Sentiment Interpretable Logic Tensor Network for Aspect-Term Sentiment Analysis (2022.coling-1)

Copied to clipboard

Challenge: Aspect-term sentiment analysis (ATSA) is a fine-grained task that aims to infer the sentiment towards the given aspect-terms.
Approach: They propose a novel ATSA method that is interpretable and has high accuracy . they propose SILTN, which is a neurosymbolic formalism, to improve the accuracy based on syntax knowledge distillation.
Outcome: The proposed method is interpretable because it is a neurosymbolic formalism and a computational model that supports learning and reasoning about data with a differentiable first-order logic language.
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.
Multi-Grained Knowledge Distillation for Named Entity Recognition (2021.naacl-main)

Copied to clipboard

Challenge: Pre-trained big models have delivered top performance in Seq2seq modeling, but their deployments in real-world applications are often hindered by excessive computations and memory demands.
Approach: They propose a distillation scheme to efficiently transfer knowledge from big models to their cheaper counterparts.
Outcome: The proposed scheme maximizes the assimilation of knowledge from the teacher model to the student model.
Find Your Optimal Teacher: Personalized Data Synthesis via Router-Guided Multi-Teacher Distillation (2026.acl-long)

Copied to clipboard

Challenge: Existing studies show that stronger models are not always optimal teachers, suggesting a mismatch between the teacher’s output and the student’s learning ability.
Approach: They propose a method that routes each prompt to its optimal teacher via a query-level router that jointly considers the student models’ learnability and teacher models’ response quality.
Outcome: The proposed method outperforms baselines on six benchmarks including instruct tuning and math reasoning settings.
Enhancing Dual-Encoders with Question and Answer Cross-Embeddings for Answer Retrieval (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to solve question answering (QA) problems are limited by the need for text generation and answer retrieval.
Approach: They propose to introduce QA interaction features in scoring function but at the cost of low efficiency in inference stage.
Outcome: The proposed framework significantly outperforms the state-of-the-art method on multiple answer retrieval datasets.
From Completion to Editing: Unlocking Context-Aware Code Infilling via Search-and-Replace Instruction Tuning (2026.acl-long)

Copied to clipboard

Challenge: Fill-in-the-Middle (FIM) models suffer from performance degradation and prohibitive latency.
Approach: They propose a search-and-replace infilling framework that integrates agentic verification and editing into a single-pass inference process.
Outcome: The proposed framework harmonizes completion tasks with the instruction-following priors of Chat LLMs, extending the paradigm from static infilling to dynamic context-aware editing.
RatE: Relation-Adaptive Translating Embedding for Knowledge Graph Completion (2020.coling-main)

Copied to clipboard

Challenge: Existing approaches for knowledge graph embedding have limitations in complex vector space . embeddability of one-to-many relations is not explicitly alleviated .
Approach: They propose a relation-adaptive translating embedding function that can be extended to complex vector space.
Outcome: The proposed translation function improves expressive power and alleviates embedding ambiguity problem.
Consistency Rating of Semantic Transparency: an Evaluation Method for Metaphor Competence in Idiom Understanding Tasks (2025.coling-main)

Copied to clipboard

Challenge: Idioms condense complex semantics into fixed phrases, making idiom comprehension a test of metaphor competence.
Approach: They propose a method to evaluate the metaphor competence of LLMs for the idiom understanding task: the Consistency Rating of Semantic Transparency (CR-ST).
Outcome: The proposed method assesses the difficulty of understanding idioms through two dimensions: overall semantic transparency and constituent semantic transparency, aiming to gauge LLMs’ mastery of metaphor competence.
Improving Visual-Semantic Embedding with Adaptive Pooling and Optimization Objective (2023.eacl-main)

Copied to clipboard

Challenge: Recent VSE models combine simple pooling methods with hard triplet loss to improve performance.
Approach: They propose an adaptive pooling strategy that allows the model to learn how to aggregate features through a combination of simple pooling methods.
Outcome: The proposed strategy outperforms current state-of-the-art systems on image-to-text and text-toimage retrieval.
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.
SAM Decoding: Speculative Decoding via Suffix Automaton (2025.acl-long)

Copied to clipboard

Challenge: Speculative decoding (SD) methods are inefficient and rely on single retrieval resources.
Approach: They propose a retrieval-based speculative decoding method that adapts the suffix automaton for efficient draft generation by utilizing the generating text sequence and static text corpus.
Outcome: The proposed method can find the longest suffix match and can be integrated with existing methods to generalize to broader domains.
Equal Truth: Rumor Detection with Invariant Group Fairness (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing rumor detection methods rarely consider fairness issues inherent in the model . this can lead to biased predictions across stakeholder groups, undermining their detection effectiveness .
Approach: They propose a framework to address fairness issues inherent in rumor detection models . they perform unsupervised partitioning to dynamically identify potential unfair data patterns . then, they apply invariant learning to these partitions to extract fair and informative feature representations .
Outcome: The proposed method outperforms strong baselines regarding detection and fairness performance . it also shows robust performance on out-of-distribution samples .
CodeDPO: Aligning Code Models with Self Generated and Verified Source Code (2025.acl-long)

Copied to clipboard

Challenge: Existing training methods for code generation do not improve code correctness and efficiency.
Approach: They propose a framework that integrates preference learning into code generation to improve code correctness and efficiency.
Outcome: The proposed framework improves code correctness and efficiency by integrating preference learning into code generation.
Long-range Sequence Modeling with Predictable Sparse Attention (2022.acl-long)

Copied to clipboard

Challenge: Existing approaches to capture global context dependencies in sequence modeling suffer from quadratic complexity in time and memory usage.
Approach: They propose an efficient Transformer architecture for fast long-range sequence modeling with a sparse attention matrix and a hidden state cross module.
Outcome: The proposed architecture outperforms the standard multi-head attention and its variants in various long-sequence tasks with low computational costs.
Chain of Thought Prompting Elicits Knowledge Augmentation (2023.findings-acl)

Copied to clipboard

Challenge: Existing knowledge augmentation methods require retrieving knowledge from external knowledge sources or developing a reasoner to leverage the logical rules within the external knowledge source.
Approach: They propose a Chain-of-Thought-based method that augments knowledge for deep learning by removing the need for additional knowledge retrieval or knowledge reasoning models.
Outcome: The proposed method outperforms both pure CoT-based methods and the non-augmented method across the majority of 11 publicly available benchmarks for various reasoning tasks.
Beyond the Panorama: Training-Free Hierarchical Perception-Reasoning for Fine-Grained Vision in MLLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing multimodal large language models (MLLMs) face challenges in fine-grained visual tasks.
Approach: They propose a training-free hierarchical perception-reasoning framework that enhances fine-grained visual understanding by simulating human perception mechanisms.
Outcome: The proposed framework enhances fine-grained visual understanding by simulating human perception mechanisms.
FIHA: Automated Fine-grained Hallucinations Evaluations in Large Vision Language Models with Davidson Scene Graphs (2025.findings-acl)

Copied to clipboard

Challenge: Current approaches to large vision-language models rely on costly annotations and are not comprehensive in terms of evaluating all aspects.
Approach: They propose an automated method which can access LVLMs hallucination in an LLM-free and annotation-free way and model the dependency between different types of halluciNations.
Outcome: The proposed model can model the dependency between different types of hallucinations and generate Q&A pairs on any image dataset at minimal cost.
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.
Distilling Causal Effect of Data in Continual Few-shot Relation Learning (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for learning relational patterns from data are prone to catastrophic forgetting issues due to limited number of samples and continual training mode.
Approach: They propose a unified causal framework for CFRL to restore causal effects from old data . they establish two additional causal paths from old to predictions by colliding with old data separately in the old feature space.
Outcome: The proposed method is superior to existing state-of-the-art methods in CFRL task settings.
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.
Fine-grained Entity Typing without Knowledge Base (2021.emnlp-main)

Copied to clipboard

Challenge: Existing work on fine-grained entity typing (FET) relies on knowledge bases as distant supervision, but lack of or incompleteness of KB can hinder training.
Approach: They propose a two-step framework that trains FET models without accessing any knowledge base.
Outcome: The proposed framework achieves competitive performance with respect to the models trained on the original KB-supervised datasets.
Prompt-Driven Neural Machine Translation (2022.findings-acl)

Copied to clipboard

Challenge: Neural machine translation models still face various challenges including fragility and lack of style flexibility.
Approach: They propose to incorporate prompts into neural machine translation to improve translation control and style flexibility.
Outcome: Empirical results show that the proposed method improves translation control and quality and improves human-in-the-loop translation.
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.
E3-TIR: Enhanced Experience Exploitation for Tool-Integrated Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing training paradigms for Large Language Models (LLMs) suffer from inefficient exploration and mode degradation due to a lack of prior guidance, while SFT-then-RL is limited by high data costs and capability plateaus caused by low-entropy collapse.
Approach: They propose an Enhanced Experience Exploitation paradigm that integrates expert prefixes, expert guided, and self-exploration to improve agent training.
Outcome: The proposed model achieves a 6% performance improvement over traditional paradigms on tool-use tasks while requiring less than 10% of the synthetic data.
HoLLMwood: Unleashing the Creativity of Large Language Models in Screenwriting via Role Playing (2024.findings-emnlp)

Copied to clipboard

Challenge: Generative AI has demonstrated unprecedented creativity in the field of computer vision, yet such phenomena have not been observed in the realm of literary creation.
Approach: They propose a framework for unleashing the creativity of large language models (LLMs) they assign LLMs to different roles involved in real-world scenario, they write .
Outcome: The proposed framework outperforms baselines in terms of coherence, relevance, interestingness and overall quality on automatically generated screenplays.
Transferable Direct Prompt Injection via Activation-Guided MCMC Sampling (2025.emnlp-main)

Copied to clipboard

Challenge: Experimental results show superior cross-model transferability . Prompt injection attacks are among the most critical threats .
Approach: They propose an activations-guided prompt injection attack framework to address the impracticality of existing white-box/gray-box methods and the poor transferability of black-box approaches.
Outcome: The proposed framework achieves 49.6% success rate and 34.6% improvement over human-crafted prompts on five mainstream LLMs.
Engage the Public: Poll Question Generation for Social Media Posts (2021.acl-long)

Copied to clipboard

Challenge: a novel application to generate poll questions for social media posts offers an easy way to hear the public's voice . for the silent majority, they tend to read others' messages instead of voicing their opinions with words .
Approach: They propose to encode user comments and discover latent topics therein as contexts to generate poll questions for social media posts.
Outcome: The proposed model outperforms popular models without exploiting topics from comments . human evaluations show it can generate high-quality polls useful to draw user engagements .
IDEAW: Robust Neural Audio Watermarking with Invertible Dual-Embedding (2024.emnlp-main)

Copied to clipboard

Challenge: Traditional methods for embedding watermarks into audio have low capacity and unsatisfactory imperceptibility.
Approach: They propose a dual-embedding wa- termarking model for efficient locating and a model that can withstand attacks.
Outcome: The proposed model can withstand attacks with higher capacity and more efficient locating ability compared to existing methods.
An Expert is Worth One Token: Synergizing Multiple Expert LLMs as Generalist via Expert Token Routing (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable capabilities across a wide spectrum of tasks, but performance and reliability in certain specialized domains still fall short of expectations.
Approach: They propose a unified generalist framework that facilitates seamless integration of multiple expert LLMs.
Outcome: The proposed framework outperforms existing multi-LLM collaboration paradigms across six diverse expert domains.
P2 Law: Scaling Law for Post-Training After Model Pruning (2025.acl-long)

Copied to clipboard

Challenge: Pruning has become a widely adopted technique for reducing the hardware requirements of large language models (LLMs).
Approach: They propose to use model pruning techniques to maintain high performance while reducing hardware requirements for large language models (LLMs).
Outcome: The proposed model pruning law can be generalized to larger dataset sizes, larger model sizes, and higher pruning rates, offering valuable insights for resource allocation in pruned LLMs.
MASTER: A Multi-Agent System with LLM Specialized MCTS (2025.naacl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly being explored for problem-solving tasks . their strategic planning capability is often viewed with skepticism due to their limited planning capabilities.
Approach: They propose a framework that coordinates agent recruitment and communication through LLM specialized MCTS.
Outcome: The proposed framework achieves 76% accuracy on HotpotQA and 80% on WebShop . it relies on extensive sampling simulations to approximate the true reward distribution .
Tomato, Tomahto, Tomate: Do Multilingual Language Models Understand Based on Subword-Level Semantic Concepts? (2025.findings-naacl)

Copied to clipboard

Challenge: a recent study shows that human understanding of text depends on general semantic concepts of words that are robust to their superficial forms.
Approach: They evaluate the accuracy of multilingual multilingual language models based on subword-level semantics . they form "semantic tokens" by merging semantically similar subwords and embeddings based upon the results .
Outcome: The proposed models are able to make predictions on multilingual tasks with different tokenizers and model sizes.
Profanity-Avoiding Training Framework for Seq2seq Models with Certified Robustness (2021.emnlp-main)

Copied to clipboard

Challenge: a recent study shows that inappropriate language can cause models to output profanity . authors propose a training framework to prevent such outputs from hurting the usability of models .
Approach: proposed training framework eliminates the causes that trigger the generation of profanity . authors propose a framework that leverages a short list of profans to prevent this .
Outcome: a proposed training framework can prevent models from generating profanity . the proposed framework leverages a short list of profanities examples .
A Cause-Effect Look at Alleviating Hallucination of Knowledge-grounded Dialogue Generation (2024.lrec-main)

Copied to clipboard

Challenge: Existing dialogue systems have demonstrated impressive performance conducting fluent and natural-sounding conversations, but they are plagued by the Knowledge Hallucination problem.
Approach: They propose a method that exploits the dialogue-knowledge interaction to reduce hallucination by using external knowledge resources to generate more informative responses.
Outcome: The proposed method reduces hallucination without disrupting other dialogue performance while keeping adaptive to different generation models.
Encoding Conversation Context for Neural Keyphrase Extraction from Microblog Posts (N18-1)

Copied to clipboard

Challenge: Existing keyphrase extraction methods suffer from data sparsity problem when conducted on short and informal texts.
Approach: They propose a neural keyphrase extraction framework for microblog posts that takes conversation context into account and uses four types of neural encoders to represent conversation context.
Outcome: The proposed framework outperforms state-of-the-art keyphrase extraction methods on Twitter and Weibo datasets.
Flow-Based Page Unique Semantic Mapping Architecture for Document Visual Question Answering (2026.acl-long)

Copied to clipboard

Challenge: Document Visual Question Answering (DocVQA) aims to generate answers by understanding textual, layout, and visual elements within document images.
Approach: They propose a Flow-Based Page Unique Semantic Mapping Architecture to solve the distinguishability problem among semantically similar pages.
Outcome: The proposed model outperforms existing methods in evidence localization and answer generation.

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