File size: 1,483 Bytes
4960c5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: abstract
    dtype: string
  - name: full_text
    sequence:
    - name: section_name
      dtype: string
    - name: paragraphs
      list: string
  - name: qas
    sequence:
    - name: question
      dtype: string
    - name: question_id
      dtype: string
    - name: nlp_background
      dtype: string
    - name: topic_background
      dtype: string
    - name: paper_read
      dtype: string
    - name: search_query
      dtype: string
    - name: question_writer
      dtype: string
    - name: answers
      sequence:
      - name: answer
        struct:
        - name: unanswerable
          dtype: bool
        - name: extractive_spans
          sequence: string
        - name: yes_no
          dtype: bool
        - name: free_form_answer
          dtype: string
        - name: evidence
          sequence: string
        - name: highlighted_evidence
          sequence: string
      - name: annotation_id
        dtype: string
      - name: worker_id
        dtype: string
  - name: figures_and_tables
    sequence:
    - name: caption
      dtype: string
    - name: file
      dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 57730105.362776026
    num_examples: 1000
  download_size: 27937783
  dataset_size: 57730105.362776026
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---