-
Notifications
You must be signed in to change notification settings - Fork 0
/
sense-maps.json
executable file
·189 lines (184 loc) · 11 KB
/
sense-maps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"sdrt": {
"alternation": ["EXPANSION:Disjunction"],
"background": ["TEMPORAL:Asynchronous:Precedence"],
"background-inverse": ["TEMPORAL:Asynchronous:Succession"],
"concession": ["COMPARISON:Concession"],
"condition": ["CONTINGENCY:Condition"],
"consequence": ["CONTINGENCY:Condition"],
"continuation": ["EXPANSION:Conjunction"],
"contrast": ["COMPARISON:Contrast"],
"detachment": ["EXPANSION:Exception"],
"digression": ["EXPANSION:Conjunction"],
"elaboration": ["EXPANSION:Level-of-detail"],
"evidence": ["EXPANSION:Conjunction"],
"explanation": ["EXPANSION:Manner", "EXPANSION:Level-of-detail", "CONTINGENCY:Cause:Reason"],
"explanation*": ["CONTINGENCY:Cause+belief"],
"flashback": ["TEMPORAL:Asynchronous:Succession"],
"goal": ["CONTINGENCY:Purpose"],
"narration": ["TEMPORAL:Asynchronous:Precedence", "EXPANSION:Conjunction"],
"parallel": ["COMPARISON:Similarity"],
"rephrasing": ["EXPANSION:Equivalence"],
"result": ["CONTINGENCY:Cause:Result"],
"result*": ["CONTINGENCY:Cause:Result+belief", "CONTINGENCY:Cause:Result+speechact"],
"summary": ["EXPANSION:Level-of-detail:Arg2-as-detail"],
"temploc": ["TEMPORAL"],
"violation": ["EXPANSION:Exception"]
},
"pdtb2": {
"Comparison": "COMPARISON",
"Comparison.Concession": "COMPARISON:Concession",
"Comparison.Concession.Contra-expectation": "COMPARISON:Concession:Arg2-as-denier",
"Comparison.Concession.Expectation": "COMPARISON:Concession:Arg1-as-denier",
"Comparison.Contrast": "COMPARISON:Contrast",
"Comparison.Contrast.Juxtaposition": "COMPARISON:Contrast",
"Comparison.Contrast.Opposition": "COMPARISON:Contrast",
"Comparison.Pragmatic concession": "COMPARISON:Concession+SpeechAct",
"Comparison.Pragmatic contrast": "COMPARISON:Contrast+SpeechAct",
"Contingency": "CONTINGENCY",
"Contingency.Cause.Reason": "CONTINGENCY:Cause:Reason",
"Contingency.Cause.Result": "CONTINGENCY:Cause:Result",
"Contingency.Condition": "CONTINGENCY:Condition",
"Contingency.Conditon": "CONTINGENCY:Condition",
"Contingency.Condition.Factual past": "CONTINGENCY:Condition",
"Contingency.Condition.Factual present": "CONTINGENCY:Condition",
"Contingency.Condition.General": "CONTINGENCY:Condition",
"Contingency.Condition.Hypothetical": "CONTINGENCY:Condition",
"Contingency.Condition.Unreal past": "CONTINGENCY:Condition",
"Contingency.Condition.Unreal present": "CONTINGENCY:Condition",
"Contingency.Pragmatic cause.Justification": "CONTINGENCY:Cause+Belief:Reason+Belief",
"Contingency.Pragmatic condition.Implicit assertion": "CONTINGENCY:Condition+SpeechAct",
"Contingency.Pragmatic condition.Relevance": "CONTINGENCY:Condition+SpeechAct",
"Expansion": "EXPANSION",
"Expansion.Alternative": "EXPANSION:Disjunction",
"Expansion.Alternative.Chosen alternative": "EXPANSION:Substitution",
"Expansion.Alternative.Conjunctive": "EXPANSION:Disjunction",
"Expansion.Alternative.Disjunctive": "EXPANSION:Disjunction",
"Expansion.Conjunction": "EXPANSION:Conjunction",
"Expansion.Exception": "EXPANSION:Exception",
"Expansion.Instantiation": "EXPANSION:Instantiation",
"Expansion.List": "EXPANSION:Conjunction",
"Expansion.Restatement": "EXPANSION:Level-of-detail",
"Expansion.Restatement.Equivalence": "EXPANSION:Equivalence",
"Expansion.Restatement.Generalization": "EXPANSION:Level-of-detail:Arg1-as-detail",
"Expansion.Restatement.Specification": "EXPANSION:Level-of-detail:Arg2-as-detail",
"Expansion.Restatement.Level-of-detail": "EXPANSION:Level-of-detail",
"Temporal": "TEMPORAL",
"Temporal.Asynchronous": "TEMPORAL:Asynchronous",
"Temporal.Asynchronous.Precedence": "TEMPORAL:Asynchronous:Precedence",
"Temporal.Asynchronous.Succession": "TEMPORAL:Asynchronous:Succession",
"Temporal.Synchrony": "TEMPORAL:Synchronous",
"Temporal.Synchronous": "TEMPORAL:Synchronous"
},
"pdtb3-short": {
"asynchronous-precedence": "TEMPORAL:Asynchronous:Precedence",
"asynchronous-succession": "TEMPORAL:Asynchronous:Succession",
"cause-reason": "CONTINGENCY:Cause:Reason",
"cause-result": "CONTINGENCY:Cause:Result",
"concession-arg1-as-denier": "COMPARISON:Concession:Arg1-as-denier",
"concession-arg2-as-denier": "COMPARISON:Concession:Arg2-as-denier",
"consession-arg1-as-denier": "COMPARISON:Concession:Arg1-as-denier",
"consession-arg2-as-denier": "COMPARISON:Concession:Arg2-as-denier",
"condition-arg1-as-consequent": "CONTINGENCY:Condition:Arg1-as-cond",
"condition-arg2-as-consequent": "CONTINGENCY:Condition:Arg2-as-cond",
"condition-arg1-as-cond": "CONTINGENCY:Condition:Arg1-as-cond",
"condition-arg2-as-cond": "CONTINGENCY:Condition:Arg2-as-cond",
"conjunction": "EXPANSION:Conjunction",
"contrast": "COMPARISON:Contrast",
"disjunction": "EXPANSION:Disjunction",
"equivalence": "EXPANSION:Equivalence",
"exception-arg1-as-except": "EXPANSION:Exception:Arg1-as-excpt",
"exception-arg2-as-except": "EXPANSION:Exception:Arg2-as-excpt",
"instantiation": "EXPANSION:Instantiation",
"manner-arg1-as-manner": "EXPANSION:Manner:Arg1-as-manner",
"manner-arg2-as-manner": "EXPANSION:Manner:Arg2-as-manner",
"negative-condition-arg1-as-consequent": "CONTINGENCY:Negative-Condition:Arg1-as-negcond",
"negative-condition-arg2-as-consequent": "CONTINGENCY:Negative-Condition:Arg2-as-negcond",
"negative-condition-arg1-as-cond": "CONTINGENCY:Negative-Condition:Arg1-as-negcond",
"negative-condition-arg2-as-cond": "CONTINGENCY:Negative-Condition:Arg2-as-negcond",
"negative-condition-arg1-as-negcond": "CONTINGENCY:Negative-Condition:Arg1-as-negcond",
"negative-condition-arg2-as-negcond": "CONTINGENCY:Negative-Condition:Arg2-as-negcond",
"purpose-arg1-as-goal": "CONTINGENCY:Purpose:Arg1-as-goal",
"purpose-arg2-as-goal": "CONTINGENCY:Purpose:Arg2-as-goal",
"similarity": "COMPARISON:Similarity",
"specification": "EXPANSION:Level-of-detail",
"specification-arg1-as-detail": "EXPANSION:Level-of-detail:Arg1-as-detail",
"specification-arg2-as-detail": "EXPANSION:Level-of-detail:Arg2-as-detail",
"substitution-arg1-as-subst": "EXPANSION:Substitution:Arg1-as-subst",
"substitution-arg2-as-subst": "EXPANSION:Substitution:Arg2-as-subst",
"synchronous": "TEMPORAL:Synchronous",
"cause-result+speechact": "CONTINGENCY:Cause+SpeechAct:Result+SpeechAct",
"condition+speechact": "CONTINGENCY:Condition+SpeechAct"
},
"pdtb3": {
"EXPANSION:Exception:Arg1-as-except": "EXPANSION:Exception:Arg1-as-excpt",
"EXPANSION:Exception:Arg2-as-except": "EXPANSION:Exception:Arg2-as-excpt",
"EXPANSION:Level-of-detail:Arg1-as-detail(Summarization)": "EXPANSION:Level-of-detail:Arg1-as-detail",
"EXPANSION:Level-of-detail:Arg2-as-detail(Specification)": "EXPANSION:Level-of-detail:Arg2-as-detail",
"TEMPORAL:Syncrony": "TEMPORAL:Synchronous",
"Contrast": "COMPARISON:Contrast"
},
"arabic": {
"Causal:Cause-effect:Logical consequence": "CONTINGENCY:Cause:Result",
"Causal:Cause-effect:Result": "CONTINGENCY:Cause:Result",
"Causal:Explanation": "CONTINGENCY:Cause:Reason",
"Causal:Goal": "CONTINGENCY:Purpose:Arg2-as-goal",
"Structural:Alternation": "EXPANSION:Disjunction",
"Structural:Conditional": "CONTINGENCY:Condition",
"Structural:Correction": "COMPARISON:Contrast",
"Structural:Opposition:Antithetic": "COMPARISON:Contrast",
"Structural:Opposition:Concession": "COMPARISON:Concession:Arg2-as-denier",
"Structural:Opposition:Contrast": "COMPARISON:Contrast",
"Structural:Parallel": "EXPANSION:Equivalence",
"Temporal:Background-Flashback": "TEMPORAL:Asynchronous:Precedence",
"Temporal:Frame": "TEMPORAL",
"Temporal:Temporal Ordering:Quick ordering": "TEMPORAL:Asynchronous",
"Temporal:Temporal Ordering:Slow ordering": "TEMPORAL:Asynchronous",
"Temporal:Temporal Ordering:Synchronization": "TEMPORAL:Synchronous",
"Thematic:Attribution": "EXPANSION:Level-of-detail",
"Thematic:Commentary": "EXPANSION:Level-of-detail",
"Thematic:Continuation": "EXPANSION:Conjunction",
"Thematic:Elaboration:Definition": "EXPANSION:Level-of-detail",
"Thematic:Elaboration:Description": "EXPANSION:Level-of-detail",
"Thematic:Elaboration:E-elaboration": "EXPANSION:Level-of-detail:Arg2-as-detail",
"Thematic:Elaboration:Level-of-detail": "EXPANSION:Level-of-detail:Arg2-as-detail",
"Thematic:Elaboration:Specification": "EXPANSION:Level-of-detail:Arg2-as-detail",
"Thematic:Summary": "EXPANSION:Level-of-detail:Arg1-as-detail"
},
"turkish_tcl": {
"Comparison.Concession.Arg1-as-denier" : "COMPARISON:Concession:Arg1-as-denier",
"Comparison.Concession.Arg2-as-denier" : "COMPARISON:Concession:Arg2-as-denier",
"Comparison.Contrast" : "COMPARISON:Contrast",
"Comparison.Similarity" : "COMPARISON:Similarity",
"Contingency.Cause.Reason" : "CONTINGENCY:Cause:Reason",
"Contingency.Cause.Result" : "CONTINGENCY:Cause:Result",
"Contingency.Purpose.Arg1-as-goal" : "CONTINGENCY:Purpose:Arg1-as-goal",
"Contingency.Purpose.Arg2-as-goal" : "CONTINGENCY:Purpose:Arg2-as-goal",
"Expansion.Conjunction" : "EXPANSION:Conjunction",
"Expansion.Disjunction" : "EXPANSION:Disjunction",
"Expansion.Equivalence" : "EXPANSION:Equivalence",
"Expansion.Exception.Arg1-as-excpt" : "EXPANSION:Exception:Arg1-as-excpt",
"Expansion.Exception.Arg2-as-excpt" : "EXPANSION:Exception:Arg2-as-excpt",
"Expansion.Manner.Arg2-as-manner" : "EXPANSION:Manner:Arg2-as-manner",
"Expansion.Substitution.Arg1-as-subst" : "EXPANSION:Substitution:Arg1-as-subst",
"Expansion.Substitution.Arg2-as-subst" : "EXPANSION:Substitution:Arg2-as-subst",
"Temporal.Asynchronous.Precedence" : "TEMPORAL:Asynchronous:Precedence",
"Temporal.Asynchronous.Succession" : "TEMPORAL:Asynchronous:Succession",
"Temporal.Synchronous" : "TEMPORAL:Synchronous",
"Comparison.Concession+SpeechAct" : "COMPARISON:Concession+SpeechAct",
"Comparison.Concession+SpeechAct.Arg2-as-denier+SpeechAct" : "COMPARISON:Concession+SpeechAct:Arg2-as-denier+SpeechAct",
"Comparison.Degree" : "COMPARISON",
"Contingency.Cause+Belief.Reason+Belief" : "CONTINGENCY:Cause+Belief:Reason+Belief",
"Contingency.Cause+Belief.Result+Belief" : "CONTINGENCY:Cause+Belief:Result+Belief",
"Contingency.Cause+SpeechAct.Reason+SpeechAct" : "CONTINGENCY:Cause+SpeechAct:Reason+SpeechAct",
"Contingency.Cause+SpeechAct.Result+SpeechAct" : "CONTINGENCY:Cause+SpeechAct:Result+SpeechAct",
"Contingency.Condition+SpeechAct" : "CONTINGENCY:Condition+SpeechAct",
"Contingency.Condition.Arg2-as-cond" : "CONTINGENCY:Condition:Arg2-as-cond",
"Contingency.Negative-condition.Arg1-as-negcond" : "CONTINGENCY:Negative-Condition:Arg1-as-negcond",
"Contingency.Negative-condition.Arg2-as-negcond" : "CONTINGENCY:Negative-Condition:Arg2-as-negcond",
"Expansion.Correction" : "EXPANSION",
"Expansion.Instantiation.Arg2-as-instance" : "EXPANSION:Instantiation",
"Expansion.Level-of-detail.Arg1-as-detail" : "EXPANSION:Level-of-detail:Arg1-as-detail",
"Expansion.Level-of-detail.Arg2-as-detail" : "EXPANSION:Level-of-detail:Arg2-as-detail"
}
}