Papers by Peng Wei

102 papers
Complex Evolutional Pattern Learning for Temporal Knowledge Graph Reasoning (2022.acl-short)

Copied to clipboard

Challenge: Existing models for TKG reasoning focus on modeling fact sequences of a fixed length, which cannot discover complex evolutional patterns that vary in length.
Approach: They propose to use a length-aware Convolutional Neural Network to handle evolutional patterns of different lengths via an easy-to-difficult curriculum learning strategy.
Outcome: The proposed model improves performance under both offline and online learning strategies.
Meta-rater: A Multi-dimensional Data Selection Method for Pre-training Language Models (2025.acl-long)

Copied to clipboard

Challenge: composition of pre-training datasets for large language models remains undisclosed . current methods for evaluating data quality are limited by single-dimensional evaluation or redundancy-focused strategies.
Approach: They propose a multi-dimensional data selection method that integrates dimensions with existing quality metrics through learned optimal weightings.
Outcome: The proposed method doubles convergence speed for 1.3B model models and improves downstream task performance by 3.23%.
TURING: an Accurate and Interpretable Multi-Hypothesis Cross-Domain Natural Language Database Interface (2021.acl-demo)

Copied to clipboard

Challenge: Existing text-to-SQL semantic parsers cannot achieve high accuracy in cross-database setting . TURING is a NLDB system that can be used to democratize data-driven insights for non-technical users .
Approach: They propose a TURING system that provides high-precision natural language explanations of SQL queries in a beam.
Outcome: The proposed system achieves 75.1% execution accuracy and 78.3% top-5 beam execution accuracy on the Spider validation set.
M3Seg: A Maximum-Minimum Mutual Information Paradigm for Unsupervised Topic Segmentation in ASR Transcripts (2023.emnlp-main)

Copied to clipboard

Challenge: Topic segmentation aims to split automatic speech recognition transcriptions into segments that are bounded by thematic meanings.
Approach: They propose a Maximum-Minimum Mutual information paradigm for linear topic segmentation without using any parallel data.
Outcome: The proposed paradigm outperforms the state-of-the-art methods by a significant margin.
RE-Matching: A Fine-Grained Semantic Matching Method for Zero-Shot Relation Extraction (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for zero-shot relation extraction lack explicit modeling of matching pattern . et al. (2018) show that our method achieves higher matching accuracy and faster inference speed .
Approach: They propose a fine-grained semantic matching method tailored for zero-shot relation extraction . they decompose sentence-level similarity score into entity matching score and context matching score .
Outcome: The proposed method achieves higher matching accuracy and faster inference speed than state-of-the-art methods.
Two Pathways to Truthfulness: On the Intrinsic Encoding of LLM Hallucinations (2026.acl-long)

Copied to clipboard

Challenge: Previous work shows that large language models generate hallucinations, yet the origins and mechanisms of these signals remain unclear.
Approach: They propose to validate and disentangle two different pathways for truthfulness cues . they also propose to use the same mechanism to derive self-contained evidence from the generated answer .
Outcome: The proposed applications improve hallucination detection performance by integrating two different inputs.
Optimizing Deeper Transformers on Small Datasets (2021.acl-long)

Copied to clipboard

Challenge: a common belief that training deep transformers from scratch requires large datasets is wrong . however, with proper initialization and optimization, the benefits of very deep transformer can carry over to challenging tasks with small datasets.
Approach: They train 48 layers of transformers from pre-trained RoBERTa and 24 relation-aware layers from scratch.
Outcome: The proposed scheme achieves state-of-the-art performance on a text-to-sql parsing benchmark . it uses 24 fine-tuned layers from pre-trained RoBERTa and 24 relation-aware layers from scratch .
Encode Errors: Representational Retrieval of In-Context Demonstrations for Multilingual Grammatical Error Correction (2025.findings-acl)

Copied to clipboard

Challenge: a novel method for encoding fine-grained error patterns improves performance on GEC.
Approach: They propose a method for encoding grammatical errors from LLMs' internal states using a GER method.
Outcome: The proposed method significantly boosts performance in ICL settings on multilingual GEC datasets.
Explanation based In-Context Demonstrations Retrieval for Multilingual Grammatical Error Correction (2025.naacl-long)

Copied to clipboard

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

Copied to clipboard

Challenge: Existing literature observes bias in question answering (QA) models, but there is no method to mitigate it.
Approach: They propose an approach to mitigate the bias of question answering models by observing the influence of a query instance on another instance.
Outcome: The proposed method reduces bias level in all 9 bias categories while maintaining comparable QA accuracy.
ScalingFilter: Assessing Data Quality through Inverse Utilization of Scaling Laws (2024.emnlp-main)

Copied to clipboard

Challenge: Existing quality filtering methods rely on a high-quality dataset as reference . Existing methods introduce potential biases and compromise diversity .
Approach: They propose a method that evaluates text quality based on the perplexity difference between two language models trained on the same data.
Outcome: The proposed approach improves performance of pre-trained models without increasing training costs.
AgentBank: Towards Generalized LLM Agents via Fine-Tuning on 50000+ Interaction Trajectories (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies focus on specialized agents designed for particular tasks.
Approach: They propose to scale annotated interaction trajectories and fine-tune LLMs on AgentBank to get a series of agent models, Samoyed.
Outcome: The proposed model can scale to get generalized agent capabilities.
MAKAR: a Multi-Agent framework based Knowledge-Augmented Reasoning for Grounded Multimodal Named Entity Recognition (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for GMNER fail to address semantic ambiguity caused by polysemy and long-tail distribution of datasets.
Approach: They propose a framework for Grounded Multimodal Named Entity Recognition that leverages a Multimodal Large Language Model to address semantic ambiguity.
Outcome: Extensive experiments show that the proposed framework outperforms existing methods on two benchmark datasets.
Hypoformer: Hybrid Decomposition Transformer for Edge-friendly Neural Machine Translation (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods to compress Transformer are limited to sub-components, e.g., selfattention networks or embedding layer.
Approach: They propose a Hybrid Tensor-Train decomposition which retains full rank and meanwhile reduces operations and parameters.
Outcome: The proposed model outperforms light-weight SOTA methods on three translation tasks and achieves 7.1 points absolute improvement in BLEU and 1.27 X speedup on IWSLT’14 De-En task.
WebClipper: Efficient Evolution of Web Agents with Graph-based Trajectory Pruning (2026.acl-long)

Copied to clipboard

Challenge: Open-source web agents rely on long tool-call trajectories with cyclic reasoning loops and exploration of unproductive branches.
Approach: They propose a framework that compresses web agent trajectories via graph-based pruning.
Outcome: The proposed framework reduces tool-call rounds by 20% while improving accuracy and efficiency while maintaining the same level of performance as existing models.
A Lexicon-Based Graph Neural Network for Chinese NER (D19-1)

Copied to clipboard

Challenge: Chinese named entity recognition models are vulnerable to word ambiguities due to the lack of global semantics and chain structure.
Approach: They propose a lexicon-based graph neural network with global semantics to solve word ambiguities in Chinese named entity recognition (NER) Lexicons are used to construct the graph and provide word-level features.
Outcome: The proposed model improves on four NER datasets on Chinese characters, potential words, and the whole-sentence semantics.
Attention-Guided Answer Distillation for Machine Reading Comprehension (D18-1)

Copied to clipboard

Challenge: Existing approaches to reading comprehension systems are vulnerable to adversarial attacks.
Approach: They propose to use knowledge distillation to transfer knowledge from an ensemble to a single model.
Outcome: The proposed methods outperform the teacher on adversarial datasets and NarrativeQA benchmarks.
Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent studies have attempted to enhance the performance of large language models (LLMs) in complex question-answering (QA) tasks by combining step-wise planning with external retrieval.
Approach: They propose a framework for enhancing LLMs’ planning capabilities by using planning data derived from knowledge graphs (KGs).
Outcome: The proposed framework improves LLMs’ planning capabilities by using knowledge graphs (KGs) the proposed framework is compared with existing frameworks on multiple datasets and shows that it is effective for large language models.
Two Heads Are Better Than One: Improving Fake News Video Detection by Correlating with Neighbors (2023.findings-acl)

Copied to clipboard

Challenge: Existing frameworks for detecting fake news videos are limited . a new approach is proposed to integrate neighborhood information of new videos .
Approach: They propose a framework for automatically detecting fake news videos . it integrates neighborhood relationship of new videos belonging to same event .
Outcome: The proposed framework improves performance of existing detectors and graph aggregation and debunking rectification modules.
ClusterFormer: Neural Clustering Attention for Efficient and Effective Transformer (2022.acl-long)

Copied to clipboard

Challenge: Existing sparse attention methods use fixed patterns to select words without considering similarities between words.
Approach: They propose a neural clustering method which integrates into the Self-Attention Mechanism in Transformer and integrates it into the target task.
Outcome: The proposed method outperforms two typical sparse attention methods on translation, text classification, and text matching tasks while having a comparable or even better time and memory efficiency.
SPEED++: A Multilingual Event Extraction Framework for Epidemic Prediction and Preparedness (2024.emnlp-main)

Copied to clipboard

Challenge: Prior studies focused on English posts to provide early warnings for epidemic prediction, but these work focused on non-English posts.
Approach: They propose a multilingual event extraction framework for extracting epidemic event information for any disease and language using 5.1K tweets in four languages.
Outcome: The proposed framework can provide epidemic warnings for COVID-19 in its earliest stages in Dec 2019 (3 weeks before global discussions) and aggregate community epidemic discussions like symptoms and cure measures, aiding misinformation detection and public attention monitoring.
HyKnow: End-to-End Task-Oriented Dialog Modeling with Hybrid Knowledge Management (2021.findings-acl)

Copied to clipboard

Challenge: Task-oriented dialog systems typically manage structured knowledge to guide goal-oriented conversations.
Approach: They propose a TOD system with hybrid knowledge management, HyKnow, which extends the belief state to manage both structured and unstructured knowledge.
Outcome: The proposed model outperforms existing TOD systems in the evaluation of a multiWOZ dataset on unstructured knowledge with strong end-to-end performance.
Bridging the Gap between Relevance Matching and Semantic Matching for Short Text Similarity Modeling (D19-1)

Copied to clipboard

Challenge: Existing techniques for relevance and semantic matching cannot be easily adapted to the other.
Approach: They propose a model that incorporates a hybrid encoder module, a relevance matching module and co-attention mechanisms that capture context-aware semantic relatedness.
Outcome: The proposed model incorporates a hybrid encoder module, a relevance matching module and co-attention mechanisms that capture context-aware semantic relatedness.
Psychology-guided Controllable Story Generation (2022.coling-1)

Copied to clipboard

Challenge: Existing controllable story generation systems ignore the psychological changes of the protagonists and focus on the appointed keywords or emotions.
Approach: They propose a Psychology-guided Controllable Story Generation System (PICS) that generates stories that adhere to the given leading context and desired psychological state chains for the protagonist.
Outcome: The proposed system outperforms baselines and shows that it can generate stories with more consistent psychological changes.
New Datasets and Controllable Iterative Data Augmentation Method for Code-switching ASR Error Correction (2023.findings-emnlp)

Copied to clipboard

Challenge: In bilingual or multilingual settings, code-switching ASR has greater challenges and research value.
Approach: They propose a controllable iterative method for improving the performance of mainstream automatic speech recognition systems by using Chinese-English code-switching dialogues.
Outcome: The proposed method achieves the best performance compared with the rule-based, back-translation-based data augmentation methods and large language model ChatGPT.
Towards Scalable and Reliable Capsule Networks for Challenging NLP Applications (P19-1)

Copied to clipboard

Challenge: Existing approaches to generalize deep neural networks are datahungry and generalize poorly from small datasets.
Approach: They propose an agreement score to evaluate routing processes at instance-level and an adaptive optimizer to enhance routing.
Outcome: The proposed approach improves on two NLP tasks and in low-resource settings with few training instances.
Efficiency-Effectiveness Reranking FLOPs for LLM-based Rerankers (2025.emnlp-industry)

Copied to clipboard

Challenge: Existing studies evaluate the efficiency of LLM-based rerankers using proxy metrics such as latency and the number of forward passes.
Approach: They propose to use a large language model to evaluate the efficiency of LLM-based rerankers . they propose to measure ranking quality and query processing efficiency using an interpretable FLOPs estimator .
Outcome: The proposed metrics evaluate LLM-based rerankers with different architectures without running any experiments.
PCEE-BERT: Accelerating BERT Inference via Patient and Confident Early Exiting (2022.findings-naacl)

Copied to clipboard

Challenge: Pre-trained language models (PLMs) are the state-of-the-art (SOTA) models for natural language processing (NLP).
Approach: They propose a patient and confident early exiting BERT (PCEE-BERT) that can work with different PLMs and popular model compression methods.
Outcome: The proposed method outperforms existing models on the GLUE benchmarks and achieves different speed-up ratios.
HIRAG: Hierarchical-Thought Instruction-Tuning Retrieval-Augmented Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: In-depth research on the specific capabilities needed by the RAG generation model is lacking, leading to inconsistent document quality and retrieval system imperfections.
Approach: They propose that RAG models should possess three progressively hierarchical abilities: (1) Filtering: the ability to select relevant information; (2) Combination: the capability to combine semantic information across paragraphs; (3) RAG-specific reasoning: the capacity to further process external knowledge using internal knowledge.
Outcome: Experiments show that the proposed method significantly improves the model’s open-book examination capability on datasets such as RGB, PopQA, MuSiQue, HotpotQA, and PubmedQA.
BLiMP: The Benchmark of Linguistic Minimal Pairs for English (2020.tacl-1)

Copied to clipboard

Challenge: Recent studies have examined how linguistic knowledge of language models (LMs) varies across English phenomena.
Approach: They propose a benchmark to evaluate linguistic knowledge of language models on major grammatical phenomena in English.
Outcome: The proposed benchmark evaluates the linguistic knowledge of language models on major grammatical phenomena in English.
HiSMatch: Historical Structure Matching based Temporal Knowledge Graph Reasoning (2022.findings-emnlp)

Copied to clipboard

Challenge: Temporal Knowledge Graphs (TKGs) store facts as triples in the form of subject, relation, object, timestamps.
Approach: They propose a Temporal Knowledge Graph (TKG) model that extends each triple with a timestamp to describe dynamic facts.
Outcome: The proposed model improves on six benchmark datasets with up to 5.6% performance improvement compared to the state-of-the-art models.
Pingan Smart Health and SJTU at COIN - Shared Task: utilizing Pre-trained Language Models and Common-sense Knowledge in Machine Reading Tasks (D19-60)

Copied to clipboard

Challenge: Existing approaches to represent knowledge in the low-dimensional space are to leverage large-scale unsupervised text corpus to train fixed or contextual representations.
Approach: They propose to leverage large-scale unsupervised text corpus to train fixed or contextual language representations and to express knowledge into a knowledge graph (KG) they incorporate distributional representations of a KG onto the representations from pre-trained language models, via simply concatenation or multi-head attention.
Outcome: The proposed models outperform the other models on the COIN: COmmonsense INference in Natural Language Processing (COIN) Workshop datasets.
Reasoning over Precedents Alongside Statutes: Case-Augmented Deliberative Alignment for LLM Safety (2026.acl-long)

Copied to clipboard

Challenge: OpenAI introduces deliberative alignment (DA) to enhance safety of its o-series models, but effectiveness of this approach in open-source LLMs is understudied.
Approach: They propose a case-augmented deliberative alignment method for large language models . they propose to use reinforcement learning on self-generated safety reasoning chains .
Outcome: The proposed method avoids narrowly enumerated rules and allows broader adaptability.
Bi-directional CognitiveThinking Network for Machine Reading Comprehension (2020.coling-main)

Copied to clipboard

Challenge: Existing methods for reading comprehension are still in their infancy at the level of cognitive intelligence.
Approach: They propose a bi-directional cognitive knowledge framework to simulate reverse thinking and inertial thinking in the brain to answer questions.
Outcome: The proposed framework shows that bi-directional knowledge helps the QA task.
PROSE: A Pronoun Omission Solution for Chinese-English Spoken Language Translation (2023.emnlp-main)

Copied to clipboard

Challenge: Pro-drop (‘pronoun-dropping’) language requires NMT systems to recover omitted pronouns, but this task lacks sufficient datasets for benchmarking .
Approach: They propose a benchmarking method that leverages the semantic embedding of dropped pronouns to augment training pairs to alleviate the negative impact introduced by pro-drop .
Outcome: The proposed method outperforms existing methods regarding omitted pronoun retrieval and overall translation quality on four Chinese-English translation corpora.
COMMA: Modeling Relationship among Motivations, Emotions and Actions in Language-based Human Activities (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for modeling motivations, emotions and actions in language-based human activities have been limited.
Approach: They propose to model motivations, emotions and actions in language-based human activities using a dataset called Story Commonsense.
Outcome: The proposed model can better reveal the essential relationship between motivations, emotions and actions than existing methods.
Odysseus Navigates the Sirens’ Song: Dynamic Focus Decoding for Factual and Diverse Open-Ended Text Generation (2025.acl-long)

Copied to clipboard

Challenge: Existing decoding methods struggle to balance factuality and diversity . Deterministic decoding approaches suffer from degeneration and lack of diversity - a problem that is not addressed by the current literature.
Approach: They propose a plug-and-play stochastic approach that adjusts decoding focus based on distributional differences across layers, leveraging the modular nature of factual knowledge within LLMs.
Outcome: Extensive experiments on seven datasets show that DFD significantly improves performance.
Entailment Tree Explanations via Iterative Retrieval-Generation Reasoner (2022.findings-naacl)

Copied to clipboard

Challenge: Large language models have achieved high performance on various natural language benchmarks, but the explainability of their output remains elusive.
Approach: They propose an architecture called iterative retrieval-generation reasoner that generates an entailment tree that explains a given hypothesis by using premises from C.
Outcome: The proposed model outperforms existing benchmarks on premise retrieval and entailment tree generation with around 300% gain in overall correctness.
ChatSOP: An SOP-Guided MCTS Planning Framework for Controllable LLM Dialogue Agents (2025.acl-long)

Copied to clipboard

Challenge: Existing models that use Large Language Models (LLMs) show superior performance in various tasks, but lack of controllability leads to unfocused conversations or task failure.
Approach: They propose a standard operating procedure (SOP) framework to regulate dialogue flow by integrating Chain of Thought reasoning and supervised fine-tuning for SOP prediction.
Outcome: The proposed method achieves a 27.95% improvement in action accuracy compared to baseline models based on GPT-3.5 and also shows notable gains for open-source models.
From Imitation to Discrimination: Progressive Curriculum Learning for Robust Web Navigation (2026.findings-acl)

Copied to clipboard

Challenge: Text-based web agents offer computational efficiency for autonomous web navigation, yet they lack discrimination capabilities to reject plausible but incorrect elements in densely populated pages.
Approach: They propose a model that uses a text-based web agent to learn to discriminate against incorrect elements in densely populated HTML and a training curriculum to synthesize diverse cross-domain tasks with strict verification.
Outcome: Empirical evaluation shows that the model performs better than open-source models with 58.7% step success rate.
BADGE: Speeding Up BERT Inference after Deployment via Block-wise Bypasses and Divergence-based Early Exiting (2023.acl-industry)

Copied to clipboard

Challenge: Recent years have witnessed the rise of many pre-trained language models (PLMs) such as GPT (Radford et al., 2019) and XLNet (Yang e.t al, 2019).
Approach: They propose a framework which consists of two off-the-shelf methods for improving PLMs’ early exiting.
Outcome: The proposed method can reduce the average latency of pre-trained language models and work with other inference speed-up methods like model pruning.
IRRGN: An Implicit Relational Reasoning Graph Network for Multi-turn Response Selection (2022.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on matching between candidate options and historical dialogues while ignoring the reasoning ability of the model.
Approach: They propose an Implicit Relational Reasoning Graph Network to address these issues . they propose to implicitly extract dependencies between utterances and options .
Outcome: The proposed model outperforms human models on two multi-turn dialogue reasoning benchmark datasets.
Investigating BERT’s Knowledge of Language: Five Analysis Methods with NPIs (D19-1)

Copied to clipboard

Challenge: Recent work evaluating sentence representation models' knowledge of grammar has been slower to emerge.
Approach: They propose five experimental methods inspired by prior work evaluating pretrained sentence representation models to examine their grammatical knowledge.
Outcome: The proposed methods show that the model has significant knowledge of the licensing environment but its success varies widely across different methods.
WorkTeam: Constructing Workflows from Natural Language with Multi-Agents (2025.naacl-industry)

Copied to clipboard

Challenge: Existing workflow construction methods require specialized knowledge and task-switching skills.
Approach: They propose a multi-agent workflow framework that incorporates a supervisor, orchestrator, and filler agent.
Outcome: The proposed framework significantly increases the success rate of workflow construction . the proposed framework is based on a dataset of 3,695 real-world business samples .
Toward Recognizing More Entity Types in NER: An Efficient Implementation using Only Entity Lexicons (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing named entity recognition systems require large scale labeled data to perform, while annotation of NER data is laborious and time-consuming.
Approach: They propose to adjust an existing named entity recognition system to recognize entity types not defined in the system.
Outcome: The proposed method can be quickly adjusted to a named entity recognition system.
Task-oriented Dialogue System for Automatic Diagnosis (P18-2)

Copied to clipboard

Challenge: Existing methods to identify phenotypes using electronic health records (EHRs) are expensive and difficult to transfer models from one disease to another.
Approach: They propose a task-oriented dialogue system framework to make diagnosis for patients automatically, which can converse with patients to collect additional symptoms beyond their self-reports.
Outcome: The proposed system can collect additional symptoms from conversation and improve disease identification accuracy.
Improving Semantic Matching through Dependency-Enhanced Pre-trained Model with Adaptive Fusion (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing work on dependency prior structure integration into pre-trained models is still unclear.
Approach: They propose a dependency-based fusion attention paradigm which explicitly introduces dependency prior structure into pre-trained models and adaptively fuses it with semantic information.
Outcome: The proposed model achieves state-of-the-art or competitive performance on 10 public datasets, demonstrating the benefits of adaptively fusing dependency structure in semantic matching task.
Connectivity Patterns are Task Embeddings (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for predicting inter-task transferability are sparse and task-specific.
Approach: They propose a method that uses connectivity patterns of neurons as a unique identifier associated with a task.
Outcome: The proposed method outperforms baselines in predicting inter-task transferability across data regimes and transfer settings while keeping high efficiency in computation and storage.
A Survey on MLLM-based Visually Rich Document Understanding: Methods, Challenges, and Emerging Trends (2026.findings-acl)

Copied to clipboard

Challenge: Visually Rich Document Understanding (VRDU) frameworks are a key area of research . early approaches to VRDU relied on manually crafted rules and domain-specific heuristics . conventional deep learning approaches do not integrate the diverse modalities in documents .
Approach: They review recent advances in MLLM-based Visually Rich Document Understanding (VRDU) their findings highlight emerging trends and promising research directions .
Outcome: The proposed frameworks are scalable, reliable, and adaptable, the authors argue . their findings highlight emerging trends and promising research directions .
AutoSchemaKG: Autonomous Knowledge Graph Construction through Dynamic Schema Induction from Web-Scale Corpora (2026.acl-long)

Copied to clipboard

Challenge: Existing knowledge graph construction frameworks require predefined schemas, limiting their scalability and domain coverage.
Approach: They propose a framework for fully autonomous knowledge graph construction that eliminates the need for predefined schemas.
Outcome: The proposed framework outperforms state-of-the-art models on multi-hop QA tasks and enhances LLM factuality.
FEA-Bench: A Benchmark for Evaluating Repository-Level Code Generation for Feature Implementation (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks focus on standalone programming problems, such as HumanEval, MBPP, and LiveCodeBench.
Approach: They propose to use large language models to evaluate their ability to perform incremental development within code repositories by collecting pull requests from 83 GitHub repositorias and using rule-based and intent-based filtering to construct task instances focused on new feature development.
Outcome: The proposed benchmarks show that large language models perform significantly worse in the FEA-Bench, highlighting considerable challenges in repository-level incremental code development.
Large Language and Protein Assistant for Protein-Protein Interactions Prediction (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for predicting protein-protein interactions oversimplify the problem of PPI prediction in a semi-supervised manner.
Approach: They propose a multimodal large language model that integrates proteins and PPI networks.
Outcome: Experiments show that LLaPA can predict protein-protein interactions (mPPI) types and affinities based on sequence data.
PACE: Predictive Adaptive Context Extraction for Long-Horizon LLM Agents (2026.acl-long)

Copied to clipboard

Challenge: Large Language Model (LLM) agents struggle with ultra-long-horizon tasks requiring hundreds or thousands of interaction steps.
Approach: They propose a framework that reconceptualizes context management as a Next Step Prediction problem.
Outcome: The proposed framework improves task success rates and robust cross-lingual performance.
Learn to Memorize: Scalable Continual Learning in Semiparametric Models with Mixture-of-Neighbors Induction Memory (2025.acl-long)

Copied to clipboard

Challenge: Semiparametric language models (LMs) use static storage, which lacks learning capability and is disconnected from the internal information flow of the parametric models.
Approach: They reconceptualize the non-parametric memory represented by kNN-LM as a learnable Mixture-of-Neighbors Induction Memory (MoNIM) this synergizes the induction capabilities of attention heads with the memorization strength of feed-forward networks .
Outcome: The proposed model is a learnable Mixture-of-neighbors induction memory (MoNIM) it synergizes the induction capabilities of attention heads with the memorization strength of feed-forward networks (FFNs).
SimulatorArena: Are User Simulators Reliable Proxies for Multi-Turn Evaluation of AI Assistants? (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly used in interactive applications, and human evaluation remains the gold standard for assessing their performance in multi-turn conversations.
Approach: They propose to use large language models to simulate users for automatic assistant evaluation.
Outcome: The proposed model outperforms human evaluations on two interactive tasks and achieves Spearman’s of 0.7 on both tasks.
Watch Every Step! LLM Agent Learning via Iterative Step-level Process Refinement (2024.emnlp-main)

Copied to clipboard

Challenge: Recent approaches to enhance agent performance focus on outcome rewards, which may lead to errors or suboptimal actions due to the absence of process supervision signals.
Approach: They propose a step-level framework that provides detailed step-by-step guidance to enhance agent training by using Monte Carlo methods.
Outcome: The proposed framework outperforms strong baselines on three tasks and shows that it is effective in augmenting efficiency and its applicability to diverse models.
ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing KBQA methods address inefficient knowledge retrieval and semantic parsing errors.
Approach: They propose a generatethen-retrieve KBQA framework that generates logical form and replaces entities and relations with an unsupervised retrieval method to improve both generation and retrieval more directly.
Outcome: Experimental results show that ChatKBQA achieves new state-of-the-art performance on standard KBQA datasets, WebQSP, and CWQ.
ORCHID: A Chinese Debate Corpus for Target-Independent Stance Detection and Argumentative Dialogue Summarization (2023.emnlp-main)

Copied to clipboard

Challenge: Recent development of large language models (LLMs) have boosted interest on dialogue agents . however, research on these tasks is limited by the insufficiency of public datasets . stance detection and debate summarization are key for engaging argumentative dialogues - but are not available for non-English languages.
Approach: They propose to use ORCHID to benchmark stance detection and debate summarization in Chinese debates.
Outcome: The proposed task is based on 1,218 real-world debates conducted in Chinese on 476 unique topics.
SDGO: Self-Discrimination-Guided Optimization for Consistent Safety in Large Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel at various tasks but are vulnerable to jailbreak attacks that induce harmful content generation.
Approach: They propose a reinforcement learning framework that leverages the model’s own discrimination capabilities as a reward signal to enhance generation safety through iterative self-improvement.
Outcome: The proposed framework improves model safety by iterative self-improvement without additional annotated data or external models during training phase.
Cross-lingual Feature Extraction from Monolingual Corpora for Low-resource Unsupervised Bilingual Lexicon Induction (2022.coling-1)

Copied to clipboard

Challenge: Unsupervised bilingual lexicon induction models fail on low-resource language pairs due to insufficient initialization.
Approach: They propose a method to learn cross-lingual features from monolingual corpora for low-resource UBLI by integrating cross-linguistic representations with pre-trained word embeddings in a fully unsupervised initialization.
Outcome: The proposed method outperforms state-of-the-art methods on low-resource language pairs and improves representational ability and robustness of existing embedding models.
Decoupling Memories, Muting Neurons: Towards Practical Machine Unlearning for Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for MU degrade model utility, especially when accessing the original training data.
Approach: They propose a method that eliminates the influence of unlearned data by modulating the outputs of merely 1% of the neurons in the feed-forward network modules within the Transformer blocks.
Outcome: The proposed method eliminates the influence of unlearned data from Large Language Models by modulating the outputs of 1% of the neurons in the feed-forward network modules within the Transformer blocks, minimizing disruption to the model’s performance.
Learned Adapters Are Better Than Manually Designed Adapters (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve adapter-based tuning are sub-optimal . a learning framework is proposed to learn the optimal adapter architectures .
Approach: They propose a framework to automatically learn optimal adapter architectures for better task adaptation of pre-trained models.
Outcome: The proposed framework outperforms the previous parameter-efficient tuning baselines while tuning comparable or fewer parameters.
GroupRank: A Groupwise Paradigm for Effective and Efficient Passage Reranking with LLMs (2026.findings-acl)

Copied to clipboard

Challenge: Existing rankers excel in lexical-matching scenarios, while they struggle with complex queries requiring deep reasoning.
Approach: They propose a new paradigm that balances flexibility and context awareness to unlock the full potential of groupwise reranking.
Outcome: The proposed approach achieves a state-of-the-art 65.2 NDCG@10 on BRIGHT and surpasses baselines by 2.1 points on R2MED while delivering a 6.4 inference speedup.
Enhancing Semantic Consistency of Large Language Models through Model Editing: An Interpretability-Oriented Approach (2024.findings-acl)

Copied to clipboard

Challenge: Large Language Models generate inconsistent and sometimes contradictory outputs when presented with a prompt that has equivalent semantics but is expressed differently from the original prompt.
Approach: They propose to refine a Large Language Model (LLM) with prompt-output pairs with equivalent semantics to achieve semantic consistency.
Outcome: The proposed method improves the semantic consistency and task performance of LLMs.
Robustness Testing of Language Understanding in Task-Oriented Dialog (2021.acl-long)

Copied to clipboard

Challenge: a lack of systematic studies on the robustness of language understanding models in task-oriented dialog systems is limiting . authors propose a model-agnostic toolkit LAUG to approximate natural language perturbations .
Approach: They propose a model-agnostic toolkit LAUG to approximate natural language perturbations for testing the robustness of language understanding models in task-oriented dialog systems.
Outcome: The proposed toolkit reveals critical robustness issues in state-of-the-art models.
Contextual Modeling for Document-level ASR Error Correction (2024.lrec-main)

Copied to clipboard

Challenge: Existing work on document-level ASR error correction ignores contextual information . however, there are limited studies on incorporating contextual information into AEC .
Approach: They propose a context-aware method that retrieves contextual information from a datastore . they use two English and two Chinese datasets to model document-level AEC .
Outcome: The proposed model can utilize contextual information to improve document-level AEC . the data store containing contextual information provides even better results .
GRAT: Guiding Retrieval-Augmented Reasoning through Process Rewards Tree Search (2025.acl-long)

Copied to clipboard

Challenge: Existing methods to enhance large models for multi-hop question-answering lack the ability for multipath exploration, strategic look-ahead, stepwise evaluation, and global selection.
Approach: They propose an algorithm guided by Monte Carlo Tree Search and process rewards that assigns fine-grained rewards to each step in the search path.
Outcome: The proposed algorithm outperforms various RAG-based methods on four multihop QA datasets and shows that it can self-train and self-update.
Qwen2.5-xCoder: Multi-Agent Collaboration for Multilingual Code Instruction Tuning (2025.acl-long)

Copied to clipboard

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

Copied to clipboard

Challenge: Parameter efficient learning methods (PERMs) are gaining attention for their ability to adapt to a downstream task.
Approach: They propose to use parameter efficient learning methods to improve model adaptation . they compare in-domain evaluations and generalizations to unseen domains and new datasets .
Outcome: The proposed method outperforms finetuning and PERMs in in-domain evaluations.
A + B: A General Generator-Reader Framework for Optimizing LLMs to Unleash Synergy Potential (2024.findings-acl)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) is an effective solution to supplement necessary knowledge to large language models.
Approach: They propose a "generate-then-read" pipeline to replace retrieval stage with generation from the LLM itself.
Outcome: The proposed framework outperforms single models in the base and chat versions and addresses safety and helpfulness post-adaptation challenges.
From 128K to 4M: Efficient Training of Ultra-Long Context Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Long-context capabilities are essential for document and video understanding, in-contact learning, and inference-time scaling.
Approach: They propose an efficient training recipe for building ultra-long context LLMs from aligned instruct model, pushing the boundaries of context lengths from 128K to 1M, 2M, and 4M tokens.
Outcome: The proposed model extends the context window while maintaining short context capabilities while maintaining the performance of the existing model.
Actively Supervised Clustering for Open Relation Extraction (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for Open Relation Extraction (OpenRE) use a two-stage pipeline, which learns relation representations and assignments in the first stage, then manually labels relation for each cluster.
Approach: They propose a method that performs relation learning and relation labeling simultaneously without a significant increase in human effort.
Outcome: The proposed method improves existing SOTA methods by 13.8% and 10.6% on two datasets.
Evaluating the Expressive Appropriateness of Speech in Rich Contexts (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for evaluating expressive speech focus on word accuracy, naturalness, signal quality, or emotional intensity at the utterance level.
Approach: They propose a framework for Evaluating Expressive Appropriateness in speech that assesses whether a speech sample aligns with the underlying communicative intent implied by its discourse-level narrative context.
Outcome: The proposed framework outperforms existing speech evaluation and analysis systems on a human-annotated test set.
Shall We Pretrain Autoregressive Language Models with Retrieval? A Comprehensive Study (2023.emnlp-main)

Copied to clipboard

Challenge: a recent study shows that retrieval-augmented LMs can improve text generation quality and accuracy.
Approach: They propose a model that reproduces RETRO parameters while retrieving a text corpus . they find RETRO outperforms GPT on text generation with less repetition .
Outcome: The proposed model outperforms standard retrieval-augmented GPT and retrieval augmented GTP on text generation and accuracy tasks.
CNEQ: Incorporating numbers into Knowledge Graph Reasoning (2024.findings-emnlp)

Copied to clipboard

Challenge: Complex query answering (CQA) is a task that addresses semantics of numerical entities.
Approach: They propose a model that includes a Number-Entity Predictor and an Entity Filter . they use three widely-used Knowledge Graphs to perform reasoning over knowledge graphs .
Outcome: The proposed model can predict entities and numerical values better than existing models . it compares or filters out entities that meet certain constraints on three widely-used Knowledge Graphs .
metaCAT: A Metadata-based Task-oriented Chatbot Annotation Tool (2020.aacl-demo)

Copied to clipboard

Challenge: Creating high-quality annotated dialogue corpora necessitates a high level of human engagements.
Approach: They propose to develop an annotation tool specifically for developing task-oriented dialogue data that provides comprehensive metadata annotation coverage to the domain, intent, and span information.
Outcome: The tool provides comprehensive metadata annotation coverage to domain, intent, and span information.
Using Persuasive Writing Strategies to Explain and Detect Health Misinformation (2024.lrec-main)

Copied to clipboard

Challenge: Increasing misinformation has led to a decrease in trust in news organizations and a decline in the health and medical industry.
Approach: They propose a novel annotation scheme that incorporates persuasive writing tactics in textual documents to aid the automatic identification of misinformation.
Outcome: The proposed scheme improves accuracy and explainability of misinformation detection models.
T2R-BENCH: A Benchmark for Real World Table-to-Report Task (2025.emnlp-main)

Copied to clipboard

Challenge: Existing table benchmarks lack the capacity to adequately assess the practical application of table reasoning in industrial applications.
Approach: They propose a bilingual table-to-report task and a table-based benchmark to assess the quality of table reasoning.
Outcome: The proposed task is based on a bilingual benchmark with 457 industrial tables and evaluation criteria to measure the quality of report generation.
Simplify the Usage of Lexicon in Chinese NER (2020.acl-main)

Copied to clipboard

Challenge: Named entity recognition (NER) is concerned with the identification of named entities in unstructured text.
Approach: They propose a method for incorporating word lexicon into character representations . experimental results show method can be easily incorporated with pre-trained models .
Outcome: The proposed method achieves 6.15 times faster inference speed and better performance on four benchmark Chinese NER datasets.
Harnessing Negative Signals: Reinforcement Distillation from Teacher Data for LLM Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in model distillation show that data from advanced reasoning models can effectively train smaller student models.
Approach: They propose a method to use both positive and negative distilled reasoning traces to maximize LLM reasoning performance in offline settings.
Outcome: The proposed model outperforms existing methods in the distillation context.
GUI0: Self-Evolving Foundational GUI Agents in Super App Ecosystems (2026.acl-long)

Copied to clipboard

Challenge: Automated interaction with graphical user interfaces (GUIs) is central to general artificial intelligence, but remains challenging within Super App ecosystems.
Approach: They propose a framework synergizing autonomous data synthesis with dual-agent co-evolution . GUI0 establishes a domain-aware foundation model via synthesized corpora and employs curriculum-driven reinforcement learning .
Outcome: The proposed framework outperforms Gemini-2.5-Pro and Claude-4-Sonnet in the SuperAPP benchmark and has universal efficacy across base models.
Enhancing Chinese Offensive Language Detection with Homophonic Perturbation (2025.emnlp-main)

Copied to clipboard

Challenge: Detecting offensive language in Chinese is challenging due to homophonic substitutions used to evade detection.
Approach: They propose to use HED-COLD to build a large-scale homophonic dataset for Chinese offensive language detection and a homophone-aware pretraining strategy to learn phonetics and orthography.
Outcome: The proposed framework achieves state-of-the-art performance on the COLD test set and the toxicity benchmark ToxiCloakCN.
Aligning Cross-Lingual Entities with Multi-Aspect Information (D19-1)

Copied to clipboard

Challenge: Existing knowledge graphs that represent entities in different languages are not covered by existing systems.
Approach: They propose two ways to embed entities from multilingual knowledge graphs into the same vector space, where equivalent entities are close to each other.
Outcome: The proposed method significantly outperforms existing systems on two benchmark datasets.
A Two Stage Adaptation Framework for Frame Detection via Prompt Learning (2022.coling-1)

Copied to clipboard

Challenge: Existing frameworks focus on a single scenario or issue, ignoring the special characteristics of frame detection that new events emerge continuously and policy agenda changes dynamically.
Approach: They propose a framework to adapt to different contexts and frame typologies . they propose coding tasks that learn transferable encoders and verbalizers based on pivots and prompts - and generalization tasks that apply them to new issues and label sets.
Outcome: The proposed framework shows superiority in both full-resource and low-resourced conditions.
Assessing Factual Reliability of Large Language Model Knowledge (2024.naacl-long)

Copied to clipboard

Challenge: Factual knowledge of LLMs is typically evaluated using accuracy, yet this metric does not capture the vulnerability of LRMs to hallucination-inducing factors like prompt and context variability.
Approach: They propose a metric designed to measure LLMs’ factual reliability by comparing the distance between the probability distributions of a valid output and its counterparts produced by the same LLM probing the same fact using different styles of prompts and contexts.
Outcome: The proposed metric measures the distance between the probability distributions of a valid output and its counterparts produced by the same LLM probing the same fact using different styles of prompts and contexts.
SemRegex: A Semantics-Based Approach for Generating Regular Expressions from Natural Language Specifications (D18-1)

Copied to clipboard

Challenge: Existing approaches to generate programs from natural language do not address program aliasing . semantically equivalent programs may have many syntactically different forms .
Approach: They propose a semantics-based approach to generate regular expressions from natural language.
Outcome: The proposed approach improves on three public datasets.
Event Detection from Social Media for Epidemic Prediction (2024.naacl-long)

Copied to clipboard

Challenge: Social media is an easy-to-access platform providing timely updates about societal trends and events.
Approach: They propose a framework to extract epidemic-related events from social media posts to provide early warnings.
Outcome: The proposed framework can detect epidemic events for three unseen epidemics of Monkeypox, Zika, and Dengue while existing models fail miserably.
An Electoral Approach to Diversify LLM-based Multi-Agent Collective Decision-Making (2024.emnlp-main)

Copied to clipboard

Challenge: Recent advances in large language models have sparked interest in collaborative LLM agents.
Approach: They propose to integrate various ordinal preferential voting mechanisms into LLMs to improve reasoning capabilities and robustness.
Outcome: The proposed method improves reasoning capabilities and robustness of leading LLMs without complex system designs.
SOAPTriage: SOAP-Guided Multi-View Clinical Text Modeling Framework for Automated ESI Prediction (2026.acl-long)

Copied to clipboard

Challenge: Emergency departments rely on the Emergency Severity Index (ESI) to assess patient acuity and prioritize care.
Approach: They propose a SOAP-guided multi-view clinical text modeling framework for automated ESI prediction based on the SOAP paradigm .
Outcome: The proposed framework outperforms prompting-based, multi-agent, and encoder-based baselines.
ToolRerank: Adaptive and Hierarchy-Aware Reranking for Tool Retrieval (2024.lrec-main)

Copied to clipboard

Challenge: Recent studies have proposed tool learning, which augments LLMs with external tools.
Approach: They propose an adaptive and hierarchy-aware reranking method to refine retrieval results by truncating the retrieval result related to seen and unseen tools at different positions.
Outcome: The proposed method improves retrieval results, leading to better execution results generated by the LLM.
Dialect-SQL: An Adaptive Framework for Bridging the Dialect Gap in Text-to-SQL (2025.emnlp-main)

Copied to clipboard

Challenge: Existing Text-to-SQL research focuses on specific database systems, limiting adaptability to different dialects.
Approach: They propose a framework that employs Object Relational Mapping (ORM) code as an intermediate language to bridge this gap.
Outcome: The proposed framework outperforms existing methods that generate SQL queries directly.
Neeko: Leveraging Dynamic LoRA for Efficient Multi-Character Role-Playing Agent (2024.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have revolutionized open-domain dialogue agents but face challenges in multi-character role-playing (MCRP) scenarios.
Approach: They propose a framework for efficient multi-character role-playing that employs a dynamic low-rank adapter strategy and distinct LoRA blocks for each character.
Outcome: Neeko employs a dynamic low-rank adapter (LoRA) strategy, enabling it to adapt seamlessly to diverse characters.
Intent Discovery with Frame-guided Semantic Regularization and Augmentation (2023.findings-acl)

Copied to clipboard

Challenge: Existing intent discovery methods focus on transferring prior knowledge of known intents to unknown ones.
Approach: They propose to use frame knowledge as conceptual semantic guidance to bridge the gap between known intents representation learning and unknown intents clustering.
Outcome: The proposed method outperforms solid baselines on two benchmark datasets.
Automatic Term Name Generation for Gene Ontology: Task and Dataset (2020.findings-emnlp)

Copied to clipboard

Challenge: Gene Ontology (GO) terms are used to describe gene function in biology and bio-medicine.
Approach: They propose a task to generate term names for GO and build a large-scale benchmark dataset.
Outcome: The proposed model outperforms baselines by incorporating the relations between genes, words and terms for term name generation.
TeCES: Collaborative Geometric Knowledge Representation Framework under Evolving Fact Snapshots (2026.acl-long)

Copied to clipboard

Challenge: Existing knowledge graphs represent static facts but lack collaborative modeling of both . e.g., existing knowledge graph models lack a framework for integrating snapshots into knowledge graph.
Approach: They propose a framework for high-fidelity modeling of evolving snapshots using concept of snapshots.
Outcome: The proposed framework outperforms existing models on six benchmarks.
JI2S: Joint Influence‐Aware Instruction Data Selection for Efficient Fine‐Tuning (2025.emnlp-main)

Copied to clipboard

Challenge: Prior selection strategies score samples using generalpurpose LLMs, leveraging their strong language understanding but introducing inherent biases that misalign with the target model’s behavior and yield unstable downstream performance.
Approach: They propose a framework that jointly models marginal and combinatorial influences within sample groups and evaluate them on Open LLM Benchmarks, MTBench, and GPT4–judged pairwise comparisons.
Outcome: The proposed framework outperforms fulldataset training and strong baselines on Open LLM Benchmarks, MTBench, and GPT4–judged pairwise comparisons.
Separate the Wheat from the Chaff: Winnowing Down Divergent Views in Retrieval Augmented Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) lack robustness in knowledge-intensive tasks due to noisy or irrelevant retrieved data.
Approach: They propose a multi-agent debate-based RAG framework that integrates external knowledge sources into large language models to improve their accuracy.
Outcome: The proposed framework is unsupervised and leverages pretrained LLMs without fine-tuning, making it easily adaptable to various tasks.
TextFlint: Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing (2021.acl-demo)

Copied to clipboard

Challenge: Existing approaches to textual robustness evaluation focus on slightly modifying the input data, which maintains the original meaning and results in a different prediction.
Approach: They propose a multilingual robustness evaluation toolkit for NLP that integrates universal text transformations, task-specific transformations and adversarial attack.
Outcome: The toolkit includes universal text transformation, task-specific transformation, adversarial attack, subpopulation, and their combinations to provide comprehensive robustness analyses.
Neural Machine Translation with Heterogeneous Topic Knowledge Embeddings (2021.emnlp-main)

Copied to clipboard

Challenge: Existing NMT models can handle meaning ambiguities based on local contexts, but it remains a challenge to translate words in implicit collocations.
Approach: They propose heterogeneous ways of embedding topic information into NMT models . they propose to incorporate topic knowledge embeddable into the NMT model .
Outcome: The proposed methods outperform baselines on English -> German and English => French translation tasks.
Gen-SQL: Efficient Text-to-SQL By Bridging Natural Language Question And Database Schema With Pseudo-Schema (2025.coling-main)

Copied to clipboard

Challenge: Recent studies have shifted paradigms and leveraged Large Language Models (LLMs) to tackle the challenging task of Text-to-SQL.
Approach: They propose a framework that leverages large language models to generate SQL queries . they exploit prior knowledge from the LLM to enhance embedding-based retriever .
Outcome: The proposed method improves embedding-based retriever and reduces cost.
Improving Event Definition Following For Zero-Shot Event Detection (2024.acl-long)

Copied to clipboard

Challenge: Existing approaches on zero-shot event detection train models on datasets annotated with known event types and prompt them with unseen event definitions.
Approach: They propose to train models to better follow event definitions by using an automatic generated Diverse Event Definition dataset.
Outcome: The proposed model outperforms existing models on three open benchmarks on zero-shot event detection.
DICE: Data-Efficient Clinical Event Extraction with Generative Models (2023.acl-long)

Copied to clipboard

Challenge: EE tasks target specific domains with vague entity boundaries, resulting in a lack of training data.
Approach: They propose a robust and data-efficient generative model for clinical event extraction . they frame event extraction as a conditional generation problem and introduce a contrastive learning objective to decide the boundaries of biomedical mentions.
Outcome: The proposed model is robust and data-efficient for clinical event extraction . it trains an auxiliary mention identification task and event extraction tasks to better identify entity mention boundaries .

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