wantedly / machine-learning-round-table

Gather around the table, and have a discussion to catch up the latest trend of machine learning 🤖
https://www.wantedly.com/projects/391912
297 stars 2 forks source link

[2023/12/05]Machine Learning 輪講 #224

Open nogawanogawa opened 6 months ago

nogawanogawa commented 6 months ago

Why

Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。

prev. https://github.com/wantedly/machine-learning-round-table/issues/221

What

話したいことがある人はここにコメントしましょう! 面白いものを見つけた時点でとりあえず話すという宣言だけでもしましょう!

nogawanogawa commented 6 months ago

Fresh Content Needs More Attention: Multi-funnel Fresh Content Recommendation

論文URL

https://dl.acm.org/doi/10.1145/3580305.3599826

著者

Jianling Wang, Haokai Lu, Sai zhang, Bart Locanthi, Haoting Wang, Dylan Greaves, Benjamin Lipshitz, Sriraj Badam, Ed H. Chi, Cristos Goodrow, Su-Lin Wu, Lexi Baugher, Minmin Chen

会議

KDD '23

背景

推薦システムの多くはユーザーの過去のインタラクションを収集して学習されているが、"rich gets richer"効果をもたらす強力なFBループを生み出している。 一方、新鮮なItemは最初の露出とインタラクションがないため、適切なユーザーに表示されるまでに大きな障壁が存在する。

これに対応するためには、初期露出のために手を打つ必要がある。 これまでコールドスタート問題について研究はなされてきたが、ビジネス規模(YouTubeでは毎分500hの動画がアップ、Spotifyでは1.4秒に新しいトラックがアップ)の推薦ではどのように対応すべきかはまだ十分に研究されていない。

目的

"rich gets richer"なFBサイクルを断ち切り、質の高い新鮮なコンテンツが表面化する健全なプラットフォームの構築

アプローチ

image

image

image

memo

https://github.com/nogawanogawa/paper_memo/issues/101

Hayashi-Yudai commented 6 months ago

Enhancing Job Recommendation through LLM-based Generative Adversarial Networks

LLMを使ったジョブレコメンデーション。

image