SlideShare a Scribd company logo
EMBL- EBI
Wellcome Trust Genome
Campus
Hinxton
Cambridge
CB10 1SD
UK
T +44 (0) 1223 494 444
F +44 (0) 1223 494 468
http://www.ebi.ac.uk
Acknowledgements
We would like to thank EMBL-EBI, the Leverhulme Trust and the Swiss National Science Foundation for funding our work. We would also like to thank
Dr Ian Lewin and Dr Cristina Soriano for their feedback.
Jee-Hyub Kim Maria Liakata
jhkim@ebi.ac.uk liakata@ebi.ac.uk
Shyamasree Saha Janna Hastings
saha@ebi.ac.uk hastings@ebi.ac.uk
Three hybrid classifiers for the detection of emotions in suicide notes
Jee-Hyub Kima,b
, Maria Liakataa,b,c
, Shyamasree Sahab
, Janna Hastingsb,d
and Dietrich Rebholz-Schuhmannb
Introduction
Suicides increasingly present a major concern in today's society. We describe
our system for the recognition of emotions in suicide notes. Motivated by the
sparse and imbalanced data as well as the complex annotation scheme, we
have considered three hybrid approaches for distinguishing between the
different categories. Each of the three approaches combines machine learning
with manually derived rules, where the latter target very sparse emotion
categories. The first approach considers the task as single label multi-class
classification, where an SVM and a CRF classifier are trained to recognise
fifteen different categories and their results are combined. Our second
approach trains individual binary classifiers (SVM and CRF) for each of the
fifteen sentence categories and returns the union of the classifiers as the final
result. Finally, our third approach is a combination of binary and multi-class
classifiers (SVM and CRF) trained on different subsets of the training data.
We considered a number of different feature configurations. All three systems
were tested on 300 unseen messages. Our second system had the best
performance of the three,yielding an F1 score of 45.6% and a Precision of
60.1% whereas the best Recall (43.6%) was obtained using the third system.
System 1: Multi-class single label
We followed three hybrid approaches combining supervised machine learning
with manually created rules to cater for sparse categories.
Features: Lexical (DATE, ADDRESS, NAME, unigrams, bigrams, trigrams),
Grammatical (POS, verb, verb tense and voice, subjects, objects and
grammatical triples)1
,Negation2
in sentence, sentence length and position.
Multi-class annotation:Single label. Independent LibSVM3
and CRFSuite4
models trained, final assignment according to confidence score.
Union of binary classifiers: Multi-label. Trained individual binary classifiers for
each of the fifteen categories present in the training data, for both LibSVM and
CRFSuite and took the union of the classifiers. Best performance.
Hybrid binary classifiers: Multi-label. Trained binary emotion/non-emotion on
all the data, individual binary classifiers for emotions on just emotion data, multi-
class on non-emotion data. Assignment of instance according to weighted voting
of classifiers. Best recall but many false positives.
System 2: Union of binary
classifiers, multi-label
System 3: Combination of binary and
multiclass classifiers, multi-label
We used 48 manual rules for the 8 sparsest categories, developed in Perl
regular expressions. These rules only applied to sentences for which automatic
classifiers gave no prediction. Thus, the choice of feature affects both classifier
performance and the results we get from rules.
Rules were proposed by manual inspection of the relevant annotated sentences
from the training data as well as through the examination of synonym sets from
WordNet-Affect5
. Rules were validated against the corpus as a whole, and those
which retrieved too many false positives were discarded. Only one rule is
allowed to fire. Regular expressions are ordered from most specific to most
general and from most frequent categories to least frequent.
Example: $SORRY = "(sorry|miserable|lonely|sad|tired|alone|weary)"
i* .{0,10}be .{0,10}$SORRY" => 'sorrow'
Methods and Features
Manual Rules
Results on training data
Discussion and Conclusion
References
ba Authors contributed equally
d Swiss Center for Affective
Sciences, University of Geneva,
Switzerland
c Department of Computer
Science, Aberystwyth University
1
Curran James, Clark Stephen and Bos Johan. Linguistically motivated large-scale nlp with c&c and boxer. In
Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics Companion Volume
Proceedings of the Demo and Poster Sessions, pages 33–36, Prague, Czech Republic, June 2007
2
Morante Roser, Van Asch Vincent and Daelemans Walter. Memory-based resolution of in-sentence scopes of
hedge cues. In Proceedings of the Fourteenth Conference on Computational Natural Language Learning —
Shared Task, CoNLL ’10: Shared Task, pages 40–47, Stroudsburg, PA, USA, 2010..
3
www.csie.ntu.edu.tw/cjlin/libsvm
4
www.chokkan.org/software/crfsuite
5
Valitutti Ro.Wordnet-affect: an affective extension of wordnet. In Proceedings of the 4th International Conference
on Language Resources and Evaluation, pages 1083–1086, 2004.
6
Pestian John, Nasrallah Henry, Matykiewicz Pawel, Bennett Aurora and Leenaars Antoon. Suicide note classification
using natural language processing: A content analysis. Biomed Inform Insights, 2010:19–28, 2010.

Annotation categories are mixed and the distribution of data imbalanced. Some categories
are very sparse. There is a need to distinguish between emotions and non-emotions.

Emotion language is highly heterogeneous and overlapping across categories

A combination of manual rules and machine learning classifiers were required for the task of
emotion recognition.

We obtained a highest precision of 60.1%, recall of 43.6% highest F1 of 45.6% on the test
data. A union of binary classifiers performed best.

At the moment the manual rules drop overall performance while increasing recall for sparse
categories. Further fine tuning is required to improve this result.

Future work will involve more sophisticated ways of combining classifiers using stacking.

We believe a core problem of suicide prevention could be substantially reduced to that of
detecting hopelessness, as the most significant predictive emotion category.
Multi-Class Classifier
Pre-
processing
Feature
extractor
Sentences
Multi-Class
LibSVM
Classifier
If labeled
Rule-Based
Classifier
Labeled
Sentences
Multi-Class
CRFSuite
Classifier
Voting
A set of Binary Classifiers
Binary CRFSuite
Classifier on
emotion 2
Binary CRFSuite
Classifier on
emotion n
Binary CRFSuite
Classifier on
emotion 1
Union
Binary LibSVM
Classifier on
emotion 2
Binary LibSVM
Classifier on
emotion n
Binary LibSVM
Classifier on
emotion 1
… …
Binary LibSVM
Classifier on
emotion/non-e
Multi-Class LibSVM
Classifier on non
emotions
If
emotion
Binary LibSVM
Classifier on
emotion m
Binary LibSVM
Classifier on
emotion 2
Binary LibSVM
Classifier on
emotion 1
Weighted Voting
…
Binary CRFSuit
Classifier on
emotion m
…
Binary CRFSuit
Classifier on
emotion 2
Binary CRFSuit
Classifier on
emotion 1
Training
Feature SVM CRF SVM + CRF SVM + CRF +
Rules
All 0.3957 0.4347 0.4415 0.438
Multi Class Ngram 0.3606 0.4416 0.4437 0.44
No-Neg 0.3665 0.4332 0.4349 0.4318
All 0.464 0.461
Binary All Ngram 0.46 0.457
No-Neg 0.46 0.457
All 0.39 0.389
Hybrid Binary Ngram 0.384 0.384
No-Neg 0.3875 0.3865
All
P/ R/ F
Ngram
P/ R/ F
Unigram
P/ R/ F
GR
P/ R/ F
Subject
P/ R/ F
Verb
P/ R/ F
Negation
P/ R/ F
instructions 0.63/0.53/0.58 0.64/0.55/0.60 0.58/0.57/0.57 0.5/0.16/0.24 0.56/0.12/0.19 0.5/0.14/0.22 0/0/0
Hopelessness 0.55/0.37/0.44 0.51/0.37/0.43 0.45/0.43/0.44 0.29/0.1/0.15 0.45/0.07/0.13 0.28/0.05/0.08 0/0/0
Love 0.65/0.53/0.58 0.63/0.52/0.57 0.57/0.57/0.57 0.45/0.17/0.25 0.17/0/0.01 0.48/0.03/0.06 0/0/0
Information 0.53/0.29/0.37 0.46/0.26/0.33 0.35/0.3/0.32 0.44/0.09/0.15 0.37/0.05/0.09 0.27/0.03/0.06 0/0/0
Guilt 0.47/0.24/0.32 0.41/0.26/0.31 0.28/0.29/0.28 0.09/0.04/0.06 0.25/0.02/0.04 0.15/0.04/0.06 0/0/0
Blame 0.32/0.06/0.1 0.25/0.07/0.11 0.15/0.12/0.13 0.11/0.02/0.03 0/0/0 0.13/0.02/0.03 0/0/0
Thankfulness 0.75/0.46/0.57 0.71/0.47/0.57 0.59/0.46/0.52 0.21/0.06/0.1 0.36/0.09/0.14 0.24/0.09/0.13 0/0/0
Anger 0/0/0 0/0/0 0.03/0.02/0.02 0/0/0 0.2/0.03/0.05 0/0/0 0/0/0
Sorrow 0/0/0 0/0/0 0.06/0.06/0.06 0/0/0 0/0/0 0/0/0 0/0/0
Hopefulness 0/0/0 0/0/0 0.07/0.05/0.05 0/0/0 0/0/0 0/0/0 0/0/0
Happiness 0/0/0 0/0/0 0.09/0.04/0.06 0/0/0 0/0/0 0/0/0 0/0/0
Fear 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0.1/0.09/0.09 0/0/0
Pride 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0
Abuse 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0
Forgiveness 0/0/0 1/0.17/0.29 0.5/0.17/0.25 0/0/0 0/0/0 0/0/0 0/0/0
Overall 0.60/0.38/0.46 0.57/0.39/0.46 0.45/0.42/0.44 0.34/0.11/0.16 0.42/0.06/0.11 0/0/0
All
P/ R/ F
Ngram
P/ R/ F
Unigram
P/ R/ F
GR
P/ R/ F
Subject
P/ R/ F
Verb
P/ R/ F
Negation
P/ R/ F
Rules Only
P/ R/ F
instructions 0.63/0.53/0.58 0.64/0.55/0.60 0.58/0.57/0.57 0.5/0.16/0.24 0.56/0.12/0.19 0.5/0.14/0.22 0/0/0 0/0/0
Hopelessness 0.55/0.37/0.44 0.51/0.37/0.43 0.45/0.43/0.44 0.29/0.1/0.15 0.45/0.07/0.13 0.28/0.05/0.08 0/0/0 0/0/0
Love 0.65/0.53/0.58 0.63/0.52/0.57 0.57/0.57/0.57 0.45/0.17/0.25 0.17/0/0.01 0.48/0.03/0.06 0/0/0 0/0/0
Information 0.53/0.29/0.37 0.46/0.26/0.33 0.35/0.3/0.32 0.44/0.09/0.15 0.37/0.05/0.09 0.27/0.03/0.06 0/0/0 0/0/0
Guilt 0.47/0.24/0.32 0.41/0.26/0.31 0.28/0.29/0.28 0.09/0.04/0.06 0.25/0.02/0.04 0.15/0.04/0.06 0/0/0 0/0/0
Blame 0.32/0.06/0.1 0.25/0.07/0.11 0.15/0.12/0.13 0.11/0.02/0.03 0/0/0 0.13/0.02/0.03 0/0/0 0/0/0
Thankfulness 0.75/0.46/0.57 0.71/0.47/0.57 0.59/0.46/0.52 0.21/0.06/0.1 0.36/0.09/0.14 0.24/0.09/0.13 0/0/0 0/0/0
Anger 0.17/0.03/0.05 0.13/0.03/0.05 0.07/0.05/0.06 0.06/0.03/0.04 0.21/0.08/0.11 0.08/0.03/0.04 0.07/0.05/0.06 0.19/0.05/0.08
Sorrow 0.14/0.14/0.14 0.12/0.14/0.13 0.09/0.16/0.12 0.2/0.24/0.22 0.17/0.27/0.21 0.14/0.22/0.18 0.18/0.29/0.22 0.18/0.29/0.22
Hopefulness 0.13/0.07/0.09 0.13/0.07/0.09 0.09/0.09/0.09 0.09/0.07/0.08 0.11/0.09/0.1 0.14/0.11/0.13 0.18/0.14/0.16 0.18/0.14/0.16
Happiness 0.08/0.04/0.06 0.08/0.04/0.06 0.09/0.09/0.09 0.06/0.04/0.05 0.04/0.04/0.04 0.06/0.04/0.05 0.05/0.04/0.05 0.05/0.04/0.05
Fear 0.2/0.18/0.19 0.2/0.18/0.19 0.13/0.14/0.13 0.14/0.18/0.16 0.22/0.27/0.24 0.16/0.32/0.22 0.23/0.27/0.25 0.23/0.27/0.25
Pride 0.67/0.13/0.22 1/0.2/0.33 1/0.07/0.13 0.4/0.13/0.2 0.6/0.2/0.3 0.43/0.2/0.27
1/0.2/0.33
1/0.2/0.33
Abuse 0.5/0.38/0.43 0.25/0.13/0.17 0.05/0.25/0.33 0.6/0.38/0.46 0.33/0.13/0.18 0.5/0.25/0.33 0.6/0.38/0.46 0.6/0.38/0.46
Forgiveness 0.22/0.33/0.27 0.3/0.5/0.38 0.17/0.17/0.17 0/0/0 0.15/0.33/0.21 0.1/0.17/0.13 0.25/0.5/0.33 0.25/0.5/0.33
Overall 0.57/0.39/0.46 0.54/0.4/0.46 0.44/0.42/0.43 0.32/0.12/0.17 0.35/0.08/0.13 0.3/0.08/0.13 0.18/0.02/0.03 0.20/0.02/0.03
Table1: system 2 (binary classifiers), NO manual rules
Table2: system 2 (binary classifiers with manual rules
Table3:
comparison of
all three
systems in
three different
feature
configurations

More Related Content

Similar to Three hybrid classifiers for the detection of emotions in suicide notes

Pin On Sample Sop For Masters In Engineering Ma
Pin On Sample Sop For Masters In Engineering MaPin On Sample Sop For Masters In Engineering Ma
Pin On Sample Sop For Masters In Engineering Ma
Carla Potier
 
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET-  	  Detection of Clinical Depression in Humans using Sentiment AnalysisIRJET-  	  Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET Journal
 
XAI-proposal2.pptx
XAI-proposal2.pptxXAI-proposal2.pptx
XAI-proposal2.pptx
vincenttong18
 
Signal & Image Processing : An International Journal
Signal & Image Processing : An International Journal Signal & Image Processing : An International Journal
Signal & Image Processing : An International Journal
sipij
 
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM ModelASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
sipij
 
Lecture-7 (Chi-Square test).ppt
Lecture-7 (Chi-Square test).pptLecture-7 (Chi-Square test).ppt
Lecture-7 (Chi-Square test).ppt
habtamu biazin
 
SPEECH EMOTION RECOGNITION SYSTEM USING RNN
SPEECH EMOTION RECOGNITION SYSTEM USING RNNSPEECH EMOTION RECOGNITION SYSTEM USING RNN
SPEECH EMOTION RECOGNITION SYSTEM USING RNN
IRJET Journal
 
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODELASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
sipij
 
ASERS-CNN: Arabic Speech Emotion Recognition System based on CNN Model
ASERS-CNN: Arabic Speech Emotion Recognition System based on CNN ModelASERS-CNN: Arabic Speech Emotion Recognition System based on CNN Model
ASERS-CNN: Arabic Speech Emotion Recognition System based on CNN Model
sipij
 
Signal & Image Processing : An International Journal
Signal & Image Processing : An International JournalSignal & Image Processing : An International Journal
Signal & Image Processing : An International Journal
sipij
 
Grade DetailsGradeNAGradebook CommentsNoneAssignment De.docx
Grade DetailsGradeNAGradebook CommentsNoneAssignment De.docxGrade DetailsGradeNAGradebook CommentsNoneAssignment De.docx
Grade DetailsGradeNAGradebook CommentsNoneAssignment De.docx
whittemorelucilla
 
Understanding and estimation of
Understanding and estimation ofUnderstanding and estimation of
Understanding and estimation of
ijnlc
 
soft computing BTU MCA 3rd SEM unit 1 .pptx
soft computing BTU MCA 3rd SEM unit 1 .pptxsoft computing BTU MCA 3rd SEM unit 1 .pptx
soft computing BTU MCA 3rd SEM unit 1 .pptx
naveen356604
 
BIO 240 Enhance teaching - tutorialrank.com
BIO 240  Enhance teaching - tutorialrank.comBIO 240  Enhance teaching - tutorialrank.com
BIO 240 Enhance teaching - tutorialrank.com
LeoTolstoy24
 
Emotions under Discussion: Gender, Status and Communication in Wikipedia
Emotions under Discussion: Gender, Status and Communication in WikipediaEmotions under Discussion: Gender, Status and Communication in Wikipedia
Emotions under Discussion: Gender, Status and Communication in Wikipedia
David Laniado
 
A SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUES
A SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUESA SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUES
A SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUES
Journal For Research
 
BIO 240 Inspiring Innovation/tutorialrank.com
 BIO 240 Inspiring Innovation/tutorialrank.com BIO 240 Inspiring Innovation/tutorialrank.com
BIO 240 Inspiring Innovation/tutorialrank.com
jonhson122
 
Laboratory exercises for sensory evaluation
Laboratory exercises for sensory evaluationLaboratory exercises for sensory evaluation
Laboratory exercises for sensory evaluation
Springer
 
1 way ANOVA(Analysis Of VAriance)
1 way ANOVA(Analysis Of VAriance)1 way ANOVA(Analysis Of VAriance)
1 way ANOVA(Analysis Of VAriance)
musadoto
 
Anti-Racism Training: Exploring Systemic Racism with Systems Thinking
Anti-Racism Training: Exploring Systemic Racism with Systems ThinkingAnti-Racism Training: Exploring Systemic Racism with Systems Thinking
Anti-Racism Training: Exploring Systemic Racism with Systems Thinking
Toby Sinclair
 

Similar to Three hybrid classifiers for the detection of emotions in suicide notes (20)

Pin On Sample Sop For Masters In Engineering Ma
Pin On Sample Sop For Masters In Engineering MaPin On Sample Sop For Masters In Engineering Ma
Pin On Sample Sop For Masters In Engineering Ma
 
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET-  	  Detection of Clinical Depression in Humans using Sentiment AnalysisIRJET-  	  Detection of Clinical Depression in Humans using Sentiment Analysis
IRJET- Detection of Clinical Depression in Humans using Sentiment Analysis
 
XAI-proposal2.pptx
XAI-proposal2.pptxXAI-proposal2.pptx
XAI-proposal2.pptx
 
Signal & Image Processing : An International Journal
Signal & Image Processing : An International Journal Signal & Image Processing : An International Journal
Signal & Image Processing : An International Journal
 
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM ModelASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
ASERS-LSTM: Arabic Speech Emotion Recognition System Based on LSTM Model
 
Lecture-7 (Chi-Square test).ppt
Lecture-7 (Chi-Square test).pptLecture-7 (Chi-Square test).ppt
Lecture-7 (Chi-Square test).ppt
 
SPEECH EMOTION RECOGNITION SYSTEM USING RNN
SPEECH EMOTION RECOGNITION SYSTEM USING RNNSPEECH EMOTION RECOGNITION SYSTEM USING RNN
SPEECH EMOTION RECOGNITION SYSTEM USING RNN
 
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODELASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
ASERS-CNN: ARABIC SPEECH EMOTION RECOGNITION SYSTEM BASED ON CNN MODEL
 
ASERS-CNN: Arabic Speech Emotion Recognition System based on CNN Model
ASERS-CNN: Arabic Speech Emotion Recognition System based on CNN ModelASERS-CNN: Arabic Speech Emotion Recognition System based on CNN Model
ASERS-CNN: Arabic Speech Emotion Recognition System based on CNN Model
 
Signal & Image Processing : An International Journal
Signal & Image Processing : An International JournalSignal & Image Processing : An International Journal
Signal & Image Processing : An International Journal
 
Grade DetailsGradeNAGradebook CommentsNoneAssignment De.docx
Grade DetailsGradeNAGradebook CommentsNoneAssignment De.docxGrade DetailsGradeNAGradebook CommentsNoneAssignment De.docx
Grade DetailsGradeNAGradebook CommentsNoneAssignment De.docx
 
Understanding and estimation of
Understanding and estimation ofUnderstanding and estimation of
Understanding and estimation of
 
soft computing BTU MCA 3rd SEM unit 1 .pptx
soft computing BTU MCA 3rd SEM unit 1 .pptxsoft computing BTU MCA 3rd SEM unit 1 .pptx
soft computing BTU MCA 3rd SEM unit 1 .pptx
 
BIO 240 Enhance teaching - tutorialrank.com
BIO 240  Enhance teaching - tutorialrank.comBIO 240  Enhance teaching - tutorialrank.com
BIO 240 Enhance teaching - tutorialrank.com
 
Emotions under Discussion: Gender, Status and Communication in Wikipedia
Emotions under Discussion: Gender, Status and Communication in WikipediaEmotions under Discussion: Gender, Status and Communication in Wikipedia
Emotions under Discussion: Gender, Status and Communication in Wikipedia
 
A SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUES
A SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUESA SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUES
A SURVEY OF SENTIMENT CLASSSIFICTION TECHNIQUES
 
BIO 240 Inspiring Innovation/tutorialrank.com
 BIO 240 Inspiring Innovation/tutorialrank.com BIO 240 Inspiring Innovation/tutorialrank.com
BIO 240 Inspiring Innovation/tutorialrank.com
 
Laboratory exercises for sensory evaluation
Laboratory exercises for sensory evaluationLaboratory exercises for sensory evaluation
Laboratory exercises for sensory evaluation
 
1 way ANOVA(Analysis Of VAriance)
1 way ANOVA(Analysis Of VAriance)1 way ANOVA(Analysis Of VAriance)
1 way ANOVA(Analysis Of VAriance)
 
Anti-Racism Training: Exploring Systemic Racism with Systems Thinking
Anti-Racism Training: Exploring Systemic Racism with Systems ThinkingAnti-Racism Training: Exploring Systemic Racism with Systems Thinking
Anti-Racism Training: Exploring Systemic Racism with Systems Thinking
 

Recently uploaded

怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
kekzed
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
OECD Directorate for Financial and Enterprise Affairs
 
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
OECD Directorate for Financial and Enterprise Affairs
 
nationalismineurope-230420140400-1c53f60e.pptx
nationalismineurope-230420140400-1c53f60e.pptxnationalismineurope-230420140400-1c53f60e.pptx
nationalismineurope-230420140400-1c53f60e.pptx
silki0908
 
XP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to LeadershipXP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to Leadership
samililja
 
The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...
The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...
The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...
OECD Directorate for Financial and Enterprise Affairs
 
BRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdf
BRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdfBRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdf
BRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdf
Robin Haunschild
 
Using-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptxUsing-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptx
kainatfatyma9
 
Disaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other usesDisaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other uses
RIDHIMAGARG21
 
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussionArtificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...
The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...
The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...
OECD Directorate for Financial and Enterprise Affairs
 
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussionPro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
OECD Directorate for Financial and Enterprise Affairs
 
IEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdfIEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdf
Claudio Gallicchio
 
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
OECD Directorate for Financial and Enterprise Affairs
 
Proposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP IncProposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP Inc
Raheem Muhammad
 
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdfWhy Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Ben Linders
 
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
OECD Directorate for Financial and Enterprise Affairs
 
Carrer goals.pptx and their importance in real life
Carrer goals.pptx  and their importance in real lifeCarrer goals.pptx  and their importance in real life
Carrer goals.pptx and their importance in real life
artemacademy2
 
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
gpww3sf4
 
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
SkillCertProExams
 

Recently uploaded (20)

怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
怎么办理(lincoln学位证书)英国林肯大学毕业证文凭学位证书原版一模一样
 
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
 
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...Competition and Regulation in Professions and Occupations – ROBSON – June 202...
Competition and Regulation in Professions and Occupations – ROBSON – June 202...
 
nationalismineurope-230420140400-1c53f60e.pptx
nationalismineurope-230420140400-1c53f60e.pptxnationalismineurope-230420140400-1c53f60e.pptx
nationalismineurope-230420140400-1c53f60e.pptx
 
XP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to LeadershipXP 2024 presentation: A New Look to Leadership
XP 2024 presentation: A New Look to Leadership
 
The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...
The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...
The Intersection between Competition and Data Privacy – KEMP – June 2024 OECD...
 
BRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdf
BRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdfBRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdf
BRIC_2024_2024-06-06-11:30-haunschild_archival_version.pdf
 
Using-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptxUsing-Presentation-Software-to-the-Fullf.pptx
Using-Presentation-Software-to-the-Fullf.pptx
 
Disaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other usesDisaster Management project for holidays homework and other uses
Disaster Management project for holidays homework and other uses
 
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussionArtificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
Artificial Intelligence, Data and Competition – LIM – June 2024 OECD discussion
 
The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...
The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...
The Intersection between Competition and Data Privacy – OECD – June 2024 OECD...
 
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussionPro-competitive Industrial Policy – LANE – June 2024 OECD discussion
Pro-competitive Industrial Policy – LANE – June 2024 OECD discussion
 
IEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdfIEEE CIS Webinar Sustainable futures.pdf
IEEE CIS Webinar Sustainable futures.pdf
 
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
Artificial Intelligence, Data and Competition – ČORBA – June 2024 OECD discus...
 
Proposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP IncProposal: The Ark Project and The BEEP Inc
Proposal: The Ark Project and The BEEP Inc
 
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdfWhy Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
Why Psychological Safety Matters for Software Teams - ACE 2024 - Ben Linders.pdf
 
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
The Intersection between Competition and Data Privacy – COLANGELO – June 2024...
 
Carrer goals.pptx and their importance in real life
Carrer goals.pptx  and their importance in real lifeCarrer goals.pptx  and their importance in real life
Carrer goals.pptx and their importance in real life
 
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
原版制作贝德福特大学毕业证(bedfordhire毕业证)硕士文凭原版一模一样
 
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
ServiceNow CIS-ITSM Exam Dumps & Questions [2024]
 

Three hybrid classifiers for the detection of emotions in suicide notes

  • 1. EMBL- EBI Wellcome Trust Genome Campus Hinxton Cambridge CB10 1SD UK T +44 (0) 1223 494 444 F +44 (0) 1223 494 468 http://www.ebi.ac.uk Acknowledgements We would like to thank EMBL-EBI, the Leverhulme Trust and the Swiss National Science Foundation for funding our work. We would also like to thank Dr Ian Lewin and Dr Cristina Soriano for their feedback. Jee-Hyub Kim Maria Liakata jhkim@ebi.ac.uk liakata@ebi.ac.uk Shyamasree Saha Janna Hastings saha@ebi.ac.uk hastings@ebi.ac.uk Three hybrid classifiers for the detection of emotions in suicide notes Jee-Hyub Kima,b , Maria Liakataa,b,c , Shyamasree Sahab , Janna Hastingsb,d and Dietrich Rebholz-Schuhmannb Introduction Suicides increasingly present a major concern in today's society. We describe our system for the recognition of emotions in suicide notes. Motivated by the sparse and imbalanced data as well as the complex annotation scheme, we have considered three hybrid approaches for distinguishing between the different categories. Each of the three approaches combines machine learning with manually derived rules, where the latter target very sparse emotion categories. The first approach considers the task as single label multi-class classification, where an SVM and a CRF classifier are trained to recognise fifteen different categories and their results are combined. Our second approach trains individual binary classifiers (SVM and CRF) for each of the fifteen sentence categories and returns the union of the classifiers as the final result. Finally, our third approach is a combination of binary and multi-class classifiers (SVM and CRF) trained on different subsets of the training data. We considered a number of different feature configurations. All three systems were tested on 300 unseen messages. Our second system had the best performance of the three,yielding an F1 score of 45.6% and a Precision of 60.1% whereas the best Recall (43.6%) was obtained using the third system. System 1: Multi-class single label We followed three hybrid approaches combining supervised machine learning with manually created rules to cater for sparse categories. Features: Lexical (DATE, ADDRESS, NAME, unigrams, bigrams, trigrams), Grammatical (POS, verb, verb tense and voice, subjects, objects and grammatical triples)1 ,Negation2 in sentence, sentence length and position. Multi-class annotation:Single label. Independent LibSVM3 and CRFSuite4 models trained, final assignment according to confidence score. Union of binary classifiers: Multi-label. Trained individual binary classifiers for each of the fifteen categories present in the training data, for both LibSVM and CRFSuite and took the union of the classifiers. Best performance. Hybrid binary classifiers: Multi-label. Trained binary emotion/non-emotion on all the data, individual binary classifiers for emotions on just emotion data, multi- class on non-emotion data. Assignment of instance according to weighted voting of classifiers. Best recall but many false positives. System 2: Union of binary classifiers, multi-label System 3: Combination of binary and multiclass classifiers, multi-label We used 48 manual rules for the 8 sparsest categories, developed in Perl regular expressions. These rules only applied to sentences for which automatic classifiers gave no prediction. Thus, the choice of feature affects both classifier performance and the results we get from rules. Rules were proposed by manual inspection of the relevant annotated sentences from the training data as well as through the examination of synonym sets from WordNet-Affect5 . Rules were validated against the corpus as a whole, and those which retrieved too many false positives were discarded. Only one rule is allowed to fire. Regular expressions are ordered from most specific to most general and from most frequent categories to least frequent. Example: $SORRY = "(sorry|miserable|lonely|sad|tired|alone|weary)" i* .{0,10}be .{0,10}$SORRY" => 'sorrow' Methods and Features Manual Rules Results on training data Discussion and Conclusion References ba Authors contributed equally d Swiss Center for Affective Sciences, University of Geneva, Switzerland c Department of Computer Science, Aberystwyth University 1 Curran James, Clark Stephen and Bos Johan. Linguistically motivated large-scale nlp with c&c and boxer. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics Companion Volume Proceedings of the Demo and Poster Sessions, pages 33–36, Prague, Czech Republic, June 2007 2 Morante Roser, Van Asch Vincent and Daelemans Walter. Memory-based resolution of in-sentence scopes of hedge cues. In Proceedings of the Fourteenth Conference on Computational Natural Language Learning — Shared Task, CoNLL ’10: Shared Task, pages 40–47, Stroudsburg, PA, USA, 2010.. 3 www.csie.ntu.edu.tw/cjlin/libsvm 4 www.chokkan.org/software/crfsuite 5 Valitutti Ro.Wordnet-affect: an affective extension of wordnet. In Proceedings of the 4th International Conference on Language Resources and Evaluation, pages 1083–1086, 2004. 6 Pestian John, Nasrallah Henry, Matykiewicz Pawel, Bennett Aurora and Leenaars Antoon. Suicide note classification using natural language processing: A content analysis. Biomed Inform Insights, 2010:19–28, 2010.  Annotation categories are mixed and the distribution of data imbalanced. Some categories are very sparse. There is a need to distinguish between emotions and non-emotions.  Emotion language is highly heterogeneous and overlapping across categories  A combination of manual rules and machine learning classifiers were required for the task of emotion recognition.  We obtained a highest precision of 60.1%, recall of 43.6% highest F1 of 45.6% on the test data. A union of binary classifiers performed best.  At the moment the manual rules drop overall performance while increasing recall for sparse categories. Further fine tuning is required to improve this result.  Future work will involve more sophisticated ways of combining classifiers using stacking.  We believe a core problem of suicide prevention could be substantially reduced to that of detecting hopelessness, as the most significant predictive emotion category. Multi-Class Classifier Pre- processing Feature extractor Sentences Multi-Class LibSVM Classifier If labeled Rule-Based Classifier Labeled Sentences Multi-Class CRFSuite Classifier Voting A set of Binary Classifiers Binary CRFSuite Classifier on emotion 2 Binary CRFSuite Classifier on emotion n Binary CRFSuite Classifier on emotion 1 Union Binary LibSVM Classifier on emotion 2 Binary LibSVM Classifier on emotion n Binary LibSVM Classifier on emotion 1 … … Binary LibSVM Classifier on emotion/non-e Multi-Class LibSVM Classifier on non emotions If emotion Binary LibSVM Classifier on emotion m Binary LibSVM Classifier on emotion 2 Binary LibSVM Classifier on emotion 1 Weighted Voting … Binary CRFSuit Classifier on emotion m … Binary CRFSuit Classifier on emotion 2 Binary CRFSuit Classifier on emotion 1 Training Feature SVM CRF SVM + CRF SVM + CRF + Rules All 0.3957 0.4347 0.4415 0.438 Multi Class Ngram 0.3606 0.4416 0.4437 0.44 No-Neg 0.3665 0.4332 0.4349 0.4318 All 0.464 0.461 Binary All Ngram 0.46 0.457 No-Neg 0.46 0.457 All 0.39 0.389 Hybrid Binary Ngram 0.384 0.384 No-Neg 0.3875 0.3865 All P/ R/ F Ngram P/ R/ F Unigram P/ R/ F GR P/ R/ F Subject P/ R/ F Verb P/ R/ F Negation P/ R/ F instructions 0.63/0.53/0.58 0.64/0.55/0.60 0.58/0.57/0.57 0.5/0.16/0.24 0.56/0.12/0.19 0.5/0.14/0.22 0/0/0 Hopelessness 0.55/0.37/0.44 0.51/0.37/0.43 0.45/0.43/0.44 0.29/0.1/0.15 0.45/0.07/0.13 0.28/0.05/0.08 0/0/0 Love 0.65/0.53/0.58 0.63/0.52/0.57 0.57/0.57/0.57 0.45/0.17/0.25 0.17/0/0.01 0.48/0.03/0.06 0/0/0 Information 0.53/0.29/0.37 0.46/0.26/0.33 0.35/0.3/0.32 0.44/0.09/0.15 0.37/0.05/0.09 0.27/0.03/0.06 0/0/0 Guilt 0.47/0.24/0.32 0.41/0.26/0.31 0.28/0.29/0.28 0.09/0.04/0.06 0.25/0.02/0.04 0.15/0.04/0.06 0/0/0 Blame 0.32/0.06/0.1 0.25/0.07/0.11 0.15/0.12/0.13 0.11/0.02/0.03 0/0/0 0.13/0.02/0.03 0/0/0 Thankfulness 0.75/0.46/0.57 0.71/0.47/0.57 0.59/0.46/0.52 0.21/0.06/0.1 0.36/0.09/0.14 0.24/0.09/0.13 0/0/0 Anger 0/0/0 0/0/0 0.03/0.02/0.02 0/0/0 0.2/0.03/0.05 0/0/0 0/0/0 Sorrow 0/0/0 0/0/0 0.06/0.06/0.06 0/0/0 0/0/0 0/0/0 0/0/0 Hopefulness 0/0/0 0/0/0 0.07/0.05/0.05 0/0/0 0/0/0 0/0/0 0/0/0 Happiness 0/0/0 0/0/0 0.09/0.04/0.06 0/0/0 0/0/0 0/0/0 0/0/0 Fear 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0.1/0.09/0.09 0/0/0 Pride 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 Abuse 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 0/0/0 Forgiveness 0/0/0 1/0.17/0.29 0.5/0.17/0.25 0/0/0 0/0/0 0/0/0 0/0/0 Overall 0.60/0.38/0.46 0.57/0.39/0.46 0.45/0.42/0.44 0.34/0.11/0.16 0.42/0.06/0.11 0/0/0 All P/ R/ F Ngram P/ R/ F Unigram P/ R/ F GR P/ R/ F Subject P/ R/ F Verb P/ R/ F Negation P/ R/ F Rules Only P/ R/ F instructions 0.63/0.53/0.58 0.64/0.55/0.60 0.58/0.57/0.57 0.5/0.16/0.24 0.56/0.12/0.19 0.5/0.14/0.22 0/0/0 0/0/0 Hopelessness 0.55/0.37/0.44 0.51/0.37/0.43 0.45/0.43/0.44 0.29/0.1/0.15 0.45/0.07/0.13 0.28/0.05/0.08 0/0/0 0/0/0 Love 0.65/0.53/0.58 0.63/0.52/0.57 0.57/0.57/0.57 0.45/0.17/0.25 0.17/0/0.01 0.48/0.03/0.06 0/0/0 0/0/0 Information 0.53/0.29/0.37 0.46/0.26/0.33 0.35/0.3/0.32 0.44/0.09/0.15 0.37/0.05/0.09 0.27/0.03/0.06 0/0/0 0/0/0 Guilt 0.47/0.24/0.32 0.41/0.26/0.31 0.28/0.29/0.28 0.09/0.04/0.06 0.25/0.02/0.04 0.15/0.04/0.06 0/0/0 0/0/0 Blame 0.32/0.06/0.1 0.25/0.07/0.11 0.15/0.12/0.13 0.11/0.02/0.03 0/0/0 0.13/0.02/0.03 0/0/0 0/0/0 Thankfulness 0.75/0.46/0.57 0.71/0.47/0.57 0.59/0.46/0.52 0.21/0.06/0.1 0.36/0.09/0.14 0.24/0.09/0.13 0/0/0 0/0/0 Anger 0.17/0.03/0.05 0.13/0.03/0.05 0.07/0.05/0.06 0.06/0.03/0.04 0.21/0.08/0.11 0.08/0.03/0.04 0.07/0.05/0.06 0.19/0.05/0.08 Sorrow 0.14/0.14/0.14 0.12/0.14/0.13 0.09/0.16/0.12 0.2/0.24/0.22 0.17/0.27/0.21 0.14/0.22/0.18 0.18/0.29/0.22 0.18/0.29/0.22 Hopefulness 0.13/0.07/0.09 0.13/0.07/0.09 0.09/0.09/0.09 0.09/0.07/0.08 0.11/0.09/0.1 0.14/0.11/0.13 0.18/0.14/0.16 0.18/0.14/0.16 Happiness 0.08/0.04/0.06 0.08/0.04/0.06 0.09/0.09/0.09 0.06/0.04/0.05 0.04/0.04/0.04 0.06/0.04/0.05 0.05/0.04/0.05 0.05/0.04/0.05 Fear 0.2/0.18/0.19 0.2/0.18/0.19 0.13/0.14/0.13 0.14/0.18/0.16 0.22/0.27/0.24 0.16/0.32/0.22 0.23/0.27/0.25 0.23/0.27/0.25 Pride 0.67/0.13/0.22 1/0.2/0.33 1/0.07/0.13 0.4/0.13/0.2 0.6/0.2/0.3 0.43/0.2/0.27 1/0.2/0.33 1/0.2/0.33 Abuse 0.5/0.38/0.43 0.25/0.13/0.17 0.05/0.25/0.33 0.6/0.38/0.46 0.33/0.13/0.18 0.5/0.25/0.33 0.6/0.38/0.46 0.6/0.38/0.46 Forgiveness 0.22/0.33/0.27 0.3/0.5/0.38 0.17/0.17/0.17 0/0/0 0.15/0.33/0.21 0.1/0.17/0.13 0.25/0.5/0.33 0.25/0.5/0.33 Overall 0.57/0.39/0.46 0.54/0.4/0.46 0.44/0.42/0.43 0.32/0.12/0.17 0.35/0.08/0.13 0.3/0.08/0.13 0.18/0.02/0.03 0.20/0.02/0.03 Table1: system 2 (binary classifiers), NO manual rules Table2: system 2 (binary classifiers with manual rules Table3: comparison of all three systems in three different feature configurations