PseudoRec

Paper Review


Card Image

ONCE: Boosting Content-based Recommendation with Both Open- and Closed-source Large Language Models

황선진 사진 박순혁 사진
11

- 주발표자 : 황선진(ABSTRACT, INTRODUCTION, OVERVIEW, EXPERIMENTS, CONCLUSION) - 부발표자 : 박순혁 - 논문 : 📄 **[WSDM 2024 - Proceedings]ONCE: Boosting Content-based Recommendation with Both Open- and Closed-source Large Language Models ↗** ## ABSTRACT - 콘텐츠 기반 개인화 추천시스템(Personalized content-based recommender systems) 연구 - (유저가 …

Card Image

HalluMeasure: Fine-grained Hallucination Measurement Using Chain-of-Thought Reasoning

남궁민상 사진 이상현 사진
6

- 주발표자 : 남궁민상(Method, Experiments & Results, Personal Thoughts) - 부발표자 : 이상현(Abstract, Introduction, Related Work) - 논문 : 📄 **HalluMeasure: Fine-grained Hallucination Measurement Using Chain-of-Thought Reasoning ↗** ## Abstract [문제] 모든 답변에 대한 평가가 필요하기 때문에 LLM의 할루시네이션을 자동으로 측정하는 것은 어렵다. [방안] LLM의 …

Card Image

Seven Failure Points When Engineering a Retrieval Augmented Generation System

조경아 사진 남궁민상 사진
5

- 주발표자 : 조경아(Retrieval-Augmented Generation (RAG) ~ 결론) - 부발표자 : 남궁민상(Introduction ~ Related Works) - 논문 : 📄 **Seven Failure Points When Engineering a Retrieval Augmented Generation System ↗** # Introduction ChatGPT를 비롯해 LLM을 이용한 어플리케이션이 많아지고 있습니다. 그러나 LLM은 최신 지식, 또는 특정 …

Card Image

BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer

기본 사용자 사진
0

## Abstract 추천 시스템에서 단방향 모델은 과거의 정보만을 사용해 예측을 진행합니다. 그러나 사용자의 행동은 텍스트나 시계열 데이터처럼 엄격한 순서가 존재하지 않습니다. 본 논문에서는 사용자의 행동 순서를 모델링하기 위해 양방향 context 정보를 고려하는 **BERT4Rec**을 제안합니다. 이 때, 학습 시 발생하는 정보의 유출을 줄이고 학습의 효율성을 위해 …

Card Image

Self-Attentive Sequential Recommendation

이경찬 사진
3

# SASRec 📄 paper : **Self-Attentive Sequential Recommendation ↗** --- # III. METHODOLOGY 유저의 행동 시퀀스 $\mathcal{S}^u = (\mathcal{S}_1^u, \mathcal{S}\_2^u, \cdots, \mathcal{S}\_{|\mathcal{S}^u|}^u)$가 있고, 다음 아이템을 예측해야한다! ![Untitled](../../../static/img/paper_review/sasrec_review/figure1.png) 학습 시, $t$ 시점에서는 이전의 $t$개의 아이템에 기반하여 다음 아이템을 예측한다. 사진에서 볼 수 있듯이, 모델의 인풋은 $(\mathcal{S}_1^u, …

Card Image

KPRN : Explainable Reasoning over Knowledge Graphs for Recommendation

남궁민상 사진
2

# KPRN 논문 : [https://ojs.aaai.org/index.php/AAAI/article/view/4470](https://ojs.aaai.org/index.php/AAAI/article/view/4470) ### Introduction - KG를 사용하지 않는 방식 - **KG를 사용하는 방식 이전**에도 유저 프로필, 아이템 속성같은 보조적인 데이터를 추천에 이용하는 방식이 있었음. - KG를 사용하는 방식 - **KG를 사용하는 방식**에서는 - (Ed Sheeran, IsSingerOf, Shape of You)와 같은 **triplets**을 사용하여 …