← Search

Sungsu Lim

3 accepted papers

2026

MV-LLMRec: Multi-View Representation Learning with Large Language Models for Recommendation (Student Abstract)

AAAI 2026technical

Traditional recommenders often fail to disentangle the motivations behind user choices. To address this, we propose MV-LLMRec, a framework that models interactions through three views: Structural, Intent, and Conformity. MV-LLMRec leverages LLMs to generate rich semantic representations for intent a

Cited by 0SourcePDFScholar
2023

Greedy Actor-Critic: A New Conditional Cross-Entropy Method for Policy Improvement

ICLR 2023poster

Many policy gradient methods are variants of Actor-Critic (AC), where a value function (critic) is learned to facilitate updating the parameterized policy (actor). The update to the actor involves a log-likelihood update weighted by the action-values, with the addition of entropy regularization for…