Papers by Lin Wu

215 papers
Tracing the Roots: A Multi-Agent Framework for Uncovering Data Lineage in Post-Training LLMs (2026.acl-long)

Copied to clipboard

Challenge: High-quality post-training data is the primary engine driving LLM capabilities . datasets are often treated as isolated artifacts, overlooking their true developmental context .
Approach: They propose a framework to reconstruct the evolutionary graph of dataset development using data lineage.
Outcome: The proposed framework characterizes domain-specific structural patterns in Math-oriented datasets and general-domain corpora.
Rethinking Data Selection at Scale: Random Selection is Almost All You Need (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing data selection techniques are designed for small data pools, a study finds . filtering data by token length is an efficient method for improving results .
Approach: They use self-scoring methods that do not rely on external help to perform fine-tuning . they also find that filtering data by token length offers a stable and efficient method .
Outcome: The proposed methods outperform random selection on large datasets on large data pools.
OmniCharacter: Towards Immersive Role-Playing Agents with Seamless Speech-Language Personality Interaction (2025.acl-long)

Copied to clipboard

Challenge: Existing methods focus on replicating dialogues in textual form, neglecting the role’s voice traits as a crucial effect in interaction, which tends to be more immersive experiences in realistic scenarios.
Approach: They propose a first seamless speech-language personality interaction model to achieve immersive RPAs with low latency.
Outcome: The proposed model exhibits role-specific personality traits and vocal traits throughout the interaction, enabling a mixture of speech and language responses.
Codec-SUPERB: An In-Depth Analysis of Sound Codec Models (2024.findings-acl)

Copied to clipboard

Challenge: Researchers have developed a sound codec that can be used as tokenizers for preserving audio data and minimizing data transmission latency.
Approach: They propose to use codec-SUPERB to assess codec models across representative sound applications and signal-level metrics rooted in sound domain knowledge.
Outcome: The proposed codec-SUPERB model is evaluated on selected experimental settings.
Masked Thought: Simply Masking Partial Reasoning Steps Can Improve Mathematical Reasoning Learning of Language Models (2024.acl-long)

Copied to clipboard

Challenge: Despite the advances in large language models, they still face difficulties with multi-step reasoning tasks.
Approach: They propose a method that randomly masks certain tokens within the chain of thought to improve model accuracy by 5% over standard supervised fine-tuning.
Outcome: The proposed method improves accuracy and accuracy by 5% over standard fine-tuning with a few codes modified.
Union-of-Experts: Neurons in Mixture-of-Experts are Secretly Routers (2026.acl-long)

Copied to clipboard

Challenge: Mixture-of-Experts (MoE) models rely on an external router to assign tokens to experts, resulting in suboptimal performance.
Approach: They propose an MoE variant that performs "expert-autonomous routing" by pre-designating a fraction of neurons within each expert as "routing neurons" they pre-train UoE models with up to 3B parameters and show they outperform traditional MoEs with matched efficiency.
Outcome: The proposed model outperforms existing models with 3B parameters and provides valuable insights into expert-autonomous selection and the broader routing mechanisms of MoE models.
Learning to Solve Domain-Specific Calculation Problems with Knowledge-Intensive Programs Generator (2025.naacl-long)

Copied to clipboard

Challenge: Domain Large Language Models (LLMs) are developed for domain-specific tasks based on general LLMs, but it still requires professional knowledge to facilitate the expertise for some domain- specific tasks.
Approach: They propose a pipeline to solve domain-specific calculation problems with KIPG . they use it to extract key variables and calculate outcomes dependent on domain knowledge .
Outcome: The proposed pipeline solves domain-specific calculation problems more effectively . it generates knowledge-intensive programs according to the domain- specific documents .
Learning In-context Learning for Named Entity Recognition (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to recognize entities in text are limited by the diversity of entity types and the lack of high-quality annotations.
Approach: They propose an in-context learning-based NER approach that can inject in-const NER ability into PLMs and recognize entities of novel types on-the-fly using only a few demonstrative instances.
Outcome: The proposed method outperforms the PLMs+fine-tuning counterparts on 4 few-shot NER datasets and significantly outperformed the Plms+initialized extractors.
LLMLingua: Compressing Prompts for Accelerated Inference of Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly lengthy and require longer prompts . this paper presents a coarse-to-fine prompt compression method to reduce cost and increase performance.
Approach: They propose a coarse-to-fine prompt compression method that maintains semantic integrity under high compression ratios and a token-level iterative compression algorithm to better model the interdependence between compressed contents.
Outcome: The proposed method yields state-of-the-art performance and allows for up to 20x compression with little performance loss over four datasets from different scenarios.
I-MCTS: Enhancing Agentic AutoML via Introspective Monte Carlo Tree Search (2026.findings-eacl)

Copied to clipboard

Challenge: Existing LLM-based agents struggle with low diversity and suboptimal code generation.
Approach: They propose an approach that iteratively expands tree nodes through an introspective process that meticulously analyzes solutions and results from parent and sibling nodes.
Outcome: The proposed approach shows a 4% improvement in performance compared to the strong open-source AutoML agents.
Personalizing Dialogue Agents via Meta-Learning (P19-1)

Copied to clipboard

Challenge: Existing personalized dialogue models use human designed persona descriptions to improve dialogue consistency.
Approach: They propose to extend Model-Agnostic Meta-Learning (MAML) to personalized dialogue learning without using persona descriptions.
Outcome: The proposed model outperforms baseline models in terms of human-evaluated fluency and consistency on a persona-chat dataset.
Cool-Fusion: Fuse Large Language Models without Training (2025.acl-long)

Copied to clipboard

Challenge: Cool-Fusion is a simple yet effective approach to combine two or more heterogeneous large language models .
Approach: They propose a method that fuses the knowledge of two or more heterogeneous large language models to leverage complementary strengths.
Outcome: The proposed method increases accuracy from three strong source LLMs on GSM8K by 17.4%.
Q-TOD: A Query-driven Task-oriented Dialogue System (2022.emnlp-main)

Copied to clipboard

Challenge: Existing pipelined task-oriented dialogue systems have difficulties adapting to unseen domains . end-to-end systems are plagued by large-scale knowledge bases in practice .
Approach: They propose a query-driven task-oriented dialogue system that extracts dialogue context information into a natural language query.
Outcome: The proposed system outperforms strong baselines and establishes a new state-of-the-art performance on three publicly available task-oriented dialogue datasets.
GMSA: Enhancing Context Compression via Group Merging and Layer Semantic Alignment (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved remarkable performance across NLP tasks . however, in long-context scenarios, they face high computational cost and information redundancy.
Approach: They propose an encoder-decoder context compression framework that generates a compact sequence of soft tokens for downstream tasks.
Outcome: Experiments show that GMSA outperforms baselines on multiple long-context question answering and summarization benchmarks while maintaining low end-to-end latency.
OpenHuEval: Evaluating Large Language Model on Hungarian Specifics (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) represent significant strides toward artificial general intelligence (AGI).
Approach: They introduce OpenHuEval, the first benchmark for LLMs focusing on the Hungarian language and specifics.
Outcome: The framework reveals intrinsic patterns and mechanisms of LLMs in non-English languages, with Hungarian serving as an example.
ChartVerse: Scaling Chart Reasoning via Reliable Programmatic Synthesis from Scratch (2026.acl-long)

Copied to clipboard

Challenge: Existing open-source vision language models lack high-quality training data for chart reasoning . current models are simplistic and repetitive, while associated QA pairs are prone to hallucinations .
Approach: They propose a framework to synthesize complex charts and reliable reasoning data from scratch.
Outcome: Experimental results show that ChartVerse-8B surpasses existing models in QA and difficulty . lack of high-quality training data hampers development of open-source models .
Uncovering Scaling Laws for Large Language Models via Inverse Problems (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have achieved remarkable success across diverse domains.
Approach: inverse problems can efficiently uncover scaling laws that guide the building of LLMs, authors argue . authors propose brute-force approaches to improve LLM training costs due to high costs .
Outcome: This paper advocates that inverse problems can efficiently uncover scaling laws that guide the building of LLMs to achieve the desirable performance with significantly better cost-effectiveness.
RepoAgent: An LLM-Powered Open-Source Framework for Repository-level Code Documentation Generation (2024.emnlp-demo)

Copied to clipboard

Challenge: Xia et al., 2018) demonstrate that a large language model can generate and maintain high-quality code documentation.
Approach: They propose a large language model powered open-source framework for generating, maintaining, and updating code documentation.
Outcome: The proposed framework generates high-quality documentation for the entire project.
ROSE: A Reward-Oriented Data Selection Framework for LLM Task-Specific Instruction Tuning (2025.findings-emnlp)

Copied to clipboard

Challenge: Prevailing methods for task-specific instruction tuning use similarity metrics to select training data . but instruction tuning loss often fails to exhibit a monotonic relationship with actual task performance .
Approach: They propose a task-specific instruction tuning method that leverages pairwise preference loss as a reward signal.
Outcome: The proposed method surpasses state-of-the-art methods for task-specific instruction tuning.
Neural Chain-of-Thought Search: Searching the Optimal Reasoning Path to Enhance Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Recent research indicates that Large Reasoning Models suffer from a strategic bottleneck at reasoning path planning.
Approach: They propose a framework that reformulates reasoning as a dynamic search for the optimal thinking strategy.
Outcome: The proposed framework improves accuracy and computational cost while reducing generation length by over 22%.
Jailbreak Open-Sourced Large Language Models via Enforced Decoding (2024.acl-long)

Copied to clipboard

Challenge: Existing studies show that Large Language Models can be misused to generate undesired content.
Approach: They propose to use large language models to manipulate the generation process to generate undesired content without heavy computations or prompt designs.
Outcome: The proposed method shows that open-sourced large language models could be misused to generate undesired content without heavy computations or prompt designs.
CrowdAgent: Multi-Agent Managed Multi-Source Annotation System (2025.emnlp-demos)

Copied to clipboard

Challenge: Recent approaches to annotate data focus on labeling, but lack holistic process control . a novel system that integrates task assignment, data annotation, and quality/cost management is needed .
Approach: They propose a multi-agent system that integrates task assignment, data annotation, and quality/cost management.
Outcome: The proposed system automates human management by using a collaborative multi-agent system.
CipherBank: Exploring the Boundary of LLM Reasoning Capabilities through Cryptography Challenge (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable capabilities, but their capabilities in cryptographic decryption tasks remain underexplored.
Approach: They propose a benchmark to evaluate the reasoning capabilities of large language models in cryptographic decryption tasks.
Outcome: The proposed benchmark examines the reasoning capabilities of large language models in cryptographic decryption tasks.
Learning Language Specific Sub-network for Multilingual Machine Translation (2021.acl-long)

Copied to clipboard

Challenge: Multilingual neural machine translation models suffer from performance degradation when learning multiple languages.
Approach: They propose to use LaSS to jointly train a single unified multilingual MT model.
Outcome: The proposed model gains on 36 language pairs by up to 1.2 BLEU and zero-shot translation with 8.3 BLUE on 30 language pairs.
A Survey on LLM-based Conversational User Simulation (2026.eacl-long)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have enabled high-fidelity generation of synthetic user conversation.
Approach: They propose a taxonomy covering user granularity and simulation objectives . they analyze core techniques and evaluation methodologies to help them understand the latest developments .
Outcome: The proposed model enables high-fidelity generation of synthetic user conversation.
Data Interpreter: An LLM Agent for Data Science (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel in various domains but face challenges when applied to data science workflows due to their complex, multi-stage nature.
Approach: They propose a hierarchical graph-based agent that represents complexity and a progressive strategy for step-by-step verification, refinement, and consistent context management.
Outcome: The proposed agent surpasses state-of-the-art baselines on the MATH dataset and performs better on InfiAgent-DABench.
Unified Structure Generation for Universal Information Extraction (2022.acl-long)

Copied to clipboard

Challenge: Information extraction suffers from its varying targets, heterogeneous structures, and demand-specific schemas.
Approach: They propose a unified text-to-structure generation framework, namely UIE, which can universally model different IE tasks, adaptively generate targeted structures, and collaboratively learn general IE abilities from different knowledge sources.
Outcome: The proposed framework can model different IE tasks, generate targeted structures, and learn general IE abilities from different knowledge sources.
Training LLMs for Divide-and-Conquer Reasoning Elevates Test-Time Scalability (2026.acl-long)

Copied to clipboard

Challenge: Large language models have demonstrated strong reasoning capabilities through step-by-step chain-of-thought (CoT) reasoning, but their strictly sequential nature constrains test-time scalability.
Approach: They propose an end-to-end reinforcement learning framework to enhance LLMs' DAC-style reasoning capacity by decomposing a problem into subproblems and solving them sequentially.
Outcome: The proposed model surpasses CoT by 8.6% and 6.3% on competition-level benchmarks and is available at the [github.com/MasterVito/DAC-RL].
DocMMIR: A Framework for Document Multi-modal Information Retrieval (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing multi-modal information retrieval models lack a comprehensive exploration of document-level retrieval . existing models suffer from the absence of cross-domain datasets at this granularity.
Approach: They propose a multi-modal document retrieval framework to unify diverse document formats and domains with a comprehensive retrieval scenario.
Outcome: The proposed framework improves document retrieval performance on a large multimodal dataset.
LEMMA: Learning from Errors for MatheMatical Advancement in LLMs (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches focus on improving the quality of correct training data, neglecting the value contained in error data, thereby hindering the model’s reflective ability.
Approach: They propose to improve LLM's reasoning ability by learning from error data and a grounded mistake augmentation method to collect representative errors.
Outcome: The proposed model achieves significant performance improvements over other strong models with less than 90k data.
Flaming-hot Initiation with Regular Execution Sampling for Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable capabilities across various domains since the release of ChatGPT . a key challenge in developing these general capabilities is efficiently sourcing diverse, high-quality data.
Approach: They introduce Flaming-hot Initiation with Regular Execution (FIRE) sampling to efficiently find good responses by promoting diversity.
Outcome: The proposed method enhances inference-time generation quality and benefits training in the alignment stage.
GRAIT: Gradient-Driven Refusal-Aware Instruction Tuning for Effective Hallucination Mitigation (2025.findings-naacl)

Copied to clipboard

Challenge: Experimental evaluations on open-ended and multiple-choice questions demonstrate GRAIT significantly outperforms existing RAIT methods in the overall performance.
Approach: They propose a framework to reduce the risk of over-refusal and reduce hallucinations by rejecting unknown questions to minimize hallucinism and ensuring correct answers are not rejected.
Outcome: The proposed framework outperforms existing methods on open-ended and multiple-choice questions.
Tailoring Diagnostic Modeling to Individual Learners: Personalized Distractor Generation via MCTS-Guided Reasoning Reconstruction (2026.acl-long)

Copied to clipboard

Challenge: Current distractor generation methods produce shared distractors for all students, ignoring individual variations in reasoning, which limits their diagnostic effectiveness.
Approach: They propose a method which tailors distractors to each student’s specific cognitive flaws, inferred from their past question-answering (QA) history.
Outcome: The proposed framework outperforms existing methods in generating plausible distractors and adapts to group-level settings.
GEM: A General Evaluation Benchmark for Multimodal Tasks (2021.findings-acl)

Copied to clipboard

Challenge: Existing datasets that focus on natural language tasks are not considered as a general evaluation benchmark for multimodal tasks.
Approach: They present a general evaluation benchmark for multimodal tasks, GEM 1 . they compare it with existing multimodal vision-language datasets .
Outcome: The proposed model is compared with existing vision-language datasets focusing on natural language tasks . it is the largest vision-linguistic dataset covering image-language tasks and video-language task at the same time .
Denoising Bottleneck with Mutual Information Maximization for Video Multimodal Fusion (2023.acl-long)

Copied to clipboard

Challenge: Prior denoising methods suppress redundant and noisy information at risk of losing critical information.
Approach: They propose a denoising bottleneck fusion model for fine-grained video multimodal fusion . they employ a bottleneck mechanism to filter out noise and redundancy with a restrained receptive field .
Outcome: The proposed model improves on state-of-the-art video multimodal fusion benchmarks.
DiVE: Decoupling Intra-layer Visual Evidence for Mitigating Hallucinations in Large Vision-Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing decoding-based approaches do not explicitly decouple visual evidence from mixed vision–language representations.
Approach: They propose to decouple visual evidence from mixed vision–language representations by dynamically identifying layers enriched with visual information and performing intra-layer decoupling to extract aggregated visual evidence.
Outcome: Experiments show that DiVE achieves state-of-the-art performance on multiple benchmarks.
Interactive Learning for LLM Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing multi-agent learning approaches foster collaboration among Large Language Models (LLMs) yet they still rely on re-executing the MAS during inference.
Approach: They propose a co-learning framework that integrates Dynamic Interaction and Perception Calibration to enhance LLMs' independent problem-solving ability.
Outcome: The proposed framework integrates Dynamic Interaction and Perception Calibration to improve LLMs' independent problem-solving ability.
MMEvol: Empowering Multimodal Large Language Models with Evol-Instruct (2025.findings-acl)

Copied to clipboard

Challenge: a new framework for image-text instruction data evolution improves MLLM performance . lack of high-quality instruction data remains a major bottleneck in ML modeling .
Approach: They propose a multimodal instruction data evolution framework that iteratively enhances data quality through fine-grained perception, cognitive reasoning, and interaction evolution.
Outcome: The proposed approach improves MLLM performance in nine vision-language tasks while using significantly less data.
AnnaAgent: Dynamic Evolution Agent System with Multi-Session Memory for Realistic Seeker Simulation (2025.findings-acl)

Copied to clipboard

Challenge: Existing models of seeker simulations are limited by the cost and ethical concerns of involving real seekers in mental health research.
Approach: They propose an emotional and cognitive dynamic agent system equipped with tertiary memory to enable dynamic control of the simulator's configurations.
Outcome: The proposed system achieves more realistic seeker simulation compared to baselines.
VDebugger: Harnessing Execution Feedback for Debugging Visual Programs (2024.findings-emnlp)

Copied to clipboard

Challenge: Visual programs are executable code generated by large language models to address visual reasoning problems.
Approach: They propose a critic-refiner framework that localizes and debugs visual programs by tracking execution step by step.
Outcome: The proposed framework detects and corrects program errors leveraging detailed execution feedback, improving interpretability and accuracy.
KCAT: A Knowledge-Constraint Typing Annotation Tool (P19-3)

Copied to clipboard

Challenge: Recent years Natural Language Processing community has seen a surge of interest in fine-grained entity typing (FET) given an entity mention (i.e. a sequence of token spans representing an entity), FET aims at uncovering its contextdependent type.
Approach: They propose an efficient Knowledge Constraint Fine-grained Entity Typing Annotation Tool which further improves the entity typing process through entity linking together with some practical functions.
Outcome: The proposed tool improves the entity typing process by linking the candidate types with some practical functions.
Instance-level Randomization: Toward More Stable LLM Evaluations (2025.findings-emnlp)

Copied to clipboard

Challenge: Evaluations of large language models suffer from instability, where small changes of random factors can lead to drastic fluctuations of scores and even model rankings.
Approach: They propose an instance-level randomization method to reduce variance and improve fairness in evaluations by randomizing all factors that affect evaluation scores for every single instance.
Outcome: The proposed method reduces variance and improves fairness in model comparisons by using instance-level randomization.
Parameter Importance is Not Static: Evolving Parameter Isolation for Supervised Fine-Tuning (2026.acl-long)

Copied to clipboard

Challenge: Recent approaches to fine-tuning of large language models suffer from task interference and catastrophic forgetting.
Approach: They propose a fine-tuning framework that adapts isolation decisions based on online estimates of parameter importance.
Outcome: The proposed framework reduces interference and forgetting while releasing outdated parameters to recover plasticity.
AgentCPM-GUI: Building Mobile-Use Agents with Reinforcement Fine-Tuning (2025.emnlp-demos)

Copied to clipboard

Challenge: Large language model agents have enabled GUI-based automation, but their deployment is limited by noisy data, poor generalization, and lack of support for non-English GUIs.
Approach: They propose an 8B-parameter GUI agent built for robust and efficient on-device GUI interaction.
Outcome: The proposed GUI agent achieves promising performance on five public benchmarks and proposed Chinese benchmark CAGUI.
T2DR: A Two-Tier Deficiency-Resistant Framework for Incomplete Multimodal Learning (2025.findings-acl)

Copied to clipboard

Challenge: Existing incomplete multimodal learning frameworks are inadequate for integrating multimodal data.
Approach: They propose a framework for incomplete multimodal learning that is deficiency-resistant and provides two modules to address fine-grained deficiencies.
Outcome: The proposed framework outperforms the SOTA models on two well-known multimodal benchmarks.
Multi-Level Knowledge Distillation for Out-of-Distribution Detection in Text (2023.acl-long)

Copied to clipboard

Challenge: Self-supervised representation learning has proved to be a valuable component for out-of-distribution (OoD) detection with only the texts of in-difference (ID) examples.
Approach: They propose a method that integrates strengths and weaknesses of both methods . they use a fine-tuned model as the teacher to teach a randomly initialized student model .
Outcome: The proposed method outperforms human evaluators in the pair-expert task on the Human ChatGPT Comparison Corpus.
Thinking Before You Speak: A Proactive Test-time Scaling Approach (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models often exhibit deficiencies with complex reasoning tasks, such as maths, due to the discrepancy between human reasoning patterns and those presented in training data.
Approach: They propose to insert insights between consecutive reasoning steps to bridge this gap by generating insights between the next reasoning steps.
Outcome: Experiments on mathematical datasets confirm the effectiveness of the proposed reasoning framework on complex problems.
Mitigating Hallucinations of Large Language Models in Medical Information Extraction via Contrastive Decoding (2024.findings-emnlp)

Copied to clipboard

Challenge: Medical Information Extraction (MIE) tasks are a fundamental component of medical NLP.
Approach: They propose an alternative adaptive constraint strategy to adjust the scale and scope of contrastive tokens.
Outcome: The proposed approach selectively enhances the identification and classification capabilities while minimizing the influence of other inherent abilities in LLMs.
Multi-Programming Language Sandbox for LLMs (2025.acl-demo)

Copied to clipboard

Challenge: MPLSandbox is an out-of-the-box multi-programming language sandbox designed to provide unified and comprehensive feedback from compiler and analysis tools for Large Language Models (LLMs).
Approach: They propose a multi-programming language sandbox that provides unified feedback from compilers and analysis tools for Large Language Models.
Outcome: The proposed multi-language sandbox can provide comprehensive feedback from compilers and analysis tools for large language models (LLMs).
RiddleSense: Reasoning about Riddle Questions Featuring Linguistic Creativity and Commonsense Knowledge (2021.findings-acl)

Copied to clipboard

Challenge: a riddle-style commonsense questions require complex commonsensense reasoning and figurative language skills . there is currently no dataset aimed at testing these abilities . authors propose a new multiple-choice question answering task .
Approach: They propose a new multiple-choice question answering task that uses a large dataset for riddlestyle commonsense questions.
Outcome: The proposed task comes with the first large dataset for answering riddlestyle commonsense questions.
Cognitive-Level Adaptive Generation via Capability-Aware Retrieval and Style Adaptation (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models struggle to adapt content to users with differing cognitive capacities, leading to cognitive misalignment.
Approach: They propose a cognitive-level alignment framework that aligns both knowledge complexity and presentation style with user cognition.
Outcome: The proposed framework aligns knowledge complexity and presentation style with user cognition.
Forest Before Trees: Latent Superposition for Efficient Visual Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Recent latent reasoning methods suffer from a bandwidth bottleneck . explicit textual rationales suffer from premature semantic collapse .
Approach: They propose a new paradigm that reformulates visual deduction via Dynamic Windowed Alignment Learning.
Outcome: The proposed paradigm achieves state-of-the-art performance among latent reasoning methods surpassing the strong baseline Monet by 5.03% on average.
GenPT: Beyond Self-Report for Reliable LLM Psychometrics via Generative Projective Testing (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) inherit contamination from training corpora, directional bias under social-desirability framing, and limited responsiveness to context beyond the item text.
Approach: They propose a paradigm that reformulates TAT, Rorschach, and SCT with newly generated stimuli and organises assessment as a three-stage pipeline.
Outcome: The proposed paradigm reformulates TAT, Rorschach, and SCT with newly generated stimuli and organises assessment as a three-stage pipeline.
TrendSim: Simulating Trending Topics in Social Media Under Poisoning Attacks with LLM-based Multi-agent System (2025.findings-naacl)

Copied to clipboard

Challenge: Trending topics bring in a new channel for poisoning attacks, resulting in negative impacts on society.
Approach: They propose an LLM-based multi-agent system to simulate trending topics in social media . they propose a time-aware interaction mechanism, centralized message dissemination, and an interactive system .
Outcome: The proposed system simulates trending topics under poisoning attacks on social media platforms.
LongCLI-Bench: A Preliminary Benchmark and Study for Long-horizon Agentic Programming in Command-Line Interfaces (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for agentic programming in long-horizon command-line interface tasks are limited by short task horizons, data contamination from GitHub scraping, and a lack of fine-grained evaluation metrics.
Approach: They propose a benchmark to evaluate agentic capabilities across long-horizon command-line interface tasks.
Outcome: The proposed benchmarks cover four engineering categories: from scratch, feature addition, bug fixing, and refactoring.
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.
Review-Instruct: A Review-Driven Multi-Turn Conversations Generation Method for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for generating multi-turn dialogue data struggle to ensure both diversity and quality in instructions.
Approach: They propose a framework that synthesizes multi-turn conversations through an iterative "Ask-Respond-Review" process involving three agent roles: a Candidate, multiple Reviewers, and a Chairman.
Outcome: The proposed framework synthesizes multi-turn conversations through an iterative "Ask-Respond-Review" process involving three agent roles: a Candidate, multiple Reviewers, and a Chairman.
Unsupervised Single Document Abstractive Summarization using Semantic Units (2022.aacl-main)

Copied to clipboard

Challenge: a lack of sufficient training pairs is a common issue in real-world applications.
Approach: They propose a framework that lets a model learn the frequency of each semantic unit in the source text.
Outcome: The proposed model outperforms other unsupervised methods under CNN/Daily Mail task.
AdapTime: Enabling Adaptive Temporal Reasoning in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for temporal reasoning are limited and apply a fixed pipeline to all questions.
Approach: They propose an adaptive temporal reasoning method that dynamically executes reasoning steps based on context and task requirements.
Outcome: Experiments on two temporal QA benchmarks show the proposed method works.
No, you’re not alone: A better way to find people with similar experiences on Reddit (D19-55)

Copied to clipboard

Challenge: a probabilistic clustering algorithm can help users find posts that discuss experiences similar to their own . a recent study shows that probabilistic Clustering can yield a better performance than baseline clustering methods .
Approach: They propose a probabilistic clustering algorithm that can help Reddit users find posts that discuss experiences similar to their own.
Outcome: The proposed algorithm can find posts that discuss experiences similar to their own . it performs better than baseline clustering methods due to high runtime overhead .
Mitigate Position Bias in LLMs via Scaling a Single Hidden States Channel (2025.findings-acl)

Copied to clipboard

Challenge: Long-context language models exhibit position bias, also known as "lost in the middle" research shows that even long-contemporary LLMs fail to utilize all context information effectively .
Approach: They propose a method to mitigate position bias by scaling positional hidden states . they propose to use a channel of hidden states to modify positional Hidden states a LCLM's positional bias .
Outcome: The proposed method can improve performance by 15.2% in a "lost in the middle" benchmark.
LongAttn: Selecting Long-context Training Data via Token-level Attention (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods to select long-context data often rely on sentence-level analysis, which can be greatly optimized in both performance and efficiency.
Approach: They propose a token-level framework which quantifies long-range dependencies for LLMs by calculating token-based dependency strength and distribution uniformity of token scores.
Outcome: The proposed framework quantifies long-range dependencies, enabling more accurate and efficient data selection.
Interpretable Short Video Rumor Detection Based on Modality Tampering (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods to detect rumors from the perspective of modality tampering are labor-intensive and time-consuming.
Approach: They propose a short video rumor detection framework that integrates modality tampering detection and inter-modal matching into a model to detect modality-tampers and interpretability mechanisms to make the results more reasonable.
Outcome: The proposed model improves on the short video rumor dataset by 4.6%-12% compared with other models and can explain whether the short clip is a rumour or not through the perspective of modality tampering.
InternLM-XComposer2.5-Reward: A Simple Yet Effective Multi-Modal Reward Model (2025.findings-acl)

Copied to clipboard

Challenge: Despite the promising performance of Large Vision Language Models, they sometimes generate incorrect outputs.
Approach: They propose a multi-modal reward model that aligns LVLMs with human preferences.
Outcome: The proposed model achieves excellent results on the latest multi-modal reward model benchmark and shows competitive performance on text-only reward model.
Image Corruption-Inspired Membership Inference Attacks against Large Vision-Language Models (2026.eacl-long)

Copied to clipboard

Challenge: Large vision-language models (LVLMs) are trained on large-scale datasets, which can pose privacy risks if training images contain sensitive information.
Approach: They propose to detect whether a target image is used to train LVLMs by using image-text pairs and single-modality content to detect image-related data.
Outcome: The proposed methods detect whether a target image is used to train the LVLM on large-scale datasets.
Zero-Shot Learners for Natural Language Understanding via a Unified Multiple Choice Perspective (2022.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to zero-shot learning are format-agnostic and can address new learning tasks without additional training.
Approach: They propose a new paradigm for zero-shot learning that is format agnostic and compatible with any format and applicable to a list of language tasks.
Outcome: The proposed model shows state-of-the-art performance on several benchmarks and produces satisfactory results on tasks such as text classification and commonsense reasoning.
Aligning Paralinguistic Understanding and Generation in Speech LLMs via Multi-Task Reinforcement Learning (2026.eacl-industry)

Copied to clipboard

Challenge: Using paralinguistic cues is challenging for speech large language models, authors say . limited training data, annotation difficulty, and models exploiting lexical shortcuts are challenges . a recent study shows that modeling paralinguistic reasoning with multitask RL improves paralinguistics understanding .
Approach: They propose multi-task reinforcement learning with chain-of-thought prompting that elicits explicit affective reasoning.
Outcome: The proposed model improves paralinguistics understanding over baselines and strong proprietary models by 8-12% on Expresso, IEMOCAP, and RAVDESS.
PLAWBENCH: A Rubric-Based Benchmark for Evaluating LLMs in Real-World Legal Practice (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks for large language models (LLMs) are coarse, single-dimensional metrics and do not explicitly assess fine-grained legal reasoning.
Approach: They propose a Practical Law Benchmark to evaluate large language models in real-world legal practice scenarios.
Outcome: The proposed model is based on 850 questions and 13 scenarios with expert-designed evaluation rubrics.
CINO: A Chinese Minority Pre-trained Language Model (2022.coling-1)

Copied to clipboard

Challenge: Existing multilingual pre-trained language models do not perform well on some low-resource languages.
Approach: They propose a multilingual pre-trained language model for Chinese minority languages . they collect documents from Wikipedia and construct two classification datasets .
Outcome: The proposed model outperforms baseline models on various classification tasks.
STELLA: A Multimodal LLM for Protein Functional Annotation via Unified Sequence-Structure Encoding (2026.findings-acl)

Copied to clipboard

Challenge: a multimodal protein language model (LLM) integrates sequence, structure, and function into functional annotation.
Approach: They propose a multimodal protein language model that synergistically aligns bimodal representations with the textual modality to advance protein functional annotation.
Outcome: The proposed model synergizes bimodal representations with the textual modality to advance protein functional annotation.
Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion (2025.acl-long)

Copied to clipboard

Challenge: In the evolving landscape of large language models, the predominant focus has been on English and Chinese.
Approach: They propose to utilize Arabic-specific vocabulary in the tokenizer to accelerate decoding.
Outcome: The proposed model achieves decent performance comparable to the best Arabic LLMs across various Arabic benchmarks.
PLATO-XL: Exploring the Large-scale Pre-training of Dialogue Generation (2022.findings-aacl)

Copied to clipboard

Challenge: Experimental results show PLATO-XL achieves state-of-the-art results across multiple conversational tasks.
Approach: They propose to train PLATO-XL models with up to 11 billion parameters, trained on Chinese and English social media conversations.
Outcome: The proposed model achieves state-of-the-art on multiple conversational tasks, verifying its potential as a foundation model of conversational AI.
MUR: Momentum Uncertainty guided Reasoning for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for optimizing reasoning quality are limited by overthinking.
Approach: They propose a method that allocates thinking budgets to critical reasoning steps by tracking and aggregating step-wise uncertainty over time.
Outcome: The proposed method reduces computation by over 45% on average while improving accuracy by 0.33–3.46%.
GAM: Hierarchical Graph-based Agentic Memory for LLM Agents (2026.acl-long)

Copied to clipboard

Challenge: Current unified stream-based memory systems facilitate context updates but remain vulnerable to interference from transient noise.
Approach: They propose a hierarchical Graph-based Agentic Memory framework that explicitly decouples memory encoding from consolidation to resolve conflict between rapid context perception and stable knowledge retention.
Outcome: The proposed framework outperforms state-of-the-art benchmarks on LoCoMo and LongDialQA.
MMTE: Corpus and Metrics for Evaluating Machine Translation Quality of Metaphorical Language (2024.emnlp-main)

Copied to clipboard

Challenge: Existing evaluation methods focus on fluency and factual reliability, while neglecting figurative quality.
Approach: They propose a set of human evaluation metrics focused on the translation of figurative language and a parallel metaphor corpus generated by post-editing.
Outcome: The proposed evaluation protocol estimates four aspects of MT: Metaphorical Equivalence, Emotion, Authenticity, and Quality.
Towards IP Intelligence: Benchmarking Large Language Models on Intellectual Property Knowledge and Practice (2026.findings-acl)

Copied to clipboard

Challenge: Existing datasets and benchmarks focus only on patents or cover limited aspects of the IP field, lacking alignment with real-world scenarios.
Approach: They propose a bilingual IP task taxonomy and a large-scale bilingual benchmark to evaluate LLMs in real-world IP practice.
Outcome: The proposed model achieves only 75.8% accuracy, indicating room for improvement . open-source IP and law-oriented models lag behind closed-source general-purpose models .
Can LLMs Hear the Dogwhistle? (2026.findings-acl)

Copied to clipboard

Challenge: Existing safety benchmarks focus on explicitly harmful content, but ignore context-dependent expressions such as dogwhistles.
Approach: They propose a benchmark for evaluating LLM safety under dogwhistle-driven prompts . their findings expose a blind spot in current safety evaluation practices .
Outcome: The proposed benchmark compared safety performance with toxic terms using dogwhistle-driven prompts.
ObfusLM: Privacy-preserving Language Model Service against Embedding Inversion Attacks (2025.acl-long)

Copied to clipboard

Challenge: Recent studies show that obfuscation techniques for MLaaS are susceptible to embedding inversion attacks (EIAs).
Approach: They propose a model obfuscation framework that protects client inputs from embedding inversion attacks by obliviously obbing models.
Outcome: The proposed framework outperforms existing works in utility by 10% with a nearly 80% resistance rate against embedding inversion attacks.
None of the Above, Less of the Right Parallel Patterns in Human and LLM Performance on Multi-Choice Questions Answering (2025.findings-acl)

Copied to clipboard

Challenge: Multiple-choice exam questions with “None of the above” (NA) options have been extensively studied in educational testing . however, their impact on Large Language Models (LLMs) evaluation remains underexplored .
Approach: They conduct systematic experiments with 28 LLMs on the MMLU benchmark to examine how NA options affect model performance and confidence calibration.
Outcome: The results highlight important implications for benchmark design and raise questions about LLMs’ ability to handle uncertainty in real-world applications.
Towards Transferable Personality Representation Learning based on Triplet Comparisons and Its Applications (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for personality analysis treat corpus as a single unit for classification, but this approach presents several challenges.
Approach: They propose a task paradigm for text-based personality representation learning that uses a triplet personality trend comparison dataset to learn single-sentence personality embeddings with desirable metric properties.
Outcome: The proposed model significantly boosts performance across various applications, including personality detection, personality retrieval, and emotion translation prediction.
Text Smoothing: Enhance Various Data Augmentation Methods on Text Classification Tasks (2022.acl-short)

Copied to clipboard

Challenge: Experimental results show text smoothing outperforms data augmentation methods by a substantial margin.
Approach: They propose to use a masked language model to convert a token to a smoothed representation by converting a sentence from its one-hot representation to 'controllable smoothes' they propose to combine text smoothing with other data augmentation methods to achieve better performance.
Outcome: The proposed method outperforms mainstream data augmentation methods by a substantial margin on different datasets in a low-resource regime.
Speech-Text Pre-training for Spoken Dialog Understanding with Explicit Cross-Modal Alignment (2023.acl-long)

Copied to clipboard

Challenge: Existing speech-text pre-training methods are limited to one or two specific tasks, despite their success in speech-language processing tasks.
Approach: They propose a temporal position prediction task to capture the speech-text alignment . they use a textual dialog pre-training task to generalize a response selection task .
Outcome: The proposed model is superior in learning speech-text alignment and multi-turn dialog context.
Decoding Time Series with LLMs: A Multi-Agent Framework for Cross-Domain Annotation (2026.findings-eacl)

Copied to clipboard

Challenge: Time series data is ubiquitous across various domains, including manufacturing, finance, and healthcare.
Approach: They propose a multi-agent system to generate general and domain-specific annotations for time series data.
Outcome: The proposed system outperforms existing methods on synthetic and real-world datasets.
Getting To Know You: User Attribute Extraction from Dialogues (2020.lrec-1)

Copied to clipboard

Challenge: a new method to extract user attributes from dialogues is needed to improve user understanding.
Approach: They propose to leverage dialogues with conversational agents to automatically extract user attributes from dialogues.
Outcome: The proposed model surpasses retrieval and generation baselines on human evaluation.
Rethinking Token Reduction for State Space Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for token reduction for SSMs lead to performance drops . a recent study shows that Mamba-2 improves the accuracy of the model by 5.7% to 13.1% .
Approach: They propose a token reduction method that integrates token importance and similarity into SSMs and takes advantage of pruning and merging.
Outcome: The proposed method improves accuracy by 5.7% to 13.1% on six benchmarks with Mamba-2 compared to existing methods while reducing computational demands and memory requirements.
BLADE: Benchmarking Language Model Agents for Data-Driven Science (2024.findings-emnlp)

Copied to clipboard

Challenge: Language model-based agents can be used to conduct and support data-driven science, but evaluating them on open-ended tasks is challenging due to multiple valid approaches, partially correct steps, and different ways to express the same decisions.
Approach: They propose a benchmark to automatically evaluate agents’ multifaceted approaches to open-ended research questions.
Outcome: BLADE evaluates agents’ multifaceted approaches to open-ended research questions using data from 12 datasets and research questions drawn from existing scientific literature.
OpenS2S: Advancing Fully Open-Source End-to-End Empathetic Large Speech Language Model (2025.emnlp-demos)

Copied to clipboard

Challenge: Empathetic speech models are increasingly closed off, leaving details about the architecture, data and development opaque to researchers.
Approach: They propose an open-source empathetic speech-to-text model with a streaming interleaved decoding architecture and a data pipeline to enable end-to end training.
Outcome: The proposed model is open-source and transparent, with no data or data required to build it.
Beyond Templates: Dynamic Adaptation of Reasoning Demonstrations via Feasibility-Aware Exploration (2026.findings-acl)

Copied to clipboard

Challenge: Existing reasoning datasets that are designed for powerful LLMs often lead to degraded performance when directly applied to weaker models.
Approach: They propose a data adaptation framework that bridges the capability gap between expert reasoning trajectories and diverse SLMs by employing a selective imitation strategy guided by step-wise adaptability estimation via solution simulation.
Outcome: The proposed framework improves generalization and data efficiency over static fine-tuning and can be applied to large models with limited model capacity.
Akan Cinematic Emotions (ACE): A Multimodal Multi-party Dataset for Emotion Recognition in Movie Dialogues (2025.findings-acl)

Copied to clipboard

Challenge: Akan Cinematic Emotions (AkaCE) is the first multimodal emotion dialogue dataset for an African language . it contains 385 emotion-labeled dialogues and 6162 utterances across audio, visual, and textual modalities, along with word-level prosodic prominence annotations.
Approach: They propose to use AkaCE to analyze African cinematic emotions using word-level prosodic prominence annotations.
Outcome: The Akan Cinematic Emotions (AkaCE) dataset addresses the significant lack of resources for low-resource languages in emotion recognition research.
A Joint Neural Model for Information Extraction with Global Features (2020.acl-main)

Copied to clipboard

Challenge: Existing joint neural models for Information Extraction use local task-specific classifiers to predict labels for individual instances.
Approach: They propose a joint neural framework that extracts the optimal IE result as a graph from an input sentence.
Outcome: The proposed model achieves new state-of-the-art on all subtasks and does not use any language-specific feature.
Select2Reason: Efficient Instruction-Tuning Data Selection for Long-CoT Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Large reasoning models exhibit human-like behaviors such as exploration, verification, reflection, and correction.
Approach: They propose a supervised fine-tuning framework for long chain-of-thoughts reasoning . they leverage a difficulty-aware reward model to estimate the learning value of questions .
Outcome: The proposed framework performs fine-tuning on large reasoning models on 10% of the data selected.
Breaking the Generator Barrier: Disentangled Representation for Generalizable AI-Text Detection (2026.acl-long)

Copied to clipboard

Challenge: a rapid proliferation of large language models (LLMs) generate text that increasingly resembles human writing . this makes it difficult to capture subtle cues that distinguish AI-generated content from human-written content .
Approach: They propose a framework that disentangles AI-detection semantics from generator-aware artifacts by latent encoding and perturbation-based regularization.
Outcome: The proposed framework disentangles AI-detection semantics from generator-aware artifacts on 20 representative LLMs across 7 categories.
Efficient and Accurate Prompt Optimization: the Benefit of Memory in Exemplar-Guided Reflection (2025.acl-long)

Copied to clipboard

Challenge: Recent work utilizes feedbacks generated from erroneous cases to guide prompt optimization . previous methods rely on computational resources and powerful GPUs .
Approach: They propose an automatic prompt engineering method that leverages feedbacks from erroneous cases to guide prompt optimization.
Outcome: The proposed method surpasses state-of-the-art methods with less steps and lower computational resources.
Beyond Silent Letters: Amplifying LLMs in Emotion Recognition with Vocal Nuances (2025.findings-naacl)

Copied to clipboard

Challenge: Recent studies have demonstrated that Large Language Models possess a form of emotional intelligence, capable of interpreting emotional stimuli in text.
Approach: They propose a method that translates speech characteristics into natural language descriptions and integrates them into LLMs to perform multimodal emotion analysis via text prompts.
Outcome: The proposed method outperforms baseline models that require structural modifications on two datasets showing significant improvements in emotion recognition accuracy.
Fortify the Shortest Stave in Attention: Enhancing Context Awareness of Large Language Models for Effective Tool Use (2024.acl-long)

Copied to clipboard

Challenge: In this paper, we demonstrate that an inherent waveform pattern in the attention allocation of large language models significantly affects their performance in tasks demanding a high degree of context awareness.
Approach: They propose a method that compensates an attention trough with an attention peak by a process to enhance the model's awareness to various contextual positions.
Outcome: The proposed method improves the performance of a 7B model on the largest tool-use benchmark, comparable to that of GPT-4.
MorphoBench: A Benchmark with Difficulty Adaptive to Model Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks designed to evaluate the reasoning capabilities of large models are limited in scope and lack flexibility to adapt difficulty according to evolving reasoning capacities of models.
Approach: They propose a benchmark that incorporates multidisciplinary questions to evaluate the reasoning capabilities of large models and can adjust and update question difficulty based on the reasoning abilities of advanced models.
Outcome: The proposed benchmark incorporates multidisciplinary questions to evaluate the reasoning capabilities of large models and can adjust and update question difficulty based on the reasoning abilities of advanced models.
CLARity: Reasoning Consistency Alone Can Teach Reinforced Experts (2026.acl-long)

Copied to clipboard

Challenge: Existing solutions to supervise the reasoning process are prohibitively expensive.
Approach: They propose a cost-effective reinforcement learning framework that enhances reasoning quality using a small, general-purpose LLM only.
Outcome: Experiments show that CLARity improves reasoning quality by 16.5% over standard outcome-based reinforcement learning (RL) human evaluations confirm substantial gains in factual correctness and reasoning coherence, leading to more trustworthy model outputs.
MARCH: Multi-Agent Radiology Clinical Hierarchy for CT Report Generation (2026.acl-short)

Copied to clipboard

Challenge: Automated 3D radiology report generation suffers from clinical hallucinations and lacks the iterative verification characteristic of clinical workflows.
Approach: They propose a multi-agent framework that emulates the professional hierarchy of radiology departments and assigns specialized roles to distinct agents.
Outcome: The proposed framework outperforms state-of-the-art models in clinical fidelity and linguistic accuracy on the RadGenome-ChestCT dataset.
On the Effectiveness of Sentence Encoding for Intent Detection Meta-Learning (2022.naacl-main)

Copied to clipboard

Challenge: Recent studies on few-shot intent detection have attempted to formulate the task as a meta-learning problem.
Approach: They propose to modify a few-shot intent detection task to produce a non-trivially strong performance without further domain-specific adaptation.
Outcome: The proposed model improves on the prototypical network variants with task-specific fine-tuning.
ChatMusician: Understanding and Generating Music Intrinsically with LLM (2024.findings-acl)

Copied to clipboard

Challenge: Despite LLMs' impressive capabilities in musical knowledge, music reasoning remains an unsolved task.
Approach: They propose an open-source large language model (LLM) that integrates intrinsic musical abilities into LLaMA2 and GPT-3.5.
Outcome: The proposed model can understand and generate music with a pure text tokenizer without external multi-modal neural structures or tokenizers.
Beyond Static Artifacts: An Evolutionary Framework for Synthetic Claim Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing claim detection benchmarks treat claims as static textual artifacts . current research ignores sociological etiology of how information naturally emerges and mutates .
Approach: They propose a socially generative framework for synthetic claim generation . they propose utterance, proposition and context-based simulations to capture truth decay .
Outcome: The proposed paradigm models claims as socially evolving entities . it allows precise simulation of truth decay and intervened propagation with multi-auditor oversight .
Automatic Scene-based Topic Channel Construction System for E-Commerce (2022.emnlp-industry)

Copied to clipboard

Challenge: Recent scene marketing has proved effective for offline shopping.
Approach: They propose a novel product form, scene-based topic channel, which consists of a list of diverse products belonging to the same usage scenario and a topic title that describes the scenario with marketing words.
Outcome: The proposed system can be automated and tested on a real-world e-commerce recommendation platform.
E2E-GMNER: End-to-End Generative Grounded Multimodal Named Entity Recognition (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches decouple textual entity recognition and visual grounding, leading to error accumulation and suboptimal joint optimization.
Approach: They propose a fully end-to-end generative framework that unifies recognition, semantic typing, visual grounding and implicit knowledge reasoning within a single multimodal large language model.
Outcome: The proposed framework achieves highly competitive performance compared with state-of-the-art methods.
A Text-Centered Shared-Private Framework via Cross-Modal Prediction for Multimodal Sentiment Analysis (2021.findings-acl)

Copied to clipboard

Challenge: Existing studies treat all three modal features equally and implicitly explore the interactions between different modalities.
Approach: They propose a text-centered shared-private framework for multimodal fusion . they propose modalities that can provide shared and private semantics .
Outcome: The proposed framework outperforms baselines on the MOSEI and MOSI datasets.
The Lessons of Developing Process Reward Models in Mathematical Reasoning (2025.findings-acl)

Copied to clipboard

Challenge: a recent study shows that process reward models can make mistakes, leading to wrong conclusions.
Approach: They propose a consensus filtering mechanism that integrates MC estimation with LLM-as-a-judge to improve model performance and data efficiency.
Outcome: The proposed model outperforms existing open-source alternatives and provides practical guidelines for future research.
Open Relation Extraction: Relational Knowledge Transfer from Supervised Data to Unsupervised Data (D19-1)

Copied to clipboard

Challenge: Existing methods to extract relational facts from open domain corpora are time-consuming and human-intensive.
Approach: They propose a framework to learn similarity metrics of relations from labeled data . they propose to transfer relational knowledge to identify novel relations in unlabeled data.
Outcome: Experiments on two real-world datasets show that the proposed framework improves compared with state-of-the-art methods.
Majority Rules Guided Aspect-Category Based Sentiment Analysis via Label Prior Knowledge (2024.lrec-main)

Copied to clipboard

Challenge: Aspect-Category based sentiment analysis is a fine-grained task to identify the sentiment polarities of pre-defined categories in text.
Approach: They propose a MAjority Rules Guided for understanding the semantic difference between text and people.
Outcome: The proposed model outperforms the state-of-the-art models on four benchmark datasets by 2.43% to 67.68% in terms of F1-score and by 1.16% to 10.22% in terms accuracy.
Audio-Reasoner: Improving Reasoning Capability in Large Audio Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in multimodal reasoning overlook the audio modality.
Approach: They propose a large-scale audio language model for deep reasoning that leverages a multitask audio dataset.
Outcome: The proposed model performs well across key benchmarks including MMAU-mini, AIR-Bench chat/foundation, and MELD.
Memory as Action: Autonomous Context Curation for Long-Horizon Agentic Tasks (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to managing working memory are based on external mechanisms that lack awareness of the agent’s reasoning state, leading to suboptimal decisions.
Approach: They propose a framework that treats working memory management as learnable policy actions and enables joint optimization of information retention and task performance through end-to-end reinforcement learning.
Outcome: The proposed framework matches models 16 larger while reducing average context length by 51%, with learned strategies that adapt to model capabilities and generalize across task complexities.
Syntactic and Semantic-driven Learning for Open Information Extraction (2020.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show that our approach significantly outperforms the supervised counterparts, and can even achieve competitive performance to supervised state-of-the-art (SoA) model.
Approach: They propose a syntactic and semantic-driven learning approach that can learn open IE models without human-labelled data by leveraging syntakic and semantic knowledge as noisier, higher-level supervision.
Outcome: The proposed approach outperforms supervised counterparts and can achieve competitive performance to supervised state-of-the-art models.
Addressing Overthinking in Large Vision-Language Models via Gated Perception-Reasoning Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Prior work has attempted to mitigate this issue by using adaptive reasoning strategies, but these methods overlook a fundamental bottleneck: visual perception failures.
Approach: They propose a meta-reasoning controller that dynamically routes computation among three decision paths at each generation step.
Outcome: The proposed method outperforms slow-thinking methods while producing shorter responses.
LongWeave: A Long-Form Generation Benchmark Bridging Real-World Relevance and Verifiability (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks for long-form generation assess real-world queries with hard-to-verify metrics or use synthetic setups that overlook real-life intricacies.
Approach: They propose a new approach that balances verifiable and real-world assessment with Target-Anchored Evaluation.
Outcome: The proposed model balances real-world and verifiable assessment with Target-Anchored Evaluation (TAE) it generates queries, textual materials, and anchors based on verifier targets within real-life scenarios .
Improving Factual Consistency of News Summarization by Contrastive Preference Optimization (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent advances in news summarization have created problems with “hallucinations” that are factually inconsistent with the source text.
Approach: They propose to disentangle LLMs’ propensities to generate faithful and fake content by adopting a probing-based specific training method to improve their capacity of distinguishing two types of propensity.
Outcome: The proposed method disentangles LLMs’ propensities to generate faithful and fake content and improves their ability to distinguish between two types of propensity.
A Strategic Coordination Framework of Small LMs Matches Large LMs in Data Synthesis (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models suffer from high computational costs and environmental inefficiency . smaller LMs are more accessible and sustainable, but their individual capabilities often fall short . a collaborative framework for small LM combines specialized roles to iterative refinement and quality control .
Approach: They propose a framework that aggregates specialized roles across small LMs to iterative refinement and quality control typically achieved by a single large LM.
Outcome: The proposed framework aggregates specialized roles across small LMs to iterative refinement and quality control typically achieved by large LM.
LLaDA 1.5: Variance-Reduced Preference Optimization for Large Language Diffusion Models (2026.acl-long)

Copied to clipboard

Challenge: Masked diffusion language models have achieved significant progress in language modeling . however, the systematic analysis and empirical validation of their alignment on general tasks remains underexplored.
Approach: They propose a framework that analyzes the bias and variance of preference optimization loss and gradient based on Direct Preference Optimization.
Outcome: The proposed model outperforms its SFT-only predecessor on general benchmarks . it consistently outperformed other strong language models and ARMs on general tasks .
Jailbreaking? One Step Is Enough! (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) excel in various tasks but remain vulnerable to jailbreak attacks, where adversaries manipulate prompts to generate harmful outputs.
Approach: They propose a Reverse Embedded Defense Attack mechanism that disguises the attack intention as the "defense" intention against harmful content.
Outcome: The proposed method outperforms existing methods on open-source and closed-source models and enables successful jailbreak in one iteration.
Towards Enhancing Relational Rules for Knowledge Graph Link Prediction (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing knowledge graph reasoning methods are inadequate for missing knowledge . Various methods are explored to facilitate reasoning for missing information .
Approach: They propose a novel knowledge graph reasoning approach that uses a query-related fusion gate unit to model the sequentiality of relation composition and a buffering update mechanism to alleviate lagged entity information propagation.
Outcome: Experimental results show that the proposed approach is superior on both transductive and inductive link prediction tasks.
From Behavioral Performance to Internal Competence: Interpreting Vision-Language Models with VLM-Lens (2025.emnlp-demos)

Copied to clipboard

Challenge: Existing vision-language models are based on exactmatch based accuracy and its derivations to evaluate performance.
Approach: They propose a toolkit that supports systematic benchmarking, analysis, and interpretation of vision-language models by extracting intermediate outputs from any layer during the forward pass of open-source VLMs.
Outcome: The proposed toolkit supports 16 state-of-the-art base VLMs and their over 30 variants and is extensible to accommodate new models without changing the core logic.
TeamFusion: Supporting Open-ended Teamwork with Multi-Agent Systems (2026.acl-long)

Copied to clipboard

Challenge: Many group decisions are open-ended, and aggregation approaches suppress minority perspectives . team members must surface hidden assumptions, discuss disagreements, negotiate acceptable trade-offs .
Approach: They propose a multi-agent system that instantiates a proxy agent for each team member . they also conduct a structured discussion to elicit agreements and disagreements .
Outcome: The proposed system outperforms direct aggregation on two teamwork tasks . it can judge how well individual views are represented in team decisions and consensually good deliverables .
Let Me Speak Freely? A Study On The Impact Of Format Restrictions On Large Language Model Performance. (2024.emnlp-industry)

Copied to clipboard

Challenge: Structured generation is used to extract key output information from large language models (LLMs).
Approach: They examine whether constraints on generation space impact LLMs’ abilities, including reasoning and domain knowledge comprehension.
Outcome: The proposed model is based on a few-shot in-context learning and instruction-following capabilities.
Rapid Diffusion: Building Domain-Specific Text-to-Image Synthesizers with Fast Inference Speed (2023.acl-industry)

Copied to clipboard

Challenge: Text-to-Image Synthesis (TIS) aims to generate images based on textual inputs . but, current diffusion-based models lack entity knowledge and low inference speed .
Approach: They propose a framework for training and deploying latent diffusion models with rich entity knowledge injected and optimized networks.
Outcome: The proposed framework improves image quality and inference speed and can be used in industrial applications.
Symbol-LLM: Towards Foundational Symbol-centric Interface For Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have limitations when it comes to comprehending and expressing world knowledge that extends beyond the boundaries of natural language.
Approach: They propose a model that integrates symbolic data into LLM training without loss of generality ability.
Outcome: The proposed model performs better on symbol- and NL-centric tasks.
From Objectives to Questions: A Planning-based Framework for Educational Mathematical Question Generation (2025.acl-long)

Copied to clipboard

Challenge: Traditional generation methods focus primarily on textual quality, but they fail to meet complex, multifaceted educational requirements.
Approach: They propose a method for automatic generating high-quality mathematical problems that align with educational objectives using a dataset of 16k mathematical questions with multi-dimensional educational objectives.
Outcome: The proposed method improves generating high-quality mathematical questions that meet multi-dimensional educational objectives.
Think before Go: Hierarchical Reasoning for Image-goal Navigation (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for image-goal navigation fail to extract informative visual cues, leading agents to wander around.
Approach: They propose a framework that decomposes image-goal navigation into high-level planning and low-level execution.
Outcome: The proposed method is superior to existing methods in both simulation and real-world environments.
CoLaDa: A Collaborative Label Denoising Framework for Cross-lingual Named Entity Recognition (2023.acl-long)

Copied to clipboard

Challenge: Existing approaches to named entity recognition (NER) are limited by the cost of labeling and labeling, especially for low-resource languages.
Approach: They propose a model-collaboration-based denoising scheme that enables models trained on different data sources to collaboratively denoise pseudo labels used by each other.
Outcome: The proposed framework achieves superior results on benchmark datasets and can generalize to distant languages.
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 .
Distance between Relevant Information Pieces Causes Bias in Long-Context LLMs (2025.findings-acl)

Copied to clipboard

Challenge: Positional biases in large language models hinder their ability to process long inputs.
Approach: They propose a benchmark to assess positional bias in large language models involving multiple pieces of relevant information.
Outcome: The proposed benchmark assesses the performance of long-context language models by examining their models with different input lengths and tasks.
Decomposed Meta-Learning for Few-Shot Named Entity Recognition (2022.findings-acl)

Copied to clipboard

Challenge: Named entity recognition systems aim at recognizing unseen entity types based on a few labeled examples.
Approach: They propose a decomposed meta-learning approach to solve few-shot span detection and few- shot entity typing problems by introducing a model-agnostic meta-loop algorithm.
Outcome: The proposed approach achieves superior performance over prior methods on benchmarks.
Prompting Large Language Models to Tackle the Full Software Development Lifecycle: A Case Study (2025.coling-main)

Copied to clipboard

Challenge: Existing benchmarks focused on simplified or isolated aspects of coding, ignoring the full spectrum of programming challenges.
Approach: They propose a case study that examines the performance of large language models across the entire software development lifecycle with four programming languages, multiple domains, and carefully designed and verified metrics for each task.
Outcome: The proposed model performs across the entire software development lifecycle, including design, environment setup, implementation, acceptance testing, and unit testing.
Vulnerability of Text-to-Image Models to Prompt Template Stealing: A Differential Evolution Approach (2025.findings-acl)

Copied to clipboard

Challenge: Prompt trading has emerged as a significant intellectual property concern in recent years, where vendors entice users by showcasing sample images before selling prompt templates that can generate similar images.
Approach: They propose a prompt-stealing benchmark consisting of 50 templates and 450 images organized into Easy and Hard difficulty levels.
Outcome: The proposed method outperforms baseline methods with an average improvement of over 10%.
Bridging the Domain Gaps in Context Representations for k-Nearest Neighbor Neural Machine Translation (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to improve k-Nearest neighbor machine translation (kNN-MT) are based on the ability to non-parametrically adapt to new domains.
Approach: They propose a method to boost the datastore retrieval of k-Nearest neighbor machine translation by reconstructing the original datastore.
Outcome: The proposed method boosts the retrieval and translation quality of k-Nearest neighbor machine translation by reconstructing the original datastore.
Retrieved Sequence Augmentation for Protein Representation Learning (2024.emnlp-main)

Copied to clipboard

Challenge: Using multiple sequence alignments (MSA) to extract evolutionary knowledge is limited.
Approach: They propose to use multiple sequence alignments to augment protein representations . they propose to employ Retrieved Sequence Augmentation to enhance protein representation learning .
Outcome: The proposed method surpasses MSA Transformer by 5% in structural and property prediction tasks while being 373 times faster.
LegalAgentBench: Evaluating LLM Agents in Legal Domain (2025.acl-long)

Copied to clipboard

Challenge: Existing general-domain benchmarks do not capture complexity of real-world judicial cognition and decision-making.
Approach: They propose a benchmark specifically designed to evaluate LLM Agents in the legal domain.
Outcome: The proposed benchmark includes 17 corpora from real-world legal scenarios and provides 37 tools for interacting with external knowledge.
Fine-grained Artificial Neurons in Audio-transformers for Disentangling Neural Auditory Encoding (2023.findings-acl)

Copied to clipboard

Challenge: Existing studies treat each transformer encoding layer as a single artificial neuron . layer-level embeddings aggregate multiple types of contextual attention captured by multiple head modules .
Approach: They propose to embed each transformer encoding layer as a single artificial neuron . they propose to couple those ANs with their biological-neuron counterparts in the human brain .
Outcome: The proposed models can be used to link representations to brain activity, the authors say . their results show that the proposed models carry meaningful neurolinguistic information .
UniMSE: Towards Unified Multimodal Sentiment Analysis and Emotion Recognition (2022.emnlp-main)

Copied to clipboard

Challenge: Existing studies study sentiment and emotion separately and do not fully exploit the complementary knowledge behind the two.
Approach: They propose a multimodal sentiment knowledge-sharing framework that unifies MSA and ERC tasks from features, labels, and models.
Outcome: The proposed framework achieves consistent improvements on four public benchmark datasets on MOSI, MOSEI, MELD, and IEMOCAP.
FanChuan: A Multilingual and Graph-Structured Benchmark For Parody Detection and Analysis (2025.findings-acl)

Copied to clipboard

Challenge: Parody is an emerging phenomenon on social media, where individuals imitate a role or position opposite to their own . limited available data and deficient diversity in current datasets hinder study of parody .
Approach: They build a dataset of parody users and annotated comments from both English and Chinese corpora to test parody detection and comment sentiment analysis.
Outcome: The proposed datasets provide richer contextual information, which is lacking in existing datasets.
HAIC: Improving Human Action Understanding and Generation with Better Captions for Multi-modal Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have shown that high-quality video captions can improve MLLMs' performance on videos involving human actions.
Approach: They propose a data annotation pipeline to collect videos featuring clear human actions from the Internet and annotate them in a standardized caption format that uses human attributes to distinguish individuals.
Outcome: The proposed pipeline combines two datasets to evaluate human action understanding.
MEBench: Benchmarking Large Language Models for Cross-Document Multi-Entity Question Answering (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) and Retrieval-augmented Generation (RAG) systems show promise, but their performance on cross-document MEQA remains underexplored due to the lack of tailored benchmarks.
Approach: They propose a scalable multi-document, multi-entity benchmark to evaluate LLMs' capacity to retrieve, consolidate, and reason over scattered and dense information.
Outcome: The proposed benchmarks show that even advanced models achieve only 59% accuracy on MEBench.
MathFusion: Enhancing Mathematical Problem-solving of LLM through Instruction Fusion (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown impressive progress in mathematical problem-solving . current approaches to enhance mathematical reasoning focus on instance-level modifications .
Approach: They propose a framework that enhances mathematical reasoning through cross-problem instruction synthesis.
Outcome: The proposed framework boosts mathematical reasoning by 18.0 points while maintaining high data efficiency.
IndoCL: Benchmarking Indonesian Language Development Assessment (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent interest has surged in applying natural language processing (NLP) and machine learning (ML) to evaluate language development in both first (L1) and second (L2) language acquisition.
Approach: They propose to use an Indonesian corpus as a benchmark for LDA tasks and to use existing large-scale language models to improve performance.
Outcome: The proposed model extracts language-independent features, relieving laborious computation and reliance on specific language.
Improving Contextual Representation with Gloss Regularized Pre-training (2022.findings-naacl)

Copied to clipboard

Challenge: Experimental results show that the gloss regularizer module enhances word semantic similarity in pre-training.
Approach: They propose an auxiliary gloss regularizer module to BERT pre-training to enhance word semantic similarity.
Outcome: The proposed model improves word similarity in word-level and sentence-level representation.
RouterEval: A Comprehensive Benchmark for Routing LLMs to Explore Model-level Scaling Up in LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: a lack of comprehensive benchmarks for Routing large language models has hindered the development of routers.
Approach: They propose a router-based benchmark to evaluate Routing large language models . the benchmark includes performance records for 12 popular LLM evaluations .
Outcome: The proposed model-level scaling up phenomenon can surpass the best single model in the pool and many existing strong LLMs.
COIG-P: A High-Quality and Large-Scale Chinese Preference Dataset for Alignment with Human Values (2026.findings-eacl)

Copied to clipboard

Challenge: Existing Chinese preference datasets suffer from limited scale, restricted domain coverage, and insufficiently rigorous data validation.
Approach: They propose an LLM-based data annotation pipeline with no human intervention to annotate Chinese preference datasets.
Outcome: The proposed pipeline outperforms existing Chinese preference datasets on AlignBench and Chinese Reward Benchmark.
RaP: Redundancy-aware Video-language Pre-training for Text-Video Retrieval (2022.findings-emnlp)

Copied to clipboard

Challenge: sparse sampling of videos suffers from inter-modal redundancy and visual redundancies . et al., 2021) proposes to sparsestly sample frames from videos to alleviate temporal redundance .
Approach: They propose to use sparse sampling to alleviate temporal redundancy in videos . they propose to penalize high-redundant video patches and text tokens .
Outcome: The proposed method improves on four benchmark datasets.
TalkLoRA: Communication-Aware Mixture of Low-Rank Adaptation for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing LoRA methods assume that experts operate independently, leading to unstable routing, expert dominance.
Approach: They propose a communication-aware MoELoRA framework that relaxes this assumption by introducing expert-level communication prior to routing.
Outcome: The proposed framework outperforms vanilla LoRA and MoELoRA on diverse language understanding tasks while maintaining expert dominance.
PCBERT: Parent and Child BERT for Chinese Few-shot NER (2022.coling-1)

Copied to clipboard

Challenge: Existing approaches to improve model performance on few-shot or zero-shot datasets are not effective for Chinese few- shot NER.
Approach: They propose a prompt-based Parent and Child BERT for Chinese few-shot NER to train an annotating model on high-resource datasets and then discover more implicit labels on low-resourced datasets.
Outcome: The proposed model can be used on Weibo and other Chinese NER datasets and it is shown to be effective in few-shot learning.
Single-/Multi-Source Cross-Lingual NER via Teacher-Student Learning on Unlabeled Data in Target Language (2020.acl-main)

Copied to clipboard

Challenge: Existing approaches to named entity recognition (NER) are limited by label projection with pairwise texts or direct model transfer.
Approach: They propose a method where NER models in the source languages are used as teachers to train a student model on unlabeled data in the target language.
Outcome: The proposed method outperforms existing state-of-the-art methods for single-source and multi-source cross-lingual NER on target languages.
BertGCN: Transductive Text Classification by Combining GNN and BERT (2021.findings-acl)

Copied to clipboard

Challenge: Text classification is a core task in natural language processing (NLP) Graph neural networks (GNNs) serve as an effective approach for transductive learning.
Approach: They propose a model that combines large scale pretraining and transductive learning for text classification.
Outcome: The proposed model achieves SOTA performance on a wide range of datasets.
Qwen2.5-xCoder: Multi-Agent Collaboration for Multilingual Code Instruction Tuning (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to train code LLMs view each programming language in isolation . experimental results show that Qwen2.5-xCoder can bridge the gap between different programming languages .
Approach: They propose a framework that allows agents to collaborate to enhance multilingual instruction tuning for code LLMs.
Outcome: Experimental results show that Qwen2.5-xCoder can transfer knowledge efficiently and effectively between languages.
Relation-aware Ensemble Learning for Knowledge Graph Embedding (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods to explore semantics of knowledge graphs have been proposed to explore these semantics in distinct ways.
Approach: They propose to leverage existing methods in relation-aware manner to learn an ensemble by leveraging existing methods.
Outcome: The proposed method has the same computation cost as general ensemble methods but with much better performance on benchmark datasets.
Multi-modal Contrastive Representation Learning for Entity Alignment (2022.coling-1)

Copied to clipboard

Challenge: Existing studies focus on how to utilize information from different modalities, but it is not trivial to leverage multi-modal knowledge in entity alignment because of the modality heterogeneity.
Approach: They propose a Multi-modal Contrastive Learning based Entity Alignment model which learns multiple individual representations from multiple modalities and performs contrastive learning to jointly model inter-modal and inter-modal interactions.
Outcome: The proposed model outperforms state-of-the-art models on public datasets under both supervised and unsupervised conditions.
Learning to Generate Structured Output with Schema Reinforcement Learning (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in large language models have facilitated the development of intelligent applications like automatic web search (Qin et al., 2023) Several methods exist for generating JSON strings from LLMs, including Prompting but often miss certain schemas.
Approach: They propose to use 40K different JSON schemas to assess models' ability to generate valid JSON outputs.
Outcome: The proposed model improves both in generating JSON outputs and downstream tasks.
SciMMIR: Benchmarking Scientific Multi-modal Information Retrieval (2024.findings-acl)

Copied to clipboard

Challenge: Multi-modal information retrieval (MMIR) is a rapidly evolving field . current benchmarks for image-text pairings overlook the scientific domain .
Approach: They develop a scientific domain-specific MMIR benchmark to evaluate image-text pairings using open-access research paper corpora.
Outcome: The proposed benchmarks are based on 530K image-text pairs extracted from scientific documents with detailed captions.
Large Language Models Badly Generalize across Option Length, Problem Types, and Irrelevant Noun Replacements (2025.emnlp-main)

Copied to clipboard

Challenge: Existing benchmarks have exposed patterns and may not truly assess generalization ability of Large Language Models (LLMs).
Approach: They propose a “Generalization Stress Test” to assess Large Language Models’ generalization ability under slight and controlled perturbations, including option length, problem types, and irrelevant noun replacements.
Outcome: The proposed test shows that LLMs exhibit severe accuracy drops and unexpected biases when faced with minor but content-preserving modifications.
MultiDx: A Multi-Source Knowledge Integration Framework towards Diagnostic Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches focus on diagnostic reasoning based on internal model knowledge or static knowledge bases.
Approach: They propose a two-stage diagnostic reasoning framework that integrates multi-perspective evidence to generate a diagnostic prediction.
Outcome: The proposed method generates suspected diagnoses and reasoning traces from web search, SOAP-formatted case, and clinical case database.
Benchmarking for Domain-Specific LLMs: A Case Study on Academia and Beyond (2025.findings-emnlp)

Copied to clipboard

Challenge: Comp-Comp is an iterative benchmarking framework grounded in the principles of comprehensiveness and compactness.
Approach: They propose a benchmark framework that incorporates the principle of comprehensiveness and compactness.
Outcome: The proposed framework is domain-agnostic and adaptable to a wide range of specialized fields.
Guiding Large Language Models for Biomedical Entity Linking via Restrictive and Contrastive Decoding (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing attempts to apply large language models to BioEL have revealed difficulties .
Approach: They propose a framework that enables large language models to adapt well to BioEL . they employ restrictive decoding to ensure the generation of valid entities .
Outcome: Extensive experiments show that the framework outperforms existing LLMs.
GAIA: A Fine-grained Multimedia Knowledge Extraction System (2020.acl-demos)

Copied to clipboard

Challenge: Open source knowledge extraction tools are used for many real-world applications, but there is no comprehensive system for KE.
Approach: They propose a multimedia knowledge extraction system that takes multimedia data from various sources and languages as input and creates a coherent, structured knowledge base.
Outcome: The system achieves top performance at the recent NIST TAC SM-KBP2019 evaluation.
MiniLongBench: The Low-cost Long Context Understanding Benchmark for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing LCU benchmarks for large language models often result in prohibitively high evaluation costs . existing benchmarks exhibit significant redundancy, which means inefficiency in evaluation .
Approach: They propose a data compression method tailored for long-text data with sparse information characteristics.
Outcome: The proposed method reduces evaluation costs to 4.5% of the long-text benchmark LongBench . the proposed method is based on a long-term LCU benchmark with sparse information characteristics .
Cascaded Head-colliding Attention (2021.acl-long)

Copied to clipboard

Challenge: Existing frameworks for natural language processing ignore interactions among different heads, which wastes the capacity of the model.
Approach: They propose a model which explicitly models interactions between attention heads through a hierarchical variational distribution.
Outcome: The proposed model outperforms the baseline model on Wikitext-103 and WMT14 EN-DE on language modeling and translation tasks.
I Need Help! Evaluating LLM’s Ability to Ask for Users’ Support: A Case Study on Text-to-SQL Generation (2024.emnlp-main)

Copied to clipboard

Challenge: a new study examines the proactive ability of large language models to seek user support . without external feedback, many LLMs struggle to recognize their need for user support.
Approach: They propose metrics to evaluate the trade-off between performance improvements and user burden . they also investigate whether LLMs can determine when to request user support .
Outcome: The proposed metrics show that without external feedback, many LLMs struggle to recognize their need for user support.
Reverse Preference Optimization for Complex Instruction Following (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for identifying and evaluating preference pairs with multiple constraints are noisy.
Approach: They propose a method that dynamically reverses constraints to ensure the chosen response is perfect.
Outcome: The proposed method reduces noise in preference pairs by reversing constraints to ensure the chosen response is perfect.
Self-Explanation Prompting Improves Dialogue Understanding in Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have achieved great success in various NLP tasks, but the vast model parameters pose challenges in downstream fine-tuning.
Approach: They propose a task-agnostic prompting strategy that analyzes each dialogue utterance before task execution to enhance LLMs' comprehension in multi-turn dialogues.
Outcome: The proposed strategy outperforms other zero-shot prompts and matches or exceeds efficacy of few-shot ones.
DICP: Deep In-Context Prompt for Event Causality Identification (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing prompt-learning-based methods concatenate in-context examples only at the input layer, limiting the model’s ability to capture abstract semantic cues necessary for identifying complex causal relationships.
Approach: They propose a model that injects in-context examples into the deeper layer of a pre-trained language model (PLM) this model leverages hierarchical semantic representations formed in deeper layers, thereby enhancing its capacity to learn high-level causal abstractions.
Outcome: The proposed model improves on two widely used datasets and shows that it can learn high-level causal abstractions.
CIA: Inferring the Communication Topology from LLM-based Multi-Agent Systems (2026.acl-long)

Copied to clipboard

Challenge: LLM-based multi-agent systems (MAS) have demonstrated remarkable capabilities in solving complex tasks.
Approach: They propose a communication inference attack that constructs new adversarial queries to induce intermediate agents’ reasoning outputs and models their semantic correlations through the global bias disentanglement and LLM-guided weak supervision.
Outcome: The proposed attack achieves an average AUC of 0.87 and a peak AUC up to 0.99, revealing the privacy risk in MAS.
Generalized Category Discovery with Large Language Models in the Loop (2024.findings-acl)

Copied to clipboard

Challenge: Generalized Category Discovery (GCD) is a crucial task that aims to recognize both known and novel categories from a set of unlabeled data.
Approach: They propose a framework that introduces Large Language Models into the training loop to generate category names without human effort.
Outcome: The proposed framework outperforms SOTA models on three benchmark datasets and generates accurate category names for the discovered clusters.
DenseLoRA: Dense Low-Rank Adaptation of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Low-rank adaptation (LoRA) is an efficient approach for adapting large language models (LLMs) but many of the weights in these matrices are redundant, leading to inefficiencies in parameter utilization.
Approach: They propose a low-rank adaptation approach that fine-tunes two low-ranked matrices and adapts them through a dense low-Rank matrix, improving parameter utilization and adaptation efficiency.
Outcome: The proposed approach achieves 83.8% accuracy with only 0.01% of trainable parameters compared to LoRA's 80.8% with 0.70% of trainability parameters on LLaMA3-8B.
Enhancing LLM Language Adaption through Cross-lingual In-Context Pre-training (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for enhancing cross-lingual transfer are limited by parallel resources and lack linguistic and domain coverage.
Approach: They propose a cross-lingual in-context pre-training approach that leverages semantically related bilingual Wikipedia documents to enhance cross-linguistic transfer.
Outcome: The proposed approach improves multilingual performance on three models across six target languages.
Fine-grained Entity Typing via Label Reasoning (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to fine-grained entity typing are based on independent classification paradigms, which make them difficult to recognize inter-dependent, long-tailed and fine-granular entities.
Approach: They propose a label reasoning network that exploits label dependencies knowledge entailed in the data.
Outcome: The proposed network can model, learn and reason complex labels in a sequence-to-set, end-to end manner.
Efficient Prompting for Continual Adaptation to Missing Modalities (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods combine various missing cases to train recovery modules or align multimodal features, resulting in suboptimal performance, high computational costs, and catastrophic forgetting.
Approach: They propose a continual multimodal missing modality task that uses prompts to learn modalities . existing methods often aggregate various missing cases to train recovery modules . authors conduct extensive experiments on three public datasets .
Outcome: The proposed method consistently outperforms state-of-the-art methods on three public datasets.
DebugBench: Evaluating Debugging Capability of Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated exceptional coding capabilities, but their debugging capabilities remain relatively unexplored.
Approach: They propose a debugging benchmark consisting of 4,253 LLMs with four major bug categories and 18 minor types in C++, Java, and Python.
Outcome: The proposed benchmark covers four major bug categories and 18 minor types in C++, Java, and Python.
Weights-Rotated Preference Optimization for Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to align large language models with high reward hacking are limited by the complexity of the parameter space and the complexity.
Approach: They propose a weights-rotated preference optimization algorithm that constrains the output layer logits with the KL divergence inherited from DPO and fine-tunes the intermediate hidden states.
Outcome: The proposed algorithm achieves a 3.27-point improvement on AlpacaEval 2 and surpasses the best baseline by 6.2 to 7.5 points on MT-Bench with merely 0.015% of the trainable parameters.
MMRA: A Benchmark for Evaluating Multi-Granularity and Multi-Image Relational Association Capabilities in Large Visual Language Models (2026.findings-eacl)

Copied to clipboard

Challenge: Current multimodal benchmarks focus on facts within individual images, but neglect associative relations among multiple images.
Approach: They propose a multi-image relational association task and a MMRA benchmark to evaluate LVLMs.
Outcome: The proposed benchmarks show that entity-level multi-image perception tasks pose greater challenges than image-level tasks.
Estimating LLM Consistency: A User Baseline vs Surrogate Metrics (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) are prone to hallucinations and sensitive to prompt perturbations, resulting in inconsistent or unreliable generated text.
Approach: They propose a logit-based ensemble method to measure LLM consistency and propose to use it to evaluate human ratings of LLM reliability.
Outcome: The proposed method matches the best-performing existing metric in estimating human ratings of LLM consistency.
An Inversion Attack Against Obfuscated Embedding Matrix in Language Model Inference (2024.emnlp-main)

Copied to clipboard

Challenge: Recent studies have explored transforming user inputs to obfuscated embedded vectors, so that the data will not be eavesdropped by service providers.
Approach: They propose to transform user inputs to obfuscated embedded vectors so that the data will not be eavesdropped by service providers.
Outcome: The proposed inversion attack can recover user input 100% from the obfuscated vectors without a solid and deliberate security design and analysis .
LLMLingua-2: Data Distillation for Efficient and Faithful Task-Agnostic Prompt Compression (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to compress prompts only leverage unidirectional context, causing suboptimal results.
Approach: They propose a task-agnostic prompt compression method that takes tokens from context . they use a Transformer encoder to capture all essential information needed for prompt compression .
Outcome: The proposed method is 3x-6x faster than existing prompt compression methods and faster than baselines.
Embracing Imperfection: Simulating Students with Diverse Cognitive Levels Using LLM-based Agents (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are becoming increasingly popular in education, enabling researchers to simulate students' learning patterns and learning patterns.
Approach: They propose a training-free framework for student simulation that takes into account student cognitive diversity and realism.
Outcome: The proposed model outperforms baseline models and achieves 100% improvement in simulation accuracy and realism.
MetaLadder: Ascending Mathematical Solution Quality via Analogical-Problem Reasoning Transfer (2025.findings-emnlp)

Copied to clipboard

Challenge: Current paradigms generate CoT and answers directly for a given problem, diverging from human problem-solving strategies to some extent.
Approach: They propose a framework that explicitly prompts LLMs to recall and reflect on meta-problems alongside their CoT solutions before addressing the target problem.
Outcome: The proposed framework outperforms standard CoT-based methods on mathematical benchmarks and significantly improves their reasoning accuracy.
Chain of Methodologies: Scaling Test Time Computation without Training (2025.findings-acl)

Copied to clipboard

Challenge: Existing prompts for complex reasoning tasks are limited to specific tasks with few-shot examples due to constraints like context length and information extraction accuracy.
Approach: They propose a method to build structured reasoning processes by injecting human insights into LLMs' training data.
Outcome: The proposed framework outperforms baselines in the analysis of large language models.
FreeAL: Towards Human-Free Active Learning in the Era of Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Modern machine learning models require a huge collection of precisely labeled data, which can be labor-intensive and time-consuming.
Approach: They propose a collaborative learning framework that interactively distills and filters the task-specific knowledge from LLMs.
Outcome: The proposed framework improves zero-shot performance on eight benchmark datasets without human supervision.
SAFO: Stable Adaptive Fairness Optimization for LLM-Based Social Survey Simulation (2026.acl-long)

Copied to clipboard

Challenge: Social survey simulations are increasingly used to improve minority performance and social-welfare metrics.
Approach: They propose a dynamic utility–fairness optimization framework for LLM-based survey simulation that explicitly targets fairness and training stability.
Outcome: The proposed framework improves minority performance and social-welfare metrics on three large-scale survey datasets from China, the U.S. and Europe.
MAPLE: Enhancing Review Generation with Multi-Aspect Prompt LEarning in Explainable Recommendation (2025.acl-long)

Copied to clipboard

Challenge: Existing models that generate generic aspects do not provide personalized informative recommendations.
Approach: They propose a model that integrates aspect category as another input dimension to facilitate memorizing fine-grained aspect terms.
Outcome: The proposed model outperforms baseline model on restaurant review datasets in the restaurant domain.
InSerter: Speech Instruction Following with Unsupervised Interleaved Pre-training (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in speech large language models exhibit suboptimal performance in adhering to speech instructions.
Approach: They propose a method to pre-train large-scale unsupervised speech-text sequences . they use text-to-speech conversion to generate textual continuations corresponding to provided speech segments .
Outcome: The proposed model achieves superior or competitive results across diverse speech processing tasks.
Look Both Ways and No Sink: Converting LLMs into Text Encoders without Training (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for converting large language models into powerful text encoders require extensive training on large datasets.
Approach: They propose a training-free approach that enables bidirectional attention and suppresses the attention sink phenomenon, resulting in superior performance.
Outcome: The proposed approach enables bidirectional attention and suppresses the attention sink phenomenon, resulting in superior performance.
SLUE Phase-2: A Benchmark Suite of Diverse Spoken Language Understanding Tasks (2023.acl-long)

Copied to clipboard

Challenge: Spoken language understanding (SLU) tasks have received little attention and resources compared to lower-level tasks like speech and speaker recognition.
Approach: They propose annotated SLU benchmark tasks based on freely available speech data to complement existing benchmarks and address gaps in the evaluation landscape.
Outcome: The proposed benchmarks complement existing benchmarks and address gaps in the evaluation landscape.
Learning Dynamic Context Augmentation for Global Entity Linking (D19-1)

Copied to clipboard

Challenge: Existing collective entity linking methods are expensive and often lack local context information.
Approach: They propose a dynamic context-augmented inference model that can be used to make collective inference.
Outcome: The proposed model can cope with different local EL models with different learning settings, base models, decision orders and attention mechanisms.
GraphLoRA: Structure-Aware Low-Rank Adaptation for Large Language Model Recommendation (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for translating collaborative information into textual prompts or injecting pre-trained embeddings into the LLM treat structural information as static input and fail to capture high-order relational dependencies.
Approach: They propose a framework that generalizes low-rank adaptation from independent to structure-aware propagation by embedding a trainable graph message-passing network within the low-ranked adaptation pathway.
Outcome: Experiments on multiple benchmarks show that GraphLoRA outperforms state-of-the-art recommendation methods and achieves superior generalization.
BeamLoRA: Beam-Constraint Low-Rank Adaptation (2025.acl-long)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) is one of the most efficient parameter-efficient fine-tuning methods.
Approach: They propose to conceptualize each LoRA module as a beam where each rank corresponds to a potential sub-solution.
Outcome: The proposed method improves performance on three base models and 12 datasets.
Explainable and Sparse Representations of Academic Articles for Knowledge Exploration (2020.coling-main)

Copied to clipboard

Challenge: a system for summarizing academic articles by concept tagging has shown great coverage and high accuracy of concept identification.
Approach: They propose to transform tagged concepts into sparse vectors as representations of academic documents.
Outcome: The proposed system can be applied to a broader class of applications.
COIG-CQIA: Quality is All You Need for Chinese Instruction Fine-tuning (2025.findings-naacl)

Copied to clipboard

Challenge: Existing datasets for Chinese instruction tuning are not well-aligned with Chinese users’ interaction patterns.
Approach: They propose to use Chinese instruction tuning datasets to improve instruction fine-tuning for Chinese users.
Outcome: The proposed dataset shows that Chinese models achieve competitive performance in diverse benchmarks.
TeachMaster: Generative Teaching via Code (2026.acl-industry)

Copied to clipboard

Challenge: Existing methods for creating video content are limited by high costs and slow update cycles.
Approach: They propose a paradigm shifting educators from manual creators to high-level directors who focus on pedagogical intents while agents handle execution.
Outcome: The proposed framework reduces production costs to 0.3% of traditional course videos and provides a robust solution for scalable education.
𝜙-Decoding: Adaptive Foresight Sampling for Balanced Inference-Time Exploration and Exploitation (2025.acl-long)

Copied to clipboard

Challenge: Existing inference-time optimization strategies address the shortsightedness of auto-regressive generation, but the vast search space leads to excessive exploration and insufficient exploitation.
Approach: They propose a decoding strategy that approximates two distributions via foresight and clustering to provide an efficient estimation of step value.
Outcome: The proposed decoding strategy outperforms strong baselines in performance and efficiency.
Layer-Aware Task Arithmetic: Disentangling Task-Specific and Instruction-Following Knowledge (2025.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) demonstrate strong task-specific capabilities through fine-tuning, but merging multiple fine- tuned models often leads to degraded performance due to overlapping instruction-following components.
Approach: They propose a layer-wise approach that assigns layer-specific weights to task vectors based on their alignment with instruction-following or task-specific components.
Outcome: The proposed approach outperforms existing methods in learning and forgetting tasks while preserving overall model utility.
Biomedical Entity Linking as Multiple Choice Question Answering (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for biomedical entity linking are discriminative and disambiguative . Existing models for bioMEDical entity linking use a BERT-based encoder to encode mentions and entities into the same embedding space and dissociate mentions by nearest neighbors.
Approach: They propose a model that treats biomedical entity linking as Multiple Choice Question Answering.
Outcome: The proposed model outperforms state-of-the-art models on several datasets.
Golden Touchstone: A Comprehensive Bilingual Benchmark for Evaluating Financial Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing financial benchmarks suffer from limited language and task coverage, low-quality datasets, and inadequate adaptability for LLM evaluation.
Approach: They propose a bilingual benchmark for financial LLMs that assesses models’ language understanding and generation capabilities.
Outcome: The proposed bilingual benchmark assesses models’ language understanding and generation capabilities.
Thinking Beyond the Local: Multi-View Instructed Adaptive Reasoning in KG-Enhanced LLMs (2026.findings-eacl)

Copied to clipboard

Challenge: Existing methods for large language models adopt query-driven iterative reasoning from a local perspective, limiting efficiency and accuracy for complex multi-hop tasks.
Approach: They propose a multi-view instructed adaptive reasoning of LLM on Knowledge Graphs that allows LLMs to plan, evaluate, and adapt reasoning paths from a global perspective.
Outcome: The proposed model overcomes the limitations of local exploration by enabling LLMs to plan, evaluate, and adapt reasoning paths from a global perspective.
LIME: Less Is More for MLLM Evaluation (2025.findings-acl)

Copied to clipboard

Challenge: Existing MLLM benchmarks and unified evaluation frameworks cannot accurately and efficiently reflect the ability of MLMLs.
Approach: They propose a semi-automated benchmark curated using a pipeline that filters out uninformative samples and eliminates answer leakage by focusing on tasks that require image-based understanding.
Outcome: The proposed benchmark reduces the number of samples by 76% and evaluation time by 77% while it can more effectively distinguish different models’ abilities.
A Survey on Foundation Language Models for Single-cell Biology (2025.acl-long)

Copied to clipboard

Challenge: Existing single-cell foundation language models are based on pre-trained and large language models.
Approach: They review the development of single-cell foundation language models . they discuss data tokenization strategies and pre-training paradigms .
Outcome: The proposed models have shown remarkable performance in a variety of single-cell data analysis tasks.
Pseudo-label Data Construction Method and Syntax-enhanced Model for Chinese Semantic Error Recognition (2025.coling-main)

Copied to clipboard

Challenge: Existing research on Chinese text error recognition has focused on pre-trained models, but training them from scratch is time-consuming and laborious.
Approach: They propose a method for Chinese Semantic Error Recognition that generates pseudo-labels for augmented samples based on perplexity and model respectively.
Outcome: The proposed method surpasses existing models in Chinese text error recognition due to Chinese semantics' complexity.
A.S.E: A Repository-Level Benchmark for Evaluating Security in AI-Generated Code (2026.findings-acl)

Copied to clipboard

Challenge: Existing security evaluation benchmarks lack relevance to real-world AI programming tasks . current LLMs struggle with secure coding, research shows .
Approach: They propose a repository-level evaluation benchmark to assess security of AI-generated code.
Outcome: The proposed framework mirrors real-world AI programming tasks and offers valuable insights into the state of AI code generation.
Controlling Sequence-to-Sequence Models - A Demonstration on Neural-based Acrostic Generator (D19-3)

Copied to clipboard

Challenge: acrostic is a form of writing that the first token of each line forms a meaningful sequence.
Approach: They propose a generalized acrostic generation system that can hide certain messages in a flexible pattern specified by the users.
Outcome: The proposed system can hide certain messages in a flexible pattern specified by the users.
Dolphin: Document Image Parsing via Heterogeneous Anchor Prompting (2025.findings-acl)

Copied to clipboard

Challenge: Current document image parsing solutions rely on specialized models or generate content autoregressively.
Approach: They propose a multimodal document image parsing model that integrates specialized models with autogeneous content generation.
Outcome: The proposed model achieves state-of-the-art performance across diverse page-level and element-level settings while ensuring superior efficiency.
Multi-perspective Improvement of Knowledge Graph Completion with Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Knowledge graph completion (KGC) is a widely used method to tackle incompleteness in knowledge graphs (KGs).
Approach: They propose a general framework to compensate for the deficiency of contextualized knowledge by querying large language models from various perspectives.
Outcome: The proposed framework improves knowledge graph completion (KGC) by querying large language models from various perspectives.
Ambiguous Learning from Retrieval: Towards Zero-shot Semantic Parsing (2023.acl-long)

Copied to clipboard

Challenge: Existing neural semantic parsers require a large amount of training data which is expensive and difficult to obtain.
Approach: They propose a framework for a supervised retrieval system based on pretrained language models . they propose ambiguous supervision to improve the precision and coverage of the task .
Outcome: The proposed approach outperforms state-of-the-art zero-shot parsing methods in ambiguous supervision.
From Experience to Skill: Multi-Agent Generative Engine Optimization via Reusable Strategy Learning (2026.findings-acl)

Copied to clipboard

Challenge: Generative engines (GEs) are replacing ranked links with citation-grounded answers . current methods are unable to accumulate or transfer effective strategies across tasks and engines .
Approach: They propose a multi-agent framework where planning, editing, and fidelity-aware evaluation serve as the execution layer.
Outcome: The proposed framework outperforms heuristic baselines in visibility and citation fidelity on three mainstream engines.
Position Paper: Data-Centric AI in the Age of Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: a paper proposes a data-centric perspective of AI research, focusing on large language models.
Approach: They propose a data-centric viewpoint of AI research, focusing on large language models . they propose four scenarios centered around data, including data curation, attribution, knowledge transfer .
Outcome: The proposed research focuses on large language models with data centric benchmarks . the proposed benchmarks can be used to develop new data curation methods .
Chain-of-Thought Matters: Improving Long-Context Language Models with Reasoning Path Supervision (2025.findings-emnlp)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) have highlighted the challenge of handling long-context tasks.
Approach: They propose a chain-of-thought framework that teaches models to generate high-quality reasoning paths for enhanced long-context performance.
Outcome: The proposed framework generalizes across most long-context scenarios and amplifys with increasing context length.
CuBridge: An LLM-Based Framework for Understanding and Reconstructing High-Performance Attention Kernels (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to support diverse attention variants trade performance for flexibility . expert-written kernels achieve high efficiency but are difficult to adapt .
Approach: They propose a framework that adapts expert-written attention kernels to GPUs . they use a structured lift–transfer–lower workflow to make execution explicit .
Outcome: The proposed framework outperforms existing frameworks and compilers on diverse variants and GPU platforms.
LongLLMLingua: Accelerating and Enhancing LLMs in Long Context Scenarios via Prompt Compression (2024.acl-long)

Copied to clipboard

Challenge: Longer prompts introduce irrelevant and redundant information, which can weaken LLMs' performance.
Approach: They propose a prompt compression tool that improves LLMs' perception of key information in input prompts by up to 21.4% with around 4x fewer tokens in GPT-3.5-Turbo.
Outcome: The proposed solution improves performance and reduces costs and latency by up to 21.4% with around 4x fewer tokens in the NaturalQuestions benchmark.
Creativity in LLM-based Multi-Agent Systems: A Survey (2025.emnlp-main)

Copied to clipboard

Challenge: Large language model (LLM)-driven multi-agent systems (MAS) are transforming how humans and AIs collaboratively generate ideas and artifacts.
Approach: They present a taxonomy of agent proactivity and persona design and an overview of generation techniques.
Outcome: The proposed framework and roadmap offers a roadmap for advancing the development, evaluation, and standardization of creative MAS.
InfoCSE: Information-aggregated Contrastive Learning of Sentence Embeddings (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on contrastive learning for sentence embeddings are weak . researchers have started to use contrastive training to learn better unsupervised sentences.
Approach: They propose an information-aggregated contrastive learning framework for learning unsupervised sentence embeddings.
Outcome: The proposed framework outperforms SimCSE on several benchmark datasets w.r.t the semantic text similarity task.
Concise Math Reasoning via Difficulty-Aware Distillation (2026.findings-acl)

Copied to clipboard

Challenge: Human experts tackle difficult math problems by identifying and executing a few pivotal steps rather than listing every intermediate thought.
Approach: They propose a method for producing training data that mirrors concise human reasoning by rewriting a problem's solution to retain only the essential steps.
Outcome: The proposed method outperforms models trained on 800k long CoT and cuts training and inference costs.
IntelliCockpitBench: A Comprehensive Benchmark to Evaluate VLMs for Intelligent Cockpit (2025.findings-acl)

Copied to clipboard

Challenge: Visual Question Answering (VQA) is a key task in vehicular systems.
Approach: They propose a benchmark that encompasses diverse automotive scenarios . they use images from front, side, and rear cameras, various road types, weather conditions, and interior views .
Outcome: The proposed benchmark includes images from front, side, and rear cameras, various road types, weather conditions, and interior views.
WECA: A WordNet-Encoded Collocation-Attention Network for Homographic Pun Recognition (D18-1)

Copied to clipboard

Challenge: Homographic puns have a long history in human writing, widely used in written and spoken literature, which intended as jokes.
Approach: They propose a WordNet-encoded model to settle polysemy of homographic puns and a word weighted model for recognizing them.
Outcome: The proposed model can distinguish between homographic pun and non-homographic pun texts.

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