← Search

Taeuk Kim

23 accepted papers

2026

Query Lens: Interpreting Sparse Key-Value Features with Indirect Effects

ICML 2026poster

While sparse autoencoders yield features easier to study than individual neurons, their reliable interpretation remains challenging. We propose Query Lens, which extends Logit Lens to provide more comprehensive and faithful interpretations of sparse features. By jointly considering encoder-side key …

Cited by 0SourceScholar
2025

Beyond Task-Oriented and Chitchat Dialogues: Proactive and Transition-Aware Conversational Agents

EMNLP 2025

Conversational agents have traditionally been developed for either task-oriented dialogue (TOD) or open-ended chitchat, with limited progress in unifying the two. Yet, real-world conversations naturally involve fluid transitions between these modes. To address this gap, we introduce TACT (TOD-And-Ch

2025

Does Localization Inform Unlearning? A Rigorous Examination of Local Parameter Attribution for Knowledge Unlearning in Language Models

EMNLP 2025

Large language models often retain unintended content, prompting growing interest in knowledge unlearning.Recent approaches emphasize localized unlearning, restricting parameter updates to specific regions in an effort to remove target knowledge while preserving unrelated general knowledge. However,

2025

ESPRESSO: An Effective Approach to Passage Retrieval for High-Quality Conversational Recommender Systems

AAAI 2025technical

Conversational Recommender Systems (CRS) aim to provide tailored recommendation responses via a chat interface, including both the user's preferred item and its accompanying explanation. However, due to its generative nature, CRS are prone to responding with factually incorrect explanations (i.e., h…

2025

MAGIC: A Multi-Hop and Graph-Based Benchmark for Inter-Context Conflicts in Retrieval-Augmented Generation

EMNLP 2025

Knowledge conflict often arises in retrieval-augmented generation (RAG) systems, where retrieved documents may be inconsistent with one another or contradict the model’s parametric knowledge.Existing benchmarks for investigating the phenomenon have notable limitations, including a narrow focus on th

2025

Memorization or Reasoning? Exploring the Idiom Understanding of LLMs

EMNLP 2025

Idioms have long posed a challenge due to their unique linguistic properties, which set them apart from other common expressions. While recent studies have leveraged large language models (LLMs) to handle idioms across various tasks, e.g., idiom-containing sentence generation and idiomatic machine t

2025

When to Speak, When to Abstain: Contrastive Decoding with Abstention

ACL 2025long

Large Language Models (LLMs) demonstrate exceptional performance across diverse tasks by leveraging pre-trained (i.e., parametric) and external (i.e., contextual) knowledge. While substantial efforts have been made to enhance the utilization of both forms of knowledge, situations in which models lac…

Cited by 0SourcePDFScholar
2024

Adaptive Contrastive Decoding in Retrieval-Augmented Generation for Handling Noisy Contexts

EMNLP 2024finding

When using large language models (LLMs) in knowledge-intensive tasks, such as open-domain question answering, external context can bridge the gap between external knowledge and the LLMs’ parametric knowledge.Recent research has been developed to amplify contextual knowledge over the parametric knowl…

2024

Aligning Language Models to Explicitly Handle Ambiguity

EMNLP 2024main

In interactions between users and language model agents, user utterances frequently exhibit ellipsis (omission of words or phrases) or imprecision (lack of exactness) to prioritize efficiency. This can lead to varying interpretations of the same input based on different assumptions or background kno…

2024

Analysis of Multi-Source Language Training in Cross-Lingual Transfer

ACL 2024long

The successful adaptation of multilingual language models (LMs) to a specific language-task pair critically depends on the availability of data tailored for that condition. While cross-lingual transfer (XLT) methods have contributed to addressing this data scarcity problem, there still exists ongoin…

Cited by 3SourcePDFScholar
2024

BlendX: Complex Multi-Intent Detection with Blended Patterns

COLING 2024main

Task-oriented dialogue (TOD) systems are commonly designed with the presumption that each utterance represents a single intent. However, this assumption may not accurately reflect real-world situations, where users frequently express multiple intents within a single utterance. While there is an emer…

2024

Hyper-CL: Conditioning Sentence Representations with Hypernetworks

ACL 2024long

While the introduction of contrastive learning frameworks in sentence representation learning has significantly contributed to advancements in the field, it still remains unclear whether state-of-the-art sentence embeddings can capture the fine-grained semantics of sentences, particularly when condi…

2023

Prompt-Augmented Linear Probing: Scaling beyond the Limit of Few-Shot In-Context Learners

AAAI 2023technical

Through in-context learning (ICL), large-scale language models are effective few-shot learners without additional model fine-tuning. However, the ICL performance does not scale well with the number of available training sample as it is limited by the inherent input length constraint of the underlyi…

2023

Universal Domain Adaptation for Robust Handling of Distributional Shifts in NLP

EMNLP 2023long findings

When deploying machine learning systems to the wild, it is highly desirable for them to effectively leverage prior knowledge to the unfamiliar domain while also firing alarms to anomalous inputs. In order to address these requirements, Universal Domain Adaptation (UniDA) has emerged as a novel resea…

Cited by 0SourcecodeScholar
2023

X-SNS: Cross-Lingual Transfer Prediction through Sub-Network Similarity

EMNLP 2023long findings

Cross-lingual transfer (XLT) is an emergent ability of multilingual language models that preserves their performance on a task to a significant extent when evaluated in languages that were not included in the fine-tuning process. While English, due to its widespread usage, is typically regarded as t…

Cited by 0SourceScholar
2022

Enhancing Out-of-Distribution Detection in Natural Language Understanding via Implicit Layer Ensemble

EMNLP 2022finding

Out-of-distribution (OOD) detection aims to discern outliers from the intended data distribution, which is crucial to maintaining high reliability and a good user experience.Most recent studies in OOD detection utilize the information from a single representation that resides in the penultimate laye…

2022

Ground-Truth Labels Matter: A Deeper Look into Input-Label Demonstrations

EMNLP 2022main

Despite recent explosion of interests in in-context learning, the underlying mechanism and the precise impact of the quality of demonstrations remain elusive.Intuitively, ground-truth labels should have as much impact in in-context learning (ICL) as supervised learning, but recent work reported that…

2022

Revisiting the Practical Effectiveness of Constituency Parse Extraction from Pre-trained Language Models

COLING 2022main

Constituency Parse Extraction from Pre-trained Language Models (CPE-PLM) is a recent paradigm that attempts to induce constituency parse trees relying only on the internal knowledge of pre-trained language models. While attractive in the perspective that similar to in-context learning, it does not r…

Cited by 4SourcePDFScholar
2021

Multilingual Chart-based Constituency Parse Extraction from Pre-trained Language Models

EMNLP 2021finding

As it has been unveiled that pre-trained language models (PLMs) are to some extent capable of recognizing syntactic concepts in natural language, much effort has been made to develop a method for extracting complete (binary) parses from PLMs without training separate parsers. We improve upon this pa…

2020

Are Pre-trained Language Models Aware of Phrases? Simple but Strong Baselines for Grammar Induction

ICLR 2020poster

With the recent success and popularity of pre-trained language models (LMs) in natural language processing, there has been a rise in efforts to understand their inner workings. In line with such interest, we propose a novel method that assists us in investigating the extent to which pre-trained LMs…

Cited by 115SourcecodeScholar