Arrow Research search

Author name cluster

YoungBin Kim

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

6 papers
1 author row

Possible papers

6

AAAI Conference 2026 Conference Paper

Easy to Learn, Yet Hard to Forget: Towards Robust Unlearning Under Bias

  • JuneHyoung Kwon
  • MiHyeon Kim
  • Eunju Lee
  • Yoonji Lee
  • Seunghoon Lee
  • YoungBin Kim

Machine unlearning, which enables a model to forget specific data, is crucial for ensuring data privacy and model reliability. However, its effectiveness can be severely undermined in real-world scenarios where models learn unintended biases from spurious correlations within the data. This paper investigates the unique challenges of unlearning from such biased models. We identify a novel phenomenon we term "shortcut unlearning," where models exhibit an "easy to learn, yet hard to forget" tendency. Specifically, models struggle to forget easily-learned, bias-aligned samples; instead of forgetting the class attribute, they unlearn the bias attribute, which can paradoxically improve accuracy on the class intended to be forgotten. To address this, we propose CUPID, a new unlearning framework inspired by the observation that samples with different biases exhibit distinct loss landscape sharpness. Our method first partitions the forget set into causal- and bias-approximated subsets based on sample sharpness, then disentangles model parameters into causal and bias pathways, and finally performs a targeted update by routing refined causal and bias gradients to their respective pathways. Extensive experiments on biased datasets including Waterbirds, BAR, and Biased NICO++ demonstrate that our method achieves state-of-the-art forgetting performance and effectively mitigates the shortcut unlearning problem.

AAAI Conference 2026 System Paper

RefLens: End-to-End Evidence-Grounded Citation Verification with LLM Agents

  • SeungHoo Lee
  • JuneHyoung Kwon
  • Jooweon Choi
  • JungMin Yun
  • Seunguk Yu
  • Yoonji Lee
  • Jinhee Jang
  • YoungBin Kim

Accurate citation is critical, yet error rates remain high across scientific literature. We present RefLens, an end-to-end system that automates citation verification from PDF parsing to interactive report generation. Unlike summary- or embedding-based approaches, RefLens performs evidence-grounded verification by extracting verbatim spans from original sources and displaying citation-level cards and a paper-level dashboard. In a 35-participant study, users rated value (M=4.34), trust (M=4.15), and usability (M=4.19) highly, with strong adoption intention (M=4.28).

EAAI Journal 2025 Journal Article

Hypergraph temporal multi-behavior recommendation

  • Jooweon Choi
  • JuneHyoung Kwon
  • Yeonghwa Kim
  • YoungBin Kim

As the scale of e-commerce and the number of item categories increase, user behaviors become increasingly diverse, and the real relationships between users and items in recommendation systems become considerably more complex. One of the emerging areas of research in this context is a multi-behavior recommendation, which aims to consider various types of user behavior to better predict user preferences by reflecting multiple behavior patterns. A primary challenge in current multi-behavior recommendation tasks is extracting user behavior temporality and behavior discrimination. Most existing studies cannot extract users’ temporal behavioral patterns and analyze the influence and relevance of various types of behaviors. To address this challenge, we propose a hypergraph temporal multi-behavior recommendation framework consisting of a temporal graph convolution network and a behavior-independent hypergraph. Temporal graph convolution network integrates a graph convolution network with a gated recurrent unit to extract the temporality and relationship of user–item interactions, and behavior independent hypergraph groups users and items with similar behavior patterns and analyzes high-order group relationships for user–item interactions. Our proposed framework can capture users’ temporal behavior dynamics and behavior discrimination by reflecting increasingly complex high-order relationships. We performed comparative experiments based on the hit ratio and normalized discounted cumulative gain metrics using three real-world e-commerce datasets and recorded superiority over the baseline model. This proves that the proposed model, hypergraph temporal multi-behavior recommendation, improves the ability to capture the temporality of user behaviors and effectively enhances the differentiation of each behavior.

EAAI Journal 2025 Journal Article

Korean football in-game conversation state tracking dataset for dialogue and turn level evaluation

  • Sangmin Song
  • Juhyoung Park
  • Juhwan Choi
  • Junho Lee
  • Kyohoon Jin
  • YoungBin Kim

Recent research in dialogue state tracking has made significant progress in tracking user goals through dialogue-level and turn-level approaches, but existing research primarily focused on predicting dialogue-level belief states. In this study, we present the KICK: Korean football In-game Conversation state tracKing dataset, which introduces a conversation-based approach. This approach leverages the roles of casters and commentators within the self-contained context of sports broadcasting to examine how utterances impact the belief state at both the dialogue-level and turn-level. Towards this end, we propose a task that aims to track the states of a specific time turn and understand conversations during the entire game. The proposed dataset comprises 228 games and 2463 events over one season, with a larger number of tokens per dialogue and turn, making it more challenging than existing datasets. Experiments revealed that the roles and interactions of casters and commentators are important for improving the zero-shot state tracking performance. By better understanding role-based utterances, we identify distinct approaches to the overall game process and events at specific turns.

AAAI Conference 2025 System Paper

SummPilot: Bridging Efficiency and Customization for Interactive Summarization System

  • JungMin Yun
  • Juhwan Choi
  • Kyohoon Jin
  • Soojin Jang
  • Jinhee Jang
  • YoungBin Kim

This paper incorporates the efficiency of automatic summarization and addresses the challenge of generating personalized summaries tailored to individual users' interests and requirements. To tackle this challenge, we introduce SummPilot, an interaction-based customizable summarization system. SummPilot leverages a large language model to facilitate both automatic and interactive summarization. Users can engage with the system to understand document content and personalize summaries through interactive components such as semantic graphs, entity clustering, and explainable evaluation. Our demo and user studies demonstrate SummPilot's adaptability and usefulness for customizable summarization.

EAAI Journal 2023 Journal Article

Weakly supervised semantic segmentation via Graph RecalibratiOn with Scaling Weight uNit

  • Soojin Jang
  • JuneHyoung Kwon
  • Kyohoon Jin
  • YoungBin Kim

Weakly supervised semantic segmentation (WSSS) has garnered considerable attention for its efficacy in generating pixel-level labels using weak labels. Class activation maps (CAMs) are utilized by WSSS to generate pseudo-masks from image-level labels. However, these CAMs primarily focus on the most discriminative features of an object, while less discriminative features may be ignored or unidentified. Due to co-occurring pixels, it may also be impossible to distinguish between the foreground and background. In this paper, we propose a method referred to as Graph RecalibratiOn with Scaling Weight uNit (GROWN) to address these challenges. It illustrates the relation between local and global features by utilizing graph structure. Adaptively representing the image’s semantic features is possible by scaling weights that aggregate contextual features. The proposed method successfully captures long-range dependencies and extracts contextual features to improve the pseudo-mask quality. As a result, the proposed method can predict pixel-level labels effectively. The datasets PASCAL VOC 2012 and MS COCO were utilized in the experiments. GROWN outperforms state-of-the-art WSSS methods that employ image-level labels, as demonstrated by the results.

v2026.09.13