Decision Knowledge Graphs: Construction of and Usage in Question Answering for Clinical Practice Guidelines

Vasudhan Varma Kandula,Pushpak Bhattacharyya
2023-08-06
Abstract:In the medical domain, several disease treatment procedures have been documented properly as a set of instructions known as Clinical Practice Guidelines (CPGs). CPGs have been developed over the years on the basis of past treatments, and are updated frequently. A doctor treating a particular patient can use these CPGs to know how past patients with similar conditions were treated successfully and can find the recommended treatment procedure. In this paper, we present a Decision Knowledge Graph (DKG) representation to store CPGs and to perform question-answering on CPGs. CPGs are very complex and no existing representation is suitable to perform question-answering and searching tasks on CPGs. As a result, doctors and practitioners have to manually wade through the guidelines, which is inefficient. Representation of CPGs is challenging mainly due to frequent updates on CPGs and decision-based structure. Our proposed DKG has a decision dimension added to a Knowledge Graph (KG) structure, purported to take care of decision based behavior of CPGs. Using this DKG has shown 40\% increase in accuracy compared to fine-tuned BioBert model in performing question-answering on CPGs. To the best of our knowledge, ours is the first attempt at creating DKGs and using them for representing CPGs.
Information Retrieval
What problem does this paper attempt to address?
The paper primarily proposes a new solution to address the issues encountered in the practical application of Clinical Practice Guidelines (CPGs). Specifically, the paper addresses the following key problems: 1. **Complexity and inefficiency of manual consultation**: Existing CPGs are very complex and frequently updated. Doctors need to spend a significant amount of time manually consulting these guidelines, which is particularly inefficient in emergency situations. 2. **Lack of suitable representation**: Currently, there is no suitable method for storing CPGs and performing efficient searches and Q&A. Traditional Knowledge Graph (KG) structures cannot effectively handle the factual data and decision structures contained in CPGs. 3. **High update costs**: Since CPGs are frequently updated, representation methods based on existing KG structures face structural challenges during updates, potentially requiring the entire graph to be rebuilt. To solve these problems, the authors propose the concept of a **Decision Knowledge Graph (DKG)**. This is a new type of graph structure that adds a decision dimension to the traditional knowledge graph, aiming to better represent and handle the decision logic in CPGs. ### Main Contributions 1. **Created and published a new knowledge graph structure**: By adding a decision dimension to the traditional knowledge graph, it adapts to the decision logic in CPGs. 2. **Constructed a dataset containing 8,300 questions**: These questions are designed based on the CPGs for diseases such as acute lymphoblastic leukemia, kidney cancer, and bone cancer. Each question includes a query statement and its corresponding answer. 3. **Developed a Q&A model based on DKG**: This model shows a 40% accuracy improvement in answering questions about CPGs compared to the fine-tuned Biobert model. Through these contributions, the authors aim to improve the efficiency of doctors using CPGs and promote their application in clinical practice.