Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: dialogID
|
5 |
+
dtype: string
|
6 |
+
- name: utterance
|
7 |
+
dtype: int64
|
8 |
+
- name: query
|
9 |
+
dtype: string
|
10 |
+
- name: hit_knowledge
|
11 |
+
dtype: string
|
12 |
+
- name: ground_knowledge
|
13 |
+
dtype: string
|
14 |
+
- name: ground_persona
|
15 |
+
dtype: string
|
16 |
+
- name: similarity_score
|
17 |
+
dtype: float64
|
18 |
+
- name: persona1
|
19 |
+
dtype: string
|
20 |
+
- name: persona2
|
21 |
+
dtype: string
|
22 |
+
- name: persona3
|
23 |
+
dtype: string
|
24 |
+
- name: persona4
|
25 |
+
dtype: string
|
26 |
+
- name: persona5
|
27 |
+
dtype: string
|
28 |
+
- name: persona_grounding1
|
29 |
+
dtype: bool
|
30 |
+
- name: persona_grounding2
|
31 |
+
dtype: bool
|
32 |
+
- name: persona_grounding3
|
33 |
+
dtype: bool
|
34 |
+
- name: persona_grounding4
|
35 |
+
dtype: bool
|
36 |
+
- name: persona_grounding5
|
37 |
+
dtype: bool
|
38 |
+
- name: __index_level_0__
|
39 |
+
dtype: int64
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 6713468
|
43 |
+
num_examples: 9035
|
44 |
+
download_size: 2783764
|
45 |
+
dataset_size: 6713468
|
46 |
+
---
|
47 |
+
# Dataset Card for "focus_test"
|
48 |
+
|
49 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|