intfloat / SimKGC

ACL 2022, SimKGC: Simple Contrastive Knowledge Graph Completion with Pre-trained Language Models
181 stars 36 forks source link

请问支持中文吗? #16

Open WatsonWangZh opened 1 year ago

intfloat commented 1 year ago

Though we only experiment with English datasets, the method is independent of language.

To support Chinese, you need:

  1. A knowledge graph completion dataset in Chinese.
  2. Replace the BERT models in the code to Chinese version.