tomishima2904 / explore_conceptnet

0 stars 0 forks source link

How to fine-tune for relation prediction using BART ? #6

Open tomishima2904 opened 1 year ago

tomishima2904 commented 1 year ago

目標

(source, target) の組を入力して、relationを予測

課題

  1. fine-tuning時に何を入力するか。(source, target)とそのrelationだけで十分?
  2. ConceptNetのデータをどのように訓練・テストで分割するか
tomishima2904 commented 1 year ago

モデルの構成について

BARTやT5のような言語モデルをファインチューニングしようかと思っている

入力

source, target, source entity と target entity を含む文 (BERTであれば, [ [CLS], source, target, [SEP], sentence] みたいな)

出力

relation文 (例. relation が /r/UsedFor であれば "used for")

TODO

tomishima2904 commented 1 year ago

BARTじゃなくて、とりあえず訓練済み日本語T5でやってみようかと思う。