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
66
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
46
Newbees採用資料(2024.02更新)
newbees
2
26k
Goで並⾏処理を⽤いた 画像処理を実装した話|株式会社Newbees
newbees
0
180
Other Decks in Research
See All in Research
医療支援AI開発における臨床と情報学の連携を円滑に進めるために
moda0
0
110
MIRU2024_招待講演_RALF_in_CVPR2024
udonda
1
330
授業評価アンケートのテキストマイニング
langstat
1
360
Weekly AI Agents News! 9月号 論文のアーカイブ
masatoto
1
120
Large Vision Language Model (LVLM) に関する最新知見まとめ (Part 1)
onely7
18
3.1k
[2024.08.30] Gemma-Ko, 오픈 언어모델에 한국어 입히기 @ 머신러닝부트캠프2024
beomi
0
720
12
0325
0
190
多様かつ継続的に変化する環境に適応する情報システム/thesis-defense-presentation
monochromegane
1
530
20240820: Minimum Bayes Risk Decoding for High-Quality Text Generation Beyond High-Probability Text
de9uch1
0
120
marukotenant01/tenant-20240826
marketing2024
0
510
テキストマイニングことはじめー基本的な考え方からメディアディスコース研究への応用まで
langstat
1
120
Geospecific View Generation - Geometry-Context Aware High-resolution Ground View Inference from Satellite Views
satai
1
100
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Scaling GitHub
holman
458
140k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
Gamification - CAS2011
davidbonilla
80
5k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
A Tale of Four Properties
chriscoyier
156
23k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
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とバンディットアルゴリズムを活⽤したマッチング