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

[2020/05/07] Machine Learning 輪講 #48

Open agatan opened 4 years ago

agatan commented 4 years ago

Why

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

prev. #46

What

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

agatan commented 4 years ago

TAPAS: Weakly Supervised Table Parsing via Pre-training

テーブルと Q が与えられた時に A を答えるタスクの論文。 BERT っぽい方法でテーブルの各 Cell のコンテンツと Q を同時に入力し、mask を剥がす pre-training を行う。

image

特殊なトークンとして column / row / rank embedding というのを定義している。(Cell のコンテンツに対して、今どの行・列にいるのかを示すための特殊トークン)

出力は「各セルが解答に使われる probability」と「解答に使われるセルをどう集約するか(Sum, Count, Average, None)」として学習する。

yuko-i commented 4 years ago

Semi-supervised learning について整理した

https://yukoishizaki.hatenablog.com/entry/2020/05/06/003322

すごく粗く説明

きっかけはこちら 👉 https://github.com/wantedly/machine-learning-round-table/issues/34#issuecomment-577598681 SSLの話は、懸さんが勉強会で時折、話してくれてたので、論文読みやすかった。