← Search

Susik Yoon

10 accepted papers

2026

Breaking the Reference Bottleneck via Learning to Rewrite Conversational Queries without Gold Reference Passages

ICML 2026poster

Conversational query reformulation (CQR) has become indispensable for improving retrieval in dialogue-based applications. However, existing approaches typically rely on reference passages for optimization, which are **impractical** to acquire in real-world scenarios. To address this limitation, we i…

Cited by 0SourceScholar
2026

Segment-driven Structural Induction and Semantic Alignment for Heterogeneous Tabular Representation

ICML 2026poster

Tabular data within a domain often exhibit heterogeneous schemas yet shared semantics, posing a key challenge: determining what should remain invariant across tables and what should preserve instance-level distinctions. Existing token- or row-centric encoders conflate these roles, leading to schema …

Cited by 0SourceScholar
2025

Multi-level Diagnosis and Evaluation for Robust Tabular Feature Engineering with Large Language Models

EMNLP 2025

Recent advancements in large language models (LLMs) have shown promise in feature engineering for tabular data, but concerns about their reliability persist, especially due to variability in generated outputs. We introduce a multi-level diagnosis and evaluation framework to assess the robustness of

2024

Exploiting Representation Curvature for Boundary Detection in Time Series

NeurIPS 2024poster

*Boundaries* are the timestamps at which a class in a time series changes. Recently, representation-based boundary detection has gained popularity, but its emphasis on consecutive distance difference backfires, especially when the changes are gradual. In this paper, we propose a boundary detection m…

Cited by 1SourcePDFScholar
2024

One Size Fits All for Semantic Shifts: Adaptive Prompt Tuning for Continual Learning

ICML 2024poster

In real-world continual learning (CL) scenarios, tasks often exhibit intricate and unpredictable semantic shifts, posing challenges for *fixed* prompt management strategies which are tailored to only handle semantic shifts of *uniform* degree (i.e., uniformly mild or uniformly abrupt). To address th…

2023

Context Consistency Regularization for Label Sparsity in Time Series

ICML 2023poster

Labels are typically sparse in real-world time series due to the high annotation cost. Recently, consistency regularization techniques have been used to generate artificial labels from unlabeled augmented instances. To fully exploit the sequential characteristic of time series in consistency regular…

Cited by 11SourcePDFScholar
2023

DynaMiTE: Discovering Explosive Topic Evolutions with User Guidance

ACL 2023findings

Dynamic topic models (DTMs) analyze text streams to capture the evolution of topics. Despite their popularity, existing DTMs are either fully supervised, requiring expensive human annotations, or fully unsupervised, producing topic evolutions that often do not cater to a user’s needs. Further, the t…

2023

MEGClass: Extremely Weakly Supervised Text Classification via Mutually-Enhancing Text Granularities

EMNLP 2023long findings

Text classification is essential for organizing unstructured text. Traditional methods rely on human annotations or, more recently, a set of class seed words for supervision, which can be costly, particularly for specialized or emerging domains. To address this, using class surface names alone as ex…

Cited by 0SourcecodeScholar
2022

Coherence-based Label Propagation over Time Series for Accelerated Active Learning

ICLR 2022poster

Time-series data are ubiquitous these days, but lack of the labels in time-series data is regarded as a hurdle for its broad applicability. Meanwhile, active learning has been successfully adopted to reduce the labeling efforts in various tasks. Thus, this paper addresses an important issue, time-se…

Cited by 18SourcePDFScholar
2022

Topic Taxonomy Expansion via Hierarchy-Aware Topic Phrase Generation

EMNLP 2022finding

Topic taxonomies display hierarchical topic structures of a text corpus and provide topical knowledge to enhance various NLP applications. To dynamically incorporate new topic information, several recent studies have tried to expand (or complete) a topic taxonomy by inserting emerging topics identif…