khulnasoft commited on
Commit
d556544
·
verified ·
1 Parent(s): 68442b7

Create rel_file.json

Browse files
Files changed (1) hide show
  1. rel_file.json +26 -0
rel_file.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": {
3
+ "None": 0,
4
+ "Subject": 1,
5
+ "Object": 2
6
+ },
7
+ "entity_text": [
8
+ "Argument",
9
+ "Relation"
10
+ ],
11
+ "relation_text": [
12
+ "Subject",
13
+ "Object"
14
+ ],
15
+ "relation": [
16
+ 1,
17
+ 2
18
+ ],
19
+ "symmetric": [
20
+ 1,
21
+ 2
22
+ ],
23
+ "asymmetric": [
24
+ ],
25
+ "count": []
26
+ }