Datasets:

Sub-tasks: extractive-qa
Languages: Chinese
Multilinguality: monolingual
Size Categories: 1K<n<10K
Language Creators: found
Annotations Creators: found
Source Datasets: original
License:
lhoestq HF staff commited on
Commit
0a266e8
1 Parent(s): e183f11

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -19,6 +19,28 @@ task_ids:
19
  - extractive-qa
20
  paperswithcode_id: liveqa
21
  pretty_name: LiveQA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for LiveQA
@@ -192,4 +214,4 @@ This resource is developed by [Liu et al., 2020](https://www.aclweb.org/antholog
192
 
193
  ### Contributions
194
 
195
- Thanks to [@j-chim](https://github.com/j-chim) for adding this dataset.
19
  - extractive-qa
20
  paperswithcode_id: liveqa
21
  pretty_name: LiveQA
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: int64
26
+ - name: passages
27
+ sequence:
28
+ - name: is_question
29
+ dtype: bool
30
+ - name: text
31
+ dtype: string
32
+ - name: candidate1
33
+ dtype: string
34
+ - name: candidate2
35
+ dtype: string
36
+ - name: answer
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 112187507
41
+ num_examples: 1670
42
+ download_size: 114704569
43
+ dataset_size: 112187507
44
  ---
45
 
46
  # Dataset Card for LiveQA
214
 
215
  ### Contributions
216
 
217
+ Thanks to [@j-chim](https://github.com/j-chim) for adding this dataset.