← Search

Huang Hu

13 accepted papers

2022

Contextual Fine-to-Coarse Distillation for Coarse-grained Response Selection in Open-Domain Conversations

ACL 2022long

We study the problem of coarse-grained response selection in retrieval-based dialogue systems. The problem is equally important with fine-grained response selection, but is less explored in existing literature. In this paper, we propose a Contextual Fine-to-Coarse (CFC) distilled model for coarse-gr…

2022

HeterMPC: A Heterogeneous Graph Neural Network for Response Generation in Multi-Party Conversations

ACL 2022long

Recently, various response generation models for two-party conversations have achieved impressive improvements, but less effort has been paid to multi-party conversations (MPCs) which are more practical and complicated. Compared with a two-party conversation where a dialogue context is a sequence of…

2022

PromDA: Prompt-based Data Augmentation for Low-Resource NLU Tasks

ACL 2022long

This paper focuses on the Data Augmentation for low-resource Natural Language Understanding (NLU) tasks. We propose Prompt-based Data Augmentation model (PromDA) which only trains small-scale Soft Prompt (i.e., a set of trainable vectors) in the frozen Pre-trained Language Models (PLMs). This avoids…

2022

Stylized Knowledge-Grounded Dialogue Generation via Disentangled Template Rewriting

NAACL 2022long

Current Knowledge-Grounded Dialogue Generation (KDG) models specialize in producing rational and factual responses. However, to establish long-term relationships with users, the KDG model needs the capability to generate responses in a desired style or attribute. Thus, we study a new problem: Styliz…

2022

TegTok: Augmenting Text Generation via Task-specific and Open-world Knowledge

ACL 2022findings

Generating natural and informative texts has been a long-standing problem in NLP. Much effort has been dedicated into incorporating pre-trained language models (PLMs) with various open-world knowledge, such as knowledge graphs or wiki pages. However, their ability to access and manipulate the task-s…

2022

You Never Stop Dancing: Non-freezing Dance Generation via Bank-constrained Manifold Projection

NeurIPS 2022accept

One of the most overlooked challenges in dance generation is that the auto-regressive frameworks are prone to freezing motions due to noise accumulation. In this paper, we present two modules that can be plugged into the existing models to enable them to generate non-freezing and high fidelity dance…

Cited by 27SourcePDFScholar
2021

Dance Revolution: Long-Term Dance Generation with Music via Curriculum Learning

ICLR 2021poster

Dancing to music is one of human's innate abilities since ancient times. In machine learning research, however, synthesizing dance movements from music is a challenging problem. Recently, researchers synthesize human motion sequences through autoregressive models like recurrent neural network (RNN).…

Cited by 159SourcePDFScholar
2021

Learning Neural Templates for Recommender Dialogue System

EMNLP 2021main

The task of Conversational Recommendation System (CRS), i.e., recommender dialog system, aims to recommend precise items to users through natural language interactions. Though recent end-to-end neural models have shown promising progress on this task, two key challenges still remain. First, the reco…

2021

Maria: A Visual Experience Powered Conversational Agent

ACL 2021long

Arguably, the visual perception of conversational agents to the physical world is a key way for them to exhibit the human-like intelligence. Image-grounded conversation is thus proposed to address this challenge. Existing works focus on exploring the multimodal dialog models that ground the conversa…

2021

Neural Rule-Execution Tracking Machine For Transformer-Based Text Generation

NeurIPS 2021poster

Sequence-to-Sequence (Seq2Seq) neural text generation models, especially the pre-trained ones (e.g., BART and T5), have exhibited compelling performance on various natural language generation tasks. However, the black-box nature of these models limits their application in tasks where specific rules…

Cited by 12SourcePDFScholar
2021

Open Domain Dialogue Generation with Latent Images

AAAI 2021technical

We consider grounding open domain dialogues with images. Existing work assumes that both an image and a textual context are available, but image-grounded dialogues by nature are more difficult to obtain than textual dialogues. Thus, we propose learning a response generation model with both image-gro…

2021

Re-entry Prediction for Online Conversations via Self-Supervised Learning

EMNLP 2021finding

In recent years, world business in online discussions and opinion sharing on social media is booming. Re-entry prediction task is thus proposed to help people keep track of the discussions which they wish to continue. Nevertheless, existing works only focus on exploiting chatting history and context…