In this work, we present a web application named DBLPLink, which performs entity linking over the DBLP scholarly knowledge graph. DBLPLink uses text-to-text pre-trained language models, such as T5, to produce entity label spans from an input text question. Entity candidates are fetched from a database based on the labels, and an entity re-ranker sorts them based on entity embeddings, such as TransE, DistMult and ComplEx. The results are displayed so that users may compare and contrast the results between T5-small, T5-base and the different KG embeddings used. The demo can be accessed at https://ltdemos.informatik.uni-hamburg.de/dblplink/.
翻译:本文介绍了一个名为DBLPLink的Web应用程序,该程序对DBLP学术知识图谱执行实体链接。DBLPLink采用文本到文本的预训练语言模型(如T5),从输入文本问题中生成实体标签片段。基于这些标签,从数据库中检索候选实体,并通过实体重排序器依据实体嵌入(如TransE、DistMult和ComplEx)对其进行排序。结果以可视化的方式呈现,使用户能够比较和对比T5-small、T5-base以及不同知识图谱嵌入方法的效果。该演示可通过https://ltdemos.informatik.uni-hamburg.de/dblplink/ 访问。