Shades of Knowledge-infused Learning
Outline
3
Role of Knowledge-enabled AI
Information Retrieval
Natural Language Understanding
Conversational Assistance
Summarization
Learning to Rank/ Re-Ranking
Recommender System
4
Recommendation
Summarization
Matching
Conversational Assistance
Efforts towards Knowledge-enabled Artificial Intelligence (AI)
5
[Stanford Knowledge Graph Seminar 2020, Christopher Re]
Ananthram et al. (Traffic data annotation) In TIST, 2015
AI in Recommender Systems
6
http://bit.ly/netflix_recsys
AI in Recommender Systems
7
AI in Learning to Rank / Re-Ranking
8
AI in Summarization
9
AI in Conversational Assistance
10
AI in Conversational Assistance
11
Identifying the Aspect and Theme of the question and creating an order of information seeking question --- requires knowledge infusion
With Background Knowledge Infusion
Such a process develop explainable systems that generalize over tasks in Information retrieval and natural language understanding
12
Gaur, Manas, Keyur Faldu, and Amit Sheth. "Semantics of the Black-Box: Can knowledge graphs help make deep learning systems more interpretable and explainable?." IEEE Internet Computing 25, 2021
Brown, Tom B., et al. "Language models are few-shot learners." arXiv preprint arXiv:2005.14165 (2020).
Knowledge-infused Learning
Can incorporation of knowledge enhance performance and explainability of data-intensive learning models?
13
Sheth, Amit, et al. "Shades of knowledge-infused learning for enhancing deep learning." IEEE Internet Computing 2019
Gaur, Manas, Keyur Faldu, and Amit Sheth. "Semantics of the Black-Box: Can knowledge graphs help make deep learning systems more interpretable and explainable?." IEEE Internet Computing 25, no. 1 (2021): 51-59.
14
Multi Hop
Domain Specific
Low Resource
Symbolic Knowledge
What can cause a forest fire?
Static electricity can cause sparks
Sparks can start a forest fire
Need some task-specific knowledge (implicit/explicit) to apply generic AI models in downstream applications
Used rules as constraints (presence/absence, similarity thresholding, correlations, etc.)
Limited labeled data, Difficult to create gold standard
15
Role of Knowledge-enabled AI
Information Retrieval
Natural Language Understanding
Conversational Assistance
Summarization
Learning to Rank/ Re-Ranking
Recommender System
Multi Hop
Domain Specific
Symbolic Knowledge
Low Resource
Domain Specific
Symbolic Knowledge
Domain Specific
Low Resource
Multi Hop
Low Resource
Symbolic Knowledge
Scenario 1a: Trivial Case of Question Answering
16
Given a Context: I sometimes wonder how many alcoholics are relapsing under the lockdowns
Question asked: Does the person have addiction?
Response from a Seq2Seq Model: Yes
co-occurrence
Any Seq2Seq Model trained on these dataset
Multi Hop
Symbolic Knowledge
Scenario 1b: Non-Trivial Case of Question Answering -- Negation
17
Given a Context: Then others that insisted that what I have is depression even though
manic episodes aren’t characteristic to depression. I dread having to retread all this again because the clinic where I get my mental health addressed is closing down due to loss in business caused by the pandemic
Question asked: Does the person have Depression?
Response from a Seq2Seq Model: Yes
Bipolar Disorder
Manic episodes
has_a
co-occurrence
Multi Hop
Symbolic Knowledge
Scenario 2 : Recommending Support Providers to Support Seekers
18
Corona vaccine suggest that we do not meet anyone besides people from the house. As an extrovert human being, I don’t buy this.
I feel fucking alone, lonely, and my depression has started trigger warning. I’m afraid, but I might become suicidal. First COVID19 and now its vaccine. Please any advice
Support Seeking
(SS)
User
Domain Specific
Low Resource
Symbolic Knowledge
19
Corona vaccine suggest that we do not meet anyone besides people from the house. As an extrovert human being, I don’t buy this.
I feel fucking alone, lonely, and my depression has started trigger warning. I’m afraid, but I might become suicidal. First COVID19 and now its vaccine. Please any advice
SS User
Do not let your mind slip to some extreme conditions in mental health. Listen to podcasts, read books, facetime your friends.
Lockdown is temporary and administration of vaccine in process. I am
here to support you all.
Supportive
SP (Support Provider)
Matched Support Provider to Support Seeker
Domain Specific
Low Resource
Symbolic Knowledge
20
Corona vaccine suggest that we do not meet anyone besides people from the house. As an extrovert human being, I don’t buy this.
I feel fucking alone, lonely, and my depression has started trigger warning. I’m afraid, but I might become suicidal. First COVID19 and now its vaccine. Please any advice
Do not let your mind slip to some extreme conditions in mental health. Listen to podcasts, read books, facetime your friends.
Lockdown is temporary and administration of vaccine in process. I am
here to support you all.
Supportive
SP (Support Provider)
SS User
Concept: Suicide in Lexicon
Human Annotation of Supportive Behavior Online
Depression
Concept: COVID19 in lexicon
Word senses
Domain Specific
Low Resource
Symbolic Knowledge
Research Questions
21
22
Corona vaccine suggest that we do not meet anyone besides people from the house. As an extrovert human being, I don’t buy this.
I feel fucking alone, lonely, and my depression has started trigger warning. I’m afraid, but I might become suicidal. First COVID19 and now its vaccine. Please any advice
Do not let your mind slip to some extreme conditions in mental health. Listen to podcasts, read books, facetime your friends.
Lockdown is temporary and administration of vaccine in process. I am
here to support you all.
No advice, just that I am on same boat. extroverted introvert, slipping to suicidality. But, i suggest, Hang in there, I will be doing the same
Supportive
SP
Similar SP
SS User
Stay away from provocative news on COVID19 and vaccine.
Stay free from risk and hold on to faith.
Informative SP
Knowledge Graphs
A Primer
23
1
Knowledge Graph (KG) is a machine readable structured representation of knowledge consisting of entities (entity and entity type) and relationships in various forms (e.g., labeled property graphs and RDFs).
24
Examples of
Knowledge Graphs
25
Empathi: Gaur et al. 2018
ATOMIC: Sap et al. 2019
Crisis Event Graph:
Jiang et al. 2019
Chem2Bio2RDF:
Chen et al. 2010
Embibe Education KG:
Faldu et al. 2020
Knowledge-infused Learning
26
2
Theoretical Perspective : Probably Approximately Correct Learning (PAC)
27
28
How do you know that a training set has a good domain coverage?
Robust Classifier → Low Generalizability Error
Consistent Classifier → Low Training Error
Confidence: More Certainty (lower δ) means more number of samples.
Complexity: More complicated hypothesis (|H|) means more number of samples
29
Challenge:
Existing ML Models:
Infusion:
True Data Distribution
Hypothesis Data Distribution
Confidence: More Certainty (lower δ) means less number of samples.
Complexity: Less complicated hypothesis (|H|) means less number of samples
K-iL Types
30
Shallow Infusion
Semi Deep Infusion
Deep Infusion
K-iL Types
31
Shallow Infusion
Multi Hop
Symbolic Knowledge
Low Resource
32
Neural Self Attention
DBPedia
SNOMED-CT
DBPedia: Knowledge Graph constructed from WikiPedia
SNOMED-CT: Systematized Nomenclature in Medicine Clinical Terms
Search through Wikipedia was performed in Jan-Feb 2020
33
Large Scale Knowledge Graphs (e.g. BabelNet)
Named entities
Concept
http://bit.ly/babelnet_AIISC
34
Machine Learning Model
How well the model learned the task?
Shapley plots on Feature Importances or Dependencies
Ribeiro, Marco Tulio, Sameer Singh, and Carlos Guestrin. "" Why should I trust you?" Explaining the predictions of any classifier."
Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining. 2016.
PTt = tth topic/phrase extracted from free form input text
KSc = cth concept in a knowledge source ( graph, base, ontology, and/or lexicon
Mapping
Definition:
Shallow Infusion
35
Shallow Infusion of knowledge source to improve the semantic and conceptual processing of data before passing into machine learning model
Benefits of Shallow Infusion:
K-iL Types
36
Shallow Infusion
Semi- Deep Infusion
Multi Hop
Domain Specific
Low Resource
Symbolic Knowledge
KiL: Semi-deep Infusion
37
Deeper and congruent incorporation or integration of the knowledge sources in the learning techniques.
Benefits of Semi-Deep Infusion:
38
Machine Learning Model
39
40
Prior and posterior distributions can be modeled using
Or get by optimization (Variational-Inference)
Shallow Infusion
Applications
41
3
Suicide Risk Assessment with Perceived Risk Loss -
WWW 2019 + PLoS One 2021
42
3a
Domain Specific
Low Resource
43
Problem Domain: Suicide Risk Assessment
Given a sequence of posts made by a user with suicidal tendencies, how can we better predict the suicide risk with explainability?
In summary, prior works:
Use of classification labels for Suicide Risk Assessment: No Risk, Low Risk, Medium Risk, High Risk
44
C-SSRS
Clinical Guideline to identify the Severity level of Suicide Risk
Adapting C-SSRS to Social Media
45
Challenge: We have but the data isn’t generated using
SW
SSH
SLH
BPD
DPR
ADD
SCZ
BPR
ANX
Querying these subreddits
SW
SSH
SLH
BPD
DPR
ADD
SCZ
BPR
ANX
1.0
0.66
0.40
0.40
0.44
0.39
0.30
0.34
Index of tokens relevant to Suicide in SuicideWatch
46
Identifying MH disorder with suicide risk
Contextualization
Outcome of Mapping the Reddit
47
Always time for you to write your happy ending .... doesnt need to be spelled out with alcohol and Xanax.... keep an open mind | Supportive |
Ive never really had a regular sleep schedule....no energy to hold a conversation....no focus on study....barely eat and sleep....fluffy puppy dog face | Indicator |
Sometimes I literally cant bear to move....my depression....since I was 14....suffering rest of my life....only Death is reserved for me. | Ideation |
Driving a sharp thing over my nerve. Extreme depression and loneliness.... worthless excuse for a life....used everything from wiring to knife blades | Behavior |
I am going to off myself today...loaded gun to my head..determined....huge disappointment....screwed family life....breaks my heart everyday. | Attempt |
A glimpse of the Dataset
+2800 Downloads
Link: https://zenodo.org/record/2667859#.YKXODx0pATs
Reliability Assessment with 4 Clinicians = 78%
→ 22% disagreement
48
prediction
actual
Annotator disagreement
Group of Annotators
Perceived Risk Loss
Calculated as the ratio of agreement of prediction with any of the annotators over the total number of annotators.
In cases when the r′ disagrees with all the annotators in G, the risk reducing factor is set to 1
Risk Reducing Factor
49
5-Labels: Supportive, Suicide Indication, Suicide Ideation, Suicide Behavior, Suicide Attempt
(3+1)-Labels: {Supportive, Suicide Indication}, Suicide Ideation, Suicide Behavior, Suicide Attempt
Safe Users/Negative Users
Perceived Risk Measure
50
Time-Variant LSTM+CNN and Time-Invariant CNN
Highway Network
51
Tvar. LSTM+CNN
Tinv. CNN
Explainable Evaluation: Behavior
Explainable Evaluation: Behavior
Knowledge-infused Contrastive Clustering of Support Seekers and Support Providers
IEEE ICHI 2021
54
3b
Domain Specific
Low Resource
55
Married with a supportive husband but my serious health issues including depression and PTSD has made me feel as if I am losing everything.
COVID-19 has increased the severity.
Actively seeing a psychologist but still see unstability in life.
I don’t feel like I will survive this. Any piece of advice would save me and my family.
Tough position and i can kind of relate. I don’t think your marriage is dying.
My advice would be to meditate, prioritize, and act patiently.
You have to keep positive, explore news things with family and capture positive influence on mood.
My MDD is affecting my married life.
I am an outdoor enthusiast and so is my husband.
But my health concerns keep pulling him down.
Making both of us miserable. I wanted him to let me go.
Supportive
SP
Similar SP
SS User
TASK
56
Big concept
57
Event-Specific Filtering
Business Closure
School Closure
Lockdown
Shelter-in-place
Hospitalization
Domain-Specific
Filtering
Anxiety
Depression
First Person Pronouns
Subordinate Conjunction
Max Height
Max Verb Phrase Length
Syntactic Features
Sentiment and Emotions
Focus Future
Cognitive Features
Biological Features
Psycholinguistic
Gaur 2018, Gkotsis 2017
Linguistic Inquiry and Word Count http://liwc.wpengine.com/
Knowledge on COVID-19 Events, Mental Health and its language, Psycholinguistics
Gaur et al. ICHI 2021
PLoS 2021
WWW 2019
58
Simulation Study: Proof of Concept (better than random assignment)
Probabilistic Greedy: Choosing the SP with highest rating across conversations among Support Seekers (SS) and Support Providers (SP), where each SS rates the SP response during the conversation.
Knowledge-infusion (Features): Features about SP-SS matches in the ideal scenario. For example: Support Provider (SP) having a similar mental health issue to the Support Seeker (SS)
Knowledge-infusion (User Perspectives): Choice of SS user among SPs based on mental health preferences. For example, a Support Seeker (SS), having an issue with a particular type of addiction.
59
Methods | Ratings Stability | #Idle SPs | Time to Good Match |
Random | -41.09 | 99.5% | >20 |
Probabilistic Greedy | -26.03 | 99.5% | >20 |
Knowledge Infusion (Features) | -9.00 | 18.5% | 2/20 |
Knowledge Infusion (User Perspectives) | -9.49 | 23.5% | 2/20 |
60
Interest
We are interested in Matching Support Seekers with Support Providers
Approach: Convolutional Siamese Network Model with contrastive loss
61
Content
F1-Score
Content+
Content+ Psycholinguistic+
Content+ Psycholinguistic+
COVID-19-Event+
Outcomes influenced by Contextual Features
62
Matching SS having Anxiety with 3 Support providers having experience in helping people with Anxiety
63
8.16/10 agreement with Subject Matter Expert
Avg. 6 out of 8 recommendation picked
Trust-based Recommender System for Patient-Clinician Matchmaking
IEEE DSAA 2018 + IEEE ICHI 2018
64
3c
Domain Specific
Low Resource
Multi Hop
Symbolic Knowledge
72 Million Patients Data
ICD-10 Knowledge
65
Task: If the dataset is made with labels, , for the purpose of explainability
[Gaur et al. In WWW 2019 and In PLoS One 2021]
66
Task: Can we better match Patients with Primary Care Physicians using Trust and knowledge on Disease Severity
67
👍
👍
68
👍
X
X
X
X
X
X
X
X
Diagnosis
Severity
Causes
Hyperbolic Poincare Embedding
69
Benefit:
We were able to recommend over
80% of patients
with relevant primary care doctors
compared to just
37% using the heuristic baseline
or
69% using CF without the trust
With Trust and ICD-10
Han et al., In IEEE DSAA 2018 and IEEE ICHI 2018
Semi-Deep Infusion
Applications
70
4
“Let Me Tell You About Your Mental Health” Semantic Encoding And Decoding using DSM-5 for disorder prediction
ACM CIKM 2018
71
4a
Domain Specific
Low Resource
Multi Hop
Symbolic Knowledge
13 Million Reddit Posts and Comments
Subreddit names as Labels (Weak)
Not Domain-specific Labels
DSM-5 as Knowledge
72
Really struggling with my bisexuality which is causing chaos in my relationship with a girl. Being a fan of LGBTQ community, I am equal to worthless for her. I’m now starting to get drunk because I can’t cope with the obsessive, intrusive thoughts, and need to get it out of my head.
Is mental health related ? Yes: 0.71 , No: 0.29
Which Mental Health condition?
Predicted: Depression (False)
True: Obsessive Compulsive Disorder
Reasoning over Model:
Why model predicted Depression?
Unknown
73
Really struggling with my bisexuality which is causing chaos in my relationship with a girl. Being a fan of LGBTQ community, I am equal to worthless for her. I’m now starting to get drunk because I can’t cope with the obsessive intrusive thoughts, and need to get it out of my head.
Is mental health related ? Yes: 0.82 , No: 0.18
Which Mental Health condition?
Predicted: Obsessive Compulsive Disorder(True)
True: Obsessive Compulsive Disorder
DSM-5 Knowledge Graph
DSM-5 and Post Correlation Matrix
Reasoning over Model:
Why model predicted Obsessive Compulsive Disorder ? known
Interpretable learning
D εRN
P εRN
W
f(W)
74
12808 Words
300 dimension embedding
300 dimension embedding
R
Reddit Word Embedding Model
DSM-5 -DAO Lexicon
W
Solvable Sylvester Equation
75
Really struggling with my bisexuality which is causing chaos in my relationship with a girl. I am equal to worthless for her. I’m now starting to get drunk because I can’t cope with the obsessive, intrusive thoughts, and need to get out of my head.
288291000119102: High risk bisexual behavior
365949003: Health-related behavior finding
365949003: Health-related behavior finding
307077003: Feeling hopeless
365107007: level of mood
225445003: Intrusive thoughts
55956009: Disturbance in content of thought
26628009: Disturbance in thinking
1376001: Obsessive compulsive personality disorder
Multi-hop traversal on Medical knowledge graphs
<is symptom>
Achieving Explainability through Medical Entity Normalization :
Replacing Entities in the post with Concepts in the Medical Knowledge Graph through Semantic Annotation
76
Really struggling with my [health-related behavior] which is causing [health-related behavior] with a girl. Being a fan of [XXX] community, I am equal to [level of mood] for her. I’m now starting to [drinking] because I can’t cope with the [obsessive compulsive personality disorder] [disturbance in thinking], and [disturbance in thinking].
Is mental health related ? Yes: 0.96 , No: 0.04
Which Mental Health condition?
Predicted: Obsessive Compulsive Disorder(True)
True: Obsessive Compulsive Disorder
DSM-5 Knowledge Graph
DSM-5 and Post Correlation Matrix
Reasoning over Model:
Why model predicted Obsessive Compulsive Disorder ? known
Interpretable and Explainable Learning
D εRN
P εRN
W
f(W)
77
Domain-specific Knowledge lowers False Alarm Rates.
Abstractive Summarization using Integer Linear Programming and Knowledge-based Constraints
JMIR Mental Health 2021
78
4b
Domain Specific
Low Resource
Symbolic Knowledge
185 Patients Interviews
57 Sentences per Interview
PHQ-9 Lexicon
No labeled Reference Summaries
79
Question:
How come DL Summarizer records that Patient has been diagnosed with PTSD, when scripts says otherwise?
Q1: Do you feel restless in sleep?
A1: Two-three times a week
Q2: Do you wake early? How often does it happen?
A2: Too early, happens two times a week.
Q3: Do you persistently feel sad?
A3: Yes. A sense of loneliness
Q4: How often you stay alone?
A4: I am divorced.
Q5: Have you been diagnosed with PTSD?
A5: No
Q6: Have you seen an MHP for your anxiety disorder?
A6: hmm recently.
Participant was asked do they feel restless in sleep, then participant said hmm,two three times week
Participant was asked, do they persistently feel sad, participant said divorce loneliness
Participant was asked, have they been diagnosed with PTSD, participant said hmm recently.
Diagnostic Interview Summaries
This happens because
PTSD is a special case of Anxiety with overlaps in symptoms.
TASK
80
81
KS: Knowledge Source (PHQ-9 Lexicon)
V : Vocabulary of tokens
Ci : concept in KS
E: V X V
W: ConceptNet NumberBatch Embedding
(Speer 2017)
82
Results
FRE: Flesch Reading Scale
JSD: Jensen Shannon Divergence
83
Outcomes
Summary using AS |
Participant was asked: what do they do when they are annoying until they stop Participant said: that they stop talking Participant was asked: when was the last time they felt really happy Participant said: a year while ago Participant was asked: How long ago were they diagnosed depression Participant said: they are still depressed. |
Summary using KiAS |
Participant was asked: What do you do when they are annoying Participant said: She stop talking Participant was asked: can you explain with example Participant said: Yeah Participant was asked: When was the last time they felt happy Participant said: awhile ago Participant was asked: what got them to seek help Participant said: they are still depressed Participant was asked: Tell me more about that Participant said: yeah Participant was asked: do they feel like therapy useful Participant said: oh yeah definitely Participant was asked: how long ago were they diagnosed depression Participant said: a year ago |
Unsupervised Detection of Subevent in Large Scale Disasters
AAAI 2020
84
4c
Domain Specific
Low Resource
Symbolic Knowledge
Multi Hop
10 Million Unlabeled Tweets
~4000 Labeled Tweets
Empathi Ontology
85
Problem Statement
Challenge :
86
Methodology
87
Empathi Ontology
https://shekarpour.github.io/empathi.io/
88
Empath+Noun/Verb (NV) +Phrases
DEPSUB
Empath+NV+Phrases + Re-Ranked
Hurricane Harvey
| DEPSUB | Empathi+NV+ Phrases |
Number of Candidate Sub-events | 769,670 | 796,792 |
Number of Relevant Sub-events after Ranking | -- | 30,309 |
89
Empath+NV+Phrases
DEPSUB
Empath+NV+Phrases + Re-ranked
| DEPSUB | Empathi+NV+ Phrases |
Number of Candidate Sub-events | 577, 914 | 614, 894 |
Number of Relevant Sub-events after Ranking | -- | 55,571 |
Nepal Earthquake
90
Hurricane Harvey
Nepal Earthquake
Output Examples from Hurricane Harvey and Nepal Earthquake
DEPSUB: Dependency Parsing-based Sub-event Extraction
Ranking Function: Szymkiewicz-Simpson
Our Approach: Phrase Extraction
Ranking Function: Least Common Subsumer + Cosine Similarity
Empathi+NV+Phrase Filtered
Empathi+NV+Phrase Filtered
91
Mechanical Turk Evaluation Labels from Empathi
Label 1 | Emergency Response (e.g. search and rescue, volunteering, donation) |
Label 2 | Property Damage |
Label 3 | Public Health (e.g. contaminated water, epilepsy symptoms) |
Label 4 | Affected Individuals (e.g. missing, found, trapped ) |
Label 5 | Security and Public Safety (e.g. violence, theft ) |
Label 6 | Infrastructure and Utility (e.g. electricity, road blocked) |
Label 7 | Politics or entertainment |
92
Treatment A | 100 collections of randomly sampled tweets (5 tweets in each collection) from 4.6 Million tweets in the Harvey dataset |
Treatment B | 100 collections of tweets (5 tweets in each collection) that belong to the same sub-event cluster using the proposed methodology |
Mechanical Turk Evaluation: Methods and Results
Table showing results from human annotators
Resources
93
5
Dataset 1: Predicting the Severity Class of Suicide on Reddit
94
User | Post | Class |
1 | ['Its not a viable option, and youll be leaving your wife behind. Youd Pain her beyond comprehension.It sucks worrying about money, I know that first hand. It can definitely feel hopeless, as you seem to be Tired aware of. Your wife might need to chip in financially. I know time is an issue, but even 10-15 hours a Asthenia could alleviate a lot of the pressure. In the meantime, get your shit together - write that resume tomorrow. No excuses, get it done and send it out. Whether you believe in some sort of powerful being or force governing things or not, things really do work themselves out. This is a big test for you, and youll pull through. Just try to stay as positive as you can and everything will work out.'] | Supportive |
2 | ['Hi NEM3030. What sorts of things do you enjoy doing?', 'Personally, I always welcome music suggestions with open arms. Nothing like losing yourself in music, escaping for even just a few moments.', 'I am only a bit older than you, and oh, its maybe not useful, or comforting, but you have my support. Rarely is a day where I dont suffer from thoughts of self-harm... I hope your days get steadily better. I really do. Best of luck to you.Edit: Hobbies. That really keeps me going. I hope improving a skill will make things brighter for you too. ', 'I too, am a lady, and I agree with Ray_adverb12s advice 100%. I feel the exact same as you, only I am a female. :(', 'My little brother possibly killed himself and let me tell you, its been months and I havent gone a day without sobbing and considering suicide and feeling like my ribs were splitting apart. Please /u/Holy_Panda, dont end your life, or your brother may Tired well end his. He will never, ever get over it. Grief will color his world grey for the rest of his life. ', 'You are such a brave person for going through all this... Stay strong. <3'] | Ideation |
Baseline 1 | Precision / Recall |
LSTM (Ideation) | 0.83 / 0.65 |
LSTM (Behavior) | 0.78 / 0.23 |
LSTM (Attempt) | 1.0 / 0.41 |
LSTM (Supportive) | 0.64 / 1.0 |
Baseline 2 | Precision / Recall |
CNN (Ideation) | 0.74 / 0.64 |
CNN (Behavior) | 0.39 / 0.66 |
CNN (Attempt) | 1.0 / 0.57 |
CNN (Supportive) | 0.52 / 1.0 |
Groupwise Annotator Agreement: 0.76
Pairwise Annotator Agreement : 0.88
95
TwADR and AskaPatient
Lexicon
https://zenodo.org/record/55013#.XsYEH8YpBQI
Ref: Limsopatham, Nut, and Nigel Collier. "Normalising medical concepts in social media texts by learning semantic representation." Association for Computational Linguistics, 2016.
Suicide-Risk Severity Lexicon
Ref: Gaur, Manas, Amanuel Alambo, Joy Prakash Sain, Ugur Kurşuncu, Krishnaprasad Thirunarayan, Ramakanth Kavuluru, Amit Sheth, Randy Welton, and Jyotishman Pathak. "Knowledge-aware assessment of severity of suicide risk for early intervention." In The World Wide Web Conference, 2019.
DSM-5 and Drug Abuse Ontology
Lexicon
Ref: Gaur, Manas, Ugur Kurşuncu, Amanuel Alambo, Amit Sheth, Raminta Daniulaityte, Krishnaprasad Thirunarayan, and Jyotishman Pathak. "" Let Me Tell You About Your Mental Health!" Contextualized Classification of Reddit Posts to DSM-5 for Web-based Intervention." In Proceedings of the 27th ACM International Conference on Information and Knowledge Management, 2018.
Suicide Risk Severity Dataset (Reddit)
https://zenodo.org/record/2667859#.XsYH7MYpBQI
Ref: Gaur, Manas, Amanuel Alambo, Joy Prakash Sain, Ugur Kurşuncu, Krishnaprasad Thirunarayan, Ramakanth Kavuluru, Amit Sheth, Randy Welton, and Jyotishman Pathak. "Knowledge-aware assessment of severity of suicide risk for early intervention." In The World Wide Web Conference, 2019.
96
96
Input (Tweets, Emoji) | Output (<Depression, Anxiety, Addiction>) |
My life is absolute worse 😊 #corona, 😊 | <1.0 ,0.0, 0.0> |
Fair point re: limitations of testing (especially now that we have ☢️ community spread). With a Sensitivity of ~70% in most studies using nasopharyngeal swabs (inc JAMA 3/11/20 Wang)... how much can we really do with a ⛔️??, ⛔, ☢️ | <0.0 ,1.0, 0.0> |
In Italy, more than 8,100 people have died from the coronavirus 😣😩— more than China and Spain combined 🤯. “Usually we honor the dead," said a funeral director in Bergamo, the bleak heart of the outbreak. "Now it’s like a war, and we collect the victims.” https://t.co/Q3DIjiqbVv, 🤯, 😣,😩 | <1.0 ,1.0, 0.0> |
(When my job tests me for the CoronaVirus and I test positive for marijuana🌿 🚬😏https://t.co/CJsJyxWrr1, 🌿,🚬,😏 | <0.0 ,0.0, 1.0> |
Task: On 50,000 tweets, develop a multi-label predictor for mental health conditions : Depression, Anxiety, and Addiction.
The labeled dataset is created partially through annotation and self-declaration from twitter users.
Link to the dataset: http://bit.ly/covid_text_emoji
8 Million COVID Tweet Dataset (from which random selection was made) = http://bit.ly/8M_covid
Resources:
Dataset 2b: Rank Tweets with Emoji and Mental Health Condition
97
Input (Emoji, Sentiment) | Output (Ranked Tweet:Score) |
( 😊, negative) | My life is absolute worse 😊 #corona :1.0, Honestly 2020 just keeps reaffirming my decision to get my tubes tied 😊 : 0.93 |
(😩, positive) | y vid really spreadin' faster than the virus itself. 🤣🤣 Hopefully this cures it so we can get back to schedulin' program 😩😤 : 1.0, is it the coronavirus that’s taking over my lungs or are you just that breathtaking” NIGGAS HAVE NO GAME BRO😩🤣 : 0.98 |
(🤯, negative) | In Italy, more than 8,100 people have died from the coronavirus 😣— more than China and Spain combined 🤯. “Usually we honor the dead," said a funeral director in Bergamo, the bleak heart of the outbreak. "Now it’s like a war, and we collect the victims.” :0.99, Fair point re: limitations of testing (especially now that we have 🤯 community spread). With a Sensitivity of ~70% in most studies using nasopharyngeal swabs (inc JAMA 3/11/20 Wang)... how much can we really do with a ⛔️ ?? :0.97 |
98
Lorem ipsum dolor sit amet at nec at adipiscing
03
Lorem ipsum dolor sit amet at nec at adipiscing
02
Lorem ipsum dolor sit amet at nec at adipiscing
01
03
02
01
TWADR :
Twitter Adverse Drug Reaction Lexicon
AskaPatient
Lexicon
I2b2 Suicide Notes
04
Suicide Risk Severity Lexicon
Resources
99
Fast Querying of SNOMED-CT, MedDRA, ICD-10
API: https://drive.google.com/file/d/1PPashsy7B32tCDqimKPTsq0UoGo0JnLU/view?usp=sharing
Instruction Manual: https://drive.google.com/file/d/1LAVos4hjO5p_Y8JRfwO2c2x3BtJcglKj/view?usp=sharing
Other Ways to use Knowledge Sources in AI System
100
Other Ways to use Knowledge Sources in AI Systems
101
Future Research Directions
102
6
KiL-Explainability as the ability of the framework to compute the difference between learned concepts and actual concepts (conceptual information loss)
103
KiL-interpretability as the ability of the framework to proportionately propagate the conceptual information loss among the hidden layers by modulating the hidden representation with/without backpropagation.
104
Knowledge Graph-based Interpretable Learning
+
Knowledge Graph-based Explainable Learning
=
Knowledge-infused Learning
105
Challenges Addressed
106
Challenges Addressed
107
References
108
References
109
References
110
References
111
References
112
THANKS!!
Open to Questions?
113
Things that kept me going!!
114