← Search

Chanwoong Yoon

9 accepted papers

2026

The Curious Case of Analogies: Investigating Analogical Reasoning in Large Language Models

AAAI 2026technical

Analogical reasoning is at the core of human cognition, serving as an important foundation for a variety of intellectual activities. While prior work has shown that LLMs can represent task patterns and surface-level concepts, it remains unclear whether these models can encode high-level relational c

Cited by 0SourcePDFScholar
2025

Ask Optimal Questions: Aligning Large Language Models with Retriever’s Preference in Conversation

NAACL 2025findings

Conversational search, unlike single-turn retrieval tasks, requires understanding the current question within a dialogue context. The common approach of rewrite-then-retrieve aims to decontextualize questions to be self-sufficient for off-the-shelf retrievers, but most existing methods produce sub-o…

2025

Assessing LLM Reasoning Steps via Principal Knowledge Grounding

EMNLP 2025

Step-by-step reasoning has become a standard approach for large language models (LLMs) to tackle complex tasks. While this paradigm has proven effective, it raises a fundamental question: How can we verify that an LLM’s reasoning is accurately grounded in knowledge? To address this question, we intr

2025

ChroKnowledge: Unveiling Chronological Knowledge of Language Models in Multiple Domains

ICLR 2025poster

Large language models (LLMs) have brought significant changes to many aspects of our lives. However, assessing and ensuring their chronological knowledge remains challenging. Existing approaches fall short in addressing the temporal adaptability of knowledge, often relying on a fixed time-point view…

2025

Does Time Have Its Place? Temporal Heads: Where Language Models Recall Time-specific Information

ACL 2025long

While the ability of language models to elicit facts has been widely investigated, how they handle temporally changing facts remains underexplored. We discover Temporal Heads, specific attention heads that primarily handle temporal knowledge, through circuit analysis. We confirm that these heads are…

2025

ETHIC: Evaluating Large Language Models on Long-Context Tasks with High Information Coverage

NAACL 2025long

Recent advancements in large language models (LLM) capable of processing extremely long texts highlight the need for a dedicated evaluation benchmark to assess their long-context capabilities. However, existing methods, like the needle-in-a-haystack test, do not effectively assess whether these mode…

2025

Outlier-Safe Pre-Training for Robust 4-Bit Quantization of Large Language Models

ACL 2025long

Extreme activation outliers in Large Language Models (LLMs) critically degrade quantization performance, hindering efficient on-device deployment. While channel-wise operations and adaptive gradient scaling are recognized causes, practical mitigation remains challenging. We introduce **Outlier-Safe…

Cited by 0SourcePDFScholar
2025

Rationale-Guided Retrieval Augmented Generation for Medical Question Answering

NAACL 2025long

Large language models (LLM) hold significant potential for applications in biomedicine, but they struggle with hallucinations and outdated knowledge.While retrieval-augmented generation (RAG) is generally employed to address these issues, it also has its own set of challenges: (1) LLMs are vulnerabl…

2024

CompAct: Compressing Retrieved Documents Actively for Question Answering

EMNLP 2024main

Retrieval-augmented generation supports language models to strengthen their factual groundings by providing external contexts. However, language models often face challenges when given extensive information, diminishing their effectiveness in solving questions. Context compression tackles this issue…