databoyface commited on
Commit
576dd7b
·
verified ·
1 Parent(s): 189469b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - emotion
9
+ - affect
10
+ pretty_name: OME
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---
14
+ # Orthogonal Model of Emotions
15
+
16
+ Abbreviated: **OME**
17
+
18
+ New this release: `neutral-presumed` is now `neutral-clear` so the edge cases in between the categorical positive and negative emotions have the same levels of clarity: presumed, conspicuous, and clear.
19
+
20
+ The second release of version 5 of the OME dataset has 26 categories for classifying emotion in English language examples in a curated dataset deriving emotional clusters using dimensions of *Subjectivity*, *Relativity*, and *Generativity*. Additional dimensions of *Clarity*, now simpler with three levels, and *Compassion*, using rate of change to linearize the entire dataset, were used to map seven population clusters of ontological experiences categorized as Trust or Love, Happiness or Pleasure, Jealousy or Envy, Shame or Guilt, Anger or Disgust, Fear or Anxiety, and Sadness or Trauma. Edge cases, neutrality, and simple sentiments, such as positive and negative, are also used as null cases in classification theorized by OME.
21
+
22
+ ## Author
23
+
24
+ C.J. Pitchford
25
+
26
+
27
+ ## Creation Date
28
+
29
+ Originally created 2016, [first version published September, 2017, at Medium](https://medium.com/@databoy/the-orthographic-model-of-emotions-65eae9d4ba70).
30
+
31
+
32
+ ## Version
33
+
34
+ v5.2
35
+
36
+ ## Category Labels
37
+
38
+ [*Clusters listed in brackets (alphabetically) organize the dataset, but aren't labels*]
39
+
40
+ - [*Anger or Disgust*]
41
+ - anger-and-disgust-clear
42
+ - anger-and-disgust-conspicuous
43
+ - anger-and-disgust-presumed
44
+ - [*Fear or Anxiety*]
45
+ - fear-and-anxiety-clear
46
+ - fear-and-anxiety-conspicuous
47
+ - fear-and-anxiety-presumed
48
+ - [*Guilt or Shame*]
49
+ - guilt-and-shame-clear
50
+ - guilt-and-shame-conspicuous
51
+ - guilt-and-shame-presumed
52
+ - [*Happiness or Pleasure*]
53
+ - happiness-and-pleasure-clear
54
+ - happiness-and-pleasure-conspicuous
55
+ - happiness-and-pleasure-presumed
56
+ - [*Jealousy or Envy*]
57
+ - jealousy-and-envy-clear
58
+ - jealousy-and-envy-conspicuous
59
+ - jealousy-and-envy-presumed
60
+ - [*Neutral or Edge Cases*]
61
+ - negative-conspicuous
62
+ - negative-presumed
63
+ - neutral-clear
64
+ - positive-conspicuous
65
+ - positive-presumed
66
+ - [*Sadness or Trauma*]
67
+ - sadness-and-trauma-clear
68
+ - sadness-and-trauma-conspicuous
69
+ - sadness-and-trauma-presumed
70
+ - [*Trust or Love*]
71
+ - trust-and-love-clear
72
+ - trust-and-love-conspicuous
73
+ - trust-and-love-presumed
74
+
75
+ ## Baseline Model
76
+
77
+ The [baeline model](https://huggingface.co/databoyface/distilbert-base-cased-ome-v4.2) was created using Transformers and PyTorch and an earlier version of this dataset and theoretical foundation.
78
+
79
+ ## Dedication
80
+
81
+ Thanks, Ellen! Publishing this on Mom's Day (after calling you like a son should), is just a way to say I'm grateful for all your support all these years!