Papers by Tat-Seng Chua

73 papers
Information Screening whilst Exploiting! Multimodal Relation Extraction with Feature Denoising and Multimodal Topic Modeling (2023.acl-long)

Copied to clipboard

Challenge: Existing research on multimodal relation extraction (MRE) faces internal-information over-utilization and external-information under-exploitation.
Approach: They propose a framework that implements internal-information screening and external-information exploiting to address these challenges.
Outcome: The proposed framework outperforms the current best model on the benchmark dataset.
Beyond Persuasion: Towards Conversational Recommender System with Credible Explanations (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing CRSs can be highly persuasive, but they can be deceptive and can damage the long-term trust between users and the CRS.
Approach: They propose a method to enhance the credibility of CRS’s explanations by using a set of credibility-aware persuasive strategies and a post-hoc self-reflection process.
Outcome: The proposed method enhances the credibility of CRS’s explanations and refines them via post-hoc self-reflection.
Doc2SoarGraph: Discrete Reasoning over Visually-Rich Table-Text Documents via Semantic-Oriented Hierarchical Graphs (2024.lrec-main)

Copied to clipboard

Challenge: Existing work on document visual question answering fails to capture the differences and correlations between elements of a document and associated questions.
Approach: They propose a document-visual question-answering challenge that exploits element-level semantics and employs hierarchical Graph structures to capture differences and correlations between elements.
Outcome: The proposed model surpasses the state-of-the-art method and large language model in terms of Exact Match (EM) metric, demonstrating exceptional effectiveness.
Goal Awareness for Conversational AI: Proactivity, Non-collaborativity, and Beyond (2023.acl-tutorials)

Copied to clipboard

Challenge: Conventional conversation researches focus on the responseability of the system, such as dialogue context understanding and response generation, but overlook the design of an essential property in intelligent conversations, i.e., goal awareness.
Approach: This tutorial introduces the latest advances on the design of agent’s awareness of goals in a wide range of conversational systems.
Outcome: This tutorial introduces the latest advances on the design of agent’s awareness of goals in a wide range of conversational systems.
MolCA: Molecular Graph-Language Modeling with Cross-Modal Projector and Uni-Modal Adapter (2023.emnlp-main)

Copied to clipboard

Challenge: Language Models (LMs) have demonstrated impressive molecule understanding ability on 1D text-related tasks, but lack 2D graph perception, a critical ability of human professionals in comprehending molecules’ topological structures.
Approach: They propose to combine a cross-modal projector and a uni-modal adapter to enable an LM to understand both text- and graph-based molecular contents via a Q-Former.
Outcome: The proposed model outperforms the baselines on tasks such as molecule captioning, IUPAC name prediction, and molecule-text retrieval.
Personalized Generation In Large Model Era: A Survey (2025.acl-long)

Copied to clipboard

Challenge: Recent advances in large generative models have catalyzed a paradigm shift in content generation to Personalized Generation (PGen).
Approach: They propose a multi-level taxonomy that systematically formalizes PGen's key components, core objectives, and abstract workflows.
Outcome: The proposed taxonomy bridging PGen research across multiple modalities highlights open challenges and promising directions for future exploration.
Media Source Matters More Than Content: Unveiling Political Bias in LLM-Generated Citations (2025.emnlp-main)

Copied to clipboard

Challenge: generative search engines rely on in-line citations as the key gateway to original webpages . a recent study shows that LLMs tend to cite left-leaning sources at higher rates compared to traditional retrieval systems .
Approach: They construct a dataset of news articles labeled with left- or right-leaning stances . they find that LLMs tend to cite left-leansing sources at higher rates than traditional retrieval systems .
Outcome: The proposed dataset shows that LLMs tend to cite left-leaning sources at higher rates than traditional retrieval systems.
PACIFIC: Towards Proactive Conversational Question Answering over Tabular and Textual Data in Finance (2022.emnlp-main)

Copied to clipboard

Challenge: Existing studies on financial question answering systems focus on passively responding to user queries.
Approach: They propose a new dataset to facilitate conversational question answering over hybrid contexts in finance . they propose PACIFIC to combine clarification question generation and CQA .
Outcome: The proposed method performs multi-task learning over all sub-tasks in PACIFIC . it incorporates a simple ensemble strategy to alleviate error propagation issue .
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.
Beware of Your Po! Measuring and Mitigating AI Safety Risks in Role-Play Fine-Tuning of LLMs (2025.acl-long)

Copied to clipboard

Challenge: Existing role-play fine-tuning techniques improve role adaptability but may degrade safety performance, especially for villainous characters.
Approach: They propose safety-aware Role-Play Fine-Tuning (SaRFT) to balance role-playing capabilities and safety.
Outcome: The proposed method outperforms state-of-the-art baselines under both LoRA and full-parameter fine-tuning settings.
STYLE: Improving Domain Transferability of Asking Clarification Questions in Large Language Model Powered Conversational Agents (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods for addressing ambiguities in conversational search systems are one-size-fits-all and struggle to achieve effective domain transferability.
Approach: They propose a method to provide search engines with strategies regarding when to ask clarification questions in a post-hoc manner.
Outcome: The proposed method improves search performance 10% on four unseen domains.
ProtT3: Protein-to-Text Generation for Text-based Protein Understanding (2024.acl-long)

Copied to clipboard

Challenge: Language Models excel in understanding textual descriptions of proteins, but struggle to process texts.
Approach: They propose a framework for Protein-to-Text Generation for Text-based Protein Understanding that integrates a PLM as its protein understanding module.
Outcome: The proposed framework surpasses existing baselines and is highly efficient in protein-to-text generation.
Hypothetical Training for Robust Machine Reading Comprehension of Tabular Context (2023.findings-acl)

Copied to clipboard

Challenge: Counterfactual training is expensive because of the complexity of tabular data.
Approach: They propose a hypothetical training framework that uses paired examples with different hypothetical questions to supervise the direction of model gradient towards the counterfactual answer change.
Outcome: The proposed framework improves on tabular MRC datasets.
Personalized Text Generation with Contrastive Activation Steering (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to personalized text generation rely on retrieval-augmented generation and parameter-efficient fine-tuning.
Approach: They propose a training-free framework that disentangles and represents personalized writing style as a vector in LLM’s activation-space.
Outcome: The proposed framework achieves 8% relative improvement in personalized generation while reducing storage requirements by 1700 over PEFT method.
TAT-QA: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance (2021.acl-long)

Copied to clipboard

Challenge: Existing QA systems focus on unstructured text, structured knowledge base, or semi-structured tables.
Approach: They propose a large-scale question answering model based on financial reports . numerical reasoning is usually required to infer the answer .
Outcome: The proposed model achieves 58.0% inF1, an 11.1% increase over the baseline model, but still lags behind the best human model.
Hello Again! LLM-powered Personalized Agent for Long-term Dialogue (2025.naacl-long)

Copied to clipboard

Challenge: Existing dialogue systems focus on brief single-session interactions, neglecting real-world needs for long-term companionship and personalized interactions.
Approach: They propose a model-agnostic framework for long-term dialogue agents . they use event summary and persona management to enable reasoning .
Outcome: The proposed framework incorporates three independently tunable modules dedicated to event perception, persona extraction, and response generation.
FACT-AUDIT: An Adaptive Multi-Agent Framework for Dynamic Fact-Checking Evaluation of Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing fact-checking evaluation methods rely on static datasets and classification metrics, which fail to evaluate justification production and uncover the nuanced limitations of LLMs.
Approach: They propose a framework that adaptively and dynamically assesses LLMs’ fact-checking capabilities by incorporating justification production alongside verdict prediction.
Outcome: Experiments show that the framework differentiates among state-of-the-art LLMs, providing valuable insights into model strengths and limitations in model-centric fact-checking analysis.
Ask-before-Plan: Proactive Language Agents for Real-World Planning (2024.findings-emnlp)

Copied to clipboard

Challenge: despite the advancements of large language models, the potential of LLM-powered agents to comprehend ambiguous user instructions is still under exploration.
Approach: They propose a task that requires agents to predict clarification needs based on conversation and agentenvironment interaction and generate a plan to fulfill the user's demands.
Outcome: The proposed framework is based on a new ask-before-plan benchmark dataset.
ReactXT: Understanding Molecular “Reaction-ship” via Reaction-Contextualized Molecule-Text Pretraining (2024.findings-acl)

Copied to clipboard

Challenge: Molecular-text modeling is an emerging research field that aims to facilitate molecule-relevant tasks with a textual interface and textual knowledge.
Approach: They propose a new method for reaction-text modeling that uses three types of input contexts to incrementally pretrain LMs.
Outcome: The proposed method improves experimental procedure prediction and molecule captioning and offers competitive results in retrosynthesis.
How to Enable Effective Cooperation Between Humans and NLP Models: A Survey of Principles, Formalizations, and Beyond (2025.acl-long)

Copied to clipboard

Challenge: Using large language models, intelligent models have evolved into autonomous agents . this paradigm has yielded remarkable progress in numerous NLP tasks in recent years .
Approach: They present a review of human-model cooperation, exploring its principles, formalizations, and open challenges.
Outcome: The proposed model-model cooperation paradigm has been a key focus of recent research . it is a novel paradigm that can be applied to a variety of tasks .
From Multimodal LLM to Human-level AI: Modality, Instruction, Reasoning, Efficiency and beyond (2024.lrec-tutorials)

Copied to clipboard

Challenge: This tutorial aims to deliver a comprehensive review of cutting-edge research in MLLMs.
Approach: This tutorial will review cutting-edge research in MLLMs and examine the impact of ML in learning and reasoning.
Outcome: This course will review cutting-edge research in MLLMs and examine the impact of ML models on learning, learning, and multimodal reasoning.
PEVL: Position-enhanced Pre-training and Prompt Tuning for Vision-language Models (2022.emnlp-main)

Copied to clipboard

Challenge: Recent advances on self-supervised learning have led to powerful vision-language pre-training models that achieve state-of-the-art performance on a wide range of cross-modal tasks.
Approach: They propose a vision-language pre-training framework that reformulates discretized object positions and language in a unified language modeling framework.
Outcome: The proposed model improves performance on position-sensitive vision-language (VL) tasks and also improves on position insensitive tasks.
Scene Graph as Pivoting: Inference-time Image-free Unsupervised Multimodal Machine Translation with Visual Scene Hallucination (2023.acl-long)

Copied to clipboard

Challenge: Current neural machine translation (NMT) relies on parallel sentences, which obstructs the development of NMT for minor languages.
Approach: They propose an unsupervised multimodal machine translation setup where the model is trained with source-text image pairs and tested with only source- text inputs.
Outcome: The proposed model outperforms the baseline model on the task and setup, helping yield translations with better completeness, relevance and fluency without relying on paired images.
MPO: Multilingual Safety Alignment via Reward Gap Optimization (2025.acl-long)

Copied to clipboard

Challenge: Existing preference learning methods for safety alignment are monolingual and struggle with noisy multilingual data.
Approach: They propose a multilingual reward gaP optimization approach that leverages the well-aligned safety capabilities of the dominant language to improve safety alignment across multiple languages.
Outcome: Extensive experiments on three LLMs, LLaMA-3.1, Gemma-2 and Qwen2.5, validate MPO’s efficacy in multilingual safety alignment without degrading general multilingual utility.
XNLP: An Interactive Demonstration System for Universal Structured NLP (2024.acl-demos)

Copied to clipboard

Challenge: Structured Natural Language Processing (XNLP) is an important subset of NLP that entails understanding the underlying semantic or syntactic structure of texts.
Approach: They propose a XNLP demonstration system that leverages LLM to achieve universal XnLP with one model for all with high generalizability.
Outcome: The proposed system advances in multiple aspects, including universal XNLP modeling, high performance, interpretability, scalability, and interactivity.
Dialogue State Tracking with Incremental Reasoning (2021.tacl-1)

Copied to clipboard

Challenge: Empirical results show that our method outperforms the state-of-the-art methods in terms of joint belief accuracy.
Approach: They propose to track dialogue states gradually with reasoning over dialogue turns using the back-end data.
Outcome: Empirical results show that the proposed method outperforms state-of-the-art methods in terms of joint belief accuracy for a large-scale human–human dialogue dataset.
Beyond Factuality: A Comprehensive Evaluation of Large Language Models as Knowledge Generators (2023.emnlp-main)

Copied to clipboard

Challenge: Large language models outperform information retrieval techniques for downstream knowledge-intensive tasks when being prompted to generate world knowledge.
Approach: They propose a COmpreheNsive kNowledge Evaluation framework to evaluate generated knowledge from six important perspectives . they conduct extensive empirical analysis of generated knowledge on two widely studied knowledge-intensive tasks .
Outcome: The proposed framework evaluates generated knowledge from six important perspectives on two knowledge-intensive tasks.
Constructing Code-mixed Universal Dependency Forest for Unbiased Cross-lingual Relation Extraction (2023.findings-acl)

Copied to clipboard

Challenge: Recent efforts on cross-lingual relation extraction (XRE) leverage language-consistent structural features from the universal dependency resource.
Approach: They propose to construct a type of code-mixed UD forest that combines UD and source-/target-side UD structures to achieve unbiased transfer.
Outcome: The proposed UD forest achieves significant performance gains on ACE XRE benchmark datasets.
Strength Lies in Differences! Improving Strategy Planning for Non-collaborative Dialogues via Diversified User Simulation (2024.emnlp-main)

Copied to clipboard

Challenge: Non-collaborative dialogue agents are expected to engage in strategic conversations with diverse users, and this poses two main challenges for existing dialogue agents: 1) the inability to integrate user-specific characteristics into the strategic planning; 2) the difficulty of training strategic planners that can be generalized to diverse users.
Approach: They propose to integrate a user-aware strategic planning module and a population-based training paradigm into a non-collaborative dialogue agent for securing a mutual agreement that leans favorably towards the system's objectives.
Outcome: The proposed model can be used to achieve a mutual agreement that leans favorably towards the system's objectives.
Knowledge Boundary of Large Language Models: A Survey (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) store vast amount of knowledge in their parameters, but they still have limitations in the memorization and utilization of certain knowledge.
Approach: They propose a comprehensive definition of the LLM knowledge boundary and introduce a formalized taxonomy categorizing knowledge into four distinct types.
Outcome: The proposed definition of the LLM knowledge boundary and taxonomy categorizes knowledge into four distinct types . aims to offer a comprehensive overview, facilitate access to key issues, and inspire further advancements in LLM research.
A Study of Implicit Ranking Unfairness in Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated superior ability to serve as ranking models, but they will exhibit discriminatory ranking behaviors based on users’ sensitive attributes (gender).
Approach: They propose an evaluation method to investigate the severity of implicit ranking unfairness and a pair-wise regression method to conduct fair-aware data augmentation for LLM fine-tuning.
Outcome: The proposed method outperforms existing methods in ranking fairness, achieving this with only a small reduction in accuracy.
Expertise Style Transfer: A New Task Towards Better Communication between Experts and Laymen (2020.acl-main)

Copied to clipboard

Challenge: a curse of knowledge can impede communication between experts and laymen.
Approach: They propose a task of expertise style transfer to automate the communication between experts and laymen using an annotated dataset.
Outcome: The proposed task simplifies professional language and improves accuracy and expertise level of laymen descriptions using simple words.
Temporally Grounding Natural Sentence in Video (D18-1)

Copied to clipboard

Challenge: Existing methods for grounding natural sentences in video are limited to a single pass.
Approach: They propose a Temporal GroundNet (TGN) method that captures the evolving fine-grained frame-by-word interactions between video and sentence to ground the segment corresponding to the sentence.
Outcome: The proposed method significantly improves on the state-of-the-art methods on three public datasets and shows significant improvements in performance.
Reasoning Implicit Sentiment with Chain-of-Thought Prompting (2023.acl-short)

Copied to clipboard

Challenge: In implicit sentiment analysis, the opinion cues come in an implicit and obscure manner.
Approach: They propose a three-step prompting principle for THOR to step-by-step induce the implicit aspect, opinion and finally the sentiment polarity.
Outcome: The proposed framework pushes the state-of-the-art (SoTA) by over 6% F1 on supervised setup and more strikingly, boosts the SoTA by over 50% F1 with THOR+GPT3.
CLAMBER: A Benchmark of Identifying and Clarifying Ambiguous Information Needs in Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Large language models are used to meet user information needs, but their effectiveness in dealing with user queries that contain various types of ambiguity remains unknown.
Approach: They propose a benchmark for evaluating large language models using a well-organized taxonomy.
Outcome: The proposed model is based on a well-organized taxonomy and compares it with other models.
ConReader: Exploring Implicit Relations in Contracts for Contract Clause Extraction (2022.emnlp-main)

Copied to clipboard

Challenge: Existing CCE methods treat contracts as plain text, creating a barrier to understanding complex contracts.
Approach: They propose a framework to model implicit relations in legal contracts to improve contract understanding . they propose Term-Definition Relation captures the relation between important terms and their definitions .
Outcome: The proposed framework improves on two CCE tasks in conventional and zero-shot settings.
Semi-supervised Entity Alignment via Joint Knowledge Embedding Model and Cross-graph Model (D19-1)

Copied to clipboard

Challenge: Entity alignment aims at integrating complementary knowledge graphs (KGs) from different sources or languages.
Approach: They propose a semi-supervised entity alignment method by joint Knowledge Embedding model and Cross-Graph model to make better use of seed alignments to propagate over the entire graphs with KG-based constraints.
Outcome: The proposed method can make better use of seed alignments to propagate over entire graphs with KG-based constraints.
Multi-Channel Graph Neural Network for Entity Alignment (P19-1)

Copied to clipboard

Challenge: Existing methods to learn alignment-oriented knowledge graph embeddings suffer from structural heterogeneity and limited seed alignments.
Approach: They propose a multi-channel Graph Neural Network model to learn alignment-oriented knowledge graph embeddings by encoding two KGs via multiple channels.
Outcome: The proposed model is expected to reconcile the structural differences of two KGs, and thus make better use of seed alignments.
Measuring What Makes You Unique: Difference-Aware User Modeling for Enhancing LLM Personalization (2025.findings-acl)

Copied to clipboard

Challenge: Extensive experiments on real-world datasets demonstrate that DPL significantly enhances LLM personalization.
Approach: They propose a novel approach that emphasizes extracting inter-user differences to enhance LLM personalization.
Outcome: The proposed approach extracts inter-user differences to enhance LLM personalization.
Video Question Answering: Datasets, Algorithms and Challenges (2022.emnlp-main)

Copied to clipboard

Challenge: Recent advances in video question answering have led to a surge in popularity . despite the popularity, VideoQA remains one of the greatest challenges .
Approach: They categorize the video question-answer datasets into normal VideoQA, multi-modal VideoQA and knowledge-based VideoQA according to the modalities invoked in the question-announcement pairs.
Outcome: The proposed methods are mainly designed for Factoid QA and inference VideoQA . the proposed methods have been compared with other methods and are robust and interpretable.
Decoding in Latent Spaces for Efficient Inference in LLM-based Recommendation (2025.findings-emnlp)

Copied to clipboard

Challenge: Light Latent-space Decoding (L2D) is an efficient and efficient latent- space decoding method.
Approach: They propose to bypass language-space decoding by matching candidate items with LLM's internal thought representations in the latent space.
Outcome: The proposed method is 10x faster than language-space decoding while maintaining or enhancing performance.
Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment (2020.emnlp-main)

Copied to clipboard

Challenge: Entity alignment (EA) aims at building a Knowledge Graph (KG) of rich content by linking the equivalent entities from various KGs.
Approach: They propose to use an attributed value encoder to partition a Knowledge Graph into subgraphs to model the various types of attribute triples efficiently.
Outcome: The proposed method achieves significant improvements over 12 baselines in cross-lingual and monolingual datasets.
How Knowledge Graph and Attention Help? A Qualitative Analysis into Bag-level Relation Extraction (2021.acl-long)

Copied to clipboard

Challenge: Knowledge Graph (KG) and attention mechanism have been demonstrated effective in introducing and selecting useful information for weakly supervised methods.
Approach: They propose a paradigm to quantitatively evaluate the effect of attention and KG on bag-level relation extraction (RE) they propose to incorporate entity prior to KG-enhanced attention to improve RE performance .
Outcome: The proposed model achieves significant improvements on two real-world datasets compared with three state-of-the-art baselines.
A Federated Framework for LLM-based Recommendation (2025.findings-naacl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated potential in building generative recommendation systems through fine-tuning user behavior data.
Approach: They propose a federated framework for LLM-based recommendation that combines dynamic parameter aggregation and learning speed for different clients.
Outcome: The proposed framework achieves a more balanced client performance and improved overall performance in a computational and storage-efficient way while safeguarding user privacy well.
Learning Goal-oriented Dialogue Policy with opposite Agent Awareness (2020.aacl-main)

Copied to clipboard

Challenge: Existing approaches for goal-oriented dialogue policy learning focus on the target agent policy and treat the opposite agent policy as part of the environment.
Approach: They propose a framework for policy learning in goal-oriented dialogues that uses the opposite agent's policy estimation to improve the target agent by regarding it as part of the target policy.
Outcome: The proposed framework shows superior performance over state-of-the-art models on cooperative and competitive dialogue tasks.
G2S: A General-to-Specific Learning Framework for Temporal Knowledge Graph Forecasting with Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Recent studies have introduced Large Language Models (LLMs) for this task to enhance the models’ generalization abilities.
Approach: They propose a General-to-Specific learning framework that disentangles the learning processes of two kinds of knowledge in a temporal temporal structure.
Outcome: The proposed framework disentangles the learning processes of the above two kinds of knowledge and improves their generalization abilities.
Graph Neural Networks with Generated Parameters for Relation Extraction (P19-1)

Copied to clipboard

Challenge: Existing graph neural networks can only process multi-hop relational reasoning on pre-defined graphs and cannot be directly applied in natural language relational reasoning.
Approach: They propose a graph neural network with generated parameters using natural language sentences as inputs.
Outcome: The proposed model can process relational reasoning on graphs and in natural language processing tasks.
Prompting and Evaluating Large Language Models for Proactive Dialogues: Clarification, Target-guided, and Non-collaboration (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent studies have shown that ChatGPT has limitations such as failing to ask clarifying questions to ambiguous queries or refusing problematic user requests.
Approach: They propose a Proactive Chain-of-Thought prompting scheme which augments LLMs with the goal planning capability over descriptive reasoning chains to trigger proactivity.
Outcome: The proposed scheme augments LLMs with the goal planning capability over descriptive reasoning chains to trigger the proactivity of LLM-based proactive dialogue systems.
LLMDet: A Third Party Large Language Models Generated Text Detection Tool (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing detection tools rely on access to LLMs and can only distinguish between machine-generated and human-authored text.
Approach: They propose a model-specific, secure, efficient, and extendable detection tool that can source text from specific LLMs.
Outcome: The proposed tool can source text from specific LLMs, such as GPT-2, OPT, LLaMA, and others.
Learning to Imagine: Integrating Counterfactual Thinking in Neural Discrete Reasoning (2022.acl-long)

Copied to clipboard

Challenge: Existing NDR models suffer from large performance drop on hypothetical questions, e.g., “what the annualized rate of return would be if the revenue in 2020 was doubled”.
Approach: They propose a learning to imagine module which can be seamlessly incorporated into NDR models to perform the imagination of unseen counterfactual.
Outcome: The proposed model can perform the imagination of unseen counterfactuals on hypothetical questions.
Length Controlled Generation for Black-box LLMs (2025.acl-long)

Copied to clipboard

Challenge: Existing length control methods involve fine-tuning the parameters of LLMs, which is inefficient and suboptimal for practical use.
Approach: They propose an iterative sampling framework that regulates LLMs to generate length-constrained text without modifying the underlying parameters.
Outcome: The proposed method achieves 100% success rates on Llama3.1 tasks with minimal additional computational overhead.
Chain-of-Exemplar: Enhancing Distractor Generation for Multimodal Educational Question Generation (2024.acl-long)

Copied to clipboard

Challenge: Existing methods for multiple choice questions focus on text inputs and lack visual information.
Approach: They propose a framework to generate subject-specific educational questions with plausible distractors based on multimodal content.
Outcome: The proposed framework improves question generation and distractor generation over existing methods across subjects and educational levels.
MacLaSa: Multi-Aspect Controllable Text Generation via Efficient Sampling from Compact Latent Space (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to multi-aspect controllable text generation require expensive iteration / searching within the discrete text space during the decoding stage, resulting in a degradation of text quality due to the domain discrepancies between different aspects.
Approach: They propose a framework that estimates compact latent space for multiple aspects and performs efficient Sampling with a fast sampler to eliminate domain discrepancies.
Outcome: The proposed framework outperforms baselines on attribute relevance and textual quality while maintaining a high inference speed.
AdaSteer: Your Aligned LLM is Inherently an Adaptive Jailbreak Defender (2025.emnlp-main)

Copied to clipboard

Challenge: Activation steering offers training-free defense but relies on fixed steering coefficients, resulting in suboptimal protection and increased false rejections of benign inputs.
Approach: They propose an adaptive activation steering method that dynamically adjusts model behavior based on input characteristics.
Outcome: The proposed method outperforms baseline methods across multiple jailbreak attacks with minimal impact on utility.
Re-examining the Role of Schema Linking in Text-to-SQL (2020.emnlp-main)

Copied to clipboard

Challenge: Existing text-to-SQL models treat schema linking as a minor component . Existing solutions treat schema as merely a string component based on string matching .
Approach: They build a schema linking corpus based on a Spider text-to-SQL dataset . they find schema linking is the crux for the current text- to-Sql task .
Outcome: The proposed model performs well on the Spider text-to-SQL dataset despite its simplicity.
Neural Quality Estimation with Multiple Hypotheses for Grammatical Error Correction (2021.naacl-main)

Copied to clipboard

Challenge: Existing GEC models produce spurious corrections or fail to detect lots of errors.
Approach: They propose a neural network for GEC quality estimation with multiple hypotheses . VERNet establishes interactions among hypothese based on reasoning graph .
Outcome: The proposed model achieves state-of-the-art grammatical error detection performance and best quality estimation results on four GEC datasets.
Generative Cross-Modal Retrieval: Memorizing Images in Multimodal Language Models for Retrieval and Beyond (2024.acl-long)

Copied to clipboard

Challenge: Recent advances in generative language models have demonstrated their ability to memorize knowledge from documents and recall knowledge to respond to user queries effectively.
Approach: They propose to enable multimodal large language models to memorize and recall images within their parameters.
Outcome: The proposed model performs well even with large-scale image candidate sets.
Don’t Just Say “I don’t know”! Self-aligning Large Language Models for Responding to Unknown Questions with Explanations (2024.emnlp-main)

Copied to clipboard

Challenge: Existing studies investigate ways to refuse to answer unknown questions . Large Language Models (LLMs) display a significant level of overconfidence when answering questions that they are aware of.
Approach: They propose a self-alignment method to utilize Large Language Models to enhance its response-ability to unknown questions.
Outcome: The proposed method is superior to baseline methods on four types of unknown questions.
Self-Improvement Towards Pareto Optimality: Mitigating Preference Conflicts in Multi-Objective Alignment (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to optimize large language models with human preferences suffer from preference conflicts in the data.
Approach: They propose to construct Pareto-optimal responses to resolve preference conflicts by using a self-improving DPO framework that enables LLMs to self-generate and select Paret-optimized responses.
Outcome: The proposed framework achieves superior Pareto Front performance over baselines on two datasets.
Semantic Graphs for Generating Deep Questions (2020.acl-main)

Copied to clipboard

Challenge: Existing research has focused on generating factoid questions relevant to one fact obtainable from a single sentence.
Approach: They propose a framework that first constructs a semantic-level graph and then encodes it by introducing an attention-based GGNN.
Outcome: The proposed framework captures the global structure of the document and facilitates reasoning over multiple facts.
Robust Prompt Optimization for Large Language Models Against Distribution Shifts (2023.emnlp-main)

Copied to clipboard

Challenge: Existing research has explored automatic prompt optimization methods to eliminate manual effort in identifying effective prompts for a given task.
Approach: They propose a framework for prompt optimization that can be generalized to an unlabeled target group.
Outcome: The proposed framework improves on target group and source group while generalizing to unlabeled target group.
Analyzing Temporal Complex Events with Large Language Models? A Benchmark towards Temporal, Long Context Understanding (2024.acl-long)

Copied to clipboard

Challenge: Existing research in complex event analysis has made significant strides but is constrained by inadequate natural language processing techniques.
Approach: They propose a novel approach using Large Language Models to extract and analyze the event chain within TCE, characterized by their key points and timestamps.
Outcome: The proposed model performs comparable to models with long context window and retrieval-augmented generation method in three distinct tasks .
Think Twice Before Trusting: Self-Detection for Large Language Models through Comprehensive Answer Reflection (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to self-detection only retrospectively evaluate LLM-generated answers, leading to over-trust in incorrectly generated answers.
Approach: They propose a self-detection paradigm that considers the comprehensive answer space beyond LLM-generated answers to mitigate the over-trust in LLM generated incorrect answers.
Outcome: The proposed framework can be integrated with existing approaches for superior self-detection.
Cracking the Code of Hallucination in LVLMs with Vision-aware Head Divergence (2025.acl-long)

Copied to clipboard

Challenge: Existing methods focus on alignment training or decoding refinements but address symptoms at the generation stage without probing the underlying causes.
Approach: They propose a training-free approach to mitigate hallucination by enhancing the role of vision-aware attention heads.
Outcome: The proposed method achieves superior performance compared to state-of-the-art approaches in mitigating hallucinations while maintaining high efficiency with negligible additional time overhead.
Semi-supervised New Slot Discovery with Incremental Clustering (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to discover new slots rely on unsupervised slot induction or domain adaptation, and are limited in transferring prior knowledge to new slots.
Approach: They propose a Semi-supervised Incremental Clustering method to discover new slots with existing linguistic annotation models and limited known slot data.
Outcome: The proposed method significantly outperforms state-of-the-art models on five public datasets.
A Comprehensive Evaluation of Large Language Models on Legal Judgment Prediction (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have demonstrated great potential for domain-specific applications, such as the law domain.
Approach: They propose a framework to investigate LLMs' competence in the law domain by using similar cases and multi-choice options.
Outcome: The proposed solutions can be extended to other domains to facilitate evaluations in other domain.
Empowering Language Understanding with Counterfactual Reasoning (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods for language understanding use the recognized patterns in the testing phase that are inherently different from us humans who have counterfactual thinking.
Approach: They propose a counterfactual Reasoning Model which mimics counterfactive thinking by learning from few counterffact samples.
Outcome: The proposed model can detect and make predictions from textual patterns . it can also detect negative sarcastic puns by comparing them with imaginations .
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 .
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.
Distillation Enhanced Generative Retrieval (2024.findings-acl)

Copied to clipboard

Challenge: Generative retrieval is a promising new paradigm in text retrieval that generates identifier strings of relevant passages as the retrieval target.
Approach: They propose a framework that leverages generative language models to enhance generative retrieval by distillation.
Outcome: The proposed framework achieves state-of-the-art performance among the generative retrieval methods.
Improving Named Entity Recognition via Bridge-based Domain Adaptation (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for named entity recognition use pre-training language models to represent words, leading to entity type misclassification.
Approach: They propose a model-agnostic framework called MoCL for cross-domain named entity recognition to refine the original representations and combine it with two distinct cross- domain NER methods and two pre-training language models to explore its generalization ability.
Outcome: The proposed framework is model-agnostic and can be used to generalize and refine existing models.
Generating Visual Spatial Description via Holistic 3D Scene Understanding (2023.acl-long)

Copied to clipboard

Challenge: Existing VSD work focuses on skewed spatial understanding of target objects . Existing work merely models the 2D geometrical vision features .
Approach: They propose to incorporate 3D scene features into visual spatial description tasks by sampling topologically-diverse subgraphs from Go3D-S2G.
Outcome: The proposed framework outperforms baselines on two VSD datasets and produces more spatially-diversified generation.
On the Multi-turn Instruction Following for Conversational Web Agents (2024.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable abilities in planning and executing multi-step interactions within web-based environments.
Approach: They propose a framework for conversational web navigation that uses multi-turn interactions with both the user and the environment.
Outcome: The proposed framework is based on a multi-turn Mind2Web (MT-Mind2Web) it is designed to perform multi-step interactions with web-based environments .

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