← Search

Gyuwan Kim

10 accepted papers

2026

KnapSpec: Self-Speculative Decoding via Adaptive Layer Selection as a Knapsack Problem

ICML 2026poster

Self-speculative decoding (SSD) accelerates LLM inference by skipping layers to create an efficient draft model, yet existing methods often rely on static heuristics that ignore the dynamic computational overhead of attention in long-context scenarios. We propose KnapSpec, a training-free framework …

Cited by 0SourceScholar
2025

AcuRank: Uncertainty-Aware Adaptive Computation for Listwise Reranking

NeurIPS 2025poster

Listwise reranking with large language models (LLMs) enhances top-ranked results in retrieval-based applications. Due to the limit in context size and high inference cost of long context, reranking is typically performed over a fixed size of small subsets, with the final ranking aggregated from thes…

Cited by 0SourcecodeScholar
2025

ScholarBench: A Bilingual Benchmark for Abstraction, Comprehension, and Reasoning Evaluation in Academic Contexts

EMNLP 2025

Prior benchmarks for evaluating the domain-specific knowledge of large language models (LLMs) lack the scalability to handle complex academic tasks. To address this, we introduce ScholarBench, a benchmark centered on deep expert knowledge and complex academic problem-solving, which evaluates the aca

Cited by 1SourcePDFScholar
2023

Towards standardizing Korean Grammatical Error Correction: Datasets and Annotation

ACL 2023long

Research on Korean grammatical error correction (GEC) is limited, compared to other major languages such as English. We attribute this problematic circumstance to the lack of a carefully designed evaluation benchmark for Korean GEC. In this work, we collect three datasets from different sources (Kor…

2022

Bridging the Training-Inference Gap for Dense Phrase Retrieval

EMNLP 2022finding

Building dense retrievers requires a series of standard procedures, including training and validating neural models and creating indexes for efficient search. However, these procedures are often misaligned in that training objectives do not exactly reflect the retrieval scenario at inference time. I…

Cited by 2SourcePDFScholar
2021

AdamP: Slowing Down the Slowdown for Momentum Optimizers on Scale-invariant Weights

ICLR 2021poster

Normalization techniques, such as batch normalization (BN), are a boon for modern deep learning. They let weights converge more quickly with often better generalization performances. It has been argued that the normalization-induced scale invariance among the weights provides an advantageous ground…

2021

Length-Adaptive Transformer: Train Once with Length Drop, Use Anytime with Search

ACL 2021long

Despite transformers’ impressive accuracy, their computational cost is often prohibitive to use with limited computational resources. Most previous approaches to improve inference efficiency require a separate model for each possible computational budget. In this paper, we extend PoWER-BERT (Goyal e…

2021

St-Bert: Cross-Modal Language Model Pre-Training for End-to-End Spoken Language Understanding

ICASSP 2021accepted

Language model pre-training has shown promising results in various downstream tasks. In this context, we introduce a cross-modal pre-trained language model, called Speech-Text BERT (ST-BERT), to tackle end-to-end spoken language understanding (E2E SLU) tasks. Taking phoneme posterior and subword-lev…

Cited by 0SourceScholar
2021

Two-Stage Textual Knowledge Distillation for End-to-End Spoken Language Understanding

ICASSP 2021accepted

End-to-end approaches open a new way for more accurate and efficient spoken language understanding (SLU) systems by alleviating the drawbacks of traditional pipeline systems. Previous works exploit textual information for an SLU model via pre-training with automatic speech recognition or finetuning…

Cited by 0SourceScholar