Skip to main content

Showing 1–12 of 12 results for author: Kweon, W

.
  1. arXiv:2405.19046  [pdf, other

    cs.IR

    Continual Collaborative Distillation for Recommender System

    Authors: Gyuseok Lee, SeongKu Kang, Wonbin Kweon, Hwanjo Yu

    Abstract: Knowledge distillation (KD) has emerged as a promising technique for addressing the computational challenges associated with deploying large-scale recommender systems. KD transfers the knowledge of a massive teacher system to a compact student model, to reduce the huge computational burdens for inference while retaining high accuracy. The existing KD studies primarily focus on one-time distillatio… ▽ More

    Submitted 25 June, 2024; v1 submitted 29 May, 2024; originally announced May 2024.

    Comments: Accepted by KDD 2024 research track. 9 main pages + 1 appendix page, 5 figures

  2. arXiv:2403.09488  [pdf, other

    cs.CL cs.AI

    Rectifying Demonstration Shortcut in In-Context Learning

    Authors: Joonwon Jang, Sanghwan Jang, Wonbin Kweon, Min** Jeon, Hwanjo Yu

    Abstract: Large language models (LLMs) are able to solve various tasks with only a few demonstrations utilizing their in-context learning (ICL) abilities. However, LLMs often rely on their pre-trained semantic priors of demonstrations rather than on the input-label relationships to proceed with ICL prediction. In this work, we term this phenomenon as the 'Demonstration Shortcut'. While previous works have p… ▽ More

    Submitted 15 April, 2024; v1 submitted 14 March, 2024; originally announced March 2024.

    Comments: NAACL 2024

  3. Doubly Calibrated Estimator for Recommendation on Data Missing Not At Random

    Authors: Wonbin Kweon, Hwanjo Yu

    Abstract: Recommender systems often suffer from selection bias as users tend to rate their preferred items. The datasets collected under such conditions exhibit entries missing not at random and thus are not randomized-controlled trials representing the target population. To address this challenge, a doubly robust estimator and its enhanced variants have been proposed as they ensure unbiasedness when accura… ▽ More

    Submitted 26 February, 2024; originally announced March 2024.

    Comments: WWW 2024

  4. arXiv:2402.16327  [pdf, other

    cs.IR

    Deep Rating Elicitation for New Users in Collaborative Filtering

    Authors: Wonbin Kweon, SeongKu Kang, Junyoung Hwang, Hwanjo Yu

    Abstract: Recent recommender systems started to use rating elicitation, which asks new users to rate a small seed itemset for inferring their preferences, to improve the quality of initial recommendations. The key challenge of the rating elicitation is to choose the seed items which can best infer the new users' preference. This paper proposes a novel end-to-end Deep learning framework for Rating Elicitatio… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

    Comments: WWW 2020

  5. arXiv:2402.16325  [pdf, other

    cs.IR

    Confidence Calibration for Recommender Systems and Its Applications

    Authors: Wonbin Kweon

    Abstract: Despite the importance of having a measure of confidence in recommendation results, it has been surprisingly overlooked in the literature compared to the accuracy of the recommendation. In this dissertation, I propose a model calibration framework for recommender systems for estimating accurate confidence in recommendation results based on the learned ranking scores. Moreover, I subsequently intro… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

    Comments: Doctoral Dissertation

  6. Top-Personalized-K Recommendation

    Authors: Wonbin Kweon, SeongKu Kang, Sanghwan Jang, Hwanjo Yu

    Abstract: The conventional top-K recommendation, which presents the top-K items with the highest ranking scores, is a common practice for generating personalized ranking lists. However, is this fixed-size top-K recommendation the optimal approach for every user's satisfaction? Not necessarily. We point out that providing fixed-size recommendations without taking into account user utility can be suboptimal,… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

    Comments: WWW 2024

  7. arXiv:2303.01130  [pdf, other

    cs.IR cs.AI

    Distillation from Heterogeneous Models for Top-K Recommendation

    Authors: SeongKu Kang, Wonbin Kweon, Dongha Lee, Jianxun Lian, Xing Xie, Hwanjo Yu

    Abstract: Recent recommender systems have shown remarkable performance by using an ensemble of heterogeneous models. However, it is exceedingly costly because it requires resources and inference latency proportional to the number of models, which remains the bottleneck for production. Our work aims to transfer the ensemble knowledge of heterogeneous teachers to a lightweight student model using knowledge di… ▽ More

    Submitted 2 March, 2023; originally announced March 2023.

    Comments: TheWebConf'23

  8. arXiv:2202.13140  [pdf, other

    cs.LG cs.IR

    Consensus Learning from Heterogeneous Objectives for One-Class Collaborative Filtering

    Authors: SeongKu Kang, Dongha Lee, Wonbin Kweon, Junyoung Hwang, Hwanjo Yu

    Abstract: Over the past decades, for One-Class Collaborative Filtering (OCCF), many learning objectives have been researched based on a variety of underlying probabilistic models. From our analysis, we observe that models trained with different OCCF objectives capture distinct aspects of user-item relationships, which in turn produces complementary recommendations. This paper proposes a novel OCCF framework… ▽ More

    Submitted 26 February, 2022; originally announced February 2022.

    Comments: The Web Conference (WWW) 2022, 11 pages

  9. arXiv:2112.07428  [pdf, other

    cs.IR cs.AI cs.LG

    Obtaining Calibrated Probabilities with Personalized Ranking Models

    Authors: Wonbin Kweon, SeongKu Kang, Hwanjo Yu

    Abstract: For personalized ranking models, the well-calibrated probability of an item being preferred by a user has great practical value. While existing work shows promising results in image classification, probability calibration has not been much explored for personalized ranking. In this paper, we aim to estimate the calibrated probability of how likely a user will prefer an item. We investigate various… ▽ More

    Submitted 25 April, 2022; v1 submitted 9 December, 2021; originally announced December 2021.

    Comments: AAAI 2022 Oral

  10. arXiv:2106.08700  [pdf, other

    cs.LG cs.IR

    Topology Distillation for Recommender System

    Authors: SeongKu Kang, Junyoung Hwang, Wonbin Kweon, Hwanjo Yu

    Abstract: Recommender Systems (RS) have employed knowledge distillation which is a model compression technique training a compact student model with the knowledge transferred from a pre-trained large teacher model. Recent work has shown that transferring knowledge from the teacher's intermediate layer significantly improves the recommendation quality of the student. However, they transfer the knowledge of i… ▽ More

    Submitted 16 June, 2021; originally announced June 2021.

    Comments: KDD 2021. 9 pages + appendix (2 pages). 8 figures

  11. Bidirectional Distillation for Top-K Recommender System

    Authors: Wonbin Kweon, SeongKu Kang, Hwanjo Yu

    Abstract: Recommender systems (RS) have started to employ knowledge distillation, which is a model compression technique training a compact model (student) with the knowledge transferred from a cumbersome model (teacher). The state-of-the-art methods rely on unidirectional distillation transferring the knowledge only from the teacher to the student, with an underlying assumption that the teacher is always s… ▽ More

    Submitted 5 June, 2021; originally announced June 2021.

    Comments: WWW 2021

  12. DE-RRD: A Knowledge Distillation Framework for Recommender System

    Authors: SeongKu Kang, Junyoung Hwang, Wonbin Kweon, Hwanjo Yu

    Abstract: Recent recommender systems have started to employ knowledge distillation, which is a model compression technique distilling knowledge from a cumbersome model (teacher) to a compact model (student), to reduce inference latency while maintaining performance. The state-of-the-art methods have only focused on making the student model accurately imitate the predictions of the teacher model. They have a… ▽ More

    Submitted 8 December, 2020; originally announced December 2020.