Upload RQ2.json
Browse files
RQ2.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Search Terms",
|
3 |
+
"children": [
|
4 |
+
{
|
5 |
+
"name": "Knowledge Graph Incompleteness",
|
6 |
+
|
7 |
+
"children": [
|
8 |
+
{"name": "Knowledge Graph"},
|
9 |
+
{"name": "KG incompleteness"},
|
10 |
+
{"name": "KG completion"},
|
11 |
+
{"name": "Knowledge base completion"},
|
12 |
+
{"name": "Missing links in KG"},
|
13 |
+
{"name": "Entity relationship inference"},
|
14 |
+
{"name": "Incomplete knowledge graphs"}
|
15 |
+
]
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"name": "Relations between Entities",
|
19 |
+
"children": [
|
20 |
+
{"name": "Relations between entities"},
|
21 |
+
{"name": "Entity relationships"},
|
22 |
+
{"name": "Link Prediction"},
|
23 |
+
{"name": "Relationship extraction"},
|
24 |
+
{"name": "Entity link prediction"},
|
25 |
+
{"name": "Relational data"}
|
26 |
+
]
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"name": "Continuous Streaming Data",
|
30 |
+
"children": [
|
31 |
+
{"name": "Continuous streaming data"},
|
32 |
+
{"name": "Real-time data streams"},
|
33 |
+
{"name": "Data stream processing"},
|
34 |
+
{"name": "Streaming data"},
|
35 |
+
{"name":"Temporal data streams"},
|
36 |
+
{"name": "Dynamic Data"}
|
37 |
+
]
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"name": "Addressing Incompleteness",
|
41 |
+
"children": [
|
42 |
+
{"name": "Addressing incompleteness"},
|
43 |
+
{"name": "Handling missing data"},
|
44 |
+
{"name": "Filling missing relations"},
|
45 |
+
{"name": "Data augmentation"},
|
46 |
+
{"name": "Real-time data integration"},
|
47 |
+
{"name": "Streaming data analytics"}
|
48 |
+
]
|
49 |
+
}
|
50 |
+
|
51 |
+
]
|
52 |
+
}
|
53 |
+
|