← Search

Minsang Kim

7 accepted papers

2026

Explain in Your Own Words: Improving Reasoning via Token-Selective Dual Knowledge Distillation

ICLR 2026poster

Knowledge Distillation (KD) can transfer the reasoning abilities of large models to smaller ones, which can reduce the costs to generate Chain-of-Thoughts for reasoning tasks. KD methods typically ask the student to mimic the teacher's distribution over the entire output. However, a student with lim…

Cited by 0SourcecodeScholar
2026

HanjaBridge: Resolving Semantic Ambiguity in Korean LLMs via Hanja-Augmented Pre-Training

AAAI 2026technical

Large language models (LLMs) often show poor performance in low-resource languages like Korean, partly due to unique linguistic challenges such as homophonous Sino-Korean words that are indistinguishable in Hangul script. To address this semantic ambiguity, we propose HanjaBridge, a novel meaning-in

Cited by 0SourcePDFScholar
2025

ContextFace: Generating Facial Expressions from Emotional Contexts

ICCV 2025poster

The task of generating 3D facial expressions given various situational contexts is important for applications such as virtual avatars or human-robot interactions. The task is, however, challenging not only because it requires a comprehensive understanding of emotion, expression and contexts, but als…

2025

SCV: Light and Effective Multi-Vector Retrieval with Sequence Compressive Vectors

COLING 2025industry

Recent advances in language models (LMs) has driven progress in information retrieval (IR), effectively extracting semantically relevant information. However, they face challenges in balancing computational costs with deeper query-document interactions. To tackle this, we present two mechanisms: 1)…

2025

Structured Temporal Causality for Interpretable Multivariate Time Series Anomaly Detection

NeurIPS 2025poster

Real-world multivariate time series anomalies are rare and often unlabeled. Additionally, prevailing methods rely on increasingly complex architectures tuned to benchmarks, detecting only fragments of anomalous segments and overstating performance. In this paper, we introduce OracleAD, a simple and…

Cited by 0SourceScholar
2024

QPaug: Question and Passage Augmentation for Open-Domain Question Answering of LLMs

EMNLP 2024finding

Retrieval-augmented generation (RAG) has received much attention for Open-domain question-answering (ODQA) tasks as a means to compensate for the parametric knowledge of large language models (LLMs). While previous approaches focused on processing retrieved passages to remove irrelevant context, the…