← Search

Chenlei Guo

14 accepted papers

2026

Multimodal Policy Internalization for Conversational Agents

ICLR 2026poster

Modern conversational agents such as ChatGPT and Alexa+ have become indispensable in everyday life. To handle diverse business requirements and enable agentic capabilities, these LLM-based systems often rely on predefined policies, which specify instructions such as model metadata, response styles,…

Cited by 0SourceScholar
2024

MEND: Meta Demonstration Distillation for Efficient and Effective In-Context Learning

ICLR 2024poster

Large Language models (LLMs) have demonstrated impressive in-context learning (ICL) capabilities, where a LLM makes predictions for a given test input together with a few input-output pairs (demonstrations). Nevertheless, the inclusion of demonstrations poses a challenge, leading to a quadratic inc…

2023

Clicker: Attention-Based Cross-Lingual Commonsense Knowledge Transfer

ICASSP 2023accepted

Recent advances in cross-lingual commonsense reasoning (CSR) are facilitated by the development of multilingual pre-trained models (mPTMs). While mPTMs show the potential to encode commonsense knowledge for different languages, transferring commonsense knowledge learned in large-scale English corpus…

Cited by 0SourceScholar
2023

KG-ECO: Knowledge Graph Enhanced Entity Correction For Query Rewriting

ICASSP 2023accepted

Query Rewriting (QR) plays a critical role in large-scale dialogue systems for reducing frictions. When there is an entity error, it imposes extra challenges for a dialogue system to produce satisfactory responses. In this work, we propose KG-ECO: Knowledge Graph enhanced Entity COrrection for query…

Cited by 0SourceScholar
2022

CGF: Constrained Generation Framework for Query Rewriting in Conversational AI

EMNLP 2022industry

In conversational AI agents, Query Rewriting (QR) plays a crucial role in reducing user frictions and satisfying their daily demands. User frictions are caused by various reasons, such as errors in the conversational AI system, users’ accent or their abridged language. In this work, we present a nov…

2022

Incremental User Embedding Modeling for Personalized Text Classification

ICASSP 2022accepted

Individual user profiles and interaction histories play a significant role in providing customized experiences in real-world applications such as chatbots, social media, retail, and education. Adaptive user representation learning by utilizing user personalized information has be-come increasingly c…

Cited by 0SourceScholar
2022

Joint Goal Segmentation and Goal Success Prediction on Multi-Domain Conversations

COLING 2022main

To evaluate the performance of a multi-domain goal-oriented Dialogue System (DS), it is important to understand what the users’ goals are for the conversations and whether those goals are successfully achieved. The success rate of goals directly correlates with user satisfaction and perceived useful…

Cited by 2SourcePDFScholar
2022

Overcoming Catastrophic Forgetting During Domain Adaptation of Seq2seq Language Generation

NAACL 2022long

Seq2seq language generation models that are trained offline with multiple domains in a sequential fashion often suffer from catastrophic forgetting. Lifelong learning has been proposed to handle this problem. However, existing work such as experience replay or elastic weighted consolidation requires…

Cited by 56SourcePDFScholar
2022

PAIGE: Personalized Adaptive Interactions Graph Encoder for Query Rewriting in Dialogue Systems

EMNLP 2022industry

Unexpected responses or repeated clarification questions from conversational agents detract from the users’ experience with technology meant to streamline their daily tasks. To reduce these frictions, Query Rewriting (QR) techniques replace transcripts of faulty queries with alternatives that lead t…

Cited by 1SourcePDFScholar
2022

PENTATRON: PErsonalized coNText-Aware Transformer for Retrieval-based cOnversational uNderstanding

EMNLP 2022industry

Conversational understanding is an integral part of modern intelligent devices. In a large fraction of the global traffic from customers using smart digital assistants, frictions in dialogues may be attributed to incorrect understanding of the entities in a customer’s query due to factors including…

Cited by 6SourcePDFScholar
2022

Self-Aware Feedback-Based Self-Learning in Large-Scale Conversational AI

NAACL 2022industry

Self-learning paradigms in large-scale conversational AI agents tend to leverage user feedback in bridging between what they say and what they mean. However, such learning, particularly in Markov-based query rewriting systems have far from addressed the impact of these models on future training wher…

Cited by 3SourcePDFScholar
2021

Contextual Rephrase Detection for Reducing Friction in Dialogue Systems

EMNLP 2021main

For voice assistants like Alexa, Google Assistant, and Siri, correctly interpreting users’ intentions is of utmost importance. However, users sometimes experience friction with these assistants, caused by errors from different system components or user errors such as slips of the tongue. Users tend…

2021

Graph Enhanced Query Rewriting for Spoken Language Understanding System

ICASSP 2021accepted

Query rewriting (QR) is an increasingly important component in voice assistant systems to reduce customer friction caused by errors in a spoken language understanding pipeline. These errors originate from various sources such as Automatic Speech Recognition (ASR) and Natural Language Understanding (…

Cited by 0SourceScholar
2021

Learning to Selectively Learn for Weakly-supervised Paraphrase Generation

EMNLP 2021main

Paraphrase generation is a longstanding NLP task that has diverse applications on downstream NLP tasks. However, the effectiveness of existing efforts predominantly relies on large amounts of golden labeled data. Though unsupervised endeavors have been proposed to alleviate this issue, they may fail…