Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,17 +1,78 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
-
dtype:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
splits:
|
7 |
- name: train
|
|
|
8 |
num_examples: 3
|
9 |
- name: validation
|
|
|
10 |
num_examples: 3
|
11 |
- name: test
|
|
|
12 |
num_examples: 3
|
13 |
-
download_size:
|
14 |
-
dataset_size:
|
15 |
---
|
16 |
# Dataset Card for "KGQA_T5-large-ssm"
|
17 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: answerEntity
|
9 |
+
dtype: string
|
10 |
+
- name: questionEntity
|
11 |
+
dtype: string
|
12 |
+
- name: groundTruthAnswerEntity
|
13 |
+
dtype: string
|
14 |
+
- name: complexityType
|
15 |
+
dtype: string
|
16 |
+
- name: graph
|
17 |
+
dtype: string
|
18 |
+
- name: correct
|
19 |
+
dtype: bool
|
20 |
+
- name: t5_sequence
|
21 |
+
dtype: string
|
22 |
+
- name: gap_sequence
|
23 |
+
dtype: string
|
24 |
+
- name: question_answer
|
25 |
+
dtype: string
|
26 |
+
- name: num_nodes
|
27 |
+
dtype: int64
|
28 |
+
- name: num_edges
|
29 |
+
dtype: int64
|
30 |
+
- name: density
|
31 |
+
dtype: float64
|
32 |
+
- name: cycle
|
33 |
+
dtype: int64
|
34 |
+
- name: bridge
|
35 |
+
dtype: int64
|
36 |
+
- name: katz_centrality
|
37 |
+
dtype: float64
|
38 |
+
- name: page_rank
|
39 |
+
dtype: float64
|
40 |
+
- name: avg_ssp_length
|
41 |
+
dtype: float64
|
42 |
+
- name: determ_sequence
|
43 |
+
dtype: string
|
44 |
+
- name: determ_sequence_embedding
|
45 |
+
dtype: string
|
46 |
+
- name: gap_sequence_embedding
|
47 |
+
dtype: string
|
48 |
+
- name: t5_sequence_embedding
|
49 |
+
dtype: string
|
50 |
+
- name: question_answer_embedding
|
51 |
+
dtype: string
|
52 |
+
- name: highlighted_determ_sequence
|
53 |
+
dtype: string
|
54 |
+
- name: no_highlighted_determ_sequence
|
55 |
+
dtype: string
|
56 |
+
- name: highlighted_t5_sequence
|
57 |
+
dtype: string
|
58 |
+
- name: no_highlighted_t5_sequence
|
59 |
+
dtype: string
|
60 |
+
- name: highlighted_gap_sequence
|
61 |
+
dtype: string
|
62 |
+
- name: no_highlighted_gap_sequence
|
63 |
+
dtype: string
|
64 |
splits:
|
65 |
- name: train
|
66 |
+
num_bytes: 118816
|
67 |
num_examples: 3
|
68 |
- name: validation
|
69 |
+
num_bytes: 118816
|
70 |
num_examples: 3
|
71 |
- name: test
|
72 |
+
num_bytes: 126139
|
73 |
num_examples: 3
|
74 |
+
download_size: 325937
|
75 |
+
dataset_size: 363771
|
76 |
---
|
77 |
# Dataset Card for "KGQA_T5-large-ssm"
|
78 |
|