Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Matching theory-based recommender systems in on...
Search
Newbees Inc
June 06, 2024
Research
0
120
Matching theory-based recommender systems in online dating
Newbees Inc
June 06, 2024
Tweet
Share
More Decks by Newbees Inc
See All by Newbees Inc
Siamese neural networks in recommendation
newbees
0
110
Newbees採用資料(2025.01更新)
newbees
2
41k
Goで並⾏処理を⽤いた 画像処理を実装した話|株式会社Newbees
newbees
0
240
Other Decks in Research
See All in Research
Large Language Model Agent: A Survey on Methodology, Applications and Challenges
shunk031
14
9.5k
Mechanistic Interpretability:解釈可能性研究の新たな潮流
koshiro_aoki
1
380
NLP Colloquium
junokim
1
180
Submeter-level land cover mapping of Japan
satai
3
190
ストレス計測方法の確立に向けたマルチモーダルデータの活用
yurikomium
0
1k
利用シーンを意識した推薦システム〜SpotifyとAmazonの事例から〜
kuri8ive
1
240
90 分で学ぶ P 対 NP 問題
e869120
19
7.8k
Vision and LanguageからのEmbodied AIとAI for Science
yushiku
PRO
1
450
20250624_熊本経済同友会6月例会講演
trafficbrain
1
530
Agentic AIとMCPを利用したサービス作成入門
mickey_kubo
0
380
ノンパラメトリック分布表現を用いた位置尤度場周辺化によるRTK-GNSSの整数アンビギュイティ推定
aoki_nosse
0
350
一人称視点映像解析の最先端(MIRU2025 チュートリアル)
takumayagi
6
3.1k
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
184
22k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Why Our Code Smells
bkeepers
PRO
337
57k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Documentation Writing (for coders)
carmenintech
73
5k
Visualization
eitanlees
146
16k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
A designer walks into a library…
pauljervisheath
207
24k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
Transcript
Matching theory-based recommender systems in online dating Newbees論⽂読み会 ⾶⽥ 祥弥
⽬次 • 概要 • 相互推薦システムとは • TUマッチング(Matching with Transferable Utility)
• MTRS(Matching theory-based Recommender Systems) • オンラインデートにおける応⽤と課題 • 今後の⽅向性
概要 Reciprocal Recommender System(以降RSS)は相互を考慮した推薦システムであり、以下のよ うな点を考慮する必要がある。 • 双⽅のユーザーが利益を得られるようレコメンドすること • 適合されやすいユーザーのみがレコメンドされないように設計すること この論⽂では、マッチング理論(1962~)に基づいたRSSを提案し、
実際の適⽤へ向けたプロジェクト紹介や⽅向性を⽰している。
相互推薦システムとは RSSは双⽅の嗜好度(Preference score)を計算し、それらを集約した結果を基にレコメンドを ⾏う。レコメンドにおいて以下の2点が肝となる 1. 双⽅の嗜好度を計算する⼿法(コンテンツベース、協調フィルタリングベース) 2. 双⽅の嗜好度を集約する⼿法(調和平均、算術平均、幾何平均、交差⽐均⼀、重み付平均) like? like?
Aggregation Function Reciprocal score Predict preferences
TUマッチング(Matching with Transferable Utility) 元々、市場経済におけるジョブマッチング(労働者-企業間)における、賃⾦の移動額が両者の需 要に合うような均衡を⾒つける動機で使われる。 労働者と企業で雇⽤契約(マッチング)した際に、発⽣する移転(賃⾦等)が⾏われるとした場合 に、その移転コストが需要と供給によって調整するようにする。 大手企業 中小企業
中小企業 スキルが足りないかも…
MTRS(Matching Theory-based Recommender Systems) 従来のRSSにTUマッチングを組み込むことで、均衡を考慮した新しいMTRSを提案している。
今後の⽅向性 • NTUマッチング(⾮伝達型) • アファーマティブアクションによるマッチング • 地域制約を活⽤したマッチング • MTRSとバンディットアルゴリズムを活⽤したマッチング