← Search

Yeonjun In

12 accepted papers

2026

Beyond the Final Answer: Evaluating the Reasoning Trajectories of Tool-Augmented Agents

ICML 2026poster

Driven by recent advancements in tool-augmented Large Language Model (LLM) agents, comprehensive benchmark datasets for evaluating these tool-augmented agents are being actively developed. Although these benchmarks incorporate increasingly complex user requests and a diverse array of tools, the eval…

Cited by 0SourceScholar
2026

Image is All You Need: Towards Efficient and Effective Large Language Model-Based Recommender Systems

ICLR 2026poster

Large Language Models (LLMs) have recently emerged as a powerful backbone for recommender systems. Existing LLM-based recommender systems take two different approaches for representing items in natural language, i.e., Attribute-based Representation and Description-based Representation. In this work,…

Cited by 0SourcecodeScholar
2026

SelfJudge: Faster Speculative Decoding via Self-Supervised Judge Verification

ICML 2026poster

Speculative decoding accelerates LLM inference by verifying candidate tokens from a draft model against a larger target model. Recent "judge'' decoding boosts this process by relaxing verification criteria by accepting draft tokens that may exhibit minor discrepancies from target model output, but e…

Cited by 0SourceScholar
2025

Disambiguation in Conversational Question Answering in the Era of LLMs and Agents: A Survey

EMNLP 2025

Ambiguity remains a fundamental challenge in Natural Language Processing (NLP) due to the inherent complexity and flexibility of human language. With the advent of Large Language Models (LLMs), addressing ambiguity has become even more critical due to their expanded capabilities and applications. In

2025

Diversify-verify-adapt: Efficient and Robust Retrieval-Augmented Ambiguous Question Answering

NAACL 2025long

The retrieval augmented generation (RAG) framework addresses an ambiguity in user queries in QA systems by retrieving passages that cover all plausible interpretations and generating comprehensive responses based on the passages. However, our preliminary studies reveal that a single retrieval proces…

Cited by 2SourcePDFScholar
2025

Is Safety Standard Same for Everyone? User-Specific Safety Evaluation of Large Language Models

EMNLP 2025

As the use of large language model (LLM) agents continues to grow, their safety vulnerabilities have become increasingly evident. Extensive benchmarks evaluate various aspects of LLM safety by defining the safety relying heavily on general standards, overlooking user-specific standards. However, saf

2025

RA-SGG: Retrieval-Augmented Scene Graph Generation Framework via Multi-Prototype Learning

AAAI 2025technical

Scene Graph Generation (SGG) research has suffered from two fundamental challenges: the long-tailed predicate distribution and semantic ambiguity between predicates. These challenges lead to a bias towards head predicates in SGG models, favoring dominant general predicates while overlooking fine-gra…

2025

SIMPLOT: Enhancing Chart Question Answering by Distilling Essentials

NAACL 2025findings

Recently, interpreting complex charts with logical reasoning has emerged as challenges due to the development of vision-language models. A prior state-of-the-art (SOTA) model has presented an end-to-end method that leverages the vision-language model to convert charts into table format utilizing Lar…

2025

Training Robust Graph Neural Networks by Modeling Noise Dependencies

NeurIPS 2025poster

In real-world applications, node features in graphs often contain noise from various sources, leading to significant performance degradation in GNNs. Although several methods have been developed to enhance robustness, they rely on the unrealistic assumption that noise in node features is independent…

Cited by 0SourcecodeScholar
2025

Weakly Supervised Video Scene Graph Generation via Natural Language Supervision

ICLR 2025poster

Existing Video Scene Graph Generation (VidSGG) studies are trained in a fully supervised manner, which requires all frames in a video to be annotated, thereby incurring high annotation cost compared to Image Scene Graph Generation (ImgSGG). Although the annotation cost of VidSGG can be alleviated by…

2024

Adaptive Self-training Framework for Fine-grained Scene Graph Generation

ICLR 2024poster

Scene graph generation (SGG) models have suffered from inherent problems regarding the benchmark datasets such as the long-tailed predicate distribution and missing annotation problems. In this work, we aim to alleviate the long-tailed problem of SGG by utilizing unannotated triplets. To this end, w…

2024

LLM4SGG: Large Language Models for Weakly Supervised Scene Graph Generation

CVPR 2024poster

Weakly-Supervised Scene Graph Generation (WSSGG) research has recently emerged as an alternative to the fully-supervised approach that heavily relies on costly annotations. In this regard studies on WSSGG have utilized image captions to obtain unlocalized triplets while primarily focusing on groundi…