← Search

Taeyoon Kwon

11 accepted papers

2026

EMBGUARD: Constructing Hazard-Aware Guardrails for Safe Planning in Embodied Agents

ICML 2026poster

MLLM-powered embodied agents deployed in real-world environments encounter physical hazards. However, existing approaches lack explicit mechanisms for identifying hazards and reasoning about action-conditioned risks, leading agents to either miss risky interactions or over-identify risks. To address…

Cited by 0SourceScholar
2026

Embodied Agents Meet Personalization: Investigating Challenges and Solutions Through the Lens of Memory Utilization

ICLR 2026poster

LLM-powered embodied agents have shown success on conventional object-rearrangement tasks, but providing personalized assistance that leverages user-specific knowledge from past interactions presents new challenges. We investigate these challenges through the lens of agents' memory utilization along…

Cited by 0SourcecodeScholar
2026

On Training Large Language Models for Long-Horizon Tasks: An Empirical Study of Horizon Length

ICML 2026poster

Large language models (LLMs) have shown promise as interactive agents that solve tasks through extended sequences of environment interactions. While prior work has primarily focused on system-level optimizations or algorithmic improvements, the role of task horizon length in shaping training dynamic…

Cited by 0SourceScholar
2025

Rethinking Reward Model Evaluation Through the Lens of Reward Overoptimization

ACL 2025long

Reward models (RMs) play a crucial role in reinforcement learning from human feedback (RLHF), aligning model behavior with human preferences. However, existing benchmarks for reward models show a weak correlation with the performance of optimized policies, suggesting that they fail to accurately ass…

2025

Towards Lifelong Dialogue Agents via Timeline-based Memory Management

NAACL 2025long

To achieve lifelong human-agent interaction, dialogue agents need to constantly memorize perceived information and properly retrieve it for response generation (RG). While prior studies focus on getting rid of outdated memories to improve retrieval quality, we argue that such memories provide rich,…

Cited by 0SourcePDFScholar
2025

Web-Shepherd: Advancing PRMs for Reinforcing Web Agents

NeurIPS 2025spotlight

Web navigation is a unique domain that can automate many repetitive real-life tasks and is challenging as it requires long-horizon sequential decision making beyond typical multimodal large language model (MLLM) tasks. Yet, specialized reward models for web navigation that can be utilized during bot…

Cited by 0SourcecodeScholar
2024

Can Large Language Models be Good Emotional Supporter? Mitigating Preference Bias on Emotional Support Conversation

ACL 2024long

Emotional Support Conversation (ESC) is a task aimed at alleviating individuals’ emotional distress through daily conversation. Given its inherent complexity and non-intuitive nature, ESConv dataset incorporates support strategies to facilitate the generation of appropriate responses. Recently, desp…

2024

Coffee-Gym: An Environment for Evaluating and Improving Natural Language Feedback on Erroneous Code

EMNLP 2024main

This paper presents Coffee-Gym, a comprehensive RL environment for training models that provide feedback on code editing. Coffee-Gym includes two major components: (1) Coffee, a dataset containing humans’ code edit traces for coding questions and human-written feedback for editing erroneous code; (2…

Cited by 2SourcePDFScholar
2024

Language Models as Compilers: Simulating Pseudocode Execution Improves Algorithmic Reasoning in Language Models

EMNLP 2024main

Algorithmic reasoning tasks that involve complex logical patterns, such as completing Dyck language, pose challenges for large language models (LLMs), despite their recent success. Prior work has used LLMs to generate programming language and applied external compilers for such tasks. Yet, when on t…

2024

Large Language Models Are Clinical Reasoners: Reasoning-Aware Diagnosis Framework with Prompt-Generated Rationales

AAAI 2024technical

Machine reasoning has made great progress in recent years owing to large language models (LLMs). In the clinical domain, however, most NLP-driven projects mainly focus on clinical classification or reading comprehension, and under-explore clinical reasoning for disease diagnosis due to the expensive…

2023

Dialogue Chain-of-Thought Distillation for Commonsense-aware Conversational Agents

EMNLP 2023long main

Human-like chatbots necessitate the use of commonsense reasoning in order to effectively comprehend and respond to implicit information present within conversations. Achieving such coherence and informativeness in responses, however, is a non-trivial task. Even for large language models (LLMs), the…

Cited by 0SourcecodeScholar