← Search

Daejin Jo

5 accepted papers

2024

TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback

ACL 2024findings

Reinforcement Learning from Human Feedback (RLHF) leverages human preference data to train language models to align more closely with human essence. These human preference data, however, are labeled at the sequence level, creating a mismatch between sequence-level preference labels and tokens, which…

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
2023

MAGVLT: Masked Generative Vision-and-Language Transformer

CVPR 2023poster

While generative modeling on multimodal image-text data has been actively developed with large-scale paired datasets, there have been limited attempts to generate both image and text data by a single model rather than a generation of one fixed modality conditioned on the other modality. In this pape…

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

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…