K-BERT icon indicating copy to clipboard operation
K-BERT copied to clipboard

Source code of K-BERT (AAAI2020)

Results 59 K-BERT issues
Sort by recently updated
recently updated
newest added

请问论文中的实例都是设的MAX_ENTITIES = 2吗?还是分别有不同的设定?请问对于DBpedia这种有很多三元组的,一般设定多少个呢?

Hello @autoliuweijie, thank you for your amazing and inspiring work! I would like to pre-train a K-Bert model on an english language corpus and to make it work I am...

你好,觉得K-Bert的代码写的非常优美,请问我vm=None(即不用知识图谱),然后将model文件夹中的model.bin 、json文件、和vocab.txt文件换成英文bert对应的文件,再finetune时会有影响吗?

Hi, I am trying to download the files in this project like the BERT model and the knowledge graph dataset. But when I click on it, I get an empty...

您好,我正在复现您的代码,请问对文本分类任务是只能实现二分类还是可以实现多分类呢。我用自己的多类数据训练时报错: Traceback (most recent call last): File "run_kbert_cls.py", line 578, in main() File "run_kbert_cls.py", line 557, in main result = evaluate(args, False) File "run_kbert_cls.py", line 393, in evaluate print("Acc. (Correct/Total):...

您好,最近想在英文知识库和数据集上进行训练,想了解下咱们的模型是否能够需要tokenizer?

可以是dbpedia probase hownet wordnet等知识库的.spo文件,或者有没有其他的下载或者查询方式!万分感谢!

I use Bert (model and tokenizer) to change K-BERT to the English version K-BERT. However, I got poor scores on the classification tasks. If you have K-BERT code of fine-tuning...

作者您好 ,您做的工作很棒,想请教下这个是否可以用作基于阅读理解的问答任务,就是在文章中根据问题进行span输出。需要对哪些文件做修改才可以呢?非常感谢。

The link to the paper in the README (https://aaai.org/Papers/AAAI/2020GB/AAAI-LiuW.5594.pdf) doesn't seem to work anymore. This PR updates the README with a link (https://ojs.aaai.org/index.php/AAAI/article/view/5681/5537) that works.