← Search

Minlie Huang

145 accepted papers

2026

BARREL: Boundary-Aware Reasoning for Factual and Reliable LRMs

ICLR 2026poster

Recent advances in Large Reasoning Models (LRMs) have shown impressive capabilities in mathematical and logical reasoning. However, current LRMs rarely admit ignorance or respond with “I don’t know”. Instead, they often produce incorrect answers while showing undue confidence, raising concerns about…

Cited by 7SourcecodeScholar
2026

Be Careful When Fine-tuning On Open-Source LLMs: Your Fine-tuning Data Could Be Secretly Stolen!

ICLR 2026poster

Fine-tuning on open-source Large Language Models (LLMs) with proprietary data is now a standard practice for downstream developers to obtain task-specific models. Surprisingly, we reveal a new and concerning risk along with the practice: the provider of the open-source LLMs can later extract the pri…

Cited by 0SourcecodeScholar
2026

DPRM: A Dual Implicit Process Reward Model in Multi-Hop Question Answering

AAAI 2026technical

In multi-hop question answering (MHQA) tasks, Chain of Thought (CoT) improves the quality of generation by guiding large language models (LLMs) through multi-step reasoning, and Knowledge Graphs (KGs) reduce hallucinations via semantic matching. Outcome Reward Models (ORMs) provide feedback after ge

Cited by 0SourcePDFScholar
2026

DiffuReason: Enhancing Reasoning Ability for Diffusion Language Models via Monte Carlo Tree Search

ICML 2026poster

Auto-Regressive (AR) models with Monte Carlo Tree Search (MCTS) are a dominant paradigm for achieving “System 2” reasoning. However, this approach suffers from significant latency due to the serial, token-by-token generation mechanism of AR models. In contrast, Diffusion Large Language Models (dLLMs…

Cited by 0SourceScholar
2026

Grounding LLMs in Scientific Discovery via Embodied Actions

ICML 2026poster

Large Language Models (LLMs) have shown significant potential in scientific discovery but struggle to bridge the gap between theoretical reasoning and verifiable physical simulation. Existing solutions operate in a passive "execute-then-response" loop and thus lack runtime perception, obscuring agen…

Cited by 0SourceScholar
2026

SafeSearch: Automated Red-Teaming of LLM-Based Search Agents

ICML 2026poster

Search agents connect LLMs to the Internet, enabling them to access broader and more up-to-date information. However, this also introduces a new threat surface: unreliable search results can mislead agents into producing unsafe outputs. Real-world incidents and our two in-the-wild observations show …

Cited by 0SourceScholar
2026

Unveiling the Landscape of Clinical Depression Assessment: From Behavioral Signatures to Psychiatric Reasoning

AAAI 2026technical

Depression is a widespread mental disorder that affects millions worldwide. While automated depression assessment shows promise, most studies rely on limited or non-clinically validated data, and often prioritize complex model design over real-world effectiveness. In this paper, we aim to unveil the

Cited by 0SourcePDFScholar
2026

VisionReward: Fine-Grained Multi-Dimensional Human Preference Learning for Image and Video Generation

AAAI 2026technical

Visual generative models have achieved remarkable progress in synthesizing photorealistic images and videos, yet aligning their outputs with human preferences across critical dimensions remains a persistent challenge. Though reinforcement learning from human feedback offers promise for preference al

Cited by 0SourcePDFScholar
2026

WALKSAFE: Risk-aware Graph Random Walk with Bi-GRPO for LLM Safety

AAAI 2026technical

Large language models (LLMs) may generate harmful outputs on malicious inputs. Existing safety methods, including prompt engineering and model editing, rely on hand-crafted templates or target-driven parameter modifications, limiting their generalizability in unseen harmful scenarios. Post-training

Cited by 0SourcePDFScholar
2026

When Smiley Turns Hostile: Interpreting How Emojis Trigger LLMs’ Toxicity

AAAI 2026technical

Emojis are globally used non-verbal cues in digital communication, and extensive research has examined how large language models (LLMs) understand and utilize emojis across contexts. While usually associated with friendliness or playfulness, it is observed that emojis may trigger toxic content gener

Cited by 0SourcePDFScholar
2026

Ψ-Arena: Interactive Assessment and Optimization of LLM-based Psychological Counselors with Tripartite Feedback

AAAI 2026technical

Large language models (LLMs) have shown promise in providing scalable mental health support, while evaluating their counseling capability remains crucial to ensure both efficacy and safety. Existing evaluations are limited by the static assessment that focuses on knowledge tests, the single perspect

Cited by 0SourcePDFScholar
2025

A Survey of Post-Training Scaling in Large Language Models

ACL 2025long

Large language models (LLMs) have achieved remarkable proficiency in understanding and generating human natural languages, mainly owing to the “scaling law” that optimizes relationships among language modeling loss, model parameters, and pre-trained tokens. However, with the exhaustion of high-quali…

Cited by 0SourcePDFScholar
2025

AGD: Adversarial Game Defense Against Jailbreak Attacks in Large Language Models

ACL 2025long

LLMs demonstrate remarkable utility but remain vulnerable to jailbreak attacks that aim to elicit harmful responses. Existing defenses, including post-training alignment and prompt engineering, rely on training on safety-annotated datasets and safe prompt templates, struggling with adaptability to o…

2025

Advancing Collaborative Debates with Role Differentiation through Multi-Agent Reinforcement Learning

ACL 2025long

Multi-agent collaborative tasks exhibit exceptional capabilities in natural language applications and generation. By prompting agents to assign clear roles, it is possible to facilitate cooperation and achieve complementary capabilities among LLMs. A common strategy involves adopting a relatively ge…

Cited by 0SourcePDFScholar
2025

Adversary-Aware DPO: Enhancing Safety Alignment in Vision Language Models via Adversarial Training

EMNLP 2025

Safety alignment is critical in pre-trained large language models (LLMs) to generate responses aligned with human values and refuse harmful queries. Unlike LLM, the current safety alignment of VLMs is often achieved with post-hoc safety fine-tuning. However, these methods are less effective to white

2025

Battling against Tough Resister: Strategy Planning with Adversarial Game for Non-collaborative Dialogues

ACL 2025long

Non-collaborative dialogue involves two participants with conflicting interests engaging in a multi-round dialogue to achieve their own goals. Strategy planning is the key to guiding both participants towards a consensus. Most LLMs-based methods use stimulus prompts or external strategy planners for…

2025

CharacterBench: Benchmarking Character Customization of Large Language Models

AAAI 2025technical

Character-based dialogue (aka role-playing) enables users to freely customize characters for interaction, which often relies on LLMs, raising the need to evaluate LLMs’ character customization capability. However, existing benchmarks fail to ensure a robust evaluation as they often only involve a si…

2025

CodePlan: Unlocking Reasoning Potential in Large Language Models by Scaling Code-form Planning

ICLR 2025poster

Despite the remarkable success of large language models (LLMs) on traditional natural language processing tasks, their planning ability remains a critical bottleneck in tackling complex multi-step reasoning tasks. Existing approaches mainly rely on prompting or task-specific fine-tuning, often suffe…

Cited by 3SourcePDFScholar
2025

Crisp: Cognitive Restructuring of Negative Thoughts through Multi-turn Supportive Dialogues

EMNLP 2025

Cognitive Restructuring (CR) uses multi-turn dialogue to identify and restructure one’s negative thoughts, arising from mental health issues, into more helpful and positive ones. Clinician shortage and stigma urge the development of human-LLM interactive psychotherapy for CR. Yet, effectively implem

2025

DCMKC: A Dual Consistency Matching Approach for Multi-hop Question Answering in LLMs

EMNLP 2025

Reasoning based on chains of thought (CoTs) enables large language models (LLMs) to solve problems by thinking step by step and becomes the mainstream solution for Question-Answering (QA) tasks. Knowledge graph (KG)-enhanced CoT technology helps correct factual errors or predict reasoning direction.

2025

DELMAN: Dynamic Defense Against Large Language Model Jailbreaking with Model Editing

ACL 2025finding

Large Language Models (LLMs) are widely applied in decision making, but their deployment is threatened by jailbreak attacks, where adversarial users manipulate model behavior to bypass safety measures. Existing defense mechanisms, such as safety fine-tuning and model editing, either require extensiv…

2025

DPGA-TextSyn: Differentially Private Genetic Algorithm for Synthetic Text Generation

ACL 2025finding

Using large language models (LLMs) has a potential risk of privacy leakage since the data with sensitive information may be used for fine-tuning the LLMs. Differential privacy (DP) provides theoretical guarantees of privacy protection, but its practical application in LLMs still has the problem of p…

2025

DYNTEXT: Semantic-Aware Dynamic Text Sanitization for Privacy-Preserving LLM Inference

ACL 2025finding

LLMs face privacy risks when handling sensitive data. To ensure privacy, researchers use differential privacy (DP) to provide protection by adding noise during LLM training. However, users may be hesitant to share complete data with LLMs. Researchers follow local DP to sanitize the text on the user…

2025

Data Selection via Optimal Control for Language Models

ICLR 2025oral

This work investigates the selection of high-quality pre-training data from massive corpora to enhance LMs' capabilities for downstream usage. We formulate data selection as a generalized Optimal Control problem, which can be solved theoretically by Pontryagin's Maximum Principle (PMP), yielding a…

2025

DiffusionAttacker: Diffusion-Driven Prompt Manipulation for LLM Jailbreak

EMNLP 2025

Large Language Models (LLMs) are susceptible to generating harmful content when prompted with carefully crafted inputs, a vulnerability known as LLM jailbreaking. As LLMs become more powerful, studying jailbreak methods is critical to enhancing security and aligning models with human values. Traditi

Cited by 0SourcePDFScholar
2025

Exploring Multimodal Challenges in Toxic Chinese Detection: Taxonomy, Benchmark, and Findings

ACL 2025finding

Detecting toxic content using language models is important but challenging. While large language models (LLMs) have demonstrated strong performance in understanding Chinese, recent studies show that simple character substitutions in toxic Chinese text can easily confuse the state-of-the-art (SOTA) L…

2025

Guiding not Forcing: Enhancing the Transferability of Jailbreaking Attacks on LLMs via Removing Superfluous Constraints

ACL 2025long

Jailbreaking attacks can effectively induce unsafe behaviors in Large Language Models (LLMs); however, the transferability of these attacks across different models remains limited. This study aims to understand and enhance the transferability of gradient-based jailbreaking methods, which are among t…

2025

HPSS: Heuristic Prompting Strategy Search for LLM Evaluators

ACL 2025finding

Since the adoption of large language models (LLMs) for text evaluation has become increasingly prevalent in the field of natural language processing (NLP), a series of existing works attempt to optimize the prompts for LLM evaluators to improve their alignment with human judgment. However, their eff…

2025

Internal Value Alignment in Large Language Models through Controlled Value Vector Activation

ACL 2025long

Aligning Large Language Models (LLMs) with human values has attracted increasing attention since it provides clarity, transparency, and the ability to adapt to evolving scenarios. In this paper, we introduce a Controlled Value Vector Activation (ConVA) method that directly aligns the internal values…

2025

Language Models Learn to Mislead Humans via RLHF

ICLR 2025poster

Language models (LMs) can produce errors that are hard to detect for humans, especially when the task is complex. RLHF, the most popular post-training method, may exacerbate this problem: to achieve higher rewards, LMs might get better at convincing humans that they are right even when they are wron…

2025

LegalAgentBench: Evaluating LLM Agents in Legal Domain

ACL 2025long

With the increasing intelligence and autonomy of LLM Agents, their potential applications in the legal domain are becoming increasingly apparent. However, existing general-domain benchmarks are unable to fully capture the complexity and subtle nuances inherent in real-world judicial cognition and de…

2025

LogicGame: Benchmarking Rule-Based Reasoning Abilities of Large Language Models

ACL 2025finding

Large Language Models (LLMs) have demonstrated notable capabilities across various tasks, showcasing complex problem-solving abilities. Understanding and executing complex rules, along with multi-step planning, are fundamental to logical reasoning and critical for practical LLM agents and decision-m…

2025

LongSafety: Evaluating Long-Context Safety of Large Language Models

ACL 2025long

As Large Language Models (LLMs) continue to advance in understanding and generating long sequences, new safety concerns have been introduced through the long context. However, the safety of LLMs in long-context tasks remains under-explored, leaving a significant gap in both evaluation and improvemen…

2025

MAGI: Multi-Agent Guided Interview for Psychiatric Assessment

ACL 2025finding

Automating structured clinical interviews could revolutionize mental healthcare accessibility, yet existing large language models (LLMs) approaches fail to align with psychiatric diagnostic protocols. We present MAGI, the first framework that transforms the gold-standard Mini International Neuropsyc…

Cited by 0SourcePDFScholar
2025

MAPS: Advancing Multi-Modal Reasoning in Expert-Level Physical Science

ICLR 2025poster

Pre-trained on extensive text and image corpora, current Multi-Modal Large Language Models (MLLM) have shown strong capabilities in general visual reasoning tasks. However, their performance is still lacking in physical domains that require understanding diagrams with complex physical structures an…

Cited by 0SourcePDFScholar
2025

MHALO: Evaluating MLLMs as Fine-grained Hallucination Detectors

ACL 2025finding

Hallucination remains a critical challenge for multimodal large language models (MLLMs), undermining their reliability in real-world applications. While fine-grained hallucination detection (FHD) holds promise for enhancing high-quality vision-language data construction and model alignment through e…

2025

MiniPLM: Knowledge Distillation for Pre-training Language Models

ICLR 2025poster

Knowledge distillation (KD) is widely used to train small, high-performing student language models (LMs) using large teacher LMs. While effective in fine-tuning, KD during pre-training faces efficiency, flexibility, and effectiveness issues. Existing methods either incur high computational costs d…

2025

Reframe Your Life Story: Interactive Narrative Therapist and Innovative Moment Assessment with Large Language Models

EMNLP 2025

Recent progress in large language models (LLMs) has opened new possibilities for mental health support, yet current approaches lack realism in simulating specialized psychotherapy and fail to capture therapeutic progression over time. Narrative therapy, which helps individuals transform problematic

Cited by 0SourcePDFScholar
2025

SPaR: Self-Play with Tree-Search Refinement to Improve Instruction-Following in Large Language Models

ICLR 2025poster

Instruction-following is a fundamental capability of language models, requiring the model to recognize even the most subtle requirements in the instructions and accurately reflect them in its output. Such an ability is well-suited for and often optimized by preference learning. However, existing met…

2025

SS-GEN: A Social Story Generation Framework with Large Language Models

AAAI 2025technical

Children with Autism Spectrum Disorder (ASD) often misunderstand social situations and struggle to participate in daily routines. Social Stories™ are traditionally crafted by psychology experts under strict constraints to address these challenges but are costly and limited in diversity. As Large Lan…

2025

SocialEval: Evaluating Social Intelligence of Large Language Models

ACL 2025long

LLMs exhibit promising Social Intelligence (SI) in modeling human behavior, raising the need to evaluate LLMs’ SI and their discrepancy with humans. SI equips humans with interpersonal abilities to behave wisely in navigating social interactions to achieve social goals. This presents an operational…

2025

SocialSim: Towards Socialized Simulation of Emotional Support Conversation

AAAI 2025technical

Emotional support conversation (ESC) helps reduce people's psychological stress and provide emotional value through interactive dialogues. Due to the high cost of crowdsourcing a large ESC corpus, recent attempts use large language models for dialogue augmentation. However, existing approaches large…

Cited by 0SourcePDFScholar
2025

Speculating LLMs’ Chinese Training Data Pollution from Their Tokens

EMNLP 2025

Tokens are basic elements in the datasets for LLM training. It is well-known that many tokens representing Chinese phrases in the vocabulary of GPT (4o/4o-mini/o1/o3/4.5/4.1/o4-mini) are indicating contents like pornography or online gambling. Based on this observation, our goal is to locate Pollute

2025

Training Language Model to Critique for Better Refinement

ACL 2025finding

Large language models (LLMs) have demonstrated remarkable evaluation and critique capabilities, providing insightful feedback and identifying flaws in various tasks. However, limited research has explored which types of critiques are most effective for improving model responses or how to generate su…

2025

Understanding the Dark Side of LLMs’ Intrinsic Self-Correction

ACL 2025long

Intrinsic self-correction was initially proposed to improve LLMs’ responses via feedback solely based on their inherent capability. However, recent works show that LLMs’ intrinsic self-correction fails without oracle labels as feedback. In this paper, our research goal is to *interpret LLMs’ intrins…

Cited by 0SourcePDFScholar
2025

VPO: Aligning Text-to-Video Generation Models with Prompt Optimization

ICCV 2025poster

Video generation models have achieved remarkable progress in text-to-video tasks. These models are typically trained on text-video pairs with highly detailed and carefully crafted descriptions, while real-world user inputs during inference are often concise, vague, or poorly structured. This gap mak…

2025

“I’ve Decided to Leak”: Probing Internals Behind Prompt Leakage Intents

EMNLP 2025

Large language models (LLMs) exhibit prompt leakage vulnerabilities, where they may be coaxed into revealing system prompts embedded in LLM services, raising intellectual property and confidentiality concerns. An intriguing question arises: Do LLMs genuinely internalize prompt leakage intents in the

2024

AMOR: A Recipe for Building Adaptable Modular Knowledge Agents Through Process Feedback

NeurIPS 2024poster

The notable success of large language models (LLMs) has sparked an upsurge in building language agents to complete various complex tasks. We present AMOR, an agent framework based on open-source LLMs, which reasons with external knowledge bases and adapts to specific domains through human supervisio…

2024

ASETF: A Novel Method for Jailbreak Attack on LLMs through Translate Suffix Embeddings

EMNLP 2024main

The safety defense methods of Large language models (LLMs) stays limited because the dangerous prompts are manually curated to just few known attack types, which fails to keep pace with emerging varieties. Recent studies found that attaching suffixes to harmful instructions can hack the defense of L…

Cited by 9SourcePDFScholar
2024

AgentBench: Evaluating LLMs as Agents

ICLR 2024poster

The potential of Large Language Model (LLM) as agents has been widely acknowledged recently. Thus, there is an urgent need to quantitatively evaluate LLMs as agents on challenging tasks in interactive environments. We present AgentBench, a multi-dimensional benchmark that consists of 8 distinct envi…

2024

AlignBench: Benchmarking Chinese Alignment of Large Language Models

ACL 2024long

Alignment has become a critical step for instruction-tuned Large Language Models (LLMs) to become helpful assistants. However, effective evaluation of alignment for emerging Chinese LLMs is still significantly lacking, calling for real-scenario grounded, open-ended, challenging and automatic evaluat…

2024

AutoDetect: Towards a Unified Framework for Automated Weakness Detection in Large Language Models

EMNLP 2024finding

Although Large Language Models (LLMs) are becoming increasingly powerful, they still exhibit significant but subtle weaknesses, such as mistakes in instruction-following or coding tasks.As these unexpected errors could lead to severe consequences in practical deployments, it is crucial to investigat…

2024

Benchmarking Complex Instruction-Following with Multiple Constraints Composition

NeurIPS 2024poster

Instruction following is one of the fundamental capabilities of large language models (LLMs). As the ability of LLMs is constantly improving, they have been increasingly applied to deal with complex human instructions in real-world scenarios. Therefore, how to evaluate the ability of complex instruc…

2024

Black-Box Prompt Optimization: Aligning Large Language Models without Model Training

ACL 2024long

Large language models (LLMs) have shown impressive success in various applications. However, these models are often not well aligned with human intents, which calls for additional treatments on them; that is, the alignment problem. To make LLMs better follow user instructions, existing alignment met…

2024

COKE: A Cognitive Knowledge Graph for Machine Theory of Mind

ACL 2024long

Theory of mind (ToM) refers to humans’ ability to understand and infer the desires, beliefs, and intentions of others. The acquisition of ToM plays a key role in humans’ social cognition and interpersonal relations. Though indispensable for social intelligence, ToM is still lacking for modern AI and…

2024

CharacterGLM: Customizing Social Characters with Large Language Models

EMNLP 2024industry

Character-based dialogue (CharacterDial) has become essential in the industry (e.g., Character.AI), enabling users to freely customize social characters for social interactions. However, the generalizability and adaptability across various conversational scenarios inherent in customizing social char…

Cited by 0SourcePDFScholar
2024

CritiqueLLM: Towards an Informative Critique Generation Model for Evaluation of Large Language Model Generation

ACL 2024long

Since the natural language processing (NLP) community started to make large language models (LLMs) act as a critic to evaluate the quality of generated texts, most of the existing works train a critique generation model on the evaluation data labeled by GPT-4’s direct prompting. We observe that thes…

2024

DC-Instruct: An Effective Framework for Generative Multi-intent Spoken Language Understanding

EMNLP 2024main

In the realm of multi-intent spoken language understanding, recent advancements have leveraged the potential of prompt learning frameworks. However, critical gaps exist in these frameworks: the lack of explicit modeling of dual-task dependencies and the oversight of task-specific semantic difference…

Cited by 1SourcePDFScholar
2024

Defending Large Language Models Against Jailbreaking Attacks Through Goal Prioritization

ACL 2024long

While significant attention has been dedicated to exploiting weaknesses in LLMs through jailbreaking attacks, there remains a paucity of effort in defending against these attacks. We point out a pivotal factor contributing to the success of jailbreaks: the intrinsic conflict between the goals of bei…

2024

Depression Detection in Clinical Interviews with LLM-Empowered Structural Element Graph

NAACL 2024long

Depression is a widespread mental health disorder affecting millions globally. Clinical interviews are the gold standard for assessing depression, but they heavily rely on scarce professional clinicians, highlighting the need for automated detection systems. However, existing methods only capture pa…

2024

EmoBench: Evaluating the Emotional Intelligence of Large Language Models

ACL 2024long

Recent advances in Large Language Models (LLMs) have highlighted the need for robust, comprehensive, and challenging benchmarks. Yet, research on evaluating their Emotional Intelligence (EI) is considerably limited. Existing benchmarks have two major shortcomings: first, they mainly focus on emotion…

2024

Instruction Pre-Training: Language Models are Supervised Multitask Learners

EMNLP 2024main

Unsupervised multitask pre-training has been the critical method behind the recent success of language models (LMs). However, supervised multitask learning still holds significant promise, as scaling it in the post-training stage trends towards better generalization. In this paper, we explore superv…

2024

Intent-Aware and Hate-Mitigating Counterspeech Generation via Dual-Discriminator Guided LLMs

COLING 2024main

Counterspeech is an effective way to combat online hate speech. Considering the multifaceted nature of online hate speech, counterspeech with varying intents (e.g., denouncing or empathy) has significant potential to mitigate hate speech effectively. Recently, controlled approaches based on large la…

Cited by 5SourcePDFScholar
2024

Language Models Hallucinate, but May Excel at Fact Verification

NAACL 2024long

Recent progress in natural language processing (NLP) owes much to remarkable advances in large language models (LLMs). Nevertheless, LLMs frequently “hallucinate,” resulting in non-factual outputs. Our carefully-designed human evaluation substantiates the serious hallucination issue, revealing that…

2024

Large Language Models Are Not Robust Multiple Choice Selectors

ICLR 2024spotlight

Multiple choice questions (MCQs) serve as a common yet important task format in the evaluation of large language models (LLMs). This work shows that modern LLMs are vulnerable to option position changes in MCQs due to their inherent “selection bias”, namely, they prefer to select specific option IDs…

2024

Learning Task Decomposition to Assist Humans in Competitive Programming

ACL 2024long

When using language models (LMs) to solve complex problems, humans might struggle to understand the LM-generated solutions and repair the flawed ones. To assist humans in repairing them, we propose to automatically decompose complex solutions into multiple simpler pieces that correspond to specific…

Cited by 5SourcePDFScholar
2024

Mixture-of-Modules: Reinventing Transformers as Dynamic Assemblies of Modules

EMNLP 2024main

Is it always necessary to compute tokens from shallow to deep layers in Transformers? The continued success of vanilla Transformers and their variants suggests an undoubted “yes”. In this work, however, we attempt to break the depth-ordered convention by proposing a novel architecture dubbed mixture…

2024

On Prompt-Driven Safeguarding for Large Language Models

ICML 2024poster

Prepending model inputs with safety prompts is a common practice for safeguarding large language models (LLMs) against queries with harmful intents. However, the underlying working mechanisms of safety prompts have not been unraveled yet, restricting the possibility of automatically optimizing them…

2024

Perception of Knowledge Boundary for Large Language Models through Semi-open-ended Question Answering

NeurIPS 2024poster

Large Language Models (LLMs) are widely used for knowledge-seeking purposes yet suffer from hallucinations. The knowledge boundary of an LLM limits its factual understanding, beyond which it may begin to hallucinate. Investigating the perception of LLMs' knowledge boundary is crucial for detecting h…

Cited by 4SourcePDFScholar
2024

SafetyBench: Evaluating the Safety of Large Language Models

ACL 2024long

With the rapid development of Large Language Models (LLMs), increasing attention has been paid to their safety concerns. Consequently, evaluating the safety of LLMs has become an essential task for facilitating the broad applications of LLMs. Nevertheless, the absence of comprehensive safety evaluat…

2024

ShieldLM: Empowering LLMs as Aligned, Customizable and Explainable Safety Detectors

EMNLP 2024finding

The safety of Large Language Models (LLMs) has gained increasing attention in recent years, but there still lacks a comprehensive approach for detecting safety issues within LLMs’ responses in an aligned, customizable and explainable manner. In this paper, we propose ShieldLM, an LLM-based safety de…

2024

Thoughts to Target: Enhance Planning for Target-driven Conversation

EMNLP 2024main

In conversational AI, large-scale models excel in various tasks but struggle with target-driven conversation planning. Current methods, such as chain-of-thought reasoning and tree-search policy learning techniques, either neglect plan rationality or require extensive human simulation procedures. Add…

2024

ToMBench: Benchmarking Theory of Mind in Large Language Models

ACL 2024long

Theory of Mind (ToM) is the cognitive capability to perceive and ascribe mental states to oneself and others. Recent research has sparked a debate over whether large language models (LLMs) exhibit a form of ToM. However, existing ToM evaluations are hindered by challenges such as constrained scope,…

2024

ToRA: A Tool-Integrated Reasoning Agent for Mathematical Problem Solving

ICLR 2024poster

Large language models have made significant progress in various language tasks, yet they still struggle with complex mathematics. In this paper, we propose ToRA a series of Tool-integrated Reasoning Agents designed to solve challenging mathematical problems by seamlessly integrating natural language…

2024

Towards Efficient Exact Optimization of Language Model Alignment

ICML 2024poster

The alignment of language models with human preferences is vital for their application in real-world tasks. The problem is formulated as optimizing the model's policy to maximize the expected reward that reflects human preferences with minimal deviation from the initial policy. While considered as a…

2023

AugESC: Dialogue Augmentation with Large Language Models for Emotional Support Conversation

ACL 2023findings

Crowdsourced dialogue corpora are usually limited in scale and topic coverage due to the expensive cost of data curation. This would hinder the generalization of downstream dialogue models to open-domain topics. In this work, we leverage large language models for dialogue augmentation in the task of…

2023

Building Multi-domain Dialog State Trackers from Single-domain Dialogs

EMNLP 2023long main

Existing multi-domain dialog state tracking (DST) models are developed based on multi-domain dialogs, which require significant manual effort to define domain relations and collect data. This process can be challenging and expensive, particularly when numerous domains are involved. In this paper, we…

Cited by 0SourceScholar
2023

CASE: Aligning Coarse-to-Fine Cognition and Affection for Empathetic Response Generation

ACL 2023long

Empathetic conversation is psychologically supposed to be the result of conscious alignment and interaction between the cognition and affection of empathy. However, existing empathetic dialogue models usually consider only the affective aspect or treat cognition and affection in isolation, which lim…

2023

Click: Controllable Text Generation with Sequence Likelihood Contrastive Learning

ACL 2023findings

It has always been an important yet challenging problem to control language models to avoid generating texts with undesirable attributes, such as toxic language and unnatural repetition. We introduce Leo for controllable text generation, which needs no modification to the model architecture and faci…

2023

DecompEval: Evaluating Generated Texts as Unsupervised Decomposed Question Answering

ACL 2023long

Existing evaluation metrics for natural language generation (NLG) tasks face the challenges on generalization ability and interpretability. Specifically, most of the well-performed metrics are required to train on evaluation datasets of specific NLG tasks and evaluation dimensions, which may cause o…

2023

E-NER: Evidential Deep Learning for Trustworthy Named Entity Recognition

ACL 2023findings

Most named entity recognition (NER) systems focus on improving model performance, ignoring the need to quantify model uncertainty, which is critical to the reliability of NER systems in open environments. Evidential deep learning (EDL) has recently been proposed as a promising solution to explicitly…

2023

ETHICIST: Targeted Training Data Extraction Through Loss Smoothed Soft Prompting and Calibrated Confidence Estimation

ACL 2023long

Large pre-trained language models achieve impressive results across many tasks. However, recent works point out that pre-trained language models may memorize a considerable fraction of their training data, leading to the privacy risk of information leakage. In this paper, we propose a method named E…

2023

Enhancing Retrieval-Augmented Large Language Models with Iterative Retrieval-Generation Synergy

EMNLP 2023long findings

Retrieval-augmented generation has raise extensive attention as it is promising to address the limitations of large language models including outdated knowledge and hallucinations. However, retrievers struggle to capture relevance, especially for queries with complex information needs. Recent work h…

Cited by 0SourceScholar
2023

Facilitating Multi-turn Emotional Support Conversation with Positive Emotion Elicitation: A Reinforcement Learning Approach

ACL 2023long

Emotional support conversation (ESC) aims to provide emotional support (ES) to improve one’s mental state. Existing works stay at fitting grounded responses and responding strategies (e.g., question), which ignore the effect on ES and lack explicit goals to guide emotional positive transition. To th…

2023

Generating Coherent Narratives by Learning Dynamic and Discrete Entity States with a Contrastive Framework

AAAI 2023technical

Despite advances in generating fluent texts, existing pretraining models tend to attach incoherent event sequences to involved entities when generating narratives such as stories and news. We conjecture that such issues result from representing entities as static embeddings of superficial words, whi…

2023

InstructSafety: A Unified Framework for Building Multidimensional and Explainable Safety Detector through Instruction Tuning

EMNLP 2023long findings

Safety detection has been an increasingly important topic in recent years and it has become even more necessary to develop reliable safety detection systems with the rapid development of large language models. However, currently available safety detection systems have limitations in terms of their v…

Cited by 0SourceScholar
2023

KPT: Keyword-Guided Pre-training for Grounded Dialog Generation

AAAI 2023technical

Incorporating external knowledge into the response generation process is essential to building more helpful and reliable dialog agents. However, collecting knowledge-grounded conversations is often costly, calling for a better pre-trained model for grounded dialog generation that generalizes well w.…

Cited by 3SourcePDFScholar
2023

Mitigating the Learning Bias towards Repetition by Self-Contrastive Training for Open-Ended Generation

ACL 2023findings

Despite the huge progress in myriad generation tasks, pretrained language models (LMs) such as GPT2 still tend to generate repetitive texts with maximization-based decoding algorithms for open-ended generation. We attribute their overestimation of token-level repetition probabilities to the learning…

2023

MoralDial: A Framework to Train and Evaluate Moral Dialogue Systems via Moral Discussions

ACL 2023long

Morality in dialogue systems has raised great attention in research recently. A moral dialogue system aligned with users’ values could enhance conversation engagement and user connections. In this paper, we propose a framework, MoralDial to train and evaluate moral dialogue systems. In our framework…

2023

PAL: Persona-Augmented Emotional Support Conversation Generation

ACL 2023findings

Due to the lack of human resources for mental health support, there is an increasing demand for employing conversational agents for support. Recent work has demonstrated the effectiveness of dialogue models in providing emotional support. As previous studies have demonstrated that seekers’ persona i…

2023

Re$^3$Dial: Retrieve, Reorganize and Rescale Conversations for Long-Turn Open-Domain Dialogue Pre-training

EMNLP 2023long main

Pre-training on large-scale open-domain dialogue data can substantially improve the performance of dialogue models. However, the pre-trained dialogue model's ability to utilize long-range context is limited due to the scarcity of long-turn dialogue sessions. Most dialogues in existing pre-training c…

Cited by 0SourceScholar
2023

StoryTrans: Non-Parallel Story Author-Style Transfer with Discourse Representations and Content Enhancing

ACL 2023long

Non-parallel text style transfer is an important task in natural language generation. However, previous studies concentrate on the token or sentence level, such as sentence sentiment and formality transfer, but neglect long style transfer at the discourse level. Long texts usually involve more compl…

2023

Synthetic Prompting: Generating Chain-of-Thought Demonstrations for Large Language Models

ICML 2023poster

Large language models can perform various reasoning tasks by using chain-of-thought prompting, which guides them to find answers through step-by-step demonstrations. However, the quality of the prompts depends on the demonstrations given to the models, and creating many of them by hand is costly. We…

Cited by 105SourcePDFScholar
2023

Tailoring Language Generation Models under Total Variation Distance

ICLR 2023top-5%

The standard paradigm of neural language generation adopts maximum likelihood estimation (MLE) as the optimizing method. From a distributional view, MLE in fact minimizes the Kullback-Leibler divergence (KLD) between the distribution of the real data and that of the model. However, this approach for…

2023

Task-Adaptive Tokenization: Enhancing Long-Form Text Generation Efficacy in Mental Health and Beyond

EMNLP 2023long main

We propose task-adaptive tokenization\footnote{Our work will be publicly available upon acceptance.} as a way to adapt the generation pipeline to the specifics of a downstream task and enhance long-form generation in mental health. Inspired by insights from cognitive science, our task-adaptive token…

Cited by 0SourcecodeScholar
2023

Uncertainty-Aware Unlikelihood Learning Improves Generative Aspect Sentiment Quad Prediction

ACL 2023findings

Recently, aspect sentiment quad prediction has received widespread attention in the field of aspect-based sentiment analysis. Existing studies extract quadruplets via pre-trained generative language models to paraphrase the original sentence into a templated target sequence. However, previous works…

2023

Unveiling the Implicit Toxicity in Large Language Models

EMNLP 2023long main

The open-endedness of large language models (LLMs) combined with their impressive capabilities may lead to new safety issues when being exploited for malicious use. While recent studies primarily focus on probing toxic outputs that can be easily detected with existing toxicity classifiers, we show t…

Cited by 0SourcecodeScholar
2022

A Unified Dialogue User Simulator for Few-shot Data Augmentation

EMNLP 2022finding

Pre-trained language models have shown superior performance in task-oriented dialogues. However, existing datasets are on limited scales, which cannot support large-scale pre-training. Fortunately, various data augmentation methods have been developed to augment large-scale task-oriented dialogue co…

Cited by 27SourcePDFScholar
2022

Acceleration of Federated Learning with Alleviated Forgetting in Local Training

ICLR 2022poster

Federated learning (FL) enables distributed optimization of machine learning models while protecting privacy by independently training local models on each client and then aggregating parameters on a central server, thereby producing an effective global model. Although a variety of FL algorithms hav…

2022

Aligning Recommendation and Conversation via Dual Imitation

EMNLP 2022main

Human conversations of recommendation naturally involve the shift of interests which can align the recommendation actions and conversation process to make accurate recommendations with rich explanations. However, existing conversational recommendation systems (CRS) ignore the advantage of user inter…

Cited by 8SourcePDFScholar
2022

AutoCAD: Automatically Generate Counterfactuals for Mitigating Shortcut Learning

EMNLP 2022finding

Recent studies have shown the impressive efficacy of counterfactually augmented data (CAD) for reducing NLU models’ reliance on spurious features and improving their generalizability. However, current methods still heavily rely on human efforts or task-specific designs to generate counterfactuals, t…

2022

CDConv: A Benchmark for Contradiction Detection in Chinese Conversations

EMNLP 2022main

Dialogue contradiction is a critical issue in open-domain dialogue systems. The contextualization nature of conversations makes dialogue contradiction detection rather challenging. In this work, we propose a benchmark for Contradiction Detection in Chinese Conversations, namely CDConv. It contains 1…

2022

COLD: A Benchmark for Chinese Offensive Language Detection

EMNLP 2022main

Offensive language detection is increasingly crucial for maintaining a civilized social media platform and deploying pre-trained language models. However, this task in Chinese is still under exploration due to the scarcity of reliable datasets. To this end, we propose a benchmark –COLD for Chinese o…

2022

CTRLEval: An Unsupervised Reference-Free Metric for Evaluating Controlled Text Generation

ACL 2022long

Existing reference-free metrics have obvious limitations for evaluating controlled text generation models. Unsupervised metrics can only provide a task-agnostic evaluation result which correlates weakly with human judgments, whereas supervised ones may overfit task-specific data with poor generaliza…

2022

Constructing Highly Inductive Contexts for Dialogue Safety through Controllable Reverse Generation

EMNLP 2022finding

Large pretrained language models can easily produce toxic or biased content, which is prohibitive for practical use. In order to detect such toxic generations, existing methods rely on templates, real-world data extraction, crowdsourcing workers or automatic generation to construct adversarial conte…

2022

Curriculum-Based Self-Training Makes Better Few-Shot Learners for Data-to-Text Generation

IJCAI 2022poster

Despite the success of text-to-text pre-trained models in various natural language generation (NLG) tasks, the generation performance is largely restricted by the number of labeled data in downstream tasks, particularly in data-to-text generation tasks. Existing works mostly utilize abundant unlabel…

2022

Directed Acyclic Transformer for Non-Autoregressive Machine Translation

ICML 2022spotlight

Non-autoregressive Transformers (NATs) significantly reduce the decoding latency by generating all tokens in parallel. However, such independent predictions prevent NATs from capturing the dependencies between the tokens for generating multiple possible translations. In this paper, we propose Direct…

2022

LaMemo: Language Modeling with Look-Ahead Memory

NAACL 2022long

Although Transformers with fully connected self-attentions are powerful to model long-term dependencies, they are struggling to scale to long texts with thousands of words in language modeling. One of the solutions is to equip the model with a recurrence memory. However, existing approaches directly…

2022

Learning Instructions with Unlabeled Data for Zero-Shot Cross-Task Generalization

EMNLP 2022main

Training language models to learn from human instructions for zero-shot cross-task generalization has attracted much attention in NLP communities. Recently, instruction tuning (IT), which fine-tunes a pre-trained language model on a massive collection of tasks described via human-craft instructions,…

2022

On the Safety of Conversational Models: Taxonomy, Dataset, and Benchmark

ACL 2022findings

Dialogue safety problems severely limit the real-world deployment of neural conversational models and have attracted great research interests recently. However, dialogue safety problems remain under-defined and the corresponding dataset is scarce. We propose a taxonomy for dialogue safety specifical…

2022

Persona-Guided Planning for Controlling the Protagonist’s Persona in Story Generation

NAACL 2022long

Endowing the protagonist with a specific personality is essential for writing an engaging story. In this paper, we aim to control the protagonist’s persona in story generation, i.e., generating a story from a leading context and a persona description, where the protagonist should exhibit the specifi…

2022

Rethinking and Refining the Distinct Metric

ACL 2022short

Distinct is a widely used automatic metric for evaluating diversity in language generation tasks. However, we observed that the original approach to calculating distinct scores has evident biases that tend to assign higher penalties to longer sequences. We refine the calculation of distinct scores b…

2022

Towards Identifying Social Bias in Dialog Systems: Framework, Dataset, and Benchmark

EMNLP 2022finding

Among all the safety concerns that hinder the deployment of open-domain dialog systems (e.g., offensive languages, biases, and toxic behaviors), social bias presents an insidious challenge. Addressing this challenge requires rigorous analyses and normative reasoning. In this paper, we focus our inve…

2022

WSpeller: Robust Word Segmentation for Enhancing Chinese Spelling Check

EMNLP 2022finding

Chinese spelling check (CSC) detects and corrects spelling errors in Chinese texts. Previous approaches have combined character-level phonetic and graphic information, ignoring the importance of segment-level information. According to our pilot study, spelling errors are always associated with incor…

2021

A Mutual Information Maximization Approach for the Spurious Solution Problem in Weakly Supervised Question Answering

ACL 2021long

Weakly supervised question answering usually has only the final answers as supervision signals while the correct solutions to derive the answers are not provided. This setting gives rise to the spurious solution problem: there may exist many spurious solutions that coincidentally derive the correct…

2021

A Semantic-based Method for Unsupervised Commonsense Question Answering

ACL 2021long

Unsupervised commonsense question answering is appealing since it does not rely on any labeled task data. Among existing work, a popular solution is to use pre-trained language models to score candidate choices directly conditioned on the question or context. However, such scores from language model…

2021

CR-Walker: Tree-Structured Graph Reasoning and Dialog Acts for Conversational Recommendation

EMNLP 2021main

Growing interests have been attracted in Conversational Recommender Systems (CRS), which explore user preference through conversational interactions in order to make appropriate recommendation. However, there is still a lack of ability in existing CRS to (1) traverse multiple reasoning paths over ba…

2021

DiscoDVT: Generating Long Text with Discourse-Aware Discrete Variational Transformer

EMNLP 2021main

Despite the recent advances in applying pre-trained language models to generate high-quality texts, generating long passages that maintain long-range coherence is yet challenging for these models. In this paper, we propose DiscoDVT, a discourse-aware discrete variational Transformer to tackle the in…

2021

Diversifying Dialog Generation via Adaptive Label Smoothing

ACL 2021long

Neural dialogue generation models trained with the one-hot target distribution suffer from the over-confidence issue, which leads to poor generation diversity as widely reported in the literature. Although existing approaches such as label smoothing can alleviate this issue, they fail to adapt to di…

2021

EARL: Informative Knowledge-Grounded Conversation Generation with Entity-Agnostic Representation Learning

EMNLP 2021main

Generating informative and appropriate responses is challenging but important for building human-like dialogue systems. Although various knowledge-grounded conversation models have been proposed, these models have limitations in utilizing knowledge that infrequently occurs in the training data, not…

2021

ERICA: Improving Entity and Relation Understanding for Pre-trained Language Models via Contrastive Learning

ACL 2021long

Pre-trained Language Models (PLMs) have shown superior performance on various downstream Natural Language Processing (NLP) tasks. However, conventional pre-training objectives do not explicitly model relational facts in text, which are crucial for textual understanding. To address this issue, we pro…

2021

Long Text Generation by Modeling Sentence-Level and Discourse-Level Coherence

ACL 2021long

Generating long and coherent text is an important but challenging task, particularly for open-ended language generation tasks such as story generation. Despite the success in modeling intra-sentence coherence, existing generation models (e.g., BART) still struggle to maintain a coherent event sequen…

2021

OpenMEVA: A Benchmark for Evaluating Open-ended Story Generation Metrics

ACL 2021long

Automatic metrics are essential for developing natural language generation (NLG) models, particularly for open-ended language generation tasks such as story generation. However, existing automatic metrics are observed to correlate poorly with human evaluation. The lack of standardized benchmark data…

2021

Robustness Testing of Language Understanding in Task-Oriented Dialog

ACL 2021long

Most language understanding models in task-oriented dialog systems are trained on a small amount of annotated training data, and evaluated in a small set from the same distribution. However, these models can lead to system failure or undesirable output when being exposed to natural language perturba…

2021

Self-training Improves Pre-training for Few-shot Learning in Task-oriented Dialog Systems

EMNLP 2021main

As the labeling cost for different modules in task-oriented dialog (ToD) systems is expensive, a major challenge is to train different modules with the least amount of labeled data. Recently, large-scale pre-trained language models, have shown promising results for few-shot learning in ToD. In this…

2021

Stylized Dialogue Response Generation Using Stylized Unpaired Texts

AAAI 2021technical

Generating stylized responses is essential to build intelligent and engaging dialogue systems. However, this task is far from well-explored due to the difficulties of rendering a particular style in coherent responses, especially when the target style is embedded only in unpaired texts that cannot b…

Cited by 38SourcePDFScholar
2021

Towards Emotional Support Dialog Systems

ACL 2021long

Emotional support is a crucial ability for many conversation scenarios, including social interactions, mental health support, and customer service chats. Following reasonable procedures and using various support skills can help to effectively provide support. However, due to the lack of a well-desig…

2021

Transferable Persona-Grounded Dialogues via Grounded Minimal Edits

EMNLP 2021main

Grounded dialogue models generate responses that are grounded on certain concepts. Limited by the distribution of grounded dialogue data, models trained on such data face the transferability challenges in terms of the data distribution and the type of grounded concepts. To address the challenges, we…

2020

Automatic Perturbation Analysis for Scalable Certified Robustness and Beyond

NeurIPS 2020poster

Linear relaxation based perturbation analysis (LiRPA) for neural networks, which computes provable linear bounds of output neurons given a certain amount of input perturbation, has become a core component in robustness verification and certified defense. The majority of LiRPA-based methods focus on…

2020

Reinforced Molecular Optimization with Neighborhood-Controlled Grammars

NeurIPS 2020poster

A major challenge in the pharmaceutical industry is to design novel molecules with specific desired properties, especially when the property evaluation is costly. Here, we propose MNCE-RL, a graph convolutional policy network for molecular optimization with molecular neighborhood-controlled embeddin…