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
87
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
74
Newbees採用資料(2025.01更新)
newbees
2
29k
Goで並⾏処理を⽤いた 画像処理を実装した話|株式会社Newbees
newbees
0
200
Other Decks in Research
See All in Research
言語モデルLUKEを経済の知識に特化させたモデル「UBKE-LUKE」について
petter0201
0
200
eAI (Engineerable AI) プロジェクトの全体像 / Overview of eAI Project
ishikawafyu
0
370
Bluesky Game Dev
trezy
0
140
ドローンやICTを活用した持続可能なまちづくりに関する研究
nro2daisuke
0
140
チュートリアル:Mamba, Vision Mamba (Vim)
hf149
6
2.1k
A Segment Anything Model based weakly supervised learning method for crop mapping using Sentinel-2 time series images
satai
2
130
文化が形作る音楽推薦の消費と、その逆
kuri8ive
0
240
Prithvi-EO-2.0: A Versatile Multi-Temporal Foundation Model for Earth Observation Applications
satai
2
150
アプリケーションから知るモデルマージ
maguro27
0
260
Global Evidence Summit (GES) 参加報告
daimoriwaki
0
240
ベイズ的方法に基づく統計的因果推論の基礎
holyshun
0
810
Composed image retrieval for remote sensing
satai
2
240
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
40
2.5k
4 Signs Your Business is Dying
shpigford
182
22k
What's in a price? How to price your products and services
michaelherold
244
12k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Visualization
eitanlees
146
15k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
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とバンディットアルゴリズムを活⽤したマッチング