Datasets:
Tasks:
Question Answering
Sub-tasks:
extractive-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
conversational-qa
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,48 @@ paperswithcode_id: sharc
|
|
22 |
pretty_name: Shaping Answers with Rules through Conversation
|
23 |
tags:
|
24 |
- conversational-qa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for Shaping Answers with Rules through Conversation
|
|
|
22 |
pretty_name: Shaping Answers with Rules through Conversation
|
23 |
tags:
|
24 |
- conversational-qa
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
+
- name: utterance_id
|
30 |
+
dtype: string
|
31 |
+
- name: source_url
|
32 |
+
dtype: string
|
33 |
+
- name: snippet
|
34 |
+
dtype: string
|
35 |
+
- name: question
|
36 |
+
dtype: string
|
37 |
+
- name: scenario
|
38 |
+
dtype: string
|
39 |
+
- name: history
|
40 |
+
list:
|
41 |
+
- name: follow_up_question
|
42 |
+
dtype: string
|
43 |
+
- name: follow_up_answer
|
44 |
+
dtype: string
|
45 |
+
- name: evidence
|
46 |
+
list:
|
47 |
+
- name: follow_up_question
|
48 |
+
dtype: string
|
49 |
+
- name: follow_up_answer
|
50 |
+
dtype: string
|
51 |
+
- name: answer
|
52 |
+
dtype: string
|
53 |
+
- name: negative_question
|
54 |
+
dtype: bool_
|
55 |
+
- name: negative_scenario
|
56 |
+
dtype: bool_
|
57 |
+
config_name: sharc
|
58 |
+
splits:
|
59 |
+
- name: train
|
60 |
+
num_bytes: 15088577
|
61 |
+
num_examples: 21890
|
62 |
+
- name: validation
|
63 |
+
num_bytes: 1469172
|
64 |
+
num_examples: 2270
|
65 |
+
download_size: 5230207
|
66 |
+
dataset_size: 16557749
|
67 |
---
|
68 |
|
69 |
# Dataset Card for Shaping Answers with Rules through Conversation
|