ReOnto: A Neuro-Symbolic Approach for Biomedical Relation Extraction

Abstract

Relation Extraction (RE) is the task of extracting semantic relationships between entities in a sentence and aligning them to relations defined in a vocabulary, which is generally in the form of a Knowledge Graph (KG) or an ontology. Various approaches have been proposed so far to address this task. However, applying these techniques to biomedical text often yields unsatisfactory results because it is hard to infer relations directly from sentences due to the nature of the biomedical relations. To address these issues, we present a novel technique called ReOnto, that makes use of neuro symbolic knowledge for the RE task. ReOnto employs a graph neural network to acquire the sentence representation and leverages publicly accessible ontologies as prior knowledge to identify the sentential relation between two entities. The approach involves extracting the relation path between the two entities from the ontology. We evaluate the effect of using symbolic knowledge from ontologies with graph neural networks. Experimental results on two public biomedical datasets, BioRel and ADE, show that our method outperforms all the baselines (approximately by 3%).

Cite

Text

Jain et al. "ReOnto: A Neuro-Symbolic Approach for Biomedical Relation Extraction." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43421-1_14

Markdown

[Jain et al. "ReOnto: A Neuro-Symbolic Approach for Biomedical Relation Extraction." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/jain2023ecmlpkdd-reonto/) doi:10.1007/978-3-031-43421-1_14

BibTeX

@inproceedings{jain2023ecmlpkdd-reonto,
  title     = {{ReOnto: A Neuro-Symbolic Approach for Biomedical Relation Extraction}},
  author    = {Jain, Monika and Singh, Kuldeep and Mutharaju, Raghava},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2023},
  pages     = {230-247},
  doi       = {10.1007/978-3-031-43421-1_14},
  url       = {https://mlanthology.org/ecmlpkdd/2023/jain2023ecmlpkdd-reonto/}
}