|
Hyunsik Jeon
I recently spent two wonderful postdoctoral years at the Dept. of Computer Science and Engineering of UC San Diego, where I was fortunate to work with Prof. Julian McAuley.
I received my Ph.D. and M.Sc. from the Dept. of Computer Science and Engineering at Seoul National University, where I was advised by Prof. U Kang.
I obtained my B.Sc. from the Dept. of Computer Science and Engineering at Hanyang University.
My research focuses on building AI systems that learn from complex user behavior.
My goal is to create foundational models of user intent that power the next generation of intelligent and adaptive software.
Email: jeon185 (at) gmail.com
[ CV ]
[ Google Scholar ]
[ DBLP ]
[ LinkedIn ]
[ GitHub ]
|
|
|
Research Summary
My research tackles a fundamental challenge in building personalized systems. Traditional models learn from static historical logs (what a user did in the past). However, user intent is often revealed through dynamic real-time interactions (what a user wants right now).
This leads to my central research question: How do we build models that effectively bridge the gap between large-scale static behavioral data and sparse dynamic interactive signals?
My work explores this by:
-
1. Modeling large-scale static behavior: How can we capture complex preferences (like bundles) or infer intent even from sparse historical data (cold-start)?
[CoHeat (WWW'24)],
[PopCon (PAKDD'23)],
[DaConA (BigData'19)]
-
2. Understanding dynamic interactive signals: How can we leverage dialogue (texts) and multimodal feedback (images) to understand a user's immediate and complex needs?
[LaViC (KDD'25)],
[NBCRS (RecSys'24)]
-
3. Ensuring holistic & responsible outcomes: As these models become more complex, how do we ensure they operate responsibly, reflecting a user's entire range of interests (e.g., calibration and diversity) rather than just the immediate query?
[LeapRec (CIKM'24)],
[DivMF (PAKDD'23)]
|
|
๐พ Public Datasets
Action recommendation dataset
A dataset for accurate action recommendation in smart homes.
[ ๐ Paper (CIKM'22) ] / 
[ ๐พ Dataset ]
Visually-aware conversational recommendation dataset
A multimodal dataset for conversational recommendation where each item includes its image.
[ ๐ Paper (KDD'25) ] / 
[ ๐พ Dataset ]
|
News
- [May. 2025] Our work on multimodal conversational recommendation has been accepted at KDD 2025. Collaborating with a researcher from Toyota Research has been an amazing experience!
- [Jan. 2025] OpenAI has supported our work on conversational recommendation by awarding us $1,000 in API credits.
- [Jul. 2024] Our work on conversational recommendation has been accepted for the short paper track at RecSys 2024. It has been an invaluable experience collaborating with the amazing team at Netflix Research!
- [Jul. 2024] Our work on calibrated sequential recommendation has been accepted at CIKM 2024.
- [Jan. 2024] Our work on cold-start bundle recommendation has been accepted at The Web Conference 2024.
|
|
Employment
|
 |
University of California San Diego, California, United States
Postdoctoral Researcher in Computer Science and Engineering (Sep. 2023 - Aug. 2025)
|
 |
Hyperconnect, Seoul, South Korea
Research Intern, Machine Learning Team (Jul. 2020 - Aug. 2020)
|
|
Adapting Large Vision-Language Models to Visually-Aware Conversational Recommendation
Hyunsik Jeon, Satoshi Koide, Yu Wang, Zhankui He, and Julian McAuley
KDD 2025, Toronto, Ontario, Canada
[paper / slides / poster / code / bib]
TL;DR
Conversational recommender systems engage users in dialogues to refine their needs and provide more personalized suggestions. Although textual information suffices for many domains, visually driven categories potentially require detailed visual information. We propose LaViC, a novel approach for the visually-aware conversational recommendation.
|
|
Calibration-Disentangled Learning and Relevance-Prioritized Reranking for Calibrated Sequential Recommendation
Hyunsik Jeon, Se-eun Yoon, and Julian McAuley
CIKM 2024, Boise, Idaho, USA
[paper / slides / code / bib]
TL;DR
How can we reflect a balanced representation of user interests in sequential recommendations? We propose LeapRec which effectively combines model training with reranking to address the challenges of calibrating recommendations in a dynamic user preference environment.
|
|
Neighborhood-Based Collaborative Filtering for Conversational Recommendation
Zhouhang Xie*, Junda Wu*, Hyunsik Jeon*, Zhankui He, Harald Steck, Rahul Jha, Dawen Liang, Nathan Kallus, and Julian McAuley
RecSys 2024 - Short Paper, Bari, Italy
[paper / poster / code / bib]
TL;DR
How can we address conversational recommendations without relying on cumbersome external knowledge or extensive training of large language models? We propose NBCRS which utilizes neighborhood-based methods to provide effective and efficient conversational recommendations.
|
|
Cold-start Bundle Recommendation via Popularity-based Coalescence and Curriculum Heating
Hyunsik Jeon, Jong-eun Lee, Jeongin Yun, and U Kang
WWW 2024, Singapore
Oral Presentation
[paper / slides / poster / code / bib]
TL;DR
How can we accurately recommend cold-start bundles to users? We propose CoHeat which recommends cold-start bundles (as well as warm-start bundles), accurately.
|
|
Imagery as Inquiry: Exploring a Multimodal Dataset for Conversational Recommendation
Se-eun Yoon, Hyunsik Jeon, and Julian McAuley
arXiv (2024)
[paper]
TL;DR
We introduce a multimodal dataset where users express preferences through images.
|
|
Aggregately Diversified Bundle Recommendation via Popularity Debiasing and Configuration-aware Reranking
Hyunsik Jeon, Jongjin Kim, Jaeri Lee, Jong-eun Lee, and U Kang
PAKDD 2023, Osaka, Japan
[paper / slides / code / bib]
TL;DR
How can we expose diverse items across all users while satisfying their needs in bundle recommendations? We propose PopCon which recommends top-k bundles to users, accurately and aggregately diversely.
|
|
Diversely Regularized Matrix Factorization for Accurate and Aggregately Diversified Recommendation
Jongjin Kim, Hyunsik Jeon, Jaeri Lee, and U Kang
PAKDD 2023, Osaka, Japan
[paper / arxiv / code / bib]
TL;DR
When recommending personalized top-k items to users, how can we recommend the items diversely to them while satisfying their needs? We propose DivMF which recommends top-k items to users, accurately and aggregately diversely.
|
|
Accurate Bundle Matching and Generation via Multitask Learning with Partially Shared Parameters
Hyunsik Jeon, Jun-Gi Jang, Taehun Kim, and U Kang
PLOS ONE (2023)
[paper / arxiv / code / bib]
TL;DR
Given item and bundle purchase histories of users, how can we match existing bundles to the users and generate new bundles for them? We propose BundleMage which matches existing bundles and generates personalized bundles simultaneously.
|
|
Accurate Action Recommendation for Smart Home via Two-Level Encoders and Commonsense Knowledge
Hyunsik Jeon, Jongjin Kim, Hoyoung Yoon, Jaeri Lee, and U Kang
CIKM 2022, Atlanta, Georgia, USA
SIGIR Student Travel Grant
[paper / slides / codes / dataset / bib]
TL;DR
How can we accurately recommend actions for users to control their devices at home? We propose SmartSense which recommends device controls to users, accurately.
|
|
Accurate Node Feature Estimation with Structured Variational Graph Autoencoder
Jaemin Yoo, Hyunsik Jeon, Jinhong Jung, and U Kang
KDD 2022, Washington D.C., USA
[paper / slides / code / bib]
TL;DR
Given a graph with partial observations of node features, how can we estimate the missing features accurately? We propose SVGA which estimates the missing features of nodes, accurately.
|
|
PGT: News Recommendation Coalescing Personal and Global Temporal Preferences
Bonhun Koo, Hyunsik Jeon, and U Kang
KAIS (2021)
[paper / bib]
TL;DR
Given sequential news watch logs of users, how can we accurately recommend news articles? We propose PGT which recommends personalized news to the users, accurately.
|
|
Multi-EPL: Accurate Multi-Source Domain Adaptation
Seongmin Lee, Hyunsik Jeon, and U Kang
PLOS ONE (2021)
[paper / code / bib]
TL;DR
Given multiple source datasets with labels, how can we train a target model with no labeled data? We propose Multi-EPL which accurately classifies the target dataset while utilizing multiple source datasets.
|
|
Unsupervised Multi-Source Domain Adaptation with No Observable Source Data
Hyunsik Jeon, Seongmin Lee, and U Kang
PLOS ONE (2021)
[paper / code / bib]
TL;DR
Given trained models from multiple source domains without any data, how can we predict the labels of unlabeled data in a target domain? We propose DEMS which adapts target data to source domains and accurately estimates the target labels, without exploiting any source data.
|
|
Accurate News Recommendation Coalescing Personal and Global Temporal Preferences
Bonhun Koo, Hyunsik Jeon, and U Kang
PAKDD 2020, Singapore
Best Student Paper Award
[paper / homepage / bib]
TL;DR
Given session-based watch history of users, how can we precisely recommend new articles? We propose PGT which recommends news to the users, accurately.
|
|
Data Context Adaptation for Accurate Recommendation with Additional Information
Hyunsik Jeon, Bonhun Koo, and U Kang
BigData 2019, Los Angeles, USA
Samsung HumanTech Paper Award, BigData Student Travel Grant
[paper / slides / homepage / bib]
TL;DR
Given a sparse rating matrix and an auxiliary matrix of users or items, how can we accurately predict missing ratings considering different data contexts of entities? We propose DaConA which accurately predicts ratings utilizing auxiliary matrix, based on neural networks.
|
|
Belief Propagation Network for Hard Inductive Semi-supervised Learning
Jaemin Yoo, Hyunsik Jeon, and U Kang
IJCAI 2019, Macao, China
[paper / slides / poster / code / bib]
TL;DR
Given graph-structured data, how can we train a robust classifier in a semi-supervised setting that performs well without neighborhood information? We propose BPN which accurately classifies nodes in a hard inductive setting, based on a neural network.
|
|
UniWalk: Explainable and Accurate Recommendation for Rating and Network Data
Haekyu Park, Hyunsik Jeon, Junghwan Kim, Beunguk Ahn, and U Kang
arXiv (2017)
[arxiv / homepage / bib]
TL;DR
Given a social network and ratings, how can we correctly recommend proper items and provide a persuasive explanation for the recommendation? We propose UniWalk which accurately recommends items and explains the reasons while exploiting both social network and rating data.
|
|