wylong commited on
Commit
f4f9160
·
verified ·
1 Parent(s): 8d76427

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -10,11 +10,37 @@ dataset_info:
10
  - name: test
11
  num_bytes: 67300
12
  num_examples: 10023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  configs:
14
  - config_name: SimCat-TASLP2018
15
  data_files:
16
  - split: test
17
  path: SimCat-TASLP2018/test.*
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # Dataset Card for MMPLU
 
10
  - name: test
11
  num_bytes: 67300
12
  num_examples: 10023
13
+ - config_name: WS-TIST2002
14
+ features:
15
+ - name: word1
16
+ dtype: string
17
+ - name: word2
18
+ dtype: string
19
+ - name: relevance
20
+ dtype: float
21
+ splits:
22
+ - name: ALL
23
+ num_bytes: 0
24
+ num_examples: 353
25
+ - name: REL
26
+ num_bytes: 0
27
+ num_examples: 252
28
+ - name: SIM
29
+ num_bytes: 0
30
+ num_examples: 203
31
  configs:
32
  - config_name: SimCat-TASLP2018
33
  data_files:
34
  - split: test
35
  path: SimCat-TASLP2018/test.*
36
+ - config_name: WS-TIST2002
37
+ data_files:
38
+ - split: ALL
39
+ path: WS-TIST2002/ALL.*
40
+ - split: REL
41
+ path: WS-TIST2002/REL.*
42
+ - split: SIM
43
+ path: WS-TIST2002/SIM.*
44
  ---
45
 
46
  # Dataset Card for MMPLU