Sefika commited on
Commit
e6e4da6
1 Parent(s): 7e833eb

Update continual-re-taxonomy.json

Browse files
Files changed (1) hide show
  1. continual-re-taxonomy.json +42 -1
continual-re-taxonomy.json CHANGED
@@ -20,7 +20,48 @@
20
  {"name": "Relation Detection"},
21
  {"name": "Dynamic Relation Extraction"}
22
  ]
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ]
26
  }
 
20
  {"name": "Relation Detection"},
21
  {"name": "Dynamic Relation Extraction"}
22
  ]
23
+ },
24
+ {
25
+ "name": "Dynamic Data Streams",
26
+ "children": [
27
+ {"name": "Data Streams"},
28
+ {"name": "Streaming Data"},
29
+ {"name": "Real-time Data"},
30
+ {"name": "Continuous Data"},
31
+ {"name": "Dynamic Data"}
32
+ ]
33
+ },
34
+ {
35
+ "name": "Real-world Applications",
36
+ "children": [
37
+ {"name": "Real-world Data"},
38
+ {"name": "Natural Language Processing in Real-world"},
39
+ {"name": "Real-time Data"},
40
+ {"name": "NLP in Dynamic Environments"},
41
+ {"name": "Information Extraction from Real-world Data"},
42
+ {"name": "Practical Applications of Continual Learning"}
43
+ ]
44
+ },
45
+ {
46
+ "name": "New Relation Types",
47
+ "children": [
48
+ {"name": "New Relation Types"},
49
+ {"name": "Novel Relation Discovery"},
50
+ {"name": "Emerging Relations"},
51
+ {"name": "Adaptive Relation Extraction"},
52
+ {"name": "Discovering Unknown Relations"}
53
+ ]
54
+ },
55
+ {
56
+ "name": "Combining Concepts",
57
+ "children": [
58
+ {"name": "Continuous Discovery of Relation Types"},
59
+ {"name": "Incremental Relation Extraction from Data Streams"},
60
+ {"name": "Lifelong Learning for Dynamic Relation Detection"},
61
+ {"name": "Real-time Relation Extraction in NLP"},
62
+ {"name": "Adaptive Learning for Relation Discovery in Streaming Data"}
63
+ ]
64
+ }
65
 
66
  ]
67
  }