Papers by Ji Wu

86 papers
Explore Unsupervised Structures in Pretrained Models for Relation Extraction (2022.findings-emnlp)

Copied to clipboard

Challenge: Syntactic trees are widely used in relation extraction (RE) but they are not stable on different text domains and a pre-defined grammar may not fit the target relation schema.
Approach: They propose to use unsupervised structures to extract relation extraction models . they also conduct detailed analyses on their abilities of adapting new RE domains .
Outcome: The proposed models obtain competitive (even the best) performance scores on benchmark RE datasets.
CP-BCS: Binary Code Summarization Guided by Control Flow Graph and Pseudo Code (2023.emnlp-main)

Copied to clipboard

Challenge: Current work on understanding assembly code is oriented towards generating function names, which involve numerous abbreviations that make them confusing.
Approach: They propose a control flow graph and pseudo code guided binary code summarization framework to learn the comprehensive binary function execution behavior and logic semantics.
Outcome: The proposed framework improves the efficiency of reverse engineering on 3 different binary optimization levels for 3 different computer architectures.
A Survey of LLM-based Agents in Medicine: How far are we from Baymax? (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) are transforming healthcare through their ability to understand and assist with medical tasks.
Approach: They analyze system profiles, clinical planning, medical reasoning frameworks, and external capacity enhancement.
Outcome: The findings highlight the future directions in medical reasoning, physical system integration, and training simulations.
Aligning LLMs with Individual Preferences via Interaction (2025.coling-main)

Copied to clipboard

Challenge: Existing studies on LLMs alignment focus on generalizing their behavior to generalized values such as helpfulness, harmlessness, and honesty.
Approach: They train large language models to "interact to align" to implicitly infer user preferences . they use a multi-turn preference dataset to generate a personalized alignment .
Outcome: The proposed method enables dynamic, personalized alignment via interaction with a multi-turn preference dataset.
Gaussian Process based Deep Dyna-Q approach for Dialogue Policy Learning (2021.findings-acl)

Copied to clipboard

Challenge: Reinforcement learning (RL) is the main dialogue policy learning method in recent years.
Approach: They propose a Gaussian Process based Deep Dyna-Q approach to dialogue policy learning . they propose evaluating the quality of experiences generated by the world model using a discriminator .
Outcome: The proposed approach improves the effectiveness and efficiency of dialogue policy learning by 20% with fewer human-machine interactions.
Learning to Solve Domain-Specific Calculation Problems with Knowledge-Intensive Programs Generator (2025.naacl-long)

Copied to clipboard

Challenge: Domain Large Language Models (LLMs) are developed for domain-specific tasks based on general LLMs, but it still requires professional knowledge to facilitate the expertise for some domain- specific tasks.
Approach: They propose a pipeline to solve domain-specific calculation problems with KIPG . they use it to extract key variables and calculate outcomes dependent on domain knowledge .
Outcome: The proposed pipeline solves domain-specific calculation problems more effectively . it generates knowledge-intensive programs according to the domain- specific documents .
RAVEN: Robust Advertisement Video Violation Temporal Grounding via Reinforcement Reasoning (2025.acl-industry)

Copied to clipboard

Challenge: Existing methods for detecting ads video violations lack precise temporal grounding, noisy annotations, and limited generalization.
Approach: They propose a framework that integrates curriculum reinforcement learning with large language models to enhance reasoning and cognitive capabilities for violation detection.
Outcome: The proposed framework achieves superior performance in violation category accuracy and temporal interval localization.
From Adversarial Arms Race to Model-centric Evaluation: Motivating a Unified Automatic Robustness Evaluation Framework (2023.findings-acl)

Copied to clipboard

Challenge: Existing models of robustness evaluation are incomprehensive, impractical, and invalid .
Approach: They propose a framework for automatic robustness evaluation that shifts towards model-centric evaluation to further exploit the advantages of adversarial attacks.
Outcome: The proposed framework is based on a model-centric evaluation protocol and a robustness evaluation protocol.
Retrieval and Reasoning on KGs: Integrate Knowledge Graphs into Large Language Models for Complex Question Answering (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have performed impressively in various NLP tasks, but their inherent hallucination phenomena severely challenge their credibility in complex reasoning.
Approach: They propose to integrate explainable Knowledge Graphs (KGs) with LLMs to alleviate hallucinations . they construct subgraphs to enhance the retrieval capabilities of KGs via CoT reasoning.
Outcome: Extensive experiments on two KGQA datasets show that the proposed model achieves convincing performance compared to strong baselines.
Length Generalization of Causal Transformers without Position Encoding (2024.findings-acl)

Copied to clipboard

Challenge: Besides Transformers without position encodings, the success of NoPE provides a new way to overcome the challenge of generalizing to longer sentences.
Approach: They propose a parameter-efficient tuning for searching attention heads’ best temperature hyper-parameters, which substantially expands NoPE’s context size.
Outcome: The proposed tuning significantly expands NoPE's context size, allowing it to generalize to longer sentences with state-of-the-art generalization algorithms.
Rehearsal-free Continual Language Learning via Efficient Parameter Isolation (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for learning continual tasks do not cache history data, which makes the problem more challenging.
Approach: They propose a method that allocates a small portion of private parameters and learns them with a shared pre-trained model.
Outcome: The proposed method is comparable to existing methods and comparable to those using historical data.
Unsupervised Morphological Tree Tokenizer (2025.findings-acl)

Copied to clipboard

Challenge: Conventional statistical tokenizers often disrupt constituent boundaries within words, thereby corrupting semantic information.
Approach: They propose a method that uses morphological structure guidance to induce character-level structures of words by training a deep model.
Outcome: Empirical results show that the proposed method retains complete morphemes and outperforms existing methods on morphological segmentation and language modeling tasks.
CodeArena: A Collective Evaluation Platform for LLM Code Generation (2025.acl-demo)

Copied to clipboard

Challenge: Large Language Models (LLMs) have reshaped code generation, but persistent challenges impede accurate assessment.
Approach: They propose an online evaluation framework tailored for large language models to assess their coding capabilities.
Outcome: a new evaluation framework for large language models (LLMs) provides unbiased, unbiased evaluations and open access to solutions and test cases.
CMoralEval: A Moral Evaluation Benchmark for Chinese Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Recent years have witnessed remarkable progress achieved by large language models in both natural language understanding and generation.
Approach: They propose a large benchmark CMoralEval for moral evaluation of Chinese LLMs . they use a Chinese TV program discussing Chinese moral norms and Chinese moral anomies based on various sources .
Outcome: The proposed dataset is characterized by diversity and authenticity.
Bayesian Example Selection Improves In-Context Learning for Speech, Text and Visual Modalities (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) can adapt to new tasks easily and efficiently in a training-free manner.
Approach: They propose to use eBayesian in-context example selection method to extend the inference probability conditioned on in-constitut examples based on Bayes’ theorem to select in-strategy examples . Experimental results show the efficacy and robustness of their method on various models, tasks and modalities.
Outcome: The proposed method is based on the eBayesian in-context example selection approach.
GEM: A General Evaluation Benchmark for Multimodal Tasks (2021.findings-acl)

Copied to clipboard

Challenge: Existing datasets that focus on natural language tasks are not considered as a general evaluation benchmark for multimodal tasks.
Approach: They present a general evaluation benchmark for multimodal tasks, GEM 1 . they compare it with existing multimodal vision-language datasets .
Outcome: The proposed model is compared with existing vision-language datasets focusing on natural language tasks . it is the largest vision-linguistic dataset covering image-language tasks and video-language task at the same time .
Explore the Reasoning Capability of LLMs in the Chess Testbed (2025.naacl-short)

Copied to clipboard

Challenge: a recent study shows that large language models struggle with long-term, complex reasoning tasks.
Approach: They propose to integrate annotated strategy and tactic into large language models to improve reasoning capability.
Outcome: The proposed model performs better than GPT, Claude, and Gemini models . it integrates annotated strategy and tactic into the model .
Neural Machine Translation for Agglutinative Languages via Data Rejuvenation (2025.acl-srw)

Copied to clipboard

Challenge: Recent years, advances in Neural Machine Translation (NMT) heavily rely on large-scale parallel corpora.
Approach: They propose to combine fine-grained inactive sample identification with target-side rejuvenation to improve translation quality from agglutinative languages.
Outcome: The proposed framework improves on four low-resource agglutinative language tasks.
Soft Knowledge Prompt: Help External Knowledge Become a Better Teacher to Instruct LLM in Knowledge-based VQA (2024.acl-long)

Copied to clipboard

Challenge: Recent research focuses on improving prediction performance and reliability of LLM.
Approach: They propose a method to actively extract valuable information from the knowledge to produce a latent vector as a soft prompt, which is fused with the image embedding to form a knowledge-enhanced context to instruct LLM.
Outcome: The proposed method improves performance on knowledge-based VQA benchmarks.
Word Reordering for Zero-shot Cross-lingual Structured Prediction (2021.emnlp-main)

Copied to clipboard

Challenge: Current sentence encoders are word order sensitive, resulting in poor performance . Adapting word order from one language to another is key in cross-lingual structured prediction.
Approach: They propose a new module to organize words following the source language order . they build structured prediction models with bag-of-words inputs and introduce a module to do this .
Outcome: The proposed model significantly improves target language performance for languages that are distant from the source language.
LOHRec: Leveraging Order and Hierarchy in Generative Sequential Recommendation (2025.findings-emnlp)

Copied to clipboard

Challenge: generative recommenders focus on maximizing the prediction probability of the next item in the temporal sequence, ignoring diverse potential items.
Approach: They propose a learning framework that leverages order and hierarchy in generative recommendation using quantized identifiers to further explore performance ceiling of lightweight generative recommenders.
Outcome: The proposed learning framework outperforms strong prior baselines across multiple datasets.
The Role of Visual Modality in Multimodal Mathematical Reasoning: Challenges and Insights (2025.acl-long)

Copied to clipboard

Challenge: Existing models that leverage visual information do not improve math reasoning performance . authors suggest that visual information is important for multimodal reasoning .
Approach: They propose a dataset to require image reliance for problem-solving and challenge models with similar, yet distinct, images that change the correct answer.
Outcome: The proposed model performance is unaffected by changes to or removal of images in the dataset.
Incremental Summarization for Customer Support via Progressive Note-Taking and Agent Feedback (2025.emnlp-industry)

Copied to clipboard

Challenge: Using a mixtral-87B model, we reduce the time it takes to generate concise notes during conversations, and reduce the amount of time spent on manual review.
Approach: They propose a system that combines a Mixtral-87B model for continuous note generation with a DeBERTa-based classifier to filter trivial content.
Outcome: The proposed system achieved a 3% reduction in case handling time compared to bulk summarization, and high agent satisfaction ratings from surveys.
Delta Embedding Learning (P19-1)

Copied to clipboard

Challenge: Unsupervised word embeddings have limitations to the semantics of words and inadequate fine-tuning of embedded word can lead to suboptimal performance.
Approach: They propose a method that optimizes word embeddings by regularizing them incrementally to ensure they are tuned in an incremental way.
Outcome: The proposed method improves performance on various NLP tasks and shows that it absorbs semantic information without "forging"
RAVEN++: Pinpointing Fine-Grained Violations in Advertisement Videos with Active Reinforcement Reasoning (2025.emnlp-industry)

Copied to clipboard

Challenge: Recent advances in large language models have improved the detection of non-compliant content, but critical gaps persist in fine-grained understanding, explainability, and generalization.
Approach: They propose a framework that combines active reinforcement learning, fine-grained violation understanding and progressive multi-stage training.
Outcome: The proposed framework outperforms general-purpose LLMs and specialized models in fine-grained violation understanding, explainability, and generalization.
GradOT: Training-free Gradient-preserving Offsite-tuning for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for offsite-tuning of large language models require high computational costs and lack theoretical analysis.
Approach: They propose an offsite-tuning approach that selectively applies compression techniques such as rank compression and channel pruning to preserve the gradients of fine-tuned adapters while ensuring privacy.
Outcome: The proposed method surpasses existing OT methods in privacy protection and model performance.
SCMAPR: Self-Correcting Multi-Agent Prompt Refinement for Complex-Scenario Text-to-Video Generation (2026.findings-acl)

Copied to clipboard

Challenge: Text-to-Video (T2V) generation is a challenge under complex scenarios.
Approach: They propose a scenario-aware and self-correcting multi-agent prompt refinement framework for T2V prompting.
Outcome: The proposed framework improves text-to-video alignment and overall generation quality under complex scenarios.
Typology Guided Multilingual Position Representations: Case on Dependency Parsing (2023.findings-acl)

Copied to clipboard

Challenge: Recent multilingual models benefit from strong unified semantic representation models, but conflicting linguistic regularities may break the effectiveness of word position features in multilingual learning.
Approach: They propose to combine prior knowledge from typology features and existing position vectors to create a position generation network which combines prior knowledge of a language's position space and typological characterization.
Outcome: The proposed model can achieve the best multilingual parsing results by combining prior knowledge from typology features and existing position vectors.
ART: rule bAsed futuRe-inference deducTion (2023.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on language-based premises and deduce valid conclusions from visual observations.
Approach: They propose a rule-based deductive reasoning task that uses video to deduce the correct future event . they use commonsense knowledge to annotate video and a strong baseline to conduct reasoning .
Outcome: Empirical studies validate the rationality of ARTNet in deductive reasoning upon visual observations . ART is a method that rigorously follows a set of explicit constraints to deduce valid conclusions from empirical facts .
Cross-document Misinformation Detection based on Event Graph Reasoning (2022.naacl-main)

Copied to clipboard

Challenge: Existing methods for misinformation detection are limited to judging each document in isolation.
Approach: They propose a task of cross-document misinformation detection that detects fake news from a cluster of topically related news documents.
Outcome: The proposed method outperforms existing methods by up to 7 F1 points on this task.
RSVP: Reasoning Segmentation via Visual Prompting and Multi-modal Chain-of-Thought (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in multi-modal learning have enhanced MLLMs' ability to reason about visual content.
Approach: They propose a framework that unifies multi-step multimodal reasoning with grounded visual understanding.
Outcome: The proposed framework surpasses state-of-the-art methods by +6.5 gIoU and +9.2 cIou on ReasonSeg and achieves 49.7 mAP on SegInW under zero-shot settings.
Efficient Cross-modal Prompt Learning with Semantic Enhancement for Domain-robust Fake News Detection (2025.coling-main)

Copied to clipboard

Challenge: Existing MFND methods conduct cross-modal information interaction at later stage, resulting in weak generalization ability.
Approach: They propose an automatic multi-modal fake news detection method that exploits cross-modal information interaction at later stage.
Outcome: The proposed method outperforms state-of-the-art methods on three MFND benchmarks.
MACAROON: Training Vision-Language Models To Be Your Engaged Partners (2024.findings-emnlp)

Copied to clipboard

Challenge: Large vision-language models (LVLMs) generate detailed responses even when questions are ambiguous or unanswerable, leading to hallucinations and bias issues.
Approach: They propose a three-tiered hierarchy for questions of invalid, ambiguous, and personalizable nature to measure the proactive engagement capabilities of LVLMs.
Outcome: The proposed model generates contrastive response pairs for unlabeled questions, achieving 0.84 AAR, while maintaining comparable performance on general tasks.
Better Combine Them Together! Integrating Syntactic Constituency and Dependency Representations for Semantic Role Labeling (2021.findings-acl)

Copied to clipboard

Challenge: Existing studies use only one singleton syntax for semantic role labeling (SRL).
Approach: They propose a TreeLSTM-based integration that integrates phrasal boundaries and semantic relations from dependency into a labelaware GCN solution for simultaneously modeling syntactic edges and labels.
Outcome: The proposed system achieves state-of-the-art performance on span-based and dependency-based SRL.
Deep Learning on Graphs for Natural Language Processing (2021.naacl-tutorials)

Copied to clipboard

Challenge: Graph Neural Networks (GNNs) are powerful tools for non-Euclidean data modeling and are used in many graph-related NLP tasks.
Approach: This tutorial will cover applying deep learning on graph techniques to NLP using Graph Neural Networks (GNNs) Graph4NLP is the first library for researchers and practitioners for easy use of GNNs for various NLP tasks.
Outcome: This tutorial will cover the latest developments in deep learning on graph techniques and their applications in various NLP tasks.
Thinking with Map: Reinforced Parallel Map-Augmented Agent for Geolocalization (2026.findings-acl)

Copied to clipboard

Challenge: Existing large vision-language model (LVLM) approaches overlook a common strategy used by humans — using maps.
Approach: They propose a method to equip a vision-language model with the ability to think with maps and optimize it using agentic reinforcement learning and parallel test-time scaling.
Outcome: The proposed method outperforms open- and closed-source models on most metrics.
Unleashing the Emergent Cognitive Synergy in Large Language Models: A Task-Solving Agent through Multi-Persona Self-Collaboration (2024.naacl-long)

Copied to clipboard

Challenge: Existing work on LLMs that only enhance reasoning abilities, but which lack factual hallucination and slow-thinking capabilities, argues that SPP is a cognitive synergist.
Approach: They propose a Solo Performance Prompting (SPP) that transforms a single LLM into a cognitive synergist by engaging in multi-turn self-collaboration with multiple personas.
Outcome: The proposed model reduces factual hallucination and maintains strong reasoning abilities on three challenging tasks .
A Joint Neural Model for Information Extraction with Global Features (2020.acl-main)

Copied to clipboard

Challenge: Existing joint neural models for Information Extraction use local task-specific classifiers to predict labels for individual instances.
Approach: They propose a joint neural framework that extracts the optimal IE result as a graph from an input sentence.
Outcome: The proposed model achieves new state-of-the-art on all subtasks and does not use any language-specific feature.
Improving Mongolian-Chinese Neural Machine Translation with Morphological Noise (P19-2)

Copied to clipboard

Challenge: Existing models for Mongolian-Chinese translation are based on recurrent, convolutional neural networks or completely eliminate recurrence connections.
Approach: They propose a adversarial training model to alleviate the UNK problem in Mongolian-Chinese machine translation by adding a screener to the model to emphasize the added Mongolian morphological noise.
Outcome: The proposed model reduces training time and improves accuracy in Mongolian-Chinese translation tasks.
Diversified Multiple Instance Learning for Document-Level Multi-Aspect Sentiment Classification (2020.emnlp-main)

Copied to clipboard

Challenge: Experimental results show that D-MILN outperforms recent weakly-supervised baselines . document-level multi-aspect sentiment classification requires a lot of manual aspect-level annotations - which is time-consuming and laborious .
Approach: They propose a novel Diversified Multiple Instance Learning Network to achieve DMSC with only document-level weak supervision.
Outcome: The proposed method outperforms weakly-supervised baselines on TripAdvisor and BeerAdvocate datasets.
FinReporting: An Agentic Workflow for Localized Reporting of Cross-Jurisdiction Financial Disclosure (2026.acl-demo)

Copied to clipboard

Challenge: FinReporting is an agentic workflow for localized cross-jurisdiction financial reporting . existing approaches assume a single-market setting and overlook structural differences across jurisdictions .
Approach: They propose a workflow that decomposes financial reporting into auditable stages . they use Large Language Models to extract and summarize corporate disclosures .
Outcome: The proposed system decomposes reporting into auditable stages . it improves consistency and reliability under heterogeneous reporting regimes.
CDD: A Large Scale Dataset for Legal Intelligence Research (2023.emnlp-industry)

Copied to clipboard

Challenge: Recent research has focused on predicting crimes, predicting outcomes of judicial debates, and extracting information from legal documents.
Approach: They propose to use a large-size Court Debate Dataset to analyze court debates . they invite experienced judges to design appropriate labels for data records .
Outcome: The proposed dataset includes 30,481 court cases, totaling 1,144,425 utterances.
Tram: A Token-level Retrieval-augmented Mechanism for Source Code Summarization (2024.findings-naacl)

Copied to clipboard

Challenge: Existing methods to generate source code summaries are coarse-grained and noise-filled . however, they do not capture contextual code semantics and are often outdated in continuous software iteration.
Approach: They propose a fine-grained Token-level retrieval-augmented mechanism on the decoder side to enhance performance of neural models.
Outcome: The proposed method produces more low-frequency tokens and is interpretable.
ModelScope-Agent: Building Your Customizable Agent System with Open-source Large Language Models (2023.emnlp-demo)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable capabilities to comprehend human intentions, engage in reasoning, and design planning-like behavior.
Approach: They propose a framework that equips large language models with tool-use capabilities . they propose LLaMA and Chat-GLM as controllers, and a model-based agent framework .
Outcome: The proposed framework equips open-source LLMs with tool-use capabilities . it provides a user-friendly system library with a customizable engine design .
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.
TRIDENT: Enhancing Large Language Model Safety with Tri-Dimensional Diversified Red-Teaming Data Synthesis (2025.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel in natural language processing tasks but are vulnerable to harmful content and being exploited for malicious purposes.
Approach: They propose a framework to measure the risk coverage of alignment datasets across three dimensions: Lexical Diversity, Malicious Intent, and Jailbreak Tactics.
Outcome: The proposed framework measures risk coverage across Lexical Diversity, Malicious Intent, and Jailbreak Tactics.
M3AV: A Multimodal, Multigenre, and Multipurpose Audio-Visual Academic Lecture Dataset (2024.acl-long)

Copied to clipboard

Challenge: Publishing open-source academic video recordings is an emerging approach to sharing knowledge online.
Approach: They propose a multimodal, multigenre, and multipurpose audio-visual academic lecture dataset with human annotations for multimodal content recognition and understanding tasks.
Outcome: The proposed dataset can be used for multiple audio-visual recognition and understanding tasks.
StealthGraph: Exposing Domain-Specific Risks in LLMs through Knowledge-Graph-Guided Harmful Prompt Generation (2026.acl-long)

Copied to clipboard

Challenge: Domain-specific datasets of harmful prompts are scarce and often rely on manual construction. Existing efforts to improve domain knowledge and reduce harmful prompt generation are lacking.
Approach: They propose a framework that transforms domain knowledge into actionable constraints and increases the implicitness of generated harmful prompts.
Outcome: The proposed framework yields high-quality datasets combining strong domain relevance with implicitness, enabling more realistic red-teaming and advancing LLM safety research.
Timeline Summarization based on Event Graph Compression via Time-Aware Optimal Transport (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for timeline summarization ignore the events’ intra-structures and inter-structure connections.
Approach: They propose to represent news articles as an event-graph, thus compressing the whole graph to its salient sub-graph.
Outcome: The proposed method significantly improves on the state-of-the-art on three real-world datasets, including two public benchmarks and a Timeline100 dataset.
A Unified Encoding of Structures in Transition Systems (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to encode dynamic structures only encode partial information of structures.
Approach: They propose a new attention-based encoder unifying all structures in a transition system.
Outcome: The proposed method significantly improves the test speed and achieves the best transition-based model.
SAME: Safety-Aware Model Editing Guided by Safety Transformation (2026.acl-long)

Copied to clipboard

Challenge: Existing models that update or insert new knowledge require sequential parameter updates while maintaining model capability.
Approach: They propose a model editing approach that estimates safety transforms and identifies corresponding safety direction in the neural activation space and aligns neural activations and network parameter updates under the safety constraints.
Outcome: The proposed approach reduces unsafe responses to malicious queries while preserving the effectiveness of model editing.
Table-based Fact Verification with Self-adaptive Mixture of Experts (2022.findings-acl)

Copied to clipboard

Challenge: Existing research focuses on table-based fact verification, but a new trend is extending the scope to structured evidence.
Approach: They propose a mixture-of-experts neural network to recognize and execute different types of reasoning . they use a management module to decide the contribution of each expert network to the verification result .
Outcome: The proposed method achieves 85.1% accuracy on the TabFact dataset, comparable with the previous state-of-the-art models.
Investigating and Mitigating Object Hallucinations in Pretrained Vision-Language (CLIP) Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing studies have revealed that Large Vision-Language Models suffer from hallucinations in practice, including object hallucines, spatial hallucinos, attribute hallucinications, etc.
Approach: They propose to use CLIP model to mitigate object hallucinations by using a data augmentation method to create negative samples with a variety of hallucinian issues.
Outcome: The proposed method mitigates object hallucinations and can be used as a visual encoder, effectively alleviating the object halluination issue in LVLMs.
OneEE: A One-Stage Framework for Fast Overlapping and Nested Event Extraction (2022.coling-1)

Copied to clipboard

Challenge: Event extraction (EE) is an essential task of information extraction, which aims to extract structured event information from unstructured text.
Approach: They propose a tagging scheme and a model to form EE as word-word relation recognition using parallel grid tapping.
Outcome: The proposed model achieves state-of-the-art on 3 overlapped and nested EE benchmarks and faster than baselines.
Entity-centered Cross-document Relation Extraction (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for relation extraction only use text snippets surrounding target entities in multiple documents.
Approach: They propose a relation-extraction model that uses cross-path entity relation attention to detect the semantic relations between entities in a given text.
Outcome: The proposed method outperforms the state-of-the-art methods in the dataset CodRED by 10%.
Constructing contrastive samples via summarization for text classification with limited annotations (2021.findings-emnlp)

Copied to clipboard

Challenge: Various contrastive learning methods have been developed and lead to state-of-the-art performance in many computer vision tasks.
Approach: They propose a method to construct efficient contrastive samples using text summarization to gain better representations of text classification tasks with limited annotations.
Outcome: The proposed framework gains better representations on text classification tasks with limited annotations and is compared with existing methods on real-world text classification datasets.
ToolEyes: Fine-Grained Evaluation for Tool Learning Capabilities of Large Language Models in Real-world Scenarios (2025.coling-main)

Copied to clipboard

Challenge: Existing evaluations of tool learning focus on validation of tools for large language models with expected outcomes, but this focus ignores the complex capabilities required for LLMs to effectively use tools.
Approach: They propose a fine-grained system for evaluation of large language models’ tool learning capabilities in authentic scenarios.
Outcome: The proposed system examines seven real-world scenarios, analyzing five dimensions crucial to LLMs in tool learning: format alignment, intent comprehension, behavior planning, tool selection, and answer organization.
GAST: Gradient-aligned Sparse Tuning of Large Language Models with Data-layer Selection (2026.eacl-long)

Copied to clipboard

Challenge: Existing methods focus on layer-selective and data-selectory fine-tuning, but ignore the fact that different data points contribute varying degrees to distinct model layers.
Approach: They propose a method that performs selective fine-tuning at both data and layer dimensions as integral components of a unified optimization strategy.
Outcome: Experiments show that the proposed method outperforms baseline methods in terms of performance and performance.
DVAGen: Dynamic Vocabulary Augmented Generation (2025.emnlp-demos)

Copied to clipboard

Challenge: Existing dynamic vocabulary approaches struggle to generalize to novel or out-of-vocabulary words, limiting their flexibility in handling diverse token combinations.
Approach: They propose an open-source framework for training, evaluation, and visualization of dynamic vocabulary-augmented language models.
Outcome: The proposed framework validates the effectiveness of dynamic vocabulary-augmented language models on modern LLMs and shows support for batch inference significantly improving inference throughput.
SGDPO: Self-Guided Direct Preference Optimization for Language Model Alignment (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for aligning Large Language Models with human values are limited and results of DPO are not resilient.
Approach: They propose a self-guided direct preference optimization algorithm that incorporates a pilot term to steer the gradient flow during the optimization process.
Outcome: The proposed method can generate human-preferred response up to 9.19% higher than previous methods.
Unsupervised Reference-Free Summary Quality Evaluation via Contrastive Learning (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for document summarization consider the informativeness of the assessed summary and require human-generated references for each test summary.
Approach: They propose to evaluate summary qualities without reference summaries by unsupervised contrastive learning.
Outcome: The proposed method outperforms other evaluation metrics even without reference summaries.
LLM Sensitivity Evaluation Framework for Clinical Diagnosis (2025.coling-main)

Copied to clipboard

Challenge: Existing studies on the sensitivity of Large Language Models (LLMs) to irrelevant contexts neglect the importance of key information.
Approach: They investigate the sensitivity of large language models to key medical information by introducing different perturbation strategies to investigate their sensitivity.
Outcome: The proposed models are based on three LLMs, namely GPT-3.5, GPT-4, Gemini, Claude3 and LLaMA2-7b, and demonstrate their reliability and sensitivity to medical information.
Open-Domain Safety Policy Construction (2026.findings-eacl)

Copied to clipboard

Challenge: Moderation layers are core component of many products built on user-generated content.
Approach: They propose a system that drafts a content moderation policy based on human-written seed domain information.
Outcome: The proposed system outperforms definition-only and in-context learning baselines on openAI undesired content benchmarks and an in-house multimodal advertisement moderation benchmark.
CARFT: Boosting LLM Reasoning via Contrastive Learning with Annotated Chain-of-Thought-based Reinforced Fine-Tuning (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods to improve the reasoning performance of Large Language Models (LLMs) ignore annotated Chain-of-Thought (CoT) and incorporate unstable reasoning path sampling.
Approach: They propose a Contrastive learning with annotated CoT-based Reinforced Fine-Tuning approach to enhance the reasoning performance of Large Language Models.
Outcome: The proposed approach exploits annotated CoT and stabilizes the fine-tuning procedure by incorporating an additional unsupervised learning signal.
GAIA: A Fine-grained Multimedia Knowledge Extraction System (2020.acl-demos)

Copied to clipboard

Challenge: Open source knowledge extraction tools are used for many real-world applications, but there is no comprehensive system for KE.
Approach: They propose a multimedia knowledge extraction system that takes multimedia data from various sources and languages as input and creates a coherent, structured knowledge base.
Outcome: The system achieves top performance at the recent NIST TAC SM-KBP2019 evaluation.
Monte Carlo Tree Search Based Prompt Autogeneration for Jailbreak Attacks against LLMs (2025.coling-main)

Copied to clipboard

Challenge: Jailbreak attacks craft specific prompts or append adversarial suffixes to prompts, thereby inducing language models to generate harmful or unethical content and bypassing the model’s safety guardrails.
Approach: They propose a Monte Carlo Tree Search (MCTS) based Prompt Auto-generation (MPA) method to generate adversarial suffixes for valid jailbreak attacks.
Outcome: The proposed method outperforms existing methods on open-source and closed-source models and shows that it can generate harmful responses.
IPL: Leveraging Multimodal Large Language Models for Intelligent Product Listing (2024.emnlp-industry)

Copied to clipboard

Challenge: Unlike professional Business-to-Consumer (B2C) e-commerce platforms, consumer-to consumer (C2C), is mainly targeting individual sellers.
Approach: They develop an intelligent product listing tool that generates product descriptions using various product attributes such as category, brand, color, condition, etc.
Outcome: The proposed tool outperforms the base model in domain-specific tasks while producing less hallucination.
OpenPI-C: A Better Benchmark and Stronger Baseline for Open-Vocabulary State Tracking (2023.findings-acl)

Copied to clipboard

Challenge: Existing work on state tracking assumes both entities and state space are known, which limits their applicability.
Approach: They propose a two-stage model that refines the state change prediction conditioned on entities predicted from the first stage.
Outcome: The proposed model improves on the cleaned dataset and the evaluation metric on the proposed model.
SafeLawBench: Towards Safe Alignment of Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Recent studies indicate that large language models (LLMs) may exhibit risks, including threats to the protection of private data and the generation of hallucinations.
Approach: They propose to evaluate LLMs from a legal perspective using the SafeLawBench benchmark.
Outcome: The proposed framework categorizes safety risks into three levels based on legal standards and includes 24,860 multi-choice questions and 1,106 open-domain question-answering tasks.
Towards Economical Inference: Enabling DeepSeek’s Multi-Head Latent Attention in Any Transformer-based LLMs (2025.acl-long)

Copied to clipboard

Challenge: Multi-head Latent Attention (MLA) is an innovative architecture designed to ensure efficient and economical inference by significantly compressing the Key-Value (KV) cache into a latent vector.
Approach: They propose a data-efficient fine-tuning method for transitioning from MHA to MLA using a latent vector cache.
Outcome: The proposed architecture reduces the KV cache size of Llama2-7B by 92.19%, with only 1% drop in LongBench performance.
Joint Alignment of Multi-Task Feature and Label Spaces for Emotion Cause Pair Extraction (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for ECPE fail to model specific features and interactive features in between, or suffer from inconsistency of label prediction.
Approach: They propose to align ECPE with a feature-task alignment mechanism to model emotion-&cause-specific features and the shared interactive feature.
Outcome: The proposed model outperforms existing systems on all ECA subtasks.
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.
A Semantic Uncertainty Sampling Strategy for Back-Translation in Low-Resources Neural Machine Translation (2025.acl-srw)

Copied to clipboard

Challenge: Back-translation methods rely on large-scale parallel corpora to enhance performance, but ignore the semantic quality of monolingual data.
Approach: They propose a method which prioritizes sentences with higher semantic uncertainty as training samples by computationally evaluating the complexity of unannotated monolingual data.
Outcome: The proposed method improves translation accuracy and fluency by +1.7 on all three translation tasks.
InSerter: Speech Instruction Following with Unsupervised Interleaved Pre-training (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in speech large language models exhibit suboptimal performance in adhering to speech instructions.
Approach: They propose a method to pre-train large-scale unsupervised speech-text sequences . they use text-to-speech conversion to generate textual continuations corresponding to provided speech segments .
Outcome: The proposed model achieves superior or competitive results across diverse speech processing tasks.
Beyond Static Alignment: Adaptive Arbitration for Semantic Incongruence in Semi-Supervised Multimodal Sentiment Analysis (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for semantic incongruence in sentiment analysis are limited by label-limited settings.
Approach: They propose a framework for semi-supervised multimodal sentiment analysis that emphasizes stable cross-modal representations and reliable supervision.
Outcome: The proposed framework outperforms state-of-the-art methods under label-limited settings.
Relaxing the Constraints: A Dual-Importance Projection Mechanism for Lifelong Model Editing (2026.findings-acl)

Copied to clipboard

Challenge: Existing knowledge editing methods rely on strict orthogonal projection to preserve previously edited knowledge, but this constraint limits gradient expressiveness, resulting in degradation of model generalization and overall performance as the number of edits increases.
Approach: They propose a method that leverages Singular Value Decomposition to identify critical gradient subspaces and introduces a dual mechanism comprising "accumulated importance" and "projection importance"
Outcome: Extensive experiments on five mainstream LLMs show that the proposed method achieves an average comprehensive performance improvement of 10.36% and effectively maintains the model’s general capabilities on downstream tasks.
DiaASQ: A Benchmark of Conversational Aspect-based Sentiment Quadruple Analysis (2023.findings-acl)

Copied to clipboard

Challenge: a new task of conversational aspect-based sentiment analysis (DiaASQ) is designed to detect the quadruple of target-aspect-opinion-sentiment in a dialogue.
Approach: They propose a task of conversational aspect-based sentiment quadruple analysis to detect the quadrangle of target-aspect-opinion-sentiment in a dialogue.
Outcome: The proposed task is based on a high-quality dataset in Chinese and English . it improves the end-to-end quadruple prediction and integrates rich feature representations .
Generative Pretrained Structured Transformers: Unsupervised Syntactic Language Models at Scale (2024.acl-long)

Copied to clipboard

Challenge: Existing syntactic language models require a gold tree and sequential training to generate sentences.
Approach: They propose an unsupervised syntactic language model that incrementally generates a sentence with its syntaktic tree in a left-to-right manner.
Outcome: The proposed model outperforms existing models on grammar induction and comprehension tasks while holding a substantial acceleration on training.
Taming Actor-Observer Asymmetry in Agents via Dialectical Alignment (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have enabled the development of powerful autonomous systems.
Approach: They propose a model trained through dialectical alignment to enforce perspective-invariant reasoning.
Outcome: The proposed model mitigates attribution inconsistency and significantly improves fault resolution rates in ambiguous scenarios.
Cross2StrA: Unpaired Cross-lingual Image Captioning with Cross-lingual Cross-modal Structure-pivoted Alignment (2023.acl-long)

Copied to clipboard

Challenge: Current captioning models are limited to the English language due to the largescale paired image-caption datasets.
Approach: They propose to integrate the scene graph (SG) structures and the syntactic constituency trees into a captioner to improve captioning relevancy and fluency.
Outcome: The proposed model improves captioning relevancy and fluency on English-Chinese transfers.
CPRM: A LLM-based Continual Pre-training Framework for Relevance Modeling in Commercial Search (2025.naacl-industry)

Copied to clipboard

Challenge: Relevance modeling between queries and items is a key component of commercial search engines.
Approach: They propose a framework for continual pre-training of LLMs to enhance domain knowledge . they employ queries and multi-field item to jointly pre-train for enhancing domain knowledge.
Outcome: The proposed model achieves convincing performance compared to strong baselines.
MCC-KD: Multi-CoT Consistent Knowledge Distillation (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated remarkable abilities in complex reasoning through chain of thought (CoT) prompting.
Approach: They propose to generate multiple rationales for each question and enforce consistency among their predictions by minimizing the bidirectional KL-divergence between the answer distributions.
Outcome: The proposed model achieves superior performance on in-distribution and commonsense reasoning benchmarks.
Health-ORSC-Bench: A Benchmark for Measuring Over-Refusal and Safety Completion in Health Context (2026.findings-acl)

Copied to clipboard

Challenge: Existing safety alignment benchmarks fail to evaluate Safe Completion: the model’s ability to maximise helpfulness on dual-use or borderline queries without crossing into actionable harm.
Approach: They propose a large-scale benchmark to measure Over-Refusal and Safe Completion quality in healthcare.
Outcome: The framework evaluates 30 state-of-the-art LLMs including GPT-5 and Claude-4.
Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations (2020.coling-main)

Copied to clipboard

Challenge: Existing methods treat each span token equally important, ignoring significant features.
Approach: They propose a span-based joint extraction framework with attention-based semantic representations that utilizes span-specific and contextual representations.
Outcome: The proposed model outperforms existing models on ACE2005, CoNLL2004 and ADE.
Generation with Dynamic Vocabulary (2024.emnlp-main)

Copied to clipboard

Challenge: Using static vocabulary, vocabulary is ignored in advanced generation tasks.
Approach: They propose a dynamic vocabulary that can involve arbitrary text spans during generation.
Outcome: The proposed vocabulary can be deployed in a plug-and-play way, thus is attractive for various downstream applications.
STRIDE-ED: A Strategy-Grounded Stepwise Reasoning Framework for Empathetic Dialogue Systems (2026.acl-long)

Copied to clipboard

Challenge: Empathetic dialogue requires not only recognizing a user’s emotional state but also making strategy-aware, context-sensitive decisions throughout response generation.
Approach: They propose a STRategy-grounded, interpretable, and DEep reasoning framework that models Empathetic Dialogue through structured, strategy-conditioned reasoning.
Outcome: The proposed framework outperforms existing methods on automatic metrics and human evaluations.

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