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
130
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
120
Newbees採用資料(2026.02更新)
newbees
2
49k
Goで並⾏処理を⽤いた 画像処理を実装した話|株式会社Newbees
newbees
0
290
Other Decks in Research
See All in Research
Off-Policy Evaluation and Learning for Matching Markets
yudai00
0
100
LiDARセキュリティ最前線(2025年)
kentaroy47
0
210
量子コンピュータの紹介
oqtopus
0
230
IEEE AIxVR 2026 Keynote Talk: "Beyond Visibility: Understanding Scenes and Humans under Challenging Conditions with Diverse Sensing"
miso2024
0
110
SREはサイバネティクスの夢をみるか? / Do SREs Dream of Cybernetics?
yuukit
3
420
A History of Approximate Nearest Neighbor Search from an Applications Perspective
matsui_528
1
190
2026-01-30-MandSL-textbook-jp-cos-lod
yegusa
1
530
Upgrading Multi-Agent Pathfinding for the Real World
kei18
0
360
それ、チームの改善になってますか?ー「チームとは?」から始めた組織の実験ー
hirakawa51
0
850
「車1割削減、渋滞半減、公共交通2倍」を 熊本から岡山へ@RACDA設立30周年記念都市交通フォーラム2026
trafficbrain
1
690
第二言語習得研究における 明示的・暗示的知識の再検討:この分類は何に役に立つか,何に役に立たないか
tam07pb915
0
1.4k
Agentic AI フレームワーク戦略白書 (2025年度版)
mickey_kubo
1
130
Featured
See All Featured
Between Models and Reality
mayunak
2
230
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
Thoughts on Productivity
jonyablonski
75
5.1k
Exploring anti-patterns in Rails
aemeredith
2
280
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
200
WCS-LA-2024
lcolladotor
0
470
BBQ
matthewcrist
89
10k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Test your architecture with Archunit
thirion
1
2.2k
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とバンディットアルゴリズムを活⽤したマッチング