← Search

Minseon Kim

11 accepted papers

2026

Gistify: Codebase-Level Understanding via Runtime Execution

ICLR 2026poster

As coding agents are increasingly deployed in large codebases, the need to automatically design challenging, codebase-level evaluation is central. We propose Gistify, a task where a coding LLM must create a single, minimal, self-contained file that can reproduce a specific functionality of a codebas…

Cited by 0SourceScholar
2025

BlurGuard: A Simple Approach for Robustifying Image Protection Against AI-Powered Editing

NeurIPS 2025poster

Recent advances in text-to-image models have increased the exposure of powerful image editing techniques as a tool, raising concerns about their potential for malicious use. An emerging line of research to address such threats focuses on implanting “protective” adversarial noise into images before t…

Cited by 0SourcecodeScholar
2025

FLUID QA: A Multilingual Benchmark for Figurative Language Usage in Dialogue across English, Chinese, and Korean

EMNLP 2025

Figurative language conveys stance, emotion, and social nuance, making its appropriate use essential in dialogue. While large language models (LLMs) often succeed in recognizing figurative expressions at the sentence level, their ability to use them coherently in conversation remains uncertain. We i

2025

Learning to Solve Complex Problems via Dataset Decomposition

NeurIPS 2025poster

Curriculum learning is a class of training strategies that organizes the data being exposed to a model by difficulty, gradually from simpler to more complex examples. This research explores a reverse curriculum generation approach that recursively decomposes complex datasets into simpler, more lear…

Cited by 0SourceScholar
2023

Effective Targeted Attacks for Adversarial Self-Supervised Learning

NeurIPS 2023poster

Recently, unsupervised adversarial training (AT) has been highlighted as a means of achieving robustness in models without any label information. Previous studies in unsupervised AT have mostly focused on implementing self-supervised learning (SSL) frameworks, which maximize the instance-wise classi…

Cited by 4SourcePDFScholar
2023

Generalizable Lightweight Proxy for Robust NAS against Diverse Perturbations

NeurIPS 2023poster

Recent neural architecture search (NAS) frameworks have been successful in finding optimal architectures for given conditions (e.g., performance or latency). However, they search for optimal architectures in terms of their performance on clean images only, while robustness against various types of p…

2023

Language Detoxification with Attribute-Discriminative Latent Space

ACL 2023long

Transformer-based Language Models (LMs) have achieved impressive results on natural language understanding tasks, but they can also generate toxic text such as insults, threats, and profanity, limiting their real-world applications. To overcome this issue, a few text generation approaches aim to det…

2023

Meta-prediction Model for Distillation-Aware NAS on Unseen Datasets

ICLR 2023top-25%

Distillation-aware Neural Architecture Search (DaNAS) aims to search for an optimal student architecture that obtains the best performance and/or efficiency when distilling the knowledge from a given teacher model. Previous DaNAS methods have mostly tackled the search for the neural architecture for…

2022

Consistency Regularization for Adversarial Robustness

AAAI 2022technical

Adversarial training (AT) is currently one of the most successful methods to obtain the adversarial robustness of deep neural networks. However, the phenomenon of robust overfitting, i.e., the robustness starts to decrease significantly during AT, has been problematic, not only making practitioners…