Papers by Lan Lan

220 papers
Multi-label Few/Zero-shot Learning with Knowledge Aggregated from Multiple Label Graphs (2020.emnlp-main)

Copied to clipboard

Challenge: Few/zero-shot learning is a big challenge of many classification tasks, where a classifier is required to recognise instances of classes that have very few or even no training samples.
Approach: They propose a multi-graph aggregation model that fuses knowledge from multiple label graphs encoding different semantic label relationships to improve multi-label zero/few-shot document classification.
Outcome: The proposed model improves on two large clinical datasets and the EU legislation dataset on few/zero-shot labels.
Open-ended Knowledge Tracing for Computer Science Education (2022.emnlp-main)

Copied to clipboard

Challenge: Knowledge tracing (KT) is a method used to estimate student mastery of concepts/skills/knowledge components from their responses to questions and to predict future performance.
Approach: They propose a student knowledge-guided code generation approach that combines program synthesis methods with student knowledge tracing methods to solve the OKT problem.
Outcome: The proposed method is based on a student knowledge-guided code generation approach and validates on coding questions.
DiVERT: Distractor Generation with Variational Errors Represented as Text for Math Multiple-choice Questions (2024.emnlp-main)

Copied to clipboard

Challenge: a new variational approach to distractors in multiple-choice questions is needed . high-quality distractors are crucial to the assessment and pedagogical value of MCQs . a variational method that learns the error behind distractors is more effective .
Approach: They propose a variational approach that learns an interpretable representation of errors behind distractors in math MCQs.
Outcome: The proposed method outperforms state-of-the-art approaches on distractors in math MCQs.
Neural Topic Modeling with Large Language Models in the Loop (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated promising capabilities in topic discovery, but their direct application to topic modeling suffers from issues such as incomplete topic coverage, misalignment of topics, and inefficiency.
Approach: They propose a novel LLM-in-the-loop framework that integrates Large Language Models with Neural Topic Models (NTMs) global topics and document representations are learned through the NTM, while an LLM refines these topics using an Optimal Transport (OT)-based alignment objective.
Outcome: The proposed framework improves topic interpretability while preserving the efficiency of existing NTMs.
Transductive Learning for Unsupervised Text Style Transfer (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for style transfer are based on an inductive learning approach, which represents the style as embeddings, decoder parameters, or discriminator parameters and directly applies these general rules to the test cases.
Approach: They propose a retrieval-based context-aware style representation that involves top-K relevant sentences in the target style in the transfer process.
Outcome: The proposed method outperforms several strong baselines and is general and effective to the task of unsupervised style transfer.
Are U a Joke Master? Pun Generation via Multi-Stage Curriculum Learning towards a Humor LLM (2024.findings-acl)

Copied to clipboard

Challenge: Existing research has demonstrated that the ability of large language models (LLMs) to generate humorous sentences is limited to producing 25 unique jokes.
Approach: They propose a multi-stage curriculum preference learning framework to optimize both pun structure preferences and humor preferences by a Chinese Pun dataset.
Outcome: The proposed method significantly outperforms baseline models on Chinese and English benchmark datasets.
A Mutual Information Perspective on Knowledge Graph Embedding (2025.acl-long)

Copied to clipboard

Challenge: Existing knowledge graph embedding techniques suffer from high intra-group similarity, loss of semantic information, and insufficient inference capability, particularly in complex relation patterns such as 1-N and N-1 relations.
Approach: They propose a knowledge graph embedding framework that leverages mutual information maximization to improve the semantic representation of entities and relations.
Outcome: Extensive experiments on benchmark datasets demonstrate the effectiveness of the proposed method, with consistent performance improvements across various baseline models.
CSRP: Chain-of-Thought Reasoning for Chinese Text Correction via Reinforcement Learning with Efficiency-Aware Rewards (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models lack specialized priors for subtle grammatical distinctions, and Supervised Fine-Tuning fails to optimize for precision-focused metrics.
Approach: They propose a framework that builds correction capability through Continual Pre-training on 5.9M balanced samples to internalize domain knowledge.
Outcome: The proposed framework outperforms existing models on the NACGEC benchmark with 50.99 F0.5 and 57.17 precision while mitigating over-correction bias.
Tree-Based Representation and Generation of Natural and Mathematical Language (2023.acl-long)

Copied to clipboard

Challenge: Existing models for generating and modeling mathematical language are limited . existing models for modeling and generating mathematical language simply treat mathematical expressions as text .
Approach: They propose to combine mathematical expressions and text-based models to generate mathematically valid expressions.
Outcome: The proposed model outperforms baselines on mathematical expression generation tasks.
Enhancing Grammatical Error Correction Systems with Explanations (2023.acl-long)

Copied to clipboard

Challenge: To help language learners better understand why the GEC system makes a correction, the causes of errors and the corresponding error types are two key factors.
Approach: They propose to annotate large dataset with evidence words and grammatical error types to help language learners better understand corrections.
Outcome: The proposed model can be validated by human evaluation and can be used to help second-language learners decide whether to accept a correction suggestion and understand the associated grammar rule.
Cross-Lingual Phrase Retrieval (2022.acl-long)

Copied to clipboard

Challenge: Existing approaches to cross-lingual phrase retrieval learn word or sentence representations in word or sentences.
Approach: They propose a cross-lingual phrase retrieval model that extracts phrase representations from unlabeled example sentences.
Outcome: The proposed model outperforms state-of-the-art methods on a large-scale cross-lingual phrase retrieval dataset, showing it can perform in an unseen language pair during training.
Depression Detection on Social Media with Large Language Models (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing methods for analyzing social media data lack a systematic integration of medical knowledge, causing a critical treatment gap.
Approach: They propose a framework that leverages Large Language Models to integrate medical knowledge into social media data.
Outcome: The proposed framework can be used to distinguish depression from transient mood changes.
Towards Comprehensive Argument Analysis in Education: Dataset, Tasks, and Method (2025.acl-long)

Copied to clipboard

Challenge: Existing research on argument mining has proposed various argument annotation schemes and tasks.
Approach: They propose a framework comprising 14 fine-grained relation types to capture the interplay between argument components for a thorough understanding of argument structure.
Outcome: The proposed framework captures the interplay between argument components for a thorough understanding of argument structure.
VET: Verifiable Execution Tracing for Reliable Text-to-SQL Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for text-to-SQL generation are prone to hallucinations and grounding . authors present a novel reasoning paradigm that transforms text- to-Sql from unverifiable textual rationales into step-wise executable semantics.
Approach: They propose a reasoning paradigm that transforms text-to-SQL from unverifiable textual rationales into step-wise executable semantics.
Outcome: The proposed reasoning paradigm transforms text-to-SQL from unverifiable textual rationales into step-wise executable semantics.
An LLM-Enhanced Adversarial Editing System for Lexical Simplification (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods to simplify text rely heavily on annotated data, making it challenging to apply in low-resource scenarios.
Approach: They propose a Lexical Simplification method without parallel corpora that uses an Adversarial Editing System and an LLM-enhanced loss to distill knowledge into a small-size LS system.
Outcome: The proposed method uses an LLM-enhanced loss to distill knowledge from Large Language Models (LLMs) into a small-size LS system.
Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases (2020.acl-main)

Copied to clipboard

Challenge: Existing work on complex knowledge base question answering addresses two types of complexity at the same time.
Approach: They propose a modified staged query graph generation method that handles both types of complexity at the same time.
Outcome: The proposed method achieves state-of-the-art on three benchmark KBQA datasets.
UnifiedGEC: Integrating Grammatical Error Correction Approaches for Multi-languages with a Unified Framework (2025.coling-demos)

Copied to clipboard

Challenge: Existing tools for GEC have been developed to support research on grammatical errors, but there is no comprehensive evaluation on these models.
Approach: They propose an open-source framework for Grammatical Error Correction that integrates 5 widely-used GEC models and compares their performance on 7 datasets in different languages.
Outcome: The proposed framework compares 5 widely-used models on 7 datasets in different languages.
CEAMC: Corpus and Empirical Study of Argument Analysis in Education via LLMs (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing argument component classifications in education are simplistic and isolated, failing to capture the complete argument information.
Approach: They propose to annotate a manually annotated argument component classification dataset from authentic examination settings and to explore the performance of Large Language Models on CEAMC.
Outcome: The proposed dataset can be used to analyze argumentative essays in education.
CoCo: Coherence-Enhanced Machine-Generated Text Detection Under Low Resource With Contrastive Learning (2023.emnlp-main)

Copied to clipboard

Challenge: Recent proposed methods fail to consider the linguistic structure of texts and lack the ability to handle the low-resource problem.
Approach: They propose a coherence-based contrastive learning model named CoCo to detect MGTs under low-resource scenario.
Outcome: The proposed model outperforms state-of-the-art methods on two datasets and two self-constructed datasets.
Definite Description Lexical Choice: taking Speaker’s Personality into account (L18-1)

Copied to clipboard

Challenge: Referring Expression Generation (REG) lexical choice is the subtask that provides words to express an input meaning representation.
Approach: They propose a personality-dependent lexical choice model for Referring Expression Generation (REG) that provides words to express a given input meaning representation.
Outcome: The proposed model outperforms a standard lexicalisation model based on meaning-to-text mappings and personality information.
Re-ViLM: Retrieval-Augmented Visual Language Model for Zero and Few-Shot Image Captioning (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for image-to-text generation store all knowledge within parameters, thus requiring computational-expensive fine-tuning.
Approach: They propose a Retrieval-augmented Visual Language Model that stores all the knowledge within parameters and can be used to retrieve it from the external database.
Outcome: The proposed model significantly boosts performance for image-to-text generation tasks with 4x less parameters compared with baseline methods.
Know Your Place: Diagnosing Implicit Social Adaptation Failures in Chinese Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing studies suggest that failures of large language models in social contexts are not due to limited linguistic competence, but to inappropriate recognition.
Approach: They propose a framework that decomposes social adaptation into three orthogonal dimensions and conduct controlled comparisons across multiple Chinese LLMs under implicit and explicit conditions.
Outcome: The proposed framework decomposes social adaptation into three orthogonal dimensions and conducts controlled comparisons across multiple Chinese LLMs under implicit and explicit conditions.
Automatic Evaluation for Text-to-image Generation: Task-decomposed Framework, Distilled Training, and Meta-evaluation Benchmark (2025.acl-long)

Copied to clipboard

Challenge: Existing MLLMs rely on commercial models such as GPT-4o for evaluations, but they are not universally accessible.
Approach: They propose a task decomposition evaluation framework based on GPT-4o to automatically construct a specialized training dataset to break down the multifaceted evaluation process into simpler sub-tasks.
Outcome: The proposed framework outperforms the current state-of-the-art GPT-4o evaluation framework with over 4.6% improvement in Spearman and Kendall correlations with human judgments.
Multi-label Sequential Sentence Classification via Large Language Model (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to sequential sentence classification are constrained by model size, sequence length, and single-label setting.
Approach: They propose a large language model-based framework for both single- and multi-label SSC tasks that generate SSC labels through designed prompts.
Outcome: The proposed framework enhances task understanding by incorporating demonstrations and a query to describe the prediction target.
Importance of Synthesizing High-quality Data for Text-to-SQL Parsing (2023.findings-acl)

Copied to clipboard

Challenge: Existing text-to-SQL parsers lack the data to perform well with augmented synthetic data.
Approach: They propose a framework that imposes strong typing constraints and incorporates key relationships from schema.
Outcome: The proposed framework improves on the high-quality synthesized SQL and natural language question (NLQ) models have significant accuracy boosts and achieve new state-of-the-art performance on spider.
TED-EL: A Corpus for Speech Entity Linking (2024.lrec-main)

Copied to clipboard

Challenge: Current entity linking tasks rely on textual information, but entities usually exist in textual, audio, and visual contexts in real-world data such as social media and video websites.
Approach: They propose a speech entity linking task to recognize mentions from speech and link them to entities in knowledge bases.
Outcome: The proposed model outperforms the existing models on the TED-EL dataset, scoring an F1 score of 60.68%.
Making Revisions Understandable: A Survey of Edit Intentions, Methods, and Applications (2026.findings-acl)

Copied to clipboard

Challenge: Text revision is a core process in document creation, capturing how authors iteratively refine, reorganize, and improve written content.
Approach: They synthesize text revision research through the lens of edit intentions . they review prior work across the revision workflow including corpus construction, edit intention taxonomies, edit intentions, and edit intention identification.
Outcome: The proposed approach synthesizes datasets, taxonomies, identification methods, and applications and highlights key open research directions.
Exploring Automated Keyword Mnemonics Generation with Large Language Models via Overgenerate-and-Rank (2024.findings-emnlp)

Copied to clipboard

Challenge: Typically, creating verbal cues requires extensive human effort and is quite time-consuming.
Approach: They propose a method for overgenerating and ranking verbal cues by prompting large language models to generate them and ranking them according to psycholinguistic measures and takeaways from a pilot user study.
Outcome: The proposed method is comparable to human-generated mnemonics in imageability, coherence, and perceived usefulness, but there remains room for improvement due to the diversity in background and preference among language learners.
GEMS: Generation-Based Event Argument Extraction via Multi-perspective Prompts and Ontology Steering (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for event argument extraction rely on a single prompt . existing methods ignore complex structural and dynamic interdependencies between event arguments .
Approach: They propose a multi-prompt learning framework that generates event arguments via multi-perspective prompts and ontology steering.
Outcome: The proposed framework captures interrelationships between arguments and ontology steering . it uses multiple unfilled prompts for each sentence to generate event arguments .
Hybrid Hierarchical Retrieval for Open-Domain Question Answering (2023.findings-acl)

Copied to clipboard

Challenge: Recent work shows that dense hierarchical retrieval (DHR) can outperform dense passage retrieval.
Approach: They propose a framework that applies sparse, dense and a combination of them to document and passage retrieval.
Outcome: The proposed framework can outperform dense hierarchical retrieval (DHR) and sparse retrievers (BM25) on open-domain question answering (ODQA) datasets with an average improvement of 4.69% on recall@100 over DHR.
How Do LLMs "Trust" Unknown Knowledge? An Unknown Knowledge Based Jailbreak Attack (2026.findings-acl)

Copied to clipboard

Challenge: Existing research on how to effectively utilize unknown knowledge has focused on how it can be used to enhance LLMs' performance in specialized fields.
Approach: They propose a completely unrestricted and fully randomized jailbreak attack that embeds malicious queries within trust-enhanced unknown knowledge.
Outcome: The proposed method achieves 99% to 100% ASR on all tested LLMs, including the latest GPT-5.1, and becomes SOTA.
Demonstrating ViviDoc: Generating Interactive Documents through Human-Agent Collaboration (2026.acl-demo)

Copied to clipboard

Challenge: Recent LLM-based agents can automate content creation, but naively applying them yields uncontrollable and unverifiable outputs.
Approach: They propose a human-agent collaborative system that generates interactive educational documents from a single topic input.
Outcome: The proposed system generates documents comparable in quality to human-authored ones.
Neural Attention-Aware Hierarchical Topic Model (2021.emnlp-main)

Copied to clipboard

Challenge: Neural topic models (NTMs) use deep neural networks to learn topic information.
Approach: They propose a variational autoencoder model that reconstructs sentence and document word counts using bag-of-words embeddings and pre-trained semantic embedders.
Outcome: The proposed model lowers reconstruction errors at sentence and document levels and finds more coherent topics from real-world datasets.
Multilingual Neural Machine Translation: Can Linguistic Hierarchies Help? (2021.findings-emnlp)

Copied to clipboard

Challenge: Multilingual Neural Machine Translation (MNMT) trains a single model that supports translation between multiple languages . transferring knowledge from a diverse set of languages degrades the translation performance due to negative transfer.
Approach: They propose a hierarchical knowledge distillation approach to train multilingual models . they use typological features and phylogeny to overcome negative transfer issue .
Outcome: The proposed approach avoids negative transfer effect by capitalising on language groups generated according to typological features and phylogeny of languages.
Value Residual Learning (2025.acl-long)

Copied to clipboard

Challenge: Existing decoder-only transformers fail to preserve initial token-level information in deeper layers.
Approach: They propose a new architecture that incorporates value residual connections in addition to hidden state residuals.
Outcome: The proposed architecture reduces KV cache size by nearly half with only a small performance penalty and can be integrated with other KV-efficient methods.
Generative Gamer: Learning Equilibrium Strategy by LLM-driven Dynamic Deduction (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) falter in domains requiring deep strategic reasoning.
Approach: They propose a framework that trains LLMs to reason like an expert player . they propose action pruning based on policy confidence, state pruning via value estimation and branch pruning inspired by alpha-beta principles to train the model effectively.
Outcome: Experiments on Tic-Tac-Toe and Leduc Poker show that GenGamer significantly improves the strategic capabilities of large language models.
MAssistant: A Personal Knowledge Assistant for MOOC Learners (D19-3)

Copied to clipboard

Challenge: Massive Open Online Courses (MOOCs) have experienced a rapid development since 2012 . many MOOC platforms have been launched, including Coursera1 , edX2 , and Udacity3 etc.
Approach: They present a personal knowledge assistant system called MAssistant for MOOC learners . MAsistants has a large-scale concept graph built from open data . it also provides a browser extension which interacts with users during video lectures .
Outcome: The proposed system helps users trace the concepts they have learned in MOOCs, and to build their own concept graphs.
Reason in Chains, Learn in Trees: Self-Rectification and Grafting for Multi-turn Agent Policy Optimization (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to reinforcement learning for Large Language Models treat trajectories as independent chains and ignore critical steps that may disproportionally impact reasoning outcome.
Approach: They propose a framework that recovers latent correlated reward structure across seemingly independent trajectories by identifying and merging functionally similar steps/nodes.
Outcome: The proposed framework recovers latent correlated reward structure across seemingly independent trajectories.
Towards Interpretable Sequence Continuation: Analyzing Shared Circuits in Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Recent work aims to reverse engineer transformer models into human-readable representations . transformers exhibit strong capabilities on linguistic tasks, but their complex architectures make them difficult to interpret.
Approach: They extend transformer models into human-readable representations that implement algorithmic functions by analyzing sequence continuation tasks.
Outcome: The proposed model can be reverse-engineered into human-readable representations that implement algorithmic functions.
Interpretable Math Word Problem Solution Generation via Step-by-step Planning (2023.acl-long)

Copied to clipboard

Challenge: Existing approaches to solving math word problems focus on obtaining the correct answer.
Approach: They propose a step-by-step planning approach for intermediate solution generation that strategically plans the generation of the next solution step based on the MWP and the previous solution steps.
Outcome: The proposed approach improves the accuracy and interpretability of the solution on automatic metrics and human evaluation.
Zero- and Few-Shot Event Detection via Prompt-Based Meta Learning (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for event detection often fail to detect unseen or rare events due to the lack of domain knowledge.
Approach: They propose a meta learning-based framework for zero-shot event detection that uses a prompt-based prompt and a trigger-aware soft verbalizer to efficiently project output to unseen tasks.
Outcome: The proposed framework performs state-of-the-art in zero-shot and few-shot scenarios on benchmark datasets FewEvent and MAVEN.
Re-weighting Tokens: A Simple and Effective Active Learning Strategy for Named Entity Recognition (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing active learning approaches focus on information-rich sequences, reducing the need for expert annotation.
Approach: They propose a re-weighting-based active learning strategy that assigns dynamic weights to individual tokens.
Outcome: The proposed strategy improves on multiple corpora and validates its effectiveness.
Automated Peer Reviewing in Paper SEA: Standardization, Evaluation, and Analysis (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to review scientific papers are limited by their content or quality . SEA is a framework for automated scientific review, but its contents are generic or partial.
Approach: They propose a framework for automated scientific review using large language models . they propose to use a standardized review dataset to fine-tune an LLM to generate high-quality reviews.
Outcome: The proposed framework can generate high-quality reviews from standardized datasets and improves on the existing feedback mechanisms.
FormalScience: Scalable Human-in-the-Loop Autoformalisation of Science with Agentic Code Generation in Lean (2026.acl-long)

Copied to clipboard

Challenge: Formalising informal mathematical reasoning into formally verifiable code is a significant challenge for large language models.
Approach: They propose a domain-agnostic human-in-the-loop agentic pipeline to aid autoformalisation in scientific domains.
Outcome: The proposed system produces syntactically correct and semantically aligned proofs for low cost.
Table-as-Search: Agentic Information Seeking is Table Completion (2026.findings-acl)

Copied to clipboard

Challenge: Current Information Seeking (InfoSeeking) agents struggle to maintain focus and coherence during long-horizon exploration, as tracking search states within one plain-text context is inherently fragile.
Approach: They propose a structured planning framework that reformulates the InfoSeeking task as a Table Completion task.
Outcome: The proposed framework outperforms state-of-the-art frameworks across three kinds of benchmarks, including multi-agent framework and commercial systems.
Biasless Language Models Learn Unnaturally: How LLMs Fail to Distinguish the Possible from the Impossible (2026.eacl-long)

Copied to clipboard

Challenge: linguists have discovered patterns which hold across virtually all known natural languages . lingulists are able to learn languages by comparing their learning curves to those of humans .
Approach: They compare LLM learning curves on existing and "impossible" datasets . they find that GPT-2 learns each language and its impossible counterpart equally easily .
Outcome: The proposed model learns each language and its impossible counterpart equally easily, the study shows . the study also shows that the proposed model does not provide any kind of separation between the possible and the impossible .
Scaling Performance and Low-Resource Annotation with Many-Shot In-Context Learning for Named Entity Recognition (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies on ICL for Named Entity Recognition (NER) have mainly explored few-shot settings, but the potential of scaling to hundreds of demonstrations has not been thoroughly investigated.
Approach: They evaluate various LLMs across multiple domains using hundreds of ICL examples and then assess the feasibility of using many-shot ICL as a data annotation framework.
Outcome: The proposed framework can be scaled to hundreds of examples and annotate and refining data for low-resource NER tasks.
Consistent Autoformalization for Constructing Mathematical Libraries (2024.emnlp-main)

Copied to clipboard

Challenge: Autoformalization is the task of automatically translating mathematical content written in natural language to a formal language expression.
Approach: They propose to use three mechanisms to improve autoformalization quality . they propose to combine most-similar retrieval augmented generation, denoising steps and auto-correction with syntax error feedback to improve syntactic, terminological and semantic control.
Outcome: The proposed mechanisms can deliver syntactically, terminologically and semantically more consistent results across different models.
Towards Explainable Chinese Native Learner Essay Fluency Assessment: Dataset, Tasks, and Method (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing GEC datasets in Chinese fail to consider specific grammatical error types and overlook cross-sentence grammamatical errors.
Approach: They propose to use Chinese essay fluency assessment to assess essay fluencies along with coarse and fine-grained errors and corrections to improve explainability.
Outcome: The proposed dataset encapsulates essay fluency scores along with both coarse and fine-grained errors and corrections.
PhoniTale: Phonologically Grounded Mnemonic Generation for Typologically Distant Language Pairs (2025.emnlp-main)

Copied to clipboard

Challenge: Vocabulary acquisition is a challenge for second-language learners when learning typologically distant languages such as English and Korean, where phonological and structural mismatches complicate vocabulary learning.
Approach: They propose a cross-lingual mnemonic generation system that performs IPA-based phonological adaptation and syllable-aware alignment to retrieve L1 keyword sequence and uses LLMs to generate verbal cues.
Outcome: The proposed system outperforms human-written and automated mnemonics in a short-term recall test with human participants and achieves quality comparable to human-writing mnms.
OpenWebVoyager: Building Multimodal Web Agents via Iterative Real-World Exploration, Feedback and Optimization (2025.acl-long)

Copied to clipboard

Challenge: Existing studies focus on building text-only agents in synthetic environments where the reward signals are clearly defined.
Approach: They propose a multimodal web agent that can autonomously conduct real-world exploration and improve itself after each iteration.
Outcome: The proposed agent improves itself after each iteration, demonstrating strong performance across multiple test sets.
LLaVE: Large Language and Vision Embedding Models with Hardness-Weighted Contrastive Learning (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing LMM-based embedding models exhibit a high degree of overlap in similarity distribution between positive and negative pairs, making it challenging to distinguish hard negative pairs effectively.
Approach: They propose a framework that improves the embedding model's representation learning for negative pairs based on their discriminative difficulty.
Outcome: The proposed framework improves the embedding model's representation learning for negative pairs based on their discriminative difficulty.
AVG-LLaVA: An Efficient Large Multimodal Model with Adaptive Visual Granularity (2025.findings-acl)

Copied to clipboard

Challenge: Existing large multimodal models typically divide high-resolution images into multiple local images and a global image, leading to a large number of visual tokens.
Approach: They propose an LMM that can adaptively select the appropriate visual granularity based on the input image and instruction.
Outcome: The proposed model significantly reduces visual tokens and speeds up inference on 11 benchmarks.
Parallelism and Generation Order in Masked Diffusion Language Models: Limits Today, Potential Tomorrow (2026.findings-acl)

Copied to clipboard

Challenge: Autoregressive (AR) language models dominate modern natural language processing due to strong likelihood-based training objectives and reliable left-to-right decoding.
Approach: They characterize MDLM behavior along two dimensions: parallelism strength and generation order . authors propose a Generate-then-Edit paradigm that mitigates dependency loss .
Outcome: The proposed model improves on tasks that require "backward information" the Generate-then-Edit paradigm improves parallel decoding efficiency while reducing dependency loss.
Dependency parsing with structure preserving embeddings (2021.eacl-main)

Copied to clipboard

Challenge: Modern neural approaches to dependency parsing are trained to predict a tree structure by learning a contextual representation for tokens in a sentence and a head–dependent scoring function.
Approach: They propose to combine a contextual representation for tokens and a head–dependent scoring function to learn interpretable representations by training a parser to explicitly preserve structural properties of a tree.
Outcome: The proposed approach yields strong tree distance preservation and parsing performance on par with a competitive graph-based parser.
NOVA: An Iterative Planning Framework for Enhancing Scientific Innovation with Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to generate research ideas rely on retrieval or prompt engineering to generate ideas.
Approach: They propose a method that uses iterative planning and search to boost creative potential of LLMs by integrating external knowledge with broader and deeper insights.
Outcome: The proposed method outperforms the current state-of-the-art in generating 2.5 times more top-rated ideas based on 170 seed papers in a Swiss Tournament evaluation.
McBE: A Multi-task Chinese Bias Evaluation Benchmark for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing datasets on bias evaluation for large language models focus on English and North American culture and are limited to one task.
Approach: They propose to evaluate Chinese language models' biases from multiple perspectives using a multi-task Chinese Bias Evaluation Benchmark.
Outcome: The proposed model covers 12, 82 subcategories and 5 evaluation tasks covering a wide range of categories and content diversity.
Modeling Transitions of Focal Entities for Conversational Knowledge Base Question Answering (2021.acl-long)

Copied to clipboard

Challenge: a new method for conversational Knowledge Base Question Answering (KBQA) uses implied entities from the conversation history to answer questions.
Approach: They propose to model the implied entities of conversational KBQA by applying a graph neural network to derive a probability distribution of focal entities for each question.
Outcome: The proposed model captures transitions of focal entities and performs answer ranking on two datasets.
MWP-BERT: Numeracy-Augmented Pre-training for Math Word Problem Solving (2022.findings-naacl)

Copied to clipboard

Challenge: Existing work on math word problem solvers replace real numbers with symbolic placeholders to focus on logic reasoning.
Approach: They propose to inject numerical properties into symbolic placeholders with contextualized representation learning schema to solve number representation dilemma.
Outcome: The proposed model can solve MWP problems on English and Chinese benchmarks.
You Only Read Once (YORO): Learning to Internalize Database Knowledge for Text-to-SQL (2025.naacl-long)

Copied to clipboard

Challenge: Existing text-to-SQL systems encode the same schema for every question, resulting in unnecessary high inference cost and missing crucial database knowledge.
Approach: They propose a paradigm that directly internalizes database knowledge into the parametric knowledge of a text-to-SQL model during training and eliminates the need for schema encoding during inference.
Outcome: The proposed paradigm significantly reduces the input token length by 66%-98% and outperforms traditional systems on three benchmarks.
Character-Based Neural Networks for Sentence Pair Modeling (N18-2)

Copied to clipboard

Challenge: Sentence pair modeling is critical for many NLP tasks, such as paraphrase identification and semantic textual similarity.
Approach: They propose to use subwords to represent sentences without pretrained word embeddings . they find that subword models can achieve new state-of-the-art results without pretraining .
Outcome: The proposed models can achieve state-of-the-art results on two social media datasets and competitive results on news data for paraphrase identification.
LLM-Adapters: An Adapter Family for Parameter-Efficient Fine-Tuning of Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) have shown unprecedented performance across various tasks.
Approach: They propose an easy-to-use framework that integrates adapters into LLMs . they evaluate adapters on 14 datasets from two different reasoning tasks .
Outcome: The proposed framework can be used to fine-tune open-access language models with task-specific data and instruction data.
Unifying Discrete and Continuous Representations for Unsupervised Paraphrase Generation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing unsupervised paraphrase generation methods require large-scale, manually annotated paraphrase datasets, which are labor-intensive to build.
Approach: They propose a self-supervised pseudo-data construction method that generates diverse pseudo-paraphrases in distinct surface structures for a given sentence.
Outcome: The proposed method generates diverse pseudo-paraphrases in distinct surface structures for a given sentence.
CSPO: Alleviating Reward Ambiguity for Structured Table-to-LaTeX Generation (2026.acl-long)

Copied to clipboard

Challenge: Tables contain rich structured information, but when stored as images their contents remain "locked" within pixels.
Approach: They propose a framework that disentangles optimization across LaTeX tables components . CSPO assigns component-specific rewards and backpropagates each signal through tokens .
Outcome: The proposed framework disentangles optimization across LaTeX tables components—structure, style, and content.
F²Bench: An Open-ended Fairness Evaluation Benchmark for LLMs with Factuality Considerations (2025.emnlp-main)

Copied to clipboard

Challenge: Existing fairness evaluation benchmarks for large language models rely on closed-ended evaluation formats that overlook factuality considerations rooted in historical, social, physiological, and cultural contexts.
Approach: They propose an open-ended fairness evaluation benchmark for large language models . they incorporate factuality considerations and multi-turn reasoning into the benchmark .
Outcome: The proposed benchmark incorporates factual grounding and text generation to better reflect the complexities of real-world model usage.
CLUE: A Chinese Language Understanding Evaluation Benchmark (2020.coling-main)

Copied to clipboard

Challenge: Existing language evaluation benchmarks for English are limited to English . lack of such benchmarks makes it difficult to replicate success in other languages .
Approach: They introduce a large-scale Chinese language understanding evaluation benchmark . the benchmark uses a set of current state-of-the-art pre-trained Chinese models .
Outcome: The first large-scale Chinese Language Understanding Evaluation (CLUE) benchmark is released . the benchmark evaluates models across a wide range of tasks on original Chinese text . existing language evaluation benchmarks are mostly limited to English .
LSDC: An Efficient and Effective Large-Scale Data Compression Method for Supervised Fine-tuning of Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are expanding in scale and size, increasing computational costs . large-scale data compression techniques can reduce the size of training datasets while maintaining data integrity.
Approach: They propose a large-scale data compression method to reduce the size of training data . they use a bifurcated quantization strategy to maximize the diversity of samples .
Outcome: The proposed method significantly reduces the size of training data while maximizing the submodular gain.
Attention Consistency for LLMs Explanation (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing interpretability methods face limitations such as low resolution and high computational cost.
Approach: They propose a multi-layer attention consistency score to estimate the importance of input tokens in large language models.
Outcome: The proposed heuristic achieves a favorable trade-off between interpretability quality and computational efficiency .
Augmenting Knowledge-grounded Conversations with Sequential Knowledge Transition (2021.naacl-main)

Copied to clipboard

Challenge: Existing knowledge-grounded dialogue models lack fine-grained control over knowledge selection and integration with dialogues.
Approach: They propose to explicitly model the knowledge transition in sequential multi-turn conversations by abstracting knowledge into topic tags.
Outcome: The proposed model outperforms baseline models on knowledge-grounded dialogue benchmarks.
TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to retrieval-augmented generation rely on fragment-level retrieval . GraphRAG suffers from inefficiencies in information extraction and costly resource consumption .
Approach: They propose a tag-guided hierarchical knowledge graph RAG framework for efficient global reasoning and scalable graph maintenance.
Outcome: GraphRAG achieves an average win rate of 78.36% on a dataset spanning agriculture, computer science, law, and cross-domain settings compared with baselines .
Tailored Sequence to Sequence Models to Different Conversation Scenarios (P18-1)

Copied to clipboard

Challenge: Sequence to sequence (Seq2Sequeq) models fail to meet the diverse requirements for different conversation scenarios, such as customer service and chatbot.
Approach: They propose two optimized criteria for Sequence to sequence (Seq2Sequeq) to meet different conversation scenarios, i.e., maximum generated likelihood for specific-requirement scenario, and conditional value-at-risk for diverse-requrement scenarios.
Outcome: The proposed models satisfies diverse requirements for different conversation scenarios and yields better performances than existing models.
From Alignment to Assignment: Frustratingly Simple Unsupervised Entity Alignment (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for cross-lingual entity alignment rely on lexical matching and probability reasoning, but they inherit poor interpretability and low efficiency from neural networks.
Approach: They propose a simple but effective unsupervised entity alignment method without neural networks that can be used to find the equivalent entities between crosslingual KGs.
Outcome: Extensive experiments show that the proposed method beats advanced supervised methods across all datasets while having high efficiency, interpretability, and stability.
ReasonEmbed: Enhanced Text Embeddings for Reasoning-Intensive Document Retrieval (2026.acl-long)

Copied to clipboard

Challenge: Recent studies suggest that traditional retrievers struggle with reasoningintensive tasks such as personal assistants and scientific research.
Approach: They propose a new data synthesis method that overcomes the triviality problem prevalent in previous synthetic datasets and propose 'ReMixer', a data fusion method that generates 82K high-quality training samples.
Outcome: The proposed model outperforms existing models on reasoning-intensive retrieval tasks.
Math Word Problem Generation with Mathematical Consistency and Problem Context Constraints (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to generate arithmetic math word problems are invalid or have unsatisfactory language quality.
Approach: They propose a method for automatically generating arithmetic math word problems from equations and context.
Outcome: The proposed approach improves language quality and mathematical validity on three real-world MWP datasets.
Understanding Client Reactions in Online Mental Health Counseling (2023.acl-long)

Copied to clipboard

Challenge: Communication success relies heavily on reading participants’ reactions, but little research is on how listeners' reactions shape trajectories and outcomes of conversations.
Approach: They propose to use client reactions to predict counseling outcomes by using an annotation framework that encompasses counselors’ strategies and client reaction behaviors.
Outcome: The proposed framework can predict counselors' strategies and client reaction behaviors against a large-scale text-based counseling dataset.
VisCGEC: Benchmarking the Visual Chinese Grammatical Error Correction (2025.naacl-long)

Copied to clipboard

Challenge: Existing studies on Chinese grammatical error correction ignore multi-modality and faked errors, which pushes techniques far away from real-world scenarios.
Approach: They propose to benchmark Chinese grammatical error correction for Chinese as a foreign language learner (CFL) using a dataset, they propose to use two CGEC frameworks to conduct experiments .
Outcome: The proposed approach achieves an F 0.5 score of only 28.9%.
Neural CRF Model for Sentence Alignment in Text Simplification (2020.acl-main)

Copied to clipboard

Challenge: Text simplification systems are based on the quality and quantity of complex-simple sentence pairs extracted by aligning sentences between parallel articles.
Approach: They propose a neural CRF alignment model which leverages the sequential nature of sentences in parallel documents and utilizes a sentence pair model to capture semantic similarity.
Outcome: The proposed model outperforms previous work on monolingual sentence alignment task by more than 5 points in F1.
WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models (2024.acl-long)

Copied to clipboard

Challenge: Existing web agents only handle one input modality and are evaluated only in simplified web simulators or static web snapshots, greatly limiting their applicability in real-world scenarios.
Approach: They propose a large multimodal model-powered web agent that can complete user instructions end-to-end by interacting with real-world websites.
Outcome: The proposed agent achieves 59.1% task success rate, surpassing both GPT-4 and WebVoyager setups.
CRISP: Compressing Redundancy in Chain-of-Thought via Intrinsic Saliency Pruning (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to compress CoT with external compressors fail to align with the model’s internal reasoning dynamics, resulting in the loss of critical logical steps.
Approach: They propose a framework that exploits the model’s intrinsic saliency to compress CoT by exploiting its reasoning termination token .
Outcome: The proposed framework reduces redundancy in reasoning chain by exploiting the model’s intrinsic saliency.
AutoQual: An LLM Agent for Automated Discovery of Interpretable Features for Review Quality Assessment (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing methods for assessing review quality are unscalable across domains and fail to adapt to evolving content patterns.
Approach: They propose an LLM-based agent framework that automates the discovery of interpretable features.
Outcome: The proposed framework improves on a large-scale online platform with a billion-level user base.
RS-DPO: A Hybrid Rejection Sampling and Direct Preference Optimization Method for Alignment of Large Language Models (2024.findings-naacl)

Copied to clipboard

Challenge: Reinforcement learning with human feedback (RLHF) is widely employed to align large language models with user intent.
Approach: They propose to combine rejection sampling and direct preference optimization to improve alignment with user intent by identifying pairs of contrastive samples from human annotator and alternative LLMs.
Outcome: The proposed method outperforms existing methods including RS, PPO, and DPO in a limited resource environment.
Structure-Discourse Hierarchical Graph for Conditional Question Answering on Long Documents (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to conditional question answering on long documents ignore document structure and discourse relations between sentences in document sections.
Approach: They construct a Structure-Discourse Hierarchical Graph and conduct bottom-up information propagation to address this issue.
Outcome: The proposed approach outperforms the existing methods on the conditional question answering on long documents by 3.0 EM score and 2.4 F1 score on answer measuring, and 2.2 EM and 1.9 F1 scores on jointly answer and condition measuring.
Exploring the Capability Boundaries of LLMs in Mastering of Chinese Chouxiang Language (2026.findings-acl)

Copied to clipboard

Challenge: Current state-of-the-art LLMs exhibit clear limitations on multiple tasks, while performing well on tasks that involve contextual semantic understanding.
Approach: They propose a mouse-based benchmark to evaluate LLMs' performance on NLP tasks involving Chouxiang Language.
Outcome: The proposed benchmark evaluates the performance of LLMs on six NLP tasks involving Chouxiang Language.
Interpretable Mnemonic Generation for Kanji Learning via Expectation-Maximization (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for mnemonic generation in Japanese are limited in their interpretability due to script differences.
Approach: They propose a method that models the mnemonic construction process as driven by common rules.
Outcome: The proposed method performs well in the cold-start setting for new learners while providing insight into the mechanisms behind effective mnemonic creation.
LLM-Based Agent Society Investigation: Collaboration and Confrontation in Avalon Gameplay (2024.emnlp-main)

Copied to clipboard

Challenge: Existing studies on LLM agents' social behaviors are lacking . previous studies focused on positive social behaviors, leaving research on negative social behaviors relatively scarce.
Approach: They propose a framework that features a multi-agent system facilitating efficient communication and interaction with LLM agents.
Outcome: The proposed framework is based on Avalon and evaluates on game success and analyzes agents’ social behaviors.
COCOGEC: Counterfactual Generation for Robust Grammatical Error Correction (2026.findings-acl)

Copied to clipboard

Challenge: Existing GEC models fail to understand error patterns in varying contexts . a framework that generates copies of training instances with error-irrelevant contexts altered is proposed .
Approach: They propose a framework that generates copies of training instances with error-irrelevant contexts altered.
Outcome: The proposed framework outperforms baselines on the simulated tasks and outperformed existing models.
ReCoSa: Detecting the Relevant Contexts with Self-Attention for Multi-turn Dialogue Generation (P19-1)

Copied to clipboard

Challenge: Existing hierarchical recurrent encoder-decoder models treat all contexts indiscriminately, which may hurt the following response generation process.
Approach: They propose a hierarchical recurrent encoder-decoder model that treats all contexts indiscriminately and uses a word level LSTM encoder to obtain the initial representation of each context.
Outcome: The proposed model outperforms baseline models on Chinese customer services and English Ubuntu dialogue datasets in terms of both metric-based and human evaluations.
Neural semi-Markov CRF for Monolingual Word Alignment (2021.acl-long)

Copied to clipboard

Challenge: Experimental results show that our proposed model outperforms all previous approaches for monolingual word alignment.
Approach: They propose a neural semi-Markov CRF alignment model which unifies word and phrase alignments through variable-length spans.
Outcome: The proposed model outperforms existing models on in-domain and out-of-domain evaluations and a QA-based benchmark with human annotations.
RobustQA: Benchmarking the Robustness of Domain Adaptation for Open-Domain Question Answering (2023.findings-acl)

Copied to clipboard

Challenge: Existing ODQA datasets consist mainly of Wikipedia corpus, and are insufficient to study models’ generalizability across diverse domains.
Approach: They propose a benchmark to evaluate ODQA's domain robustness using Wikipedia corpus . they annotate QA pairs in retrieval datasets with rigorous quality control .
Outcome: The proposed benchmark improves model performance on annotated QA pairs in retrieval datasets with rigorous quality control.
On the Effect of Isotropy on VAE Representations of Text (2022.acl-short)

Copied to clipboard

Challenge: Injecting desired geometric properties into text representations has attracted a lot of attention due to its better utilisation of representation space.
Approach: They propose to use an isotropic Gaussian posterior instead of the ellipsoidal Gausssian priori to inject isotropy into text representations.
Outcome: The proposed method improves classification performance, robustness to input perturbation, and generative behavior compared to the ellipsoidal Gaussian posterior.
Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models (2023.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have recently been shown to deliver impressive performance in various NLP tasks.
Approach: They propose a plan-and-solve (PS) prompting that includes a few manual steps to generate reasoning steps and improves the quality of generated reasoning steps.
Outcome: The proposed strategy outperforms Zero-shot-CoT on ten reasoning problems and has comparable performance to 8-shot CoT prompting on the math reasoning problem.
CodexGraph: Bridging Large Language Models and Code Repositories via Code Graph Databases (2025.naacl-long)

Copied to clipboard

Challenge: Large Language Models excel in stand-alone code tasks but struggle with handling entire code repositories.
Approach: They propose a system that integrates LLM agents with graph database interfaces extracted from code repositories.
Outcome: The proposed system integrates LLM agents with graph database interfaces extracted from code repositories.
SMART: Simulated Students Aligned with Item Response Theory for Question Difficulty Prediction (2025.emnlp-main)

Copied to clipboard

Challenge: Traditionally, estimating item difficulties requires real students to respond to items . a cold-start approach cannot be applied to previously unseen items either .
Approach: They propose a method for aligning simulated students with instructed ability to predict difficulty of open-ended items.
Outcome: The proposed method outperforms existing methods on two real-world student responses.
LLM-Driven Multi-Perspective Location Completion for Next Location Prediction (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods assume that check-in data is complete, overlooking the subjective nature of user behavior, leading to inaccurate capture of user preferences.
Approach: They propose a framework that uses spatial coordinates to augment location completion by transforming geographic coordinates into text.
Outcome: The proposed framework outperforms state-of-the-art methods on three real-world datasets.
Efficient and Effective Prompt Tuning via Prompt Decomposition and Compressed Outer Product (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for fine-tuning pre-trained language models overlook intrinsic semantic associations between soft prompt tokens, leading to high discreteness and limited interactions.
Approach: They propose a low-parameters Prompt Tuning method which leverages prompt decomposition and compressed outer product to facilitate multiple interactions among prompt tokens.
Outcome: Experiments on six architectures and eight datasets show that the proposed method outperforms state-of-the-art methods in performance and efficiency.
Bridging the Empirical-Theoretical Gap in Neural Network Formal Language Learning Using Minimum Description Length (2024.acl-long)

Copied to clipboard

Challenge: Neural networks offer good approximation to many tasks but fail to reach perfect generalization.
Approach: They propose to use a formal language to test whether a theoretically correct solution is not an optimum of commonly used objectives.
Outcome: The proposed model fails to reach the theoretically correct solution even with regularization techniques.
Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks (D18-1)

Copied to clipboard

Challenge: Existing approaches to align multilingual knowledge graphs with counterparts in different languages are not effective.
Approach: They propose a novel approach for cross-lingual KG alignment via graph convolutional networks . they train GCNs to embed entities of each language into a unified vector space .
Outcome: The proposed approach gets the best performance on real multilingual KGs compared with other embedding-based approaches.
Unsupervised Text Style Transfer for Controllable Intensity (2026.findings-eacl)

Copied to clipboard

Challenge: Unsupervised Text Style Transfer (UTST) aims to transfer the stylistic properties of a given text without parallel text pairs.
Approach: They propose a SFT-then-PPO paradigm to fine-tune an LLM with parallel data and reward functions for distinguishing stylistic intensity in hierarchical levels.
Outcome: The proposed system can transfer stylistic properties without parallel text pairs even for adjacent levels of intensity.
PATIMT-Bench: A Multi-Scenario Benchmark for Position-Aware Text Image Machine Translation in Large Vision-Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Current TIMT studies focus on providing translations for all text within an image, neglecting to provide bounding boxes and covering limited scenarios.
Approach: They extend traditional TIMT into position-aware TIMt to support fine-grained translation . they introduce an Adaptive Image OCR Refinement Pipeline to refine results .
Outcome: The proposed model supports fine-grained and layout-preserving translation . the experimental data highlight the scalability and generalizability of the model.
Unleashing the Power of Large Language Models in Zero-shot Relation Extraction via Self-Prompting (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for zero-shot Relation Extraction (RE) lack detailed, context-specific prompts for understanding various sentences and relations.
Approach: They propose a framework that uses a three-stage diversity approach to prompt LLMs by generating multiple synthetic samples that encapsulate specific relations from scratch.
Outcome: The proposed framework outperforms existing LLM-based zero-shot RE methods on benchmark datasets and shows that it produces high-quality synthetic data that enhances performance.
R3 Prompting: Review, Rephrase and Resolve for Chain-of-Thought Reasoning in Large Language Models under Noisy Context (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing studies have evaluated LLMs under noise-free context but the dilemma for LLM to produce inaccurate results under noisy context has not been fully investigated.
Approach: They propose a new method for CoT reasoning using Chain-of-Thought prompting that interacts with LLMs to perform key sentence extraction, variable declaration and answer prediction.
Outcome: The proposed method outperforms existing CoT prompting methods on five reasoning tasks under noisy context.
Training Language Models to Critique With Multi-agent Feedback (2025.findings-emnlp)

Copied to clipboard

Challenge: utilizing human annotations can enhance critique ability, but model-generated critiques suffer from inherent flaws due to complexity of critique . a new framework that leverages multi-agent feedback improves critique ability .
Approach: They propose a framework that leverages multi-agent feedback to improve critique ability . they propose to use supervised fine-tuning and reinforcement learning to improve this capability .
Outcome: The proposed framework improves critique ability in both supervised fine-tuning and reinforcement learning stages.
FCM: A Fine-grained Comparison Model for Multi-turn Dialogue Reasoning (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing neural dialogue models only capture syntactic and semantic information, but fail to model the logical consistency between the dialogue history and the generated response.
Approach: They propose a fine-grained comparison model to capture syntactic and semantic information and then compare each candidate's representation with the whole history to obtain a history consistency representation.
Outcome: The proposed model obtains higher ranking scores than baseline models on two public dialogue datasets.
Graph-based Dependency Parsing with Graph Neural Networks (P19-1)

Copied to clipboard

Challenge: In graph-based dependency parsers, learning representations is gaining in importance, and we use graph neural networks to learn the representations.
Approach: They propose to use graph neural networks to learn dependency tree nodes and propose to add a new aggregation function to the system.
Outcome: The proposed model achieves the best UAS and LAS on PTB (96.0%, 94.3%) without using external resources.
PUPPET: Neural-Symbolic Standardized Patients for Mental Health (2026.acl-long)

Copied to clipboard

Challenge: Existing LLM-based training approaches lack faithful responses to clinical errors and explainable feedback.
Approach: They propose a neural-symbolic virtual standardized patient governed by an OBSERVE-THINK-BEHAVE architecture that embeds LLM reasoning into a symbolic system where experts implant causal associations between intervention logic and patient mental states.
Outcome: The proposed model outperforms baselines in faithfulness and pedagogical value.
You Only Query Twice: Multimodal Rumor Detection via Evidential Evaluation from Dual Perspectives (2025.coling-main)

Copied to clipboard

Challenge: Existing rumor detectors exhibit limitations in fully exploiting responses to the source tweet as essential public opinions, and in explaining and indicating the reliability of the results obtained. Existing research mainly combats this with content and response-based detection methods.
Approach: They propose a Large Language Model with both multimodal source content and the corresponding response set to extract contrasting evidence to enable maximal utilization of informative responses.
Outcome: The proposed approach can indicate the model’s uncertainty (i.e., reliability) of the results.
Do Large Language Models Truly Grasp Addition? A Rule-Focused Diagnostic Using Two-Integer Arithmetic (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) excel at complex math but fail on basic addition, raising the question of whether they grasp rules or are merely reproducing patterns.
Approach: They systematically probe LLMs’ understanding of two-integer addition by testing three crucial properties: commutativity (A+B=B+A), representation invariance via symbolic remapping and consistent accuracy scaling with operand length.
Outcome: The proposed models achieve high numeric accuracy but fail basic addition tasks.
Memformer: A Memory-Augmented Transformer for Sequence Modeling (2022.findings-aacl)

Copied to clipboard

Challenge: Experimental results show that Memformer uses 8.1x less memory space and 3.2x faster on inference.
Approach: They propose an efficient neural network that utilizes an external dynamic memory to encode and retrieve past information.
Outcome: The proposed model achieves comparable performance against baselines with 8.1x less memory space and 3.2x faster on inference.
Automated Knowledge Component Generation and Interpretable Knowledge Tracing in Coding Problems (2026.findings-acl)

Copied to clipboard

Challenge: Existing solutions to automate KC generation and tagging for open-ended programming problems are highly labor-intensive and prone to bias and errors.
Approach: They propose an automated pipeline for KC generation and tagging for open-ended programming problems using large language models.
Outcome: The proposed method outperforms existing ones and outperfies human-written KCs on future student response prediction.
Knowledge Decoupling via Orthogonal Projection for Lifelong Editing of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for enhancing large language models (LLMs) have achieved some success, but their knowledge understanding and memory capacity significantly degrades after extensive editing.
Approach: They propose a method that stores the basis vectors of the representation space of past edits in a knowledge cache and projects the gradient of the current edit onto a space orthogonal to previous knowledge for updating.
Outcome: The proposed method improves question-answering ability and hallucination mitigation by 14% and 61% for large language models after 3,000 edits.
Hardness-guided domain adaptation to recognise biomedical named entities under low-resource scenarios (2022.emnlp-main)

Copied to clipboard

Challenge: Named Entity Recognition (NER) tasks require a large amount of training data and domains are often scarcely labeled.
Approach: They propose a hardness-guided domain adaptation framework for bioNER tasks that leverages domain hardness information to improve the adaptability of the learnt model in low-resource scenarios.
Outcome: The proposed model outperforms the state-of-the-art MetaNER model on biomedical datasets.
IGenBench: Benchmarking the Reliability of Text-to-Infographic Generation (2026.acl-long)

Copied to clipboard

Challenge: Generated infographics may appear correct at first glance but contain easily overlooked issues, such as distorted data encoding or incorrect textual content.
Approach: They propose to evaluate reliability of text-to-infographic generation using IGenBench . they employ multimodal large language models to verify each question .
Outcome: The proposed framework decomposes reliability verification into atomic yes/no questions based on a taxonomy of 10 question types.
Empowering Backbone Models for Visual Text Generation with Input Granularity Control and Glyph-Aware Training (2024.emnlp-main)

Copied to clipboard

Challenge: Existing text-to-image models struggle to generate images with legible visual texts . current models lack support for Chinese texts, misspelling, and lack of diversity .
Approach: They propose to empower backbone models to generate visual texts in Chinese and English . they propose to augment conventional training objective with glyph-aware training losses .
Outcome: The proposed methods can generate visual texts in English and Chinese while maintaining image generation quality.
Can Intelligent Agents Revolutionize Scale Generation? (2026.findings-acl)

Copied to clipboard

Challenge: Existing measurement scales require extensive manual labor and require extensive validation and validation.
Approach: They propose a multi-agent framework that automates scale development by leveraging collaborative AI agents.
Outcome: The proposed framework automates scale development while maintaining rigorous quality standards.
Open-Set Living Need Prediction with Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to living need prediction treat it as a closed-set classification problem, severely limiting their ability to capture diversity and complexity of living needs.
Approach: They propose a system leveraging large language models for unrestricted need prediction that leverages Maslow's hierarchy of needs to align predictions with human living needs.
Outcome: The proposed system outperforms closed-set approaches on need-based life service recall by an average of 19.37% on real-world datasets.
Improving Cross-task Generalization of Unified Table-to-text Models with Compositional Task Configurations (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for multitask learning typically use a dataset name as input prefix, which limits the effectiveness of multitask training.
Approach: They propose compositional task configurations, a set of prompts prepended to the encoder to improve cross-task generalization of unified models.
Outcome: The proposed model outperforms the UnifiedSKG baseline by noticeable margins in both in-domain and zero-shot settings.
Adaptive Bridge between Training and Inference for Dialogue Generation (2021.emnlp-main)

Copied to clipboard

Challenge: Experimental results show that our model can achieve a significant improvement in terms of metric-based evaluation and human evaluation compared with the state-of-the-art exposure bias approaches.
Approach: They propose a novel adaptive switching mechanism which automatically transits between ground-truth learning and generated learning regarding the word-level matching score.
Outcome: The proposed model improves on Chinese and English reddit datasets compared with state-of-the-art models on the word-level matching score.
Connective Prediction for Implicit Discourse Relation Recognition via Knowledge Distillation (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for implicit discourse relation recognition (IDRR) lack connectives, which is a major challenge in discourse analysis research.
Approach: They propose a method to predict latent correlations between connectives and discourse relations using a knowledge distillation approach.
Outcome: The proposed method outperforms state-of-the-art models on coarse-grained and fine-grain discourse relations and can be transferred to explicit discourse relation recognition and achieve acceptable performance.
LAM SIMULATOR: Advancing Data Generation for Large Action Model Training via Online Exploration and Trajectory Feedback (2025.findings-acl)

Copied to clipboard

Challenge: Large Action Models (LAMs) face challenges due to the need for high-quality training data, especially for multi-steps tasks that involve planning, executing tool calls, and responding to feedback.
Approach: They propose a framework for online exploration of agentic tasks with high-quality feedback . they use a dynamic task query generator and an extensive collection of tools to create a high-level feedback environment for LLM Agents.
Outcome: The proposed framework achieves 49.3% performance improvement over baselines on toolbench and CRMArena.
MTAVG-Bench: A Diagnostic Benchmark for Multi-Talker Dialogue-Centric Audio-Video Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing evaluation benchmarks for text-to-audio-video (T2AV) generation are largely designed for human-recorded videos or single-speaker settings.
Approach: They propose a failure-driven diagnostic benchmark for multi-talker dialogue-centric audio-video generation.
Outcome: The benchmark evaluates multi-speaker dialogue generation at four levels: audio-visual signal fidelity, temporal attribute consistency, social interaction, and cinematic expression.
Text or Pixels? Evaluating Efficiency and Understanding of LLMs with Visual Text Inputs (2025.findings-emnlp)

Copied to clipboard

Challenge: *visual text representations* are a practical and surprisingly effective form of input compression for decoder LLMs.
Approach: They exploit visual representations to render long text inputs as a single image and provide it directly to the model.
Outcome: The proposed method reduces token usage while preserving performance.
Initializing and Retrofitting Key-Value Adaptors for Traceable Model Editing (2025.findings-acl)

Copied to clipboard

Challenge: Language models (LMs) are becoming imperative tools for consulting in realworld scenarios.
Approach: They propose a model editing method that initializes and retrofits key-value pairs into MLP blocks to construct a new mapping of a piece of knowledge without damaging irrelevant knowledge.
Outcome: The proposed method outperforms baseline methods on a series of GPT series models on edit success and generalization without influencing specificity.
Leveraging Information Bottleneck for Scientific Document Summarization (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to extract salient sentences from document are unsupervised and rely on graph-based methods for sentence ranking.
Approach: They propose an unsupervised extractive approach to document level summarization based on the Information Bottleneck principle.
Outcome: The proposed framework can be extended to a multi-view framework by different signals.
Learning from Failures: Error Notebook-guided Secure Code Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing security code generation methods rely on abstract security knowledge, resulting in suboptimal security.
Approach: They propose a framework that integrates a Security Error Notebook and a Function Erro Notebook to provide concrete, actionable guidance to LLMs.
Outcome: The proposed framework achieves a substantial leap in SP@1 metric, with GPT-4o-mini performance improving from 60.21% to 66.7% on CodeGuard+.
Unified Dual-view Cognitive Model for Interpretable Claim Verification (2021.acl-long)

Copied to clipboard

Challenge: Existing studies constructing direct interactions between the claim and each single user response to capture evidence have shown remarkable success in interpretable claim verification.
Approach: They propose a Dual-view model based on the views of Collective and Individual Cognition (CICD) that captures word-level semantics based . on individual cognition, they adjust the proportion between them to generate global evidence.
Outcome: The proposed model is based on the views of collective and individual cognition and achieves state-of-the-art performance on three benchmark datasets.
Do Transformer Modifications Transfer Across Implementations and Applications? (2021.emnlp-main)

Copied to clipboard

Challenge: Currently, the Transformer is the de facto architecture of choice for processing sequential data.
Approach: They evaluate the Transformer architecture and its modifications in a shared experimental setting . they conjecture that performance improvements may strongly depend on implementation details .
Outcome: The proposed improvements do not significantly improve performance, the authors find . the proposed improvements are either developed in the same codebase or are minor changes .
Transformer over Pre-trained Transformer for Neural Text Segmentation with Enhanced Topic Coherence (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing models for text segmentation use supervised and unsupervised learning to perform tasks such as text summarization and keyword extraction.
Approach: They propose a transformer over transformer framework to perform neural text segmentation.
Outcome: The proposed framework outperforms state-of-the-art models in terms of semantic coherence measure . bottom-level sentence encoders pre-trained on specific languages yield better performance .
Learning to Control the Specificity in Neural Response Generation (P18-1)

Copied to clipboard

Challenge: Existing generative conversational models tend to favor general and trivial responses which appear frequently.
Approach: They propose a controlled response generation mechanism to handle different utterance-response relationships in terms of specificity.
Outcome: The proposed model outperforms state-of-the-art models under automatic and human evaluations.
Large-Scale Corpus Construction and Retrieval-Augmented Generation for Ancient Chinese Poetry: New Method and Data Insights (2025.findings-naacl)

Copied to clipboard

Challenge: Ancient Chinese poetry presents unique challenges for Large Language Models due to data scarcity and limited ability of general LLMs when dealing with ACP.
Approach: They propose a specialized Retrieval-Augmented Generation framework to improve LLMs' performance . they use 1.1 million ancient poems and 990K related texts to address hallucination issues .
Outcome: The proposed framework improves performance of LLMs in ancient Chinese poetry domain from 49.2% to 89.0%.
TaCL: Improving BERT Pre-training with Token-aware Contrastive Learning (2022.findings-naacl)

Copied to clipboard

Challenge: Existing pre-trained MLMs produce an anisotropic distribution of token representations . this is not ideal for tasks that require discriminative semantic meanings of distinct tokens - a problem that exists in pre-training models .
Approach: They propose a continual pre-training approach that encourages BERT to learn an isotropic distribution of token representations.
Outcome: The proposed approach improves on a wide range of English and Chinese benchmarks.
PEAP: Proactive Embodied Action Sequence Planning with Joint Understanding of Vision and Audio Perception (2026.acl-long)

Copied to clipboard

Challenge: Embodied action sequence planning focuses on the capability of embodied agents to implement action planning via environmental perception without explicit human instructions.
Approach: They propose to use a multimodal dataset to evaluate the performance of multiple large language models to evaluate their models' environmental perception capabilities.
Outcome: The proposed model shows that it lacks accurate environmental perception capabilities and that it can improve on the PEAP dataset.
History Semantic Graph Enhanced Conversational KBQA with Temporal Information Modeling (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for conversational KBQA assume the independence of utterances and model them in isolation.
Approach: They propose a History Semantic Graph Enhanced KBQA model that models long-range semantic dependencies in conversation history while maintaining low computational cost.
Outcome: The proposed model outperforms baselines on a widely used question type dataset.
WebCPM: Interactive Web Search for Chinese Long-form Question Answering (2023.acl-long)

Copied to clipboard

Challenge: Long-form question answering requires two procedures: information retrieval and information synthesis.
Approach: They propose a Chinese long-form question answering dataset called WebCPM . the dataset is based on a web search interface that engages with a search engine in real time .
Outcome: The proposed dataset generates answers that are no worse than human-written ones . the dataset is the first Chinese LFQA dataset .
Prompting Large Language Models with Chain-of-Thought for Few-Shot Knowledge Base Question Generation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods for question generation over knowledge bases rely on annotated data for fine-tuning . emergence of Large Language Models (LLMs) has shown impressive generalization ability in few-shot tasks.
Approach: They propose to use a logical form to generate a question in a reasoning problem . they propose to extend the prompting method into a method that can generate questions in logical forms .
Outcome: The proposed method outperforms baselines on three public KBQG datasets.
Exploring Automated Distractor Generation for Math Multiple-choice Questions via Large Language Models (2024.findings-naacl)

Copied to clipboard

Challenge: Multiple-choice questions (MCQs) are easy to administer and grade . but crafting high-quality distractors remains labor-intensive and limited scalability .
Approach: They propose to automate the generation of distractors in math MCQs by using large language models to generate distractors.
Outcome: The proposed methods can generate valid distractors, but they are less adept at anticipating common errors or misconceptions among real students.
Diff4TST: Masked Diffusion Language Model for Text Style Transfer (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for text style transfer rely on task-specific training and expensive training stages.
Approach: They propose a diffusion-based language model that formulates text style transfer as an explicit copy-and-edit process.
Outcome: The proposed model improves style accuracy and controllability while maintaining strong content preservation and fluency.
Causal-Audit: Explicit and Auditable Graph-based Reasoning via Target-Aware Causal Chain Construction (2026.findings-acl)

Copied to clipboard

Challenge: Existing LLM-based methods rely on implicit language-level reasoning, resulting in opaque causal assumptions and fragile predictions.
Approach: They propose an explicit and auditable causal reasoning framework for context-free intervention-based question answering that uses four modular stages rather than implicit end-to-end prediction.
Outcome: The proposed framework outperforms existing LLM-based methods while providing interpretable and auditable causal reasoning traces.
LightEA: A Scalable, Robust, and Interpretable Entity Alignment Framework via Three-view Label Propagation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing EA methods inherit the inborn defects from their neural network lineage: poor interpretability and weak scalability.
Approach: They propose a neural-free EA framework that can find equivalent entity pairs between KGs.
Outcome: The proposed framework has impressive scalability, robustness, and interpretability.
An Empirical Study of Pre-trained Transformers for Arabic Information Extraction (2020.emnlp-main)

Copied to clipboard

Challenge: Multilingual pre-trained Transformers have been shown to enable effective cross-lingual zero-shot transfer, but their performance on Arabic information extraction tasks is not well studied.
Approach: They pre-train a bilingual BERT that is designed specifically for Arabic NLP and English-to-Arabic zero-shot transfer learning.
Outcome: The pre-trained model significantly outperforms mBERT, XLM-RoBERTa, and AraBERT in both the supervised and zero-shot transfer settings.
V-Oracle: Making Progressive Reasoning in Deciphering Oracle Bones for You and Me (2025.acl-long)

Copied to clipboard

Challenge: Deciphering oracle bone scripts using AI technology is not an overnight task due to the evolution of written language over millennia.
Approach: They propose a framework that utilizes Large Multi-modal Models (LMMs) for interpreting Oracle Bone Script (OBS).
Outcome: The proposed framework provides quantitative analyses and superior deciphering capability.
AutoDCWorkflow: LLM-based Data Cleaning Workflow Auto-Generation and Benchmark (2025.findings-emnlp)

Copied to clipboard

Challenge: Data cleaning is a time-consuming and error-prone manual process even with modern workflow tools like OpenRefine.
Approach: AutoDCWorkflow generates a table with a data analysis purpose and generates an open-refine workflow.
Outcome: The proposed pipeline generates clean, minimal tables for data analysis tasks.
RAG-QA Arena: Evaluating Domain Robustness for Long-form Retrieval Augmented Question Answering (2024.emnlp-main)

Copied to clipboard

Challenge: Existing datasets for question answering based on retrieval augmented generation (RAG-QA) are either constructed using a single source corpus or consist of short extractive answers, which fall short of evaluating large language model (LLM) based RAG-QA systems on cross-domain generalization.
Approach: They propose a dataset that integrates short extractive answers from multiple documents into a single coherent narrative.
Outcome: The proposed dataset integrates short extractive answers from multiple documents into a single coherent narrative, covering 26K queries and large corpora across seven different domains.
Can Reasoning Path still be Effective as Input? Bridging Post-Reasoning to Chain-of-Thought Compression (2026.acl-long)

Copied to clipboard

Challenge: Existing work on reducing CoT generation in reasoning impairs the necessary information for deriving the correct answer.
Approach: They propose a reasoning paradigm that takes CoT as a part of context to simplify the reasoning task for Large Language Models (LLMs).
Outcome: The proposed framework reduces the generation length of LLMs, but its effectiveness hinges on the efficiency and reliability of the contextual CoT generation.
CreditDecoding: Accelerating Parallel Decoding in Diffusion Large Language Models with Trace Credit (2026.acl-long)

Copied to clipboard

Challenge: Diffusion large language models generate text through iterative denoising with bidirectional attention, enabling richer contextual dependencies.
Approach: They propose a training-free parallel decoding method that fuses Trace Credit with current logits to boost the confidence of correct but underconfident tokens.
Outcome: The proposed method achieves 5.48 times speedup with +0.48 accuracy on LLaDA-8B and is orthogonal to mainstream inference optimizations.
Multi-Operational Mathematical Derivations in Latent Space (2024.naacl-long)

Copied to clipboard

Challenge: Using a symbolic engine, we investigate the possibility of approximating multiple mathematical operations in latent space for expression derivation.
Approach: They propose to model mathematical operations as explicit geometric transformations by leveraging a symbolic engine and a large-scale dataset.
Outcome: The proposed paradigms can be used to approximate multiple mathematical operations in latent space, while discriminating the conclusions for a single operation is achievable in the original expression encoder.
Beyond Language: Learning Commonsense from Images for Reasoning (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing commonsense reasoning methods use raw texts to perform data representation and answer prediction tasks.
Approach: They propose a novel approach to learn commonsense from images instead of limited raw texts or costly knowledge bases.
Outcome: The proposed approach outperforms language-based methods on commonsense reasoning problems on two commonsence reasoning problems.
Leveraging Meta Information in Short Text Aggregation (P19-1)

Copied to clipboard

Challenge: Existing topic models infer topics based on word co-occurrence information, which results in degraded performance and degrades performance.
Approach: They propose a generative model that aggregates short texts into clusters by leveraging the associated meta information.
Outcome: The proposed model can generate more interpretable topics and document clusters.
Learning to Select In-Context Demonstration Preferred by Large Language Model (2025.findings-acl)

Copied to clipboard

Challenge: In-context learning (ICL) enables large language models to perform tasks with only a few examples as demonstrations.
Approach: They propose a generative preference learning framework that leverages LLM feedback to directly optimize demonstration selection for ICL.
Outcome: Experiments on 19 datasets across 11 task categories show that GenICL achieves superior performance than existing methods in selecting the most effective demonstrations.
CEDAR: A Chinese Evaluation Dataset for Computational Argumentation (2026.acl-long)

Copied to clipboard

Challenge: Existing debate datasets neglect important labels for argument mining, generation, and evaluation.
Approach: They propose a Chinese Evaluation Dataset for Computational Argumentation that includes key arguments and key rhetorical figures, debater roles, modal words, debate results and transcripts.
Outcome: The proposed dataset covers 600 debates about 318 topics from Chinese debate competitions.
Improving Retrospective Language Agents via Joint Policy Gradient Optimization (2025.naacl-long)

Copied to clipboard

Challenge: Recent advances in large language models have sparked interest in creating autonomous agents.
Approach: They propose a framework that jointly optimizes both task-planning and self-reflective evolution capabilities in language agents.
Outcome: The proposed framework improves task planning and self-reflective evolution capabilities in language agents.
Targeted Exploration via Unified Entropy Control for Reinforcement Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for group relative policy optimization suffer from entropy collapse . Existing exploration methods introduce additional bias or variance during exploration, making it difficult to maintain stability.
Approach: They propose a framework that provides targeted mechanisms for exploration and stabilization.
Outcome: The proposed framework expands search space on difficult prompts while preventing entropy growth uncontrollably.
Phi: Preference Hijacking in Multi-modal Large Language Models at Inference Time (2025.emnlp-main)

Copied to clipboard

Challenge: Recent advances in Multimodal Large Language Models have raised serious safety concerns.
Approach: They propose a method for manipulating the output preference of MLLMs using a preference hijacked image.
Outcome: The proposed method works at inference time and requires no model modifications.
SEOE: A Scalable and Reliable Semantic Evaluation Framework for Open Domain Event Detection (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluation methods for Open Domain Event Detection (ODED) lack representative representations of the real world, making it difficult to accurately reflect performance of various ODED methods in real-world scenarios.
Approach: They propose a scalable and reliable Semantic-level Evaluation framework for Open domain event detection by constructing a more representative evaluation benchmark and introducing a semantic evaluation metric.
Outcome: The proposed framework first constructs a more representative evaluation benchmark that currently includes 564 event types covering 7 major domains, with a cost-effective supplementary annotation strategy to ensure the benchmark’s representativeness.
Contrastive Learning of Sentence Embeddings from Scratch (2023.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to learn sentence embeddings with unlabeled data are limited due to copyright restrictions, data distribution issues, and messy formats.
Approach: They propose a contrastive learning framework that trains sentence embeddings with synthetic data.
Outcome: The proposed framework produces positive and negative annotations given unlabeled sentences and generates sentences along with their corresponding annotations from scratch.
HSCodeComp: A Realistic and Expert-level Agent Benchmark for Hierarchical Rule Application (2026.acl-long)

Copied to clipboard

Challenge: Existing agent benchmarks neglect hierarchical rule application in real-world domains . a critical gap persists in numerous real-life professional domains where decision-making is governed by expert-written rules.
Approach: They propose a benchmark requiring agents to assign a unique 10-digit Harmonized System (HS) Code to products by aligning their fuzzy attributes with strict tariff classification rules.
Outcome: The proposed benchmarks lack hierarchical rule application capability in real-world domains . the proposed benchmark is based on e-commerce and is open-source .
A Span-based Linearization for Constituent Trees (2020.acl-main)

Copied to clipboard

Challenge: Existing local models have been used to parse constituent trees, but local models can be faster and more efficient.
Approach: They propose a linearization of a constituent tree and a locally normalized model which computes the normalizer on all spans ending with that split point.
Outcome: The proposed model outperforms existing local models and achieves competitive results with global models.
Minimum Description Length Recurrent Neural Networks (2022.tacl-1)

Copied to clipboard

Challenge: We show that neural networks that optimize a minimum description length score master memory challenges and perform addition with 100% accuracy.
Approach: They train neural networks to optimize a Minimum Description Length score . they show that they master tasks involving memory challenges and perform addition .
Outcome: The proposed models master languages and perform addition with 100% accuracy . they show that they can generalize from small training corpora and large training corpus .
CERD: A Comprehensive Chinese Rhetoric Dataset for Rhetorical Understanding and Generation in Essays (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing rhetorical understanding and generation datasets focus on single coarse-grained categories or fine-grain categories, neglecting the intrinsic connections between different rhetorical devices.
Approach: They propose a Chinese Essay Rhetoric Dataset with four coarse-grained categories . they propose to treat these categories as separate sub-tasks, thereby improving writing skills .
Outcome: The proposed dataset improves the author's writing proficiency and language usage skills by recognizing and generating rhetorical sentences under given conditions.
Dynamics of Instruction Fine-Tuning for Chinese Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Instruction tuning is a burgeoning method to elicit the general intelligence of Large Language Models.
Approach: They investigate the effects of data quantity, model size, and data construction methods on instruction tuning for Chinese LLMs.
Outcome: The proposed model includes over 40,000 high-quality instruction instances covering ten underlying abilities.
Joint Type Inference on Entities and Relations via Graph Convolutional Networks (P19-1)

Copied to clipboard

Challenge: a novel graph convolutional network (GCN) is proposed for the task of joint entity relation extraction.
Approach: They propose a graph convolutional network running on an entity-relation bipartite graph . they propose combining two different methods to perform joint entity relation extraction .
Outcome: The proposed model outperforms existing joint models in entity performance and is competitive with the state-of-the-art in relation performance.
ROSE: Robust Selective Fine-tuning for Pre-trained Language Models (2022.emnlp-main)

Copied to clipboard

Challenge: Recent studies have highlighted the lack of adversarial robustness in pre-trained models.
Approach: They propose a fine-tuning approach that conducts selective updates when adapting pre-trained models to downstream tasks.
Outcome: The proposed approach improves adversarial robustness on downstream tasks . it eliminates spurious updates, leading to flatter and wider optima than the conventional method .
AlpacaTag: An Active Learning-based Crowd Annotation Framework for Sequence Tagging (P19-3)

Copied to clipboard

Challenge: Existing sequence annotation tools focus on improving user interfaces and user interface.
Approach: They propose an open-source web-based data annotation framework for sequence tagging tasks . the framework is based on active learning and automatic crowd consolidation .
Outcome: The proposed framework is a comprehensive solution for sequence labeling tasks . it can be deployed in downstream systems while new annotations are being made .
Translatotron-V(ison): An End-to-End Model for In-Image Machine Translation (2024.findings-acl)

Copied to clipboard

Challenge: In-image machine translation (IIMT) aims to translate an image containing texts in source language into an image with translations in target language.
Approach: They propose an end-to-end IIMT model with four modules that translate images . they propose a two-stage training framework to assist the model in learning alignment across languages .
Outcome: The proposed model outperforms cascaded models with only 70.9% of parameters and is highly accurate.
FinDABench: Benchmarking Financial Data Analysis Ability of Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated impressive capabilities across a wide range of tasks, but their proficiency and reliability in the specialized domain of financial data analysis remain uncertain.
Approach: FinDABench is a benchmark designed to evaluate the financial data analysis capabilities of Large Language Models (LLMs) it comprises 15,200 training instances and 8,900 test instances, all meticulously crafted by human experts.
Outcome: FinDABench measures the financial data analysis capabilities of large language models (LLMs) across three dimensions: 1) Core Ability; 2) Analytical Ability; 3) Technical Ability.
SyllabusQA: A Course Logistics Question Answering Dataset (2024.acl-long)

Copied to clipboard

Challenge: We introduce Fact-QA, an LLM-based evaluation metric to evaluate the factuality of predicted answers.
Approach: They propose to use an open-source dataset to analyze logistics-related question-answer pairs in a logistics-based course.
Outcome: The proposed approach performs close to humans on traditional metrics of textual similarity, but there is a significant gap between them and humans in terms of fact precision.
Few Clean Instances Help Denoising Distant Supervision (2022.coling-1)

Copied to clipboard

Challenge: Existing distantly supervised entity relation extractors rely on noisy data for training and evaluation.
Approach: They propose a criterion for clean instance selection based on influence functions to collect sample-level evidence for recognizing good instances.
Outcome: The proposed method shows strong performance on real and synthetic noisy datasets.
Embedding WordNet Knowledge for Textual Entailment (C18-1)

Copied to clipboard

Challenge: Existing deep learning models for textual entailment do not require any feature engineering or linguistic analysis.
Approach: They propose to embed WordNet-derived lexical entailment relations into specially-learned word vectors and incorporate them into a decomposable attention model for textual enlightment.
Outcome: The proposed model significantly improves on the SICK and SNLI datasets.
Amadeus: Autoregressive Model with Bidirectional Attribute Modelling for Symbolic Music (2026.acl-long)

Copied to clipboard

Challenge: Existing symbolic music generation models represent musical notes as a sequence of attribute tokens with fixed unidirectional dependencies.
Approach: They propose a symbolic music generation framework that adopts a autoregressive and a discrete diffusion architectures for note attributes.
Outcome: The proposed framework improves state-of-the-art models across objective and subjective metrics.
Does DetectGPT Fully Utilize Perturbation? Bridging Selective Perturbation to Fine-tuned Contrastive Learning Detector would be Better (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to detect MGT from human-written texts are inadequate . existing methods are fine-tuned and zero-shot metric-based, but they can be more accurate.
Approach: They propose a novel fine-tuned detector that can detect MGT from human-written texts by contrastive learning on selective perturbation.
Outcome: The proposed method outperforms the state-of-the-art by 1.20% on four public datasets.
Exploring Better Text Image Translation with Multimodal Codebook (2023.acl-long)

Copied to clipboard

Challenge: Current studies on text image translation face bottlenecks due to lack of a publicly available dataset and poor optical character recognition.
Approach: They propose a text image translation model with a multimodal codebook and an OCR dataset for Chinese-English translation.
Outcome: The proposed model can associate the image with relevant texts, providing useful supplementary information for translation.
Multimodal Transformers are Hierarchical Modal-wise Heterogeneous Graphs (2025.acl-long)

Copied to clipboard

Challenge: Multimodal Sentiment Analysis (MSA) is a rapidly developing field that integrates multimodal information to recognize sentiments.
Approach: They propose a multimodal fusion model that integrates multimodal information to recognize sentiments using multimodal transformers.
Outcome: The proposed model achieves significantly higher performance than MulTs and the existing model is robust.
K-Level Reasoning: Establishing Higher Order Beliefs in Large Language Models for Strategic Reasoning (2025.naacl-long)

Copied to clipboard

Challenge: Strategic reasoning requires Large Language Model (LLM) agents to adapt their strategies dynamically in multi-agent environments.
Approach: They propose a framework that enables Large Language Models to achieve varying levels of strategic depth by recursive mechanisms that allow agents to form higher order beliefs about others' beliefs.
Outcome: The proposed framework enables LLMs to achieve varying levels of strategic depth, allowing agents to form higher order beliefs—beliefs about others’ beliefs.
PRACTIQ: A Practical Conversational Text-to-SQL dataset with Ambiguous and Unanswerable Queries (2025.naacl-long)

Copied to clipboard

Challenge: Existing text-to-SQL systems focus on user questions with clear intentions that can be answered, but real user questions can be ambiguous with multiple interpretations or unanswerable due to a lack of relevant data.
Approach: They construct a conversational text-to-SQL dataset called PRACTIQ, consisting of ambiguous and unanswerable questions inspired by real-world user questions.
Outcome: The proposed system generates conversations with four turns, generating the user’s question, an assistant response seeking clarification, and the user's clarified SQL response with the natural language explanation of the execution results.
Neural Network Models for Paraphrase Identification, Semantic Textual Similarity, Natural Language Inference, and Question Answering (C18-1)

Copied to clipboard

Challenge: Sentence pair modeling is a fundamental technique underlying many NLP tasks.
Approach: They analyze several neural network designs for sentence pair modeling and compare their performance extensively across eight datasets.
Outcome: The proposed models perform well across eight datasets including paraphrase identification, semantic textual similarity, natural language inference, and question answering tasks.
FOCUS: Forging Originality through Contrastive Use in Self-Plagiarism for Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods to generate original text using pre-trained language models are problematic as they are trained on corpora constructed by human authors.
Approach: They propose a unique “self-plagiarism” contrastive decoding strategy that modifies prompts in LLMs to develop an amateur model and a professional model.
Outcome: The proposed method enables the development of an amateur model and a professional model while maintaining its standard language model status.
Your Reasoning Model Knows What Counts: Self-Guided Chain-of-Thought Pruning for Efficient Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to Chain-of-Thought reasoning are often degraded because they disregard the model’s intrinsic reasoning dependency.
Approach: They propose a self-guided pruning framework that leverages the model’s intrinsic likelihood landscape to identify segments that are extraneous to its specific reasoning pattern.
Outcome: The proposed framework reduces output length while maintaining or improving accuracy on multiple benchmarks.
Adaptive Information Seeking for Open-Domain Question Answering (2021.emnlp-main)

Copied to clipboard

Challenge: Existing iterative approaches to open-domain question answering use predefined strategies . e.g., BM25, DPR, and hyperlink are defined as actions .
Approach: They propose a novel adaptive information-seeking strategy for open-domain question answering . they propose to use a partially observed Markov decision process to select a proper retrieval action .
Outcome: Experiments on SQuAD Open and HotpotQA fullwiki show that AISO outperforms baseline methods with predefined strategies in retrieval and answer evaluations.
PsyDial: A Large-scale Long-term Conversational Dataset for Mental Health Support (2025.acl-long)

Copied to clipboard

Challenge: Existing models for mental health counseling use a privacy-preserving data reconstruction method to reconstruct client-counselor dialogues without removing personally identifiable information due to privacy concerns.
Approach: They propose a privacy-preserving data reconstruction method that reconstructs real-world client-counselor dialogues while mitigating privacy concerns.
Outcome: The proposed method reduces privacy risks while maintaining dialogue diversity and conversational exchange while maintaining conversational diversity.
An Effective and Efficient Entity Alignment Decoding Algorithm via Third-Order Tensor Isomorphism (2022.acl-long)

Copied to clipboard

Challenge: Existing methods focus on graph representation learning, but decoding is a key part of the process.
Approach: They propose an EA Decoding Algorithm via Third-order Tensor Isomorphism (DATTI) they combine two sets of isomorphic equations to enhance the decoding process .
Outcome: The proposed algorithm can deliver significant performance improvements even on the most advanced methods while the extra required time is less than 3 seconds.
ComRAG: Retrieval-Augmented Generation with Dynamic Vector Stores for Real-time Community Question Answering in Industry (2025.acl-industry)

Copied to clipboard

Challenge: Existing methods for Community Question Answering (CQA) focus on static knowledge, limiting their applicability to real-world scenarios.
Approach: They propose a retrieval-augmented generation framework for real-time industrial CQA that integrates static knowledge with dynamic historical QA pairs via a centroid-based memory mechanism.
Outcome: The proposed framework outperforms baselines on three industrial CQA datasets and achieves 25.9% improvement in vector similarity, reducing latency by 8.7%–23.3%, and lowering chunk growth from 20.23% to 2.06% over iterations.
Autoformalization in the Wild: Assessing LLMs on Real-World Mathematical Definitions (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable potential in assisting with mathematical reasoning on different downstream tasks.
Approach: They propose two new tools for autoformalizing real-world mathematical definitions from Wikipedia and arXiv papers.
Outcome: The proposed methods improve definitions by up to 16% and undefined errors by 43%.
PsyGUARD: An Automated System for Suicide Detection and Risk Assessment in Psychological Counseling (2024.emnlp-main)

Copied to clipboard

Challenge: Existing systems for fine-grained suicide detection and risk assessment are lacking . a lack of domain-specific systems for this task poses a challenge to automated crisis intervention aimed at suicide prevention.
Approach: They propose to use a fine-grained suicide detection system to assess risk in counseling . they develop a taxonomy for detecting suicide ideation and a large-scale dataset .
Outcome: The proposed system detects suicidal ideation and assesses risk in counseling . it can provide safe, helpful, and tailored responses for further assessment .
Born Pragmatic, Trained to Hallucinate? Quantifying the Origins of Contextual Bias in LLMs via the PaCE Benchmark (2026.findings-acl)

Copied to clipboard

Challenge: Large language models excel at capturing communicative intent, but they have a side effect: pragmatic hallucination.
Approach: They propose a benchmark to quantify the impact of pragmatic hallucination on large language models . they propose RLHF and SFT to induce a strong tendency for pragmatic over-attribution .
Outcome: The proposed model outperforms existing models in predicting pragmatic hallucinations . the evaluations show that current alignment paradigms lack precise control over pragmatic boundaries .
Uni-Encoder: A Fast and Accurate Response Selection Paradigm for Generation-Based Dialogue Systems (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to decode a given context-candidate pair are expensive and time-consuming.
Approach: They propose a new paradigm that keeps full attention over each pair while only encoding the context once.
Outcome: The proposed paradigm achieves new state-of-the-art results on four benchmark datasets with high computational efficiency.
EMA: An Episodic Memory Agent for Efficient and Selective Memory (2026.findings-acl)

Copied to clipboard

Challenge: Existing memory-augmented methods often incorporate full dialog histories without filtering, resulting in information redundancy and inference latency.
Approach: They propose a framework that abstracts conversational context into Episodic Memory Units (EMUs) they propose EMA, MemDecider and a filtering decision module to reduce noise and improve overall performance.
Outcome: The proposed framework reduces token consumption by 11.48% while improving performance on two widely-used benchmarks.
Understanding Gender Bias in Knowledge Base Embeddings (2022.acl-long)

Copied to clipboard

Challenge: Knowledge base (KB) embeddings have been shown to contain gender biases . authors develop two new bias measures to quantify them and trace their origins in KB .
Approach: They propose two ways to quantify gender biases in knowledge base (KB) embeddings . they use the influence function to inspect the contribution of each triple in KB to the overall group bias .
Outcome: The proposed measures are compared with real-world census data to examine gender biases.
Tokenization Consistency Matters for Generative Models on Extractive NLP Tasks (2023.findings-emnlp)

Copied to clipboard

Challenge: Pretrained sequence-to-sequence (seq2sequ) models have been widely used to solve extractive tasks, where parts of the input are extracted to form the desired output.
Approach: They propose a simple fix to tokenization inconsistency that damages extractive nature of generative models by causing performance drop and hallucination.
Outcome: The proposed model performs better in both in-domain and out-of-domain datasets with a notable average of +1.7 F1 gain when a BART model is trained on SQuAD and evaluated on 8 QA datasets.
A Multi-Task Dataset for Assessing Discourse Coherence in Chinese Essays: Structure, Theme, and Logic Analysis (2023.emnlp-main)

Copied to clipboard

Challenge: Existing research focuses on isolated dimensions of discourse coherence . Existing discourse cohesion analyses focus on isolated aspects of discourse .
Approach: They introduce a Chinese Essay Discourse Coherence Corpus (CEDCC) which integrates coherence grading, topical continuity, and discourse relations.
Outcome: The proposed dataset captures the subtleties of real-world texts and stimulates progress in Chinese discourse coherence analysis.
Understanding the Therapeutic Relationship between Counselors and Clients in Online Text-based Counseling using LLMs (2024.findings-emnlp)

Copied to clipboard

Challenge: In traditional face-to-face therapy, the assessment of therapeutic alliance is not directly translated to text-based settings.
Approach: They propose an automatic approach to understand the development of therapeutic alliance in text-based counseling by using large language models.
Outcome: The proposed approach demonstrates that the framework is effective in identifying the therapeutic alliance in text-based counseling.
RemoteRAG: A Privacy-Preserving LLM Cloud RAG Service (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have a tendency to generate factually incorrect or purely fictional responses, a phenomenon known as hallucination.
Approach: They propose to use remote RAG to protect user query from privacy leakage . they introduce (n,)-DistanceDP to characterize privacy leakages of user query .
Outcome: The proposed solution can resist embedding inversion attacks while achieving no loss in retrieval under various settings.
Scaling up Open Tagging from Tens to Thousands: Comprehension Empowered Attribute Value Extraction from Product Title (P19-1)

Copied to clipboard

Challenge: Existing models treat each attribute as an entity type and build one set of NER tags for each of them, leading to scalability issues.
Approach: They propose to regard attribute as a query and adopt only one global set of BIO tags for any attributes to reduce the burden of attribute tag or model explosion.
Outcome: The proposed model outperforms state-of-the-art models and generates promising results for 8,906 attributes.
Learning Continuous Temporal Dynamics on Symplectic Manifolds for Temporal Knowledge Graph Embedding (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for temporal knowledge graph embedding lack explicit structural constraints for continuous-time dynamics.
Approach: They propose a Temporal Knowledge Graph Embedding framework that embeds temporal dynamics into a symplectic phase space.
Outcome: The proposed framework achieves competitive performance with lower embedding dimensions.
MASA: LLM-Driven Multi-Agent Systems for Autoformalization (2025.emnlp-demos)

Copied to clipboard

Challenge: This paper presents a framework for building multi-agent systems for autoformalization driven by Large Language Models.
Approach: They propose a framework for building multi-agent systems for autoformalization driven by Large Language Models.
Outcome: The proposed framework leverages collaborative agents to convert natural language statements into formal representations.
Lightweight Haar Wavelet Subband Pruning for LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have impressive performance but require computational and memory resources.
Approach: They propose a post-training framework that uses a Haar wavelet transform to prune weights.
Outcome: The proposed pruning framework reduces pruning time and computational costs by removing less important weights while preserving model architecture.
xLAM: A Family of Large Action Models to Empower AI Agent Systems (2025.naacl-long)

Copied to clipboard

Challenge: Autonomous agents powered by large language models (LLMs) have attracted significant research interest, but there are few standards for developing specialized models for agent tasks.
Approach: They propose a series of large action models with dense and mixture-of-expert architectures that unifies, augments, and synthesizes diverse datasets to enhance agent generalizability and performance.
Outcome: The proposed models outperform GPT-4, Claude-3, and many other models in terms of tool use and outperformed GPT-based models on multiple agent ability benchmarks.
Make Mechanistic Interpretability Auditable: A Call to Develop Guidelines via Continuous Collaborative Reviewing (2026.acl-long)

Copied to clipboard

Challenge: a recent paper found conflicting conclusions for the same behavior in a neural network . authors propose auditing MI itself is essential for its application in AI safety, industry, and governance .
Approach: They propose to develop a system that can audit experiments to ensure validity . authors propose to generalize good practices found on platform into expert-verified guidelines .
Outcome: a new review system could be developed that can be standardized and audited . authors argue that auditing MI is essential for its application in AI safety, industry, and governance .
Simulated Students in Tutoring Dialogues: Substance or Illusion? (2026.acl-long)

Copied to clipboard

Challenge: evaluating the effectiveness of new technology requires real students, which is time-consuming and hard to scale up.
Approach: They propose to define the student simulation task and benchmark a wide range of student simulation methods on these metrics.
Outcome: The proposed evaluation metrics show that prompting strategies perform poorly on a real-world tutoring dialogue dataset.
Prompt-based Connective Prediction Method for Fine-grained Implicit Discourse Relation Recognition (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to aid implicit discourse relation recognition (IDRR) lack explicit connectives and are difficult to implement on fine-grained IDRR.
Approach: They propose a Prompt-based Connective Prediction method that instructs large-scale pre-trained models to use knowledge relevant to discourse relation and utilizes strong correlation between connectives and discourse relation to help the model recognize implicit discourse relations.
Outcome: The proposed method surpasses the state-of-the-art model and achieves significant improvements on those fine-grained few-shot discourse relation classes.
Exploring Human Gender Stereotypes with Word Association Test (D19-1)

Copied to clipboard

Challenge: Existing word embeddings have been used to study gender stereotypes in texts . however, evaluating their validities is still an open problem . et al.: this study investigates gender bias using the lens of language, especially, the words .
Approach: They use word association test to derive bias scores for large amount of words . they find that these bias scores correlate well with bias in the real world .
Outcome: The proposed method correlates well with bias in the real world, and with census data, it provides a different perspective on gender stereotypes in words.
Robust and Interpretable Grounding of Spatial References with Relation Networks (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing models for understanding spatial references in text are vulnerable to noise in input text or state observations.
Approach: They propose a text-conditioned relation network with a cross-modal attention module to capture fine-grained spatial relations between entities and a model that is robust and interpretable.
Outcome: The proposed model improves performance on three tasks with a 17% improvement in predicting goal locations and a 15% improvement in robustness compared to state-of-the-art systems.
ToMELP: A Theory-of-Mind Benchmark for Route-Controlled Persuasion under the Elaboration Likelihood Model (2026.findings-acl)

Copied to clipboard

Challenge: Theory of Mind (ToM) is widely regarded as central to effective persuasion, yet existing evaluations fail to capture the infer–apply loop that arises in real-world dialogue.
Approach: They propose a benchmark that conditions on the audience persona p and the Elaboration Likelihood Model (ELM) route r within persuasive conversations.
Outcome: The proposed model can model the interlocutor's mental states over multiple turns and adapt strategy and tone accordingly.
BioHiCL: Hierarchical Multi-Label Contrastive Learning for Biomedical Retrieval with MeSH Labels (2026.acl-short)

Copied to clipboard

Challenge: Existing biomedical generative retrievers lack domain semantics and hierarchical relationships among biomedically related texts.
Approach: They propose a biomedical retrieval model with hierarchical multi-label contrastive learning that leverages hierarchic MeSH annotations to provide structured supervision for multi-labor contrastive training.
Outcome: The proposed models achieve promising performance on biomedical retrieval, sentence similarity, and question answering tasks while remaining computationally efficient for deployment.
Learning to Contextually Aggregate Multi-Source Supervision for Sequence Labeling (2020.acl-main)

Copied to clipboard

Challenge: Existing methods for Sequence Labeling require high-quality annotations, but imperfect annotations are relatively easy to obtain from crowdsourcing (noisy labels) Existing approaches to learn a model without knowing the underlying ground truth label sequences in the target domain are expensive and time-consuming.
Approach: They propose a framework Consensus Network that can be trained on annotations from multiple sources.
Outcome: The proposed framework improves on learning with crowd annotations and unsupervised cross-domain model adaptation in two practical settings.
UniT: One Document, Many Revisions, Too Many Edit Intention Taxonomies (2025.findings-acl)

Copied to clipboard

Challenge: Current research on edit intentions lacks a comprehensive edit intention taxonomy (EIT) that spans multiple application domains.
Approach: They propose a Unified edit intention taxonomy that integrates existing edit intentions and integrates them into a comprehensive edit intention Taxonomic.
Outcome: The proposed taxonomy achieves higher inter-annotator agreement scores compared to existing taxonomies and is applicable to a large set of application domains.
CiteEval: Principle-Driven Citation Evaluation for Source Attribution (2025.acl-long)

Copied to clipboard

Challenge: Current evaluation frameworks rely on NLI to assess binary or ternary support from cited sources, which is suboptimal for citation evaluation.
Approach: They propose a citation evaluation framework based on fine-grained citation ratings within a broad context and construct a multi-domain benchmark with high-quality human annotations.
Outcome: The proposed framework provides a high-quality human annotation benchmark and a suite of model-based metrics that exhibit strong correlation with human judgments.
Learning Semantic Textual Similarity via Topic-informed Discrete Latent Variables (2022.emnlp-main)

Copied to clipboard

Challenge: Recent discrete latent variable models have received a surge of interest in both NLP and CV . they are comparable to the continuous counterparts in representation learning, but are more interpretable in their predictions.
Approach: They develop a topic-informed discrete latent variable model for semantic textual similarity . they inject the quantized representation into a transformer-based language model .
Outcome: The proposed model outperforms strong baselines in semantic textual similarity tasks.
From spoken dialogue to formal summary: An utterance rewriting for dialogue summarization (2022.naacl-main)

Copied to clipboard

Challenge: Existing models focus more on the structure of summary, not on the personal and logical inconsistency problem.
Approach: They propose a model to solve the problem of personal and logical inconsistency . they use an utterance rewriter to complete the ellipsis content of dialogue content .
Outcome: The proposed model outperforms baseline models on both SAMSum and DialSum datasets.
A Simple Temporal Information Matching Mechanism for Entity Alignment between Temporal Knowledge Graphs (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for EA between temporal KGs incorporate relational and temporal information into entity embeddings.
Approach: They propose a method to generate unsupervised alignment seeds using temporal information from TKGs.
Outcome: The proposed method outperforms the previous methods by using temporal information.
StablePT : Towards Stable Prompting for Few-shot Learning via Input Separation (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies on prompt tuning have shown that language models can be effective few-shot learners with prompting.
Approach: They propose to treat the hard prompt and soft prompt as separate inputs to mitigate noise brought by prompt initialization.
Outcome: Experimental results show that the proposed method outperforms state-of-the-art methods by 6.97% in accuracy and reduces the standard deviation by 1.92 on average.
On Length Divergence Bias in Textual Matching Models (2022.findings-acl)

Copied to clipboard

Challenge: Existing deep models have been successful in textual matching tasks, but it is unclear whether they understand language or measure semantic similarity of texts.
Approach: They propose an adversarial evaluation scheme which invalidates the length divergence bias in TM datasets.
Outcome: The proposed method improves the robustness and generalization ability of models at the same time.
RAISE: Reinforced Adaptive Instruction Selection For Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing selection methods rely on static, heuristic quality scores and are executed only once before training.
Approach: They propose a dynamic selection framework that integrates selection into every training step.
Outcome: The proposed framework integrates selection into every training step.
KASER: Knowledge-Aligned Student Error Simulator for Open-Ended Coding Tasks (2026.acl-long)

Copied to clipboard

Challenge: coding tasks that provide detailed insights into student knowledge are challenging to train . open-ended tasks often suffer from mode collapse and fail to capture student errors .
Approach: They propose a method that aligns errors with student knowledge by using a hybrid reward system.
Outcome: The proposed method outperforms baselines on code and error prediction and error coverage and simulated code diversity on two real-world datasets.
Extracting Entities and Relations with Joint Minimum Risk Training (D18-1)

Copied to clipboard

Challenge: Existing methods for detecting entities and relations are limited by the complexity of the joint learning paradigm.
Approach: They propose a joint learning paradigm based on minimum risk training . they implement a strong and simple neural network to execute the MRT .
Outcome: The proposed model is able to achieve state-of-the-art in the extraction task on ACE05 and NYT datasets.
KnowMe-Bench: Benchmarking Person Understanding for Lifelong Digital Companions (2026.acl-long)

Copied to clipboard

Challenge: Existing long-horizon memory benchmarks use multi-turn dialogues or synthetic user histories . despite rapid progress on long-term memory evaluation, there are gaps in existing benchmarks .
Approach: They propose a long-form autobiographical narrative benchmark that reconstructs each narrative into a flashback-aware, time-anchored stream and evaluates models with evidence-linked questions.
Outcome: The proposed benchmarks build from long-form autobiographical narratives . they show that retrieval-augmented systems improve factual accuracy while errors persist on temporally grounded explanations and higher-level inferences.
Hyperlink-induced Pre-training for Passage Retrieval in Open-domain Question Answering (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to train dense passage retrieval have a large data gap between upstream and downstream relevance.
Approach: They propose a method to pre-train the dense retriever with the text relevance induced by hyperlinks within Web documents.
Outcome: The proposed method outperforms existing methods under different scenarios and in the open-domain question answering domain.
TOREE: Evaluating Topic Relevance of Student Essays for Chinese Primary and Middle School Education (2024.findings-acl)

Copied to clipboard

Challenge: Existing research on Automatic Essay Scoring (AES) for Chinese essays has overlooked topic relevance and lacks detailed feedback.
Approach: They propose to use TOREE to assess topic relevance in Chinese primary and middle school students’ essays to improve automatic and human evaluations.
Outcome: The proposed method significantly improves both automatic and human evaluations across four diverse LLMs.
SMILE: Single-turn to Multi-turn Inclusive Language Expansion via ChatGPT for Mental Health Support (2024.findings-emnlp)

Copied to clipboard

Challenge: Developing specialized dialogue systems for mental health support requires multi-turn conversation data . data privacy protection, time and cost involved in crowdsourcing are challenges . a new method for rewriting public single-turn dialogues into multi-turned ones is needed .
Approach: They propose a single-turn to multi-turn inclusive language expansion technique that prompts ChatGPT to rewrite public single-turned dialogues into multi-turned ones.
Outcome: The proposed method generates a large-scale, lifelike, and diverse dialogue dataset . it also develops SMILECHAT, a mental health chatbot .
Who Wrote This Line? Evaluating the Detection of LLM-Generated Classical Chinese Poetry (2026.acl-long)

Copied to clipboard

Challenge: a recent study shows that large language models can generate text, but they can also fabricate large amounts of false or misleading content.
Approach: They propose a benchmark to detect LLM-generated classical Chinese poetry . they compare 12 different AI detectors to find out whether a poem is authored by AI .
Outcome: The proposed benchmark compared 12 AI detectors with a dataset of 30,664 Chinese poems . the results highlight the limitations of current Chinese text detectors .
Large Language Models are Good Annotators for Type-aware Data Augmentation in Grammatical Error Correction (2025.coling-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated outstanding performance in many downstream tasks due to their emergent and in-context learning abilities.
Approach: They propose a method that considers LLMs as annotators for type-aware data augmentation in GEC tasks.
Outcome: The proposed method can generate consistent and typeaware data, which could improve the performance of large language models.
Improving Neural Language Models by Segmenting, Attending, and Predicting the Future (P19-1)

Copied to clipboard

Challenge: Common language models typically predict the next word given a past context.
Approach: They propose a method that aligns the given context and the following phrase . they define syntactic heights and phrase segmentation rules to enable it to learn .
Outcome: The proposed model outperforms strong baseline models on Wikitext-103 dataset.

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