← Search

Taehwan Kwon

5 accepted papers

2023

Efficient Latent Variable Modeling for Knowledge-Grounded Dialogue Generation

EMNLP 2023long findings

Knowledge-grounded dialogue generation requires first retrieving appropriate external knowledge based on a conversational context and then generating a response grounded on the retrieved knowledge. In general, these two sequential modules, a knowledge retriever and a response generator, have been se…

Cited by 0SourceScholar
2022

LECO: Learnable Episodic Count for Task-Specific Intrinsic Reward

NeurIPS 2022accept

Episodic count has been widely used to design a simple yet effective intrinsic motivation for reinforcement learning with a sparse reward. However, the use of episodic count in a high-dimensional state space as well as over a long episode time requires a thorough state compression and fast hashing,…

2022

Learning NP-Hard Multi-Agent Assignment Planning using GNN: Inference on a Random Graph and Provable Auction-Fitted Q-learning

NeurIPS 2022accept

This paper explores the possibility of near-optimally solving multi-agent, multi-task NP-hard planning problems with time-dependent rewards using a learning-based algorithm. In particular, we consider a class of robot/machine scheduling problems called the multi-robot reward collection problem (MRRC…

Cited by 2SourcePDFScholar
2022

Selective Token Generation for Few-shot Natural Language Generation

COLING 2022main

Natural language modeling with limited training data is a challenging problem, and many algorithms make use of large-scale pretrained language models (PLMs) for this due to its great generalization ability. Among them, additive learning that incorporates a task-specific adapter on top of the fixed l…