wantedly / machine-learning-round-table

Gather around the table, and have a discussion to catch up the latest trend of machine learning 🤖
https://www.wantedly.com/projects/391912
306 stars 2 forks source link

[2024/11/20] Machine Learning 輪講 #275

Open chimuichimu opened 4 days ago

chimuichimu commented 4 days ago

Why

Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。

prev. #273

What

話したいことがある人はここにコメントしましょう! 面白いものを見つけた時点でとりあえず話すという宣言だけでもしましょう!

KKaichi commented 2 days ago

Pseudo-online Measurement of Retrieval Recall for Job Recommendations - A case study at Indeed

概要

リコールの定義とバリエーション

前向きリコール

$$ \text{前向きリコール} = \frac{\text{特定の日に推薦された関連マッチの数}}{\text{次のx日間の関連マッチの総数}} $$

後ろ向きリコール

$$ \text{後ろ向きリコール} = \frac{\text{過去x日間に推薦された関連マッチの数}}{\text{単一の日の関連マッチの総数}} $$

比較

実装

実際の適用例

例1: オンライン環境における情報取得ステージのパフォーマンス測定

例2: マッチプロバイダのリコールの追跡

例3: ジョブ推薦メールのファネル分析

例4: 見逃しの機会の特定

Hayashi-Yudai commented 2 days ago

LLMs for User Interest Exploration in Large-scale Recommendation Systems