Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Meta-Learning for Domain Generalization in Semantic Parsing #126

Open
tm4roon opened this issue Nov 4, 2020 · 0 comments
Open

Meta-Learning for Domain Generalization in Semantic Parsing #126

tm4roon opened this issue Nov 4, 2020 · 0 comments
Labels
Meta-Learning Meta-Learning Semantic Parsing Semantic Parsing
Projects

Comments

@tm4roon
Copy link
Owner

tm4roon commented Nov 4, 2020

Meta-Learning for Domain Generalization in Semantic Parsing

擬似的なzero-shot learningにより、ドメイン汎化したSemantic Parserを構築する方法を提案した論文。

提案手法: Domain Generalization with Model-Agnostic Meta-Learning (DG-MAML)の具体的な手法は以下の通り。

  1. 複数のドメインを含むデータ集合から、訓練用ドメインのデータDsとテスト用ドメインのデータDtをサンプリング
  2. 訓練用ドメインデータDsからサンプリングしたミニバッチβsでメタ学習(meta-train)
  3. 訓練ドメインとテストドメインの両方を含む以下の損失関数を計算 (meta-test)
  4. パラメータを更新

のような手順で学習を行う。本手法のポイントは、訓練とテストのドメインが異なるため、擬似的なzero-shot learningを行っている点である。これにより、汎用的なSemantic Parserの学習を目指している。

文献情報

@tm4roon tm4roon added Semantic Parsing Semantic Parsing Meta-Learning Meta-Learning labels Nov 4, 2020
@tm4roon tm4roon added this to 2020 in arXiv Nov 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Meta-Learning Meta-Learning Semantic Parsing Semantic Parsing
Projects
arXiv
2020
Development

No branches or pull requests

1 participant