-
Notifications
You must be signed in to change notification settings - Fork 0
/
clf_signature.yaml
192 lines (181 loc) · 3.15 KB
/
clf_signature.yaml
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
190
191
192
# The signature of Discourse Representation Structures (DRSs)
# that are formatted in the clausal form (CLF)
# Every clause in CLFs starts with a box variable and an operator.
# The rest of the clause is a sequence of variables where its size depends on the operator
# The signature represented as a set of key-value pairs.
# The KEY is a sequence of letters representing variable types
# and following the variable order in clauses:
# b stands for a box, x for a discourse referent, t for a term (i.e. a disc. referent or a constant)
# The VALUE is a list of operators whose argument types are described by the KEY
# NB: except the operators in the signature, CLFs also contain wordnet word senses and constants.
# "constants" and "pos.sense_numbers" are in double quotes.
bx:
DRS:
- REF
bbb:
DRS:
# DRS-specific operators
- IMP
- DIS
- DUP
bb:
DRS:
- NOT
- POS
- NEC
#- DRS
DRL:
# Discourse relations.
# Not all of them are used for now
- ALTERNATION
- ATTRIBUTION
- BACKGROUND
- COMMENTARY
- CONDITION
- CONTINUATION
- CONTRAST
- CONSEQUENCE
- ELABORATION
- EXPLANATION
- INSTANCE
- NARRATION
- NEGATION
- NECESSITY
- POSSIBILITY
- PARALLEL
- PRECONDITION
- RESULT
- TOPIC
PRE:
- PRESUPPOSITION
bxb:
DRS:
- PRP
btc:
CRO:
# Concept roles
- Name
btt:
TRL:
# temporal relations
- EQU #equal
- NEQ #not equla
- APX #approximate
- LES #less
- LEQ #less or equal
- TPR #precede
- TAB #abut
- TIN #include
SRL:
# spatial operators
- SZP #above x / y
- SZN #under x \ y
- SXP #behind x » y
- SXN #before x « y
- STI #inside
- STO #outside
- SY1 #beside
- SY2 #between
- SXY #around
ERO:
# Event roles
- Agent
- Asset
- Attribute
- AttributeOf
- Beneficiary
- Causer
- Co-Agent
- Co-Patient
- Co-Theme
- Consumer
- Destination
- Duration
- Experiencer
- Finish
- Frequency
- Goal
- Instrument
- Instance
- Location
- Manner
- Material
- Path
- Patient
- Pivot
- Product
- Recipient
- Result
- Source
- Start
- Stimulus
- Theme
- Time
- Topic
- Value
CRO:
# Concept roles
- Bearer
- Colour
- ColourOf
- ContentOf
- Content
- Creator
- Degree
- MadeOf
#- Name
- Of
- Operand
- Owner
- Part
- PartOf
- Player
- Quantity
- Role
- Sub
- SubOf
- Title
- Unit
- User
TRO:
# Time roles
- ClockTime
- DayOfMonth
- DayOfWeek
- Decade
- MonthOfYear
- YearOfCentury
ORO:
# Other roles. #FIXME They need to be verified
- Affector
- Context
- Equal
- Extent
- Precondition
- Measure
- Cause
- Order
- Participant
c:
UOM:
- minute
- hour
- day
- week
- month
- year
- centimeter
- inch
- foot
- mile
- meter
- acre
- kilogram
- ton
- kilometer
- pound
- yen
- dollar
- euro
- percent
- degree_celsius