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/09/11] Machine Learning 輪講 #265

Open chimuichimu opened 2 months ago

chimuichimu commented 2 months ago

Why

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

prev. #262

What

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

KKaichi commented 2 months ago

It's Not You, It's Me: The Impact of Choice Models and Ranking Strategies on Gender Imbalance in Music Recommendation

会議

conference short paper, to be published at RecSys 2024 らしい

背景

推薦システムのバイアスと公平性

目的

推薦モデル

再ランク付戦略

ユーザ選択モデルのシミュレーション

実験(フィードバックループ)

評価メトリクス

結果

再ランク付け戦略の影響

ユーザー選択モデルの影響

全体の公平性

多様性

結論

nogawanogawa commented 2 months ago

In Defense of RAG in the Era of Long-Context Language Models

論文URL

https://arxiv.org/abs/2409.01666

著者

Tan Yu, Anbang Xu, Rama Akkiraju

会議

?

背景

初期のLLMでは限られたコンテキストウィンドウを活用するために、RAGが広く重用された。 現在ではコンテキストウィンドウのサイズが拡大するにつれてRAGの重要性は薄れているという主張もある。

今回ロングコンテキストな回答生成におけるRAGの有効性を再検証したい。

目的

アプローチ

OP-RAG

image

retrievalは通常通り行うものの、コンテキストとして利用するときには元の文書の順序を維持する。

memo

https://github.com/nogawanogawa/paper_memo/issues/120