Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2510883961
|
67 |
+
num_examples: 61833
|
68 |
+
- name: validation
|
69 |
+
num_bytes: 2510883961
|
70 |
+
num_examples: 61833
|
71 |
+
- name: test
|
72 |
+
num_bytes: 632495754
|
73 |
+
num_examples: 15577
|
74 |
+
download_size: 3329140806
|
75 |
+
dataset_size: 5654263676
|
76 |
+
---
|
77 |
+
# Dataset Card for "KGQA_T5-xl-ssm"
|
78 |
+
|
79 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|