CoolFace
Modelpublic

studio-ousia/luke-japanese-base-lite

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
9likes537downloads
Model Card

luke-japanese

luke-japanese is the Japanese version of LUKE (Language Understanding with Knowledge-based Embeddings), a pre-trained knowledge-enhanced contextualized representation of words and entities. LUKE treats words and entities in a given text as independent tokens, and outputs contextualized representations of them. Please refer to our GitHub repository for more details and updates.

This model is a lightweight version which does not contain Wikipedia entity embeddings. Please use the full version for tasks that use Wikipedia entities as inputs.

luke-japaneseは、単語とエンティティの知識拡張型訓練済み Transformer モデルLUKEの日本語版です。LUKE は単語とエンティティを独立したトークンとして扱い、これらの文脈を考慮した表現を出力します。詳細については、GitHub リポジトリを参照してください。

このモデルは、Wikipedia エンティティのエンベディングを含まない軽量版のモデルです。Wikipedia エンティティを入力として使うタスクには、full versionを使用してください。

Experimental results on JGLUE

The experimental results evaluated on the dev set of JGLUE are shown as follows:

ModelMARC-jaJSTSJNLIJCommonsenseQA
accPearson/Spearmanaccacc
LUKE Japanese base0.9650.916/0.8770.9120.842
Baselines:
Tohoku BERT base0.9580.909/0.8680.8990.808
NICT BERT base0.9580.910/0.8710.9020.823
Waseda RoBERTa base0.9620.913/0.8730.8950.840
XLM RoBERTa base0.9610.877/0.8310.8930.687

The baseline scores are obtained from here.

Citation

latex
@inproceedings{yamada2020luke,
  title={LUKE: Deep Contextualized Entity Representations with Entity-aware Self-attention},
  author={Ikuya Yamada and Akari Asai and Hiroyuki Shindo and Hideaki Takeda and Yuji Matsumoto},
  booktitle={EMNLP},
  year={2020}
}