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
110
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
98
Newbees採用資料(2025.01更新)
newbees
2
37k
Goで並⾏処理を⽤いた 画像処理を実装した話|株式会社Newbees
newbees
0
230
Other Decks in Research
See All in Research
Transparency to sustain open science infrastructure - Printemps Couperin
mlarrieu
1
170
Weekly AI Agents News! 2月号 アーカイブ
masatoto
1
200
学生向けアンケート<データサイエンティストについて>
datascientistsociety
PRO
0
2.5k
Scale-Aware Recognition in Satellite images Under Resource Constraints
satai
3
280
2025年度 生成AIの使い方/接し方
hkefka385
1
680
作業記憶の発達的特性が言語獲得の臨界期を形成する(NLP2025)
chemical_tree
2
580
A multimodal data fusion model for accurate and interpretable urban land use mapping with uncertainty analysis
satai
3
200
在庫管理のための機械学習と最適化の融合
mickey_kubo
3
1k
Trust No Bot? Forging Confidence in AI for Software Engineering
tomzimmermann
1
230
CARMUI-NET:自動運転車遠隔監視のためのバーチャル都市プラットフォームにおける通信品質変動機能の開発と評価 / UBI85
yumulab
0
240
Sosiaalisen median katsaus 03/2025 + tekoäly
hponka
0
1.2k
TRIPOD+AI Expandedチェックリスト 有志翻訳による日本語版 version.1.1
shuntaros
0
170
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
Why Our Code Smells
bkeepers
PRO
337
57k
Code Reviewing Like a Champion
maltzj
524
40k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Optimizing for Happiness
mojombo
379
70k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
770
GitHub's CSS Performance
jonrohan
1031
460k
Building Adaptive Systems
keathley
43
2.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
Unsuck your backbone
ammeep
671
58k
KATA
mclloyd
29
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
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とバンディットアルゴリズムを活⽤したマッチング