liiablack commited on
Commit
12c4735
·
verified ·
1 Parent(s): 0a0e309

Upload 2 files

Browse files
lexicon/SCHEMA_lexicon.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Lexicon Schema — core100.v1 (Public / Non-numeric)
2
+
3
+ File: `lexicon/core100.v1.bin.tsv` (UTF-8, tab-separated, with header)
4
+
5
+ Columns:
6
+ • label — lowercase token (e.g., anger, joy); ASCII a–z, no spaces
7
+ • V_bin — {VL, L, M, H, VH} (valence level; 5 ordered bins)
8
+ • A_bin — {VL, L, M, H, VH} (arousal level)
9
+ • D_bin — {VL, L, M, H, VH} (dominance level)
10
+ • direction — "V± A± D±" vs neutral anchor 0.5 (example: "V+ A- D+")
11
+
12
+ Semantics:
13
+ • Bins are ordinal only; users may map bins to midpoints in their own protocol.
14
+ • Neutral anchor is conceptual (0.5,0.5,0.5). No numeric coordinates are included.
15
+ • Rows are sorted by `label` ascending; UTF-8 with LF; one final newline.
16
+
17
+ Versioning:
18
+ • This file is frozen as `core100.v1`; updates will appear as `core100.v2.bin.tsv`.
19
+
20
+ License (ARR):
21
+ • Research-only, non-commercial. Redistribution & sublicensing prohibited.
22
+ • **Non-commercial model training/evaluation permitted**; any commercial training/deployment requires written consent.
23
+ • **No reverse-engineering of numeric lexicon anchors** from public artifacts.
24
+ • Cite: “Webnovel Narrative Emotion — 7c Core Stable (ARR), JsisOn OÜ”.
25
+
lexicon/core100.v1.bin.tsv CHANGED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label V_bin A_bin D_bin direction
2
+ absorption H M M V+ A+ D+
3
+ admiration VH M H V+ A+ D+
4
+ adoration VH M H V+ A+ D+
5
+ affection VH M M V+ A+ D+
6
+ afraid VL VH L V- A+ D-
7
+ amusement VH M M V+ A+ D+
8
+ anger VL VH L V- A+ D-
9
+ angry VL VH M V- A+ D+
10
+ annoyed L M M V- A+ D+
11
+ anticipation H H M V+ A+ D+
12
+ anxiety VL VH L V- A+ D-
13
+ apathy L VL L V- A- D-
14
+ apprehension L H L V- A+ D-
15
+ astonishment M VH M V+ A+ D-
16
+ awe H VH L V+ A+ D-
17
+ betrayal VL H VL V- A+ D-
18
+ bitterness VL M M V- A+ D+
19
+ bored L VL VL V- A- D-
20
+ comfort H L H V+ A- D+
21
+ compassion VH M H V+ A+ D+
22
+ confidence VH M VH V+ A+ D+
23
+ confusion L M L V- A+ D-
24
+ contempt VL M H V- A+ D+
25
+ contentment VH L H V+ A- D+
26
+ curiosity H M H V+ A+ D+
27
+ dejection VL L VL V- A- D-
28
+ delight VH H H V+ A+ D+
29
+ desire H VH M V+ A+ D+
30
+ despair VL H VL V- A+ D-
31
+ disappointment VL M L V- A+ D-
32
+ disgust VL M M V- A+ D+
33
+ dislike L L M V- A- D+
34
+ doubt L M L V- A+ D-
35
+ dread VL H VL V- A+ D-
36
+ elation VH H H V+ A+ D+
37
+ embarrassment L H VL V- A+ D-
38
+ empathy VH M M V+ A+ D+
39
+ enthusiasm VH VH H V+ A+ D+
40
+ envy L H L V- A+ D-
41
+ euphoria VH VH H V+ A+ D+
42
+ excited VH VH H V+ A+ D+
43
+ fascination H H M V+ A+ D+
44
+ fear VL VH L V- A+ D-
45
+ frustration L H M V- A+ D+
46
+ grateful VH M H V+ A+ D+
47
+ grief VL H VL V- A+ D-
48
+ guilt VL M L V- A+ D-
49
+ happy VH H H V+ A+ D+
50
+ hatred VL VH H V- A+ D+
51
+ heartbreak VL H VL V- A+ D-
52
+ homesickness VL L L V- A- D-
53
+ hope H M M V+ A+ D+
54
+ horror VL VH VL V- A+ D-
55
+ hostility VL H H V- A+ D+
56
+ humiliation VL H VL V- A+ D-
57
+ hurt VL M L V- A+ D-
58
+ impatience L H M V- A+ D-
59
+ interest H M M V+ A+ D+
60
+ irritation L M M V- A+ D+
61
+ jealousy VL H L V- A+ D-
62
+ joy VH H M V+ A+ D+
63
+ loneliness VL L VL V- A- D-
64
+ lonely VL L L V- A- D-
65
+ longing M M M V+ A+ D+
66
+ love VH M M V+ A+ D+
67
+ lust VH VH H V+ A+ D+
68
+ melancholy VL L VL V- A- D-
69
+ mistrust L M M V- A+ D-
70
+ mourning VL M VL V- A+ D-
71
+ nervousness L H L V- A+ D-
72
+ nostalgia M L M V+ A- D+
73
+ numbness L VL L V- A- D-
74
+ optimism VH M H V+ A+ D+
75
+ outrage VL VH H V- A+ D+
76
+ pain VL H VL V- A+ D-
77
+ panic VL VH VL V- A+ D-
78
+ peace VH L H V+ A- D+
79
+ pessimism VL M L V- A+ D-
80
+ pride H M VH V+ A+ D+
81
+ rage VL VH M V- A+ D+
82
+ regret VL L L V- A- D-
83
+ relief VH L H V+ A- D+
84
+ remorse VL M VL V- A+ D-
85
+ resentment VL H M V- A+ D+
86
+ resignation L VL L V- A- D-
87
+ sad VL M VL V- A+ D-
88
+ satisfaction VH M H V+ A+ D+
89
+ serenity VH VL H V+ A- D+
90
+ shame VL M VL V- A+ D-
91
+ shock VL VH VL V- A+ D-
92
+ shyness M M VL V- A+ D-
93
+ sorrow VL L VL V- A- D-
94
+ surprise H VH M V+ A+ D-
95
+ sympathy H M M V+ A+ D+
96
+ tenderness VH L M V+ A- D+
97
+ tension VL H L V- A+ D-
98
+ terror VL VH VL V- A+ D-
99
+ tranquility VH VL H V+ A- D+
100
+ trust VH M H V+ A+ D+
101
+ worry L M L V- A+ D-