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

[2024/05/08] Machine Learning 輪講 #246

Open nogawanogawa opened 1 month ago

nogawanogawa commented 1 month ago

Why

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

prev. https://github.com/wantedly/machine-learning-round-table/issues/244

What

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

KKaichi commented 1 month ago

Deep Learning-based Computational Job Market Analysis: A Survey on Skill Extraction and Classification from Job Postings

※ まだ深く読めていないです, ※ 「面白いものを見つけた時点でとりあえず話す」と宣言

会議

The First Workshop on Natural Language Processing for Human Resources (NLP4HR 2024)

概要

chimuichimu commented 1 month ago

Vector Quantization for Recommender Systems: A Review and Outlook

推薦システムへの活用を目的としたベクトル量子化(Vector Quantization, VQ)の研究動向のレビュー論文

ベクトル量子化とは

ベクトル量子化と推薦システム

推薦システムのための VQ の手法は、以下2つの観点で分類できる(*)

Efficiency-oriented

Quality-oriented

image

※ 上記以外にも論文中では以下の観点での分類を提案している

今後のチャレンジ

様々なドメインのデータを統合してより汎用的かつマルチモーダルな推薦モデルを作る、などの課題があるらしい。

Hayashi-Yudai commented 1 month ago

Better & Faster Large Language Models via Multi-token Prediction

LLMの事前学習の際に、入力に対して次に続くnトークンを予測するタスクを解かせることによって、モデルの性能や推論パフォーマンスの向上を実現したという論文。