Papers by Weiran Wang

36 papers
Exploiting domain-slot related keywords description for Few-Shot Cross-Domain Dialogue State Tracking (2022.emnlp-main)

Copied to clipboard

Challenge: Existing frameworks for dialogue state tracking with domain-slot-value labels are expensive . current models are limited due to high cost of data annotation and lack of data in some domains .
Approach: They propose a framework based on domain-slot related description to tackle the challenge of few-shot cross-domain DST.
Outcome: The proposed framework outperforms existing methods on MultiWOZ and gains strong slot accuracy compared to existing models.
Watch the Neighbors: A Unified K-Nearest Neighbor Contrastive Learning Framework for OOD Intent Discovery (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for finding out-of-domain intents suffer from in-domain overfitting problem . previous methods fail to transfer prior knowledge to downstream clustering .
Approach: They propose a unified K-nearest neighbor contrastive learning framework to discover OOD intents . they propose IND pre-training objective to learn discriminative features while maintaining intra-class diversity .
Outcome: The proposed framework improves on three benchmark datasets.
ActionStudio: A Lightweight Framework for Data and Training of Large Action Models (2025.emnlp-main)

Copied to clipboard

Challenge: Existing infrastructure for efficient agentic data processing and model training remains underdeveloped.
Approach: They propose a lightweight and extensible data and training framework for large action models . they propose to unify diverse agent trajectories using Unified Format 2.0 .
Outcome: The proposed framework shows 9 higher throughput than existing frameworks and performs well across public and realistic agent benchmarks.
Generalized Intent Discovery: Learning from Open World Dialogue System (2022.coling-1)

Copied to clipboard

Challenge: Existing intent classification models rely on a pre-defined intent set and supervised labels, which is limited in some practical scenarios.
Approach: They propose to extend an IND intent classifier to an open-world intent set including IND and OOD intents.
Outcome: The proposed task can classify IND and OOD intents while discovering new unlabeled OOD types incrementally.
PersonaBench: Evaluating AI Models on Understanding Personal Information through Accessing (Synthetic) Private User Data (2025.findings-acl)

Copied to clipboard

Challenge: Existing research lacks direct access to such data, making benchmarking difficult due to privacy concerns.
Approach: They propose a synthetic data pipeline that generates realistic user profiles and private documents and a benchmark to evaluate models' ability to understand personal information.
Outcome: The proposed pipeline generates realistic user profiles and private documents, enabling PersonaBench, a benchmark for evaluating models’ ability to understand personal information.
FutureTOD: Teaching Future Knowledge to Pre-trained Language Model for Task-Oriented Dialogue (2023.acl-long)

Copied to clipboard

Challenge: Existing pre-trained language models rely on a contrastive framework and are difficult to use in practice.
Approach: They propose a dialogue pre-training model which distills future knowledge to the representation of the previous dialogue context using a self-training framework.
Outcome: The proposed model can be applied to various downstream dialogue tasks.
Bridge to Target Domain by Prototypical Contrastive Learning and Label Confusion: Re-explore Zero-Shot Learning for Slot Filling (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for zero-shot cross-domain slot filling do not achieve effective knowledge transfer to the target domain.
Approach: They propose a novel approach based on prototypical contrastive learning and a dynamic label confusion strategy for zero-shot slot filling.
Outcome: The proposed model improves on unseen slots while setting new state-of-the-arts on slot filling task.
Seen to Unseen: Exploring Compositional Generalization of Multi-Attribute Controllable Dialogue Generation (2023.acl-long)

Copied to clipboard

Challenge: Existing controllable dialogue generation models focus on single attribute and lack generalization capability to out-of-distribution multiple attribute combinations.
Approach: They propose a compositional generalization model that learns from seen attributes and generalizes to unseen combinations.
Outcome: The proposed model can learn from seen attribute values and generalize to unseen combinations.
Robust Distant Supervision Relation Extraction via Deep Reinforcement Learning (P18-1)

Copied to clipboard

Challenge: Distant supervision is an efficient method for relation extraction, but it is noisy.
Approach: They propose a deep reinforcement learning strategy to generate false-positive indicators . they redistribute false positives into negative examples to reduce false positive problem .
Outcome: The proposed method significantly improves the performance of distant supervision compared to state-of-the-art systems.
DivTOD: Unleashing the Power of LLMs for Diversifying Task-Oriented Dialogue Representations (2024.findings-naacl)

Copied to clipboard

Challenge: Existing language models pre-trained on general text overlook the one-to-many property of task-oriented dialogues, where multiple responses can be appropriate given the same context.
Approach: They propose a model that pre-trains LLMs to learn diverse task-oriented dialogue representations by removing domain knowledge that contradicts TODs.
Outcome: The proposed model outperforms strong TOD baselines on various downstream dialogue tasks and learns the intrinsic diversity of task-oriented dialogues.
DSGAN: Generative Adversarial Training for Distant Supervision Relation Extraction (P18-1)

Copied to clipboard

Challenge: Distant supervision can effectively label data for relation extraction, but suffers from the noise labeling problem.
Approach: They propose a sentence-level true-positive generator to learn a true-negative generator from a fuzzy sentence bag.
Outcome: The proposed method significantly improves the performance of distant supervision relation extraction compared to state-of-the-art systems.
UniNL: Aligning Representation Learning with Scoring Function for OOD Detection via Unified Neighborhood Learning (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods to detect out-of-domain (OOD) intents ignore alignment between representation learning and scoring function, limiting performance.
Approach: They propose a unified neighborhood learning framework to detect OOD intents . they propose to align representation learning with scoring function .
Outcome: The proposed method is able to detect out-of-domain (OOD) intents from user queries.
PSSAT: A Perturbed Semantic Structure Awareness Transferring Method for Perturbation-Robust Slot Filling (2022.coling-1)

Copied to clipboard

Challenge: Existing slot filling models memorize inherent patterns of entities and contexts from training data.
Approach: They propose a perturbed semantic structure awareness transferring method for slot filling models . they use two MLM-based training strategies to learn contextual semantic structure and word distribution .
Outcome: The proposed method outperforms existing methods and gains strong generalization while preventing model from memorizing inherent patterns of entities and contexts.
How Do Your Code LLMs perform? Empowering Code Instruction Tuning with Really Good Data (2024.emnlp-main)

Copied to clipboard

Challenge: Recent research has shown that code pre-trained models improve coding capabilities.
Approach: They propose a code data pruning strategy to identify which datasets are high-quality code instruction data.
Outcome: The proposed model achieves state-of-the-art performance using fewer training data.
ConSERT: A Contrastive Framework for Self-Supervised Sentence Representation Transfer (2021.acl-long)

Copied to clipboard

Challenge: Existing BERT-based pre-trained language models achieve high performance on many downstream tasks, but native derived sentence representations are collapsed and thus poor performance on semantic textual similarity (STS) tasks.
Approach: They propose a framework for self-supervised Sentence Representation Transfer that adopts contrastive learning to fine-tune BERT in an unsupervised way.
Outcome: The proposed framework improves on the BERT-derived representations by 8% on STS datasets and shows robustness in data scarcity scenarios.
Large-Scale Relation Learning for Question Answering over Knowledge Bases with Pre-trained Language Models (2021.emnlp-main)

Copied to clipboard

Challenge: Existing KBQA methods focus on the natural language but ignore textual information carried by the nodes and edges.
Approach: They propose to perform relation extraction, relation matching, and relation reasoning tasks to align the natural language expressions to the relations in the KB and reason over the missing connections.
Outcome: Experiments on WebQSP show that the proposed model outperforms baselines even when the KB is incomplete.
DolphCoder: Echo-Locating Code Large Language Models with Diverse and Multi-Objective Instruction Tuning (2024.acl-long)

Copied to clipboard

Challenge: Numerous code large language models (LLMs) have been proposed to enhance code generation performance.
Approach: They propose a diverse instruction model DolphCoder with self-evaluating for code generation that learns diverse instruction targets and combines a code evaluation objective to enhance its code generation ability.
Outcome: The proposed model achieves superior performance on the HumanEval and MBPP benchmarks, demonstrating new insights for future code instruction tuning work.
Large Language Models Meet Open-World Intent Discovery and Recognition: An Evaluation of ChatGPT (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods to fine-tune discriminative models address these challenges by focusing on in-domain intents.
Approach: They evaluate ChatGPT on OOD intent discovery and generalized intent discovery tasks . they outline the strengths and weaknesses of ChatGPt and outline their results .
Outcome: The proposed task aims to extend a closed intent classifier to open-world intent sets.
PreAct: Prediction Enhances Agent’s Planning Ability (2025.coling-main)

Copied to clipboard

Challenge: Existing methods to analyze Markov decision processes (MDPs) are based on chain-of-thought (COT) and historical thought, action, and observation.
Approach: They propose a model that integrates prediction, reasoning, and action with other models to provide a wider range of reasoning and more efficient actions.
Outcome: The proposed model outperforms the ReAct method in completing complex tasks and is more efficient when paired with other memory or selection strategy techniques.
Dynamically Disentangling Social Bias from Task-Oriented Representations with Adversarial Attack (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods to learn representations from text often reflect social biases . previous methods rely on pre-specified direction or suffer from unstable training .
Approach: They propose an adversarial disentangled debiasing model to decouple social bias attributes from intermediate representations trained on the main task.
Outcome: The proposed model decouples social bias attributes from intermediate representations trained on the main task.
Continual Generalized Intent Discovery: Marching Towards Dynamic and Open-world Intent Recognition (2023.findings-emnlp)

Copied to clipboard

Challenge: Currently, the generalized intent classification system only considers one stage of OOD learning and requires all IND data for joint training.
Approach: They propose a task that detects OOD intents from dynamic OOD data streams . they propose CGID method that bootstraps new intent discovery through class prototypes .
Outcome: The proposed task can detect out-of-domain (OOD) queries and extend them to the in-domain classifier . it can safely and efficiently detect out of-domain queries and avoid wrong operations .
Graph of Trace: Visualizing Execution Traces of Scientific Agents (2026.acl-demo)

Copied to clipboard

Challenge: Scientific AI agents can perform complex research tasks, but these unfolded workflows are difficult for humans to inspect and review, limiting interpretable, controllable and effective human–AI collaboration.
Approach: They propose a monitoring and visualization framework that records fine-grained execution events and organizes them into a directed graph that makes agent workflows explicit as they proceed.
Outcome: The proposed framework records intermediate steps (e.g. tool calls and code executions) and renders them as real-time updated visual traces that expose workflow structure.
Beyond the Known: Investigating LLMs Performance on Out-of-Domain Intent Detection (2024.lrec-main)

Copied to clipboard

Challenge: Out-of-domain (OOD) intent detection is crucial for task-oriented dialogue systems.
Approach: They conduct a comprehensive evaluation of large language models (LLMs) under various experimental settings and outline their strengths and weaknesses.
Outcome: The proposed models exhibit strong zero-shot and few-shot capabilities, but is still at a disadvantage compared to models fine-tuned with full resource.
HFT: Half Fine-Tuning for Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) with one or more fine-tuning phases can unlock various capabilities, but can be catastrophic forgetting during sequential training.
Approach: They propose a method to regularly reset partial parameters to mitigate forgetting issues by using half fine-tuning instead of full fine-uning.
Outcome: The proposed approach reduces the risk of catastrophic forgetting during training and the parametric knowledge lost during training may be overwhelmed by incoming training data.
Decoupling Pseudo Label Disambiguation and Representation Learning for Generalized Intent Discovery (2023.acl-long)

Copied to clipboard

Challenge: Existing methods for generalized intent discovery lack pseudo label disambiguation and representation learning.
Approach: They propose a prototype learning framework to decouple pseudo label disambiguation and representation learning.
Outcome: The proposed method can decouple pseudo label disambiguation and representation learning.
MCPEval: Automatic MCP-based Deep Evaluation for AI Agent Models (2025.emnlp-demos)

Copied to clipboard

Challenge: Existing evaluation frameworks suffer from limitations such as static task benchmarks, limited scope, and inadequate integration with practical applications.
Approach: They propose an open-source, Model Context Protocol-based evaluation framework specifically tailored for comprehensive and systematic assessment of LLM-powered agents.
Outcome: The proposed framework uncovers nuanced performance patterns and identify domain-specific strengths and weaknesses, providing valuable insights beyond traditional binary success metrics.
APP: Adaptive Prototypical Pseudo-Labeling for Few-shot OOD Detection (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for detecting out-of-domain (OOD) intents are hard to label . previous studies use labeled in-domain data to learn intent representations .
Approach: They propose a prototypical pseudo-labeling method for few-shot OOD detection . they propose 'protoOOD' framework and adaptive pseudo-labeled method .
Outcome: The proposed method is able to detect out-of-domain (OOD) intents from user queries.
Targeted Exploration via Unified Entropy Control for Reinforcement Learning (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for group relative policy optimization suffer from entropy collapse . Existing exploration methods introduce additional bias or variance during exploration, making it difficult to maintain stability.
Approach: They propose a framework that provides targeted mechanisms for exploration and stabilization.
Outcome: The proposed framework expands search space on difficult prompts while preventing entropy growth uncontrollably.
Multimodal and Multi-view Models for Emotion Recognition (P19-1)

Copied to clipboard

Challenge: combining lexical and acoustic information results in more robust and accurate models . combining both modalities may be a bottleneck in a deployment pipeline due to computational complexity or privacy constraints .
Approach: They propose to combine acoustic and lexical information to provide a deployable acustic model . they use multimodal models and two attention mechanisms to assess the benefits of lexicals .
Outcome: The proposed model outperforms the state-of-the-art on the USC-IEMOCAP dataset . it significantly surpasses models that have been exclusively trained with acoustic features .
Massive End-to-end Speech Recognition Models with Time Reduction (2024.naacl-long)

Copied to clipboard

Challenge: Using the neural architecture of Google’s universal speech model, we reduce the frame rate and speed up training and inference.
Approach: They propose to use the neural architecture of Google’s universal speech model with additional funnel pooling layers to significantly reduce the frame rate and speed up training and inference.
Outcome: The proposed methods work with both connectionist temporal classification (CTC) and RNN-Transducer (RNN-T) and over two domains.
UEGP: Unified Expert-Guided Pre-training for Knowledge Rekindle (2024.findings-naacl)

Copied to clipboard

Challenge: Existing paradigms for pre-training and fine-tuning have limitations . knowledge rekindle aims to break through performance upper bounds of experts without introducing additional annotated data.
Approach: They propose a new paradigm for pre-training and fine-tuning that aims to re-incorporate the fine- tuned expert model into the training cycle and break through performance upper bounds of experts.
Outcome: The proposed model breaks through performance upper bounds of experts without additional annotated data.
BootTOD: Bootstrap Task-oriented Dialogue Representations by Aligning Diverse Responses (2024.lrec-main)

Copied to clipboard

Challenge: Existing pre-trained language models lack diversity and linguistic challenges in task-oriented dialogues.
Approach: They propose a self-bootstrapping dialogue pre-training model called BootTOD . it learns task-oriented dialogue representations via a framework .
Outcome: The proposed model outperforms strong TOD baselines on diverse dialogue tasks.
xLAM: A Family of Large Action Models to Empower AI Agent Systems (2025.naacl-long)

Copied to clipboard

Challenge: Autonomous agents powered by large language models (LLMs) have attracted significant research interest, but there are few standards for developing specialized models for agent tasks.
Approach: They propose a series of large action models with dense and mixture-of-expert architectures that unifies, augments, and synthesizes diverse datasets to enhance agent generalizability and performance.
Outcome: The proposed models outperform GPT-4, Claude-3, and many other models in terms of tool use and outperformed GPT-based models on multiple agent ability benchmarks.
Distribution Calibration for Out-of-Domain Detection with Bayesian Approximation (2022.coling-1)

Copied to clipboard

Challenge: Existing methods for OOD detection are overconfident for OD samples . lack of labeled OOD examples leads to poor prior knowledge about these unknown intents, making it challenging to detect OOD samples.
Approach: They propose a Bayesian OOD detection framework to calibrate distribution uncertainty using Monte-Carlo Dropout.
Outcome: The proposed framework gains 33.33% OOD F1 improvements with increasing only 0.41% inference time compared to previous methods.
Generative Zero-Shot Prompt Learning for Cross-Domain Slot Filling with Inverse Prompting (2023.findings-acl)

Copied to clipboard

Challenge: Existing approaches to slot filling only learn surface mapping of slot types between D S and D T and get poor generalization capability or robustness.
Approach: They propose a generative zero-shot prompt learning framework for cross-domain slot filling which improves generalization and robustness than previous work.
Outcome: The proposed framework improves generalization and robustness on unseen slots and an efficient prompt tuning strategy boosts performance.
SlackAgents: Scalable Collaboration of AI Agents in Workspaces (2025.emnlp-demos)

Copied to clipboard

Challenge: Existing open-source frameworks like LangChain and LlamaIndex fail to integrate into daily workflows, resulting in limited daily usage for work.
Approach: They propose a multi-agent library for scalable management and collaboration of AI agents on Slack.
Outcome: The proposed framework offers instant AI integration into organizational workflows and facilitates scalable collaboration, allowing for effective communication and task orchestration.

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