Sefika commited on
Commit
f36011d
1 Parent(s): b2b6133

Upload continual-re-taxonomy.json

Browse files
Files changed (1) hide show
  1. continual-re-taxonomy.json +26 -0
continual-re-taxonomy.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Continual Relation Extraction",
3
+ "children": [
4
+ {
5
+ "name": "Continual Learning",
6
+ "children": [
7
+ {"name": "Continual Learning"},
8
+ {"name": "Lifelong Learning"},
9
+ {"name": "Incremental Learning"},
10
+ {"name": "Continuous Learning"},
11
+ {"name": "Online Learning"}
12
+ ]
13
+ },
14
+ {
15
+ "name": "Relation Extraction",
16
+ "children": [
17
+ {"name": "Relation Extraction"},
18
+ {"name": "Relation Discovery"},
19
+ {"name": "Relationship Extraction"},
20
+ {"name": "Relation Detection"},
21
+ {"name": "Dynamic Relation Extraction"}
22
+ ]
23
+ }
24
+
25
+ ]
26
+ }