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
297 stars 2 forks source link

[2021/10/14]Machine Learning 輪講 #118

Open hakubishin3 opened 2 years ago

hakubishin3 commented 2 years ago

Why

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

prev. #116

What

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

nogawanogawa commented 2 years ago

SimCSE: Simple Contrastive Learning of Sentence Embeddings

論文URL

https://arxiv.org/abs/2104.08821

著者

Tianyu Gao, Xingcheng Yao, Danqi Chen

会議

EMNLP 2021

背景

効果的な分散表現を獲得することは、それを用いたNLPタスクの精度を上げることに寄与する。

目的

効果的なContrastive Learningで効率よく、より良い分散表現を獲得したい

アプローチ

参考

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

zerebom commented 2 years ago

pytorch-lightningでBayesian Personalized Ranking(BPR)とMatrix Factorization(MF)を実装しました