#128 · Primary category: NLP Tools & Text Processing
K-BERT
Source code of K-BERT (AAAI2020)
Project last updated:01/27/23
GitHub Stars
981
Forks
213
Contributors
2
License
MIT
Why we included this project
K-BERT is the reference implementation of the AAAI 2020 paper that taught a BERT-style model to read knowledge graphs alongside text. It wraps triples from sources like CN-DBpedia and HowNet into extra tokens, so during fine-tuning the model sees factual background next to the original sentence. The repo ships two runnable scripts, one for text classification and one for named entity recognition, with links to the pretrained weights and knowledge files. Since it sits on the UER framework, the code stays compact and is a decent starting point for anyone experimenting with knowledge-aware fine-tuning, especially for Chinese-language tasks.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量