← Search

Joongbo Shin

10 accepted papers

2025

Dynamic Label Name Refinement for Few-Shot Dialogue Intent Classification

ACL 2025short

Dialogue intent classification aims to identify the underlying purpose or intent of a user’s input in a conversation. Current intent classification systems encounter considerable challenges, primarily due to the vast number of possible intents and the significant semantic overlap among similar inten…

2025

FaithUn: Toward Faithful Forgetting in Language Models by Investigating the Interconnectedness of Knowledge

EMNLP 2025

Various studies have attempted to remove sensitive or private knowledge from a language model to prevent its unauthorized exposure. However, prior studies have overlooked the inherent complexity and interconnectedness of knowledge, which requires careful examination. To resolve this problem, we firs

2024

Deep Exploration of Cross-Lingual Zero-Shot Generalization in Instruction Tuning

ACL 2024findings

Instruction tuning has emerged as a powerful technique, significantly boosting zero-shot performance on unseen tasks. While recent work has explored cross-lingual generalization by applying instruction tuning to multilingual models, previous studies have primarily focused on English, with a limited…

2023

BREAK: Breaking the Dialogue State Tracking Barrier with Beam Search and Re-ranking

ACL 2023long

Despite the recent advances in dialogue state tracking (DST), the joint goal accuracy (JGA) of the existing methods on MultiWOZ 2.1 still remains merely 60%. In our preliminary error analysis, we find that beam search produces a pool of candidates that is likely to include the correct dialogue state…

2023

Guess the Instruction! Flipped Learning Makes Language Models Stronger Zero-Shot Learners

ICLR 2023poster

Meta-training, which fine-tunes the language model (LM) on various downstream tasks by maximizing the likelihood of the target label given the task instruction and input instance, has improved the zero-shot task generalization performance. However, meta-trained LMs still struggle to generalize to ch…

2023

Injecting Comparison Skills in Task-Oriented Dialogue Systems for Database Search Results Disambiguation

ACL 2023findings

In task-oriented dialogue (TOD) systems designed to aid users accomplish specific goals in one or more domains, the agent retrieves entities that satisfy user constraints from the database. However, when multiple database search results exist, an ambiguity occurs regarding which results to select an…

2022

TemporalWiki: A Lifelong Benchmark for Training and Evaluating Ever-Evolving Language Models

EMNLP 2022main

Language Models (LMs) become outdated as the world changes; they often fail to perform tasks requiring recent factual information which was absent or different during training, a phenomenon called temporal misalignment. This is especially a challenging problem because the research community still la…

2022

Towards Continual Knowledge Learning of Language Models

ICLR 2022poster

Large Language Models (LMs) are known to encode world knowledge in their parameters as they pretrain on a vast amount of web corpus, which is often utilized for performing knowledge-dependent downstream tasks such as question answering, fact-checking, and open dialogue. In real-world scenarios, the…

Cited by 165SourcePDFScholar
2021

Bidirectional Variational Inference for Non-Autoregressive Text-to-Speech

ICLR 2021poster

Although early text-to-speech (TTS) models such as Tacotron 2 have succeeded in generating human-like speech, their autoregressive architectures have several limitations: (1) They require a lot of time to generate a mel-spectrogram consisting of hundreds of steps. (2) The autoregressive speech gener…

Cited by 54SourcePDFScholar
2021

KPQA: A Metric for Generative Question Answering Using Keyphrase Weights

NAACL 2021long

In the automatic evaluation of generative question answering (GenQA) systems, it is difficult to assess the correctness of generated answers due to the free-form of the answer. Especially, widely used n-gram similarity metrics often fail to discriminate the incorrect answers since they equally consi…