PeterJinGo commited on
Commit
6643f26
1 Parent(s): 5420994

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -10
README.md CHANGED
@@ -16,23 +16,41 @@ configs:
16
  - split: test
17
  path: "amazon.json"
18
  - config_name: medicine
19
- data_files: "medicine.json"
 
 
20
  - config_name: physics
21
- data_files: "physics.json"
 
 
22
  - config_name: biology
23
- data_files: "biology.json"
 
 
24
  - config_name: chemistry
25
- data_files: "chemistry.json"
 
 
26
  - config_name: computer_science
27
- data_files: "cs.json"
 
 
28
  - config_name: healthcare
29
- data_files: "healthcare.json"
 
 
30
  - config_name: legal
31
- data_files: "legal.json"
 
 
32
  - config_name: literature
33
- data_files: "literature.json"
 
 
34
  - config_name: material_science
35
- data_files: "material_science.json"
 
 
36
  ---
37
  # GRBench
38
 
@@ -90,7 +108,7 @@ dataset = load_dataset("PeterJinGo/GRBench")
90
 
91
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
92
 
93
- Information of how the graph file looks like can be found here: https://github.com/PeterGriffinJin/Graph-CoT/tree/main/data.
94
 
95
 
96
 
 
16
  - split: test
17
  path: "amazon.json"
18
  - config_name: medicine
19
+ data_files:
20
+ - split: test
21
+ path: "medicine.json"
22
  - config_name: physics
23
+ data_files:
24
+ - split: test
25
+ path: "physics.json"
26
  - config_name: biology
27
+ data_files:
28
+ - split: test
29
+ path: "biology.json"
30
  - config_name: chemistry
31
+ data_files:
32
+ - split: test
33
+ path: "chemistry.json"
34
  - config_name: computer_science
35
+ data_files:
36
+ - split: test
37
+ path: "cs.json"
38
  - config_name: healthcare
39
+ data_files:
40
+ - split: test
41
+ path: "healthcare.json"
42
  - config_name: legal
43
+ data_files:
44
+ - split: test
45
+ path: "legal.json"
46
  - config_name: literature
47
+ data_files:
48
+ - split: test
49
+ path: "literature.json"
50
  - config_name: material_science
51
+ data_files:
52
+ - split: test
53
+ path: "material_science.json"
54
  ---
55
  # GRBench
56
 
 
108
 
109
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
110
 
111
+ Information on how the graph file looks can be found here: https://github.com/PeterGriffinJin/Graph-CoT/tree/main/data.
112
 
113
 
114