Knowledge Graphs (KGs) often have two characteristics: heterogeneous graph structure and text-rich entity/relation information. Text-based KG embeddings can represent entities by encoding descriptions with pre-trained language models, but no open-sourced library is specifically designed for KGs with PLMs at present. In this paper, we present LambdaKG, a library for KGE that equips with many pre-trained language models (e.g., BERT, BART, T5, GPT-3), and supports various tasks (e.g., knowledge graph completion, question answering, recommendation, and knowledge probing). LambdaKG is publicly open-sourced at https://github.com/zjunlp/PromptKG/tree/main/lambdaKG, with a demo video at http://deepke.zjukg.cn/lambdakg.mp4 and long-term maintenance.
翻译:知识图谱通常具有两个特点:异构图结构及富含文本的实体/关系信息。基于文本的知识图谱嵌入可通过预训练语言模型编码描述信息来表示实体,但目前尚无专门为预训练语言模型设计的知识图谱开源库。本文提出LambdaKG——一个配备多种预训练语言模型(如BERT、BART、T5、GPT-3)的知识图谱嵌入库,支持多种任务(如知识图谱补全、问答、推荐及知识探测)。LambdaKG已开源发布于https://github.com/zjunlp/PromptKG/tree/main/lambdaKG,配套演示视频地址为http://deepke.zjukg.cn/lambdakg.mp4,并将持续维护。