Sousa Diana, Couto Francisco M
IEEE J Biomed Health Inform. 2022 Aug;26(8):4207-4217. doi: 10.1109/JBHI.2022.3173558. Epub 2022 Aug 11.
Biomedical Relation Extraction (RE) systems identify and classify relations between biomedical entities to enhance our knowledge of biological and medical processes. Most state-of-the-art systems use deep learning approaches, mainly to target relations between entities of the same type, such as proteins or pharmacological substances. However, these systems are mostly restricted to what they directly identify on the text and ignore specialized domain knowledge bases, such as ontologies, that formalize and integrate biomedical information typically structured as direct acyclic graphs. On the other hand, Knowledge Graph (KG)-based recommendation systems already showed the importance of integrating KGs to add additional features to items. Typical systems have users as people and items that can range from movies to books, which people saw or read and classified according to their satisfaction rate. This work proposes to integrate KGs into biomedical RE through a recommendation model to further improve their range of action. We developed a new RE system, named K-BiOnt, by integrating a baseline state-of-the-art deep biomedical RE system with an existing KG-based recommendation state-of-the-art system. Our results show that adding recommendations from KG-based recommendation improves the system's ability to identify true relations that the baseline deep RE model could not extract from the text. The code supporting this system is available at https://github.com/lasigeBioTM/K-BiOnt.
生物医学关系提取(RE)系统识别并分类生物医学实体之间的关系,以增进我们对生物和医学过程的了解。大多数最先进的系统使用深度学习方法,主要针对同一类型实体之间的关系,如蛋白质或药理物质。然而,这些系统大多局限于它们在文本中直接识别的内容,而忽略了专门的领域知识库,如本体,本体将通常构造为有向无环图的生物医学信息进行形式化和整合。另一方面,基于知识图谱(KG)的推荐系统已经表明了整合知识图谱以给项目添加额外特征的重要性。典型的系统以用户为人,项目范围从电影到书籍,人们根据满意度对其进行观看或阅读及分类。这项工作建议通过推荐模型将知识图谱整合到生物医学关系提取中,以进一步扩大其作用范围。我们通过将一个基线最先进的深度生物医学关系提取系统与一个现有的基于知识图谱的最先进推荐系统相集成,开发了一个名为K-BiOnt的新关系提取系统。我们的结果表明,添加基于知识图谱推荐可以提高系统识别基线深度关系提取模型无法从文本中提取的真实关系的能力。支持该系统的代码可在https://github.com/lasigeBioTM/K-BiOnt获取。