Eiki's picture
Create README.md
05562e3 verified
|
raw
history blame
No virus
983 Bytes
metadata
language:
  - ja
library_name: transformers
widget:
  - text: X  部屋  ゲームするxNeed 1   

TaCOMET_ja

This is the Japanese TaCOMET model, which is the finetuned COMET model on the Japanese ver. of TimeATOMIC using causal language modeling (CLM) objective. The data and this model are introduced in this paper.

Preprocessing

The texts are segmented into words using Juman++ and tokenized using SentencePiece.

BibTeX entry and citation info

@InProceedings{murata_nlp2023_tacomet,
    author =    "村田栄樹 and 河原大輔",
    title =     "TaCOMET: 時間を考慮したイベント常識生成モデル",
    booktitle = "言語処理学会第30回年次大会",
    year =      "2024",
    url =       "https://www.anlp.jp/proceedings/annual_meeting/2024/pdf_dir/P3-19.pdf"
    note =      "in Japanese"
}