File size: 1,015 Bytes
7e89c38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
configs:
- config_name: 3gpp_tsg
  data_files:
  - split: test
    path: 3gpp_tsg_v2_custom.json
- config_name: telelogs
  data_files:
  - split: test
    path: telelogs_v2_custom.json
- config_name: telemath
  data_files:
  - split: test
    path: telemath_v2_custom.json
- config_name: teleqna
  data_files:
  - split: test
    path: teleqna_v2_custom.json
- config_name: teleyaml
  data_files:
  - split: test
    path: teleyaml_v2_custom.json
dataset_info:
  config_name: teletables
  features:
  - name: question
    dtype: string
  - name: choices
    list: string
  - name: answer
    dtype: int64
  - name: explanation
    dtype: string
  - name: difficult
    dtype: bool
  - name: table_id
    dtype: string
  - name: table_title
    dtype: string
  - name: document_id
    dtype: string
  - name: document_title
    dtype: string
  - name: document_url
    dtype: string
  splits:
  - name: test
    num_bytes: 77591
    num_examples: 100
  download_size: 34349
  dataset_size: 77591
---