← Search

Taewhoo Lee

5 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

DICE-BENCH: Evaluating the Tool-Use Capabilities of Large Language Models in Multi-Round, Multi-Party Dialogues

ACL 2025finding

Existing function-calling benchmarks focus on single-turn interactions. However, they overlook the complexity of real-world scenarios. To quantify how existing benchmarks address practical applications, we introduce DICE-SCORE, a metric that evaluates the dispersion of tool-related information such…

Cited by 0SourcePDFScholar
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
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…