← Search

Yireun Kim

4 accepted papers

2025

Reasoning Models Better Express Their Confidence

NeurIPS 2025poster

Despite their strengths, large language models (LLMs) often fail to communicate their confidence accurately, making it difficult to assess when they might be wrong and limiting their reliability. In this work, we demonstrate that reasoning models that engage in extended chain-of-thought (CoT) reason…

Cited by 0SourcecodeScholar
2024

Block Transformer: Global-to-Local Language Modeling for Fast Inference

NeurIPS 2024poster

We introduce the Block Transformer which adopts hierarchical global-to-local modeling to autoregressive transformers to mitigate the inference bottlenecks associated with self-attention. Self-attention requires the key-value (KV) cache of all previous sequences to be retrieved from memory at every d…

2024

Investigating the Effectiveness of Task-Agnostic Prefix Prompt for Instruction Following

AAAI 2024technical

In this paper, we present our finding that prepending a Task-Agnostic Prefix Prompt (TAPP) to the input improves the instruction-following ability of various Large Language Models (LLMs) during inference. TAPP is different from canonical prompts for LLMs in that it is a fixed prompt prepended to the…

Cited by 72SourcePDFScholar
2024

ListT5: Listwise Reranking with Fusion-in-Decoder Improves Zero-shot Retrieval

ACL 2024long

We propose ListT5, a novel reranking approach based on Fusion-in-Decoder (FiD) that handles multiple candidate passages at both train and inference time. We also introduce an efficient inference framework for listwise ranking based on m-ary tournament sort with output caching. We evaluate and compar…