wtangdev / UniRel

released code for our EMNLP22 paper: UniRel: Unified Representation and Interaction for Joint Relational Triple Extraction
Apache License 2.0
82 stars 17 forks source link

请问这个模型可以做中文数据集的关系抽取吗 #15

Closed 258508 closed 7 months ago

wtangdev commented 11 months ago

理论上是适用的,记得要换用在中文数据集上经过预训练的语言模型,比如mBERT (https://huggingface.co/bert-base-multilingual-cased), bert-chinese (https://huggingface.co/bert-base-chinese)等