Difference between revisions of "EAGER: Knowledge-guided neurosymbolic AI with guardrails for safe virtual health assistants"

From Knoesis wiki
Jump to: navigation, search
(EAGER: Knowledge-guided neurosymbolic AI with guardrails for safe virtual health assistants)
(Significant Results So Far)
Line 13: Line 13:
  
 
===Significant Results So Far===
 
===Significant Results So Far===
An overview of '''significant results''' reported in the publications and other dissemination is provided below.
+
# We developed a set of algorithms and systematic approaches to enable the development of foundation models that incorporate both declarative and procedural knowledge. Our approaches demonstrate superior performance compared to the current state-of-the-art, with improvements of up to 14% on standard performance benchmarks. This highlights the effectiveness of Pk-iL approaches for neurosymbolic AI.
# We explored various statistical bottlenecks in deep neural language models from the perspective of user-level explainability, interpretability, and safety. These pre-trained models are efficient, but the datasets they are trained on are not grounded in knowledge. Sheth et al. and Gupta et al. found that models hallucinate while generating responses leading to a factually incorrect or superfluous response. We investigated various methods of controlling this hallucination.
+
# Our experiments indicate that combining neural networks with process knowledge in a mental health questionnaire yields responses that are 12.54% and 9.37% more accurate, as measured by their similarity to responses in real-world clinical settings.
# We hypothesize that humans communicate through a contextual process of understanding and response. This process can either be an n-ary tree, a flat graph, or any structure of the conceptual flow. But, we face a challenge in terms of datasets. So, we created datasets cycling through a month-long annotation, evaluation, and quality check process. These datasets have been constructed under the purview of this grant and will be made available. The procedure we laid out in constructing these datasets contributes to the significance of our results. Every dataset was created automatically following deep learning and clinical knowledge. Subject Matter Experts were tasked to evaluate our labeling process. By this means, we not only checked that our knowledge-infused learning pipeline was accurate but also scaled the annotation-evaluation process by multiple folds and reduced time. Roy et al. could gather ten Subject Matter Experts' evaluations on five sets of outcomes from 5 different deep language models.
+
# In general, regardless of the specific language model utilized, leveraging PK-iL leads to an average improvement of 82% over pre-trained large language models in terms of safety, explainability, and the generation of process-guided questions. These improvements have been validated by domain experts.
# We found that the simple neural language model can provide explainable results, and we also saw that experts achieved satisfactory agreement scores of >75% with simple language models.
+
# We successfully demonstrated a fully operational system called ALLEVIATE, which provides advanced functionality for assisting patients and clinicians in the field of mental healthcare.
# Further, we could achieve task transferability in models as they are trained on relatable clinical process knowledge-driven datasets. So far, we have found convincing results in Depression, Anxiety, and Suicide-related research. This also marks our first concrete step in realizing Knowledge-infused Learning.
+
 
# Some challenges arise when mental health conditions are comorbid with diseases like Cardiovascular, where we require contextual information on diseases and gender along with users' expressions.
+
# Next, we explored the domain of conversational AI as chatbots need to be safe when they communicate with the user with depression, anxiety, or suicidal tendencies (Gaur et al. CIKM). We have developed novel evaluation metrics and interpretable and explainable algorithms for process knowledge infusion in the Knowledge-infused Learning paradigm (Roy et al. Frontiers in Big Data).
+
# We studied mental health conversations related to Cardiovascular disease on social media, which requires domain knowledge. We developed '''knowledge-assisted masked language models''' in a task adaptive multi-task learning paradigm. We could differentiate the gender language and gender-specific symptoms based on user posts and comments. Lokala et al. proposed framework GeM fall under shallow knowledge-infused learning as we use external lexicons on Anxiety, Depression, and Gender for Knowledge-aware Entity Masking.
+
# The diverse forms of knowledge we infused into statistical AI are correlational. They are defined by word co-occurrence, synonymy linkage, and others but aren't causal. Representation of causality in AI systems using knowledge graphs can further improve explainability. Jamini and Sheth proposed a neat architecture on why causal knowledge graphs (CKGs) are needed, what modifications need to be made in existing knowledge graphs, and how infusion would occur.
+
# Within the scope of Knowledge-infused Learning, the causality aspect made us explore the autonomous driving domain. There are various scenarios in autonomous driving where the vehicle needs to decide based on what it has learned in other similar situations. Situations are scenes, and every scene has an interconnected set of entities that describe the scene. Wickramarachchi et al. developed a scene ontology for autonomous driving use cases and used it to extract entities from scene descriptions. An interconnection of scene entities is what is termed a scene graph. Such a graph improves machine perception in autonomous vehicles and can define sensible actions. Scene graphs and actions are absorbed by the architecture proposed by Jamini et al. to construct CausalKG.
+
# Along with mental health and healthcare in general, we are exploring the utility of knowledge-infused learning in autonomous driving. We find synchrony between these domains as the machine is tasked to provide action. Thus a correlation-alone knowledge graph falls short in expressing high-order semantic knowledge as expressed by humans.
+
# In a complementary direction, we studied the COVID-19 pandemic with a motive to help policymakers with explainable AI tools. Sivaraman et al. presented EXO-SIR, an epidemiological model supported by a component that considers external knowledge from textual reports to bootstrap SIR in estimating the likelihood of a rise in infections.
+
  
 
Link to the previous EAGER award : http://wiki.aiisc.ai/index.php/Advancing_Neuro-symbolic_AI_with_Deep_Knowledge-infused_Learning
 
Link to the previous EAGER award : http://wiki.aiisc.ai/index.php/Advancing_Neuro-symbolic_AI_with_Deep_Knowledge-infused_Learning

Revision as of 13:39, 25 August 2023

EAGER: Knowledge-guided neurosymbolic AI with guardrails for safe virtual health assistants

Following the era of Symbolic AI in the 20th century and Statistical AI in the first two decades of this century, there has been a growing interest in the neuro-symbolic AI approach. This approach aims to leverage the strengths and advantages of both symbolic and statistical AI by utilizing symbolic knowledge data structures alongside deep learning techniques. In 2022, our focus revolved around a category of approaches known as Knowledge-infused (deep) Learning (KiL), which incorporates various types of knowledge at different levels of abstraction into neural network pipelines. The knowledge is represented as declarative knowledge in knowledge graphs (KGs). Since July 2022, we have improved the knowledge graphs by incorporating procedural knowledge, which refers to the knowledge of typical processes employed by experts in diverse domains and everyday applications. Our future work involves advancing KiL further and enabling it to effectively handle such process knowledge using an enhanced approach called process knowledge-infused learning (PK-iL).

Specific Objectives

With the utilization of Pk-iL, our objective was to examine the responses to the subsequent research inquiries:

  1. How can we systematically incorporate explicit knowledge of concepts expressed in user-friendly terms into the implicitly characterized components (comprising billions of parameters) of a neural network?
  2. How can we accomplish this integration while ensuring that the specific goals of the application are fulfilled, such as obtaining clinically valid and safe outcomes in the healthcare domain?
  3. Is it possible to develop algorithms capable of handling a diverse range of declarative and procedural knowledge necessary for effective neurosymbolic AI, which can address issues associated with each individual method (i.e., neural or symbolic methods) in isolation?
  4. How can we robustly and accurately evaluate success or failure across the abovementioned three questions?

Significant Results So Far

  1. We developed a set of algorithms and systematic approaches to enable the development of foundation models that incorporate both declarative and procedural knowledge. Our approaches demonstrate superior performance compared to the current state-of-the-art, with improvements of up to 14% on standard performance benchmarks. This highlights the effectiveness of Pk-iL approaches for neurosymbolic AI.
  2. Our experiments indicate that combining neural networks with process knowledge in a mental health questionnaire yields responses that are 12.54% and 9.37% more accurate, as measured by their similarity to responses in real-world clinical settings.
  3. In general, regardless of the specific language model utilized, leveraging PK-iL leads to an average improvement of 82% over pre-trained large language models in terms of safety, explainability, and the generation of process-guided questions. These improvements have been validated by domain experts.
  4. We successfully demonstrated a fully operational system called ALLEVIATE, which provides advanced functionality for assisting patients and clinicians in the field of mental healthcare.


Link to the previous EAGER award : http://wiki.aiisc.ai/index.php/Advancing_Neuro-symbolic_AI_with_Deep_Knowledge-infused_Learning

Funding

  • NSF Award #: 2335967
  • Award Period of Performance:   Start Date: 10/01/2023     End Date: 09/30/2025
  • Project Title: EAGER: Knowledge-guided neurosymbolic AI with guardrails for safe virtual health assistants
  • Award Amount: $200,000

Personnel

Quad Chart