NateLiang commited on
Commit
0e6b1cc
·
verified ·
1 Parent(s): 7e5123b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. SAWP-20/README.md +3 -3
SAWP-20/README.md CHANGED
@@ -1,11 +1,11 @@
1
  # SAWP-20 Benchmark Dataset
2
 
3
- This dataset contains 22 structural analysis problems with their corresponding ground truth schematics and simplified problem descriptions.
4
 
5
  ## Dataset Structure
6
 
7
  - `ground_truth/`: Contains 20 PNG images (schematic_01.png to schematic_20.png) showing the ground truth structural schematics
8
- - `problem_descriptions/`: Contains 22 text files (problem_1.txt to problem_22.txt) with simplified problem descriptions containing only the problem context
9
 
10
  ## Problem Description Format
11
 
@@ -26,4 +26,4 @@ This dataset is designed for benchmarking structural analysis code generation sy
26
  ## File Naming Convention
27
 
28
  - Ground truth images: `schematic_XX.png` where XX is the problem number (01-20)
29
- - Problem descriptions: `problem_X.txt` where X is the problem number (1-22)
 
1
  # SAWP-20 Benchmark Dataset
2
 
3
+ This dataset contains 20 structural analysis problems with their corresponding ground truth schematics and simplified problem descriptions.
4
 
5
  ## Dataset Structure
6
 
7
  - `ground_truth/`: Contains 20 PNG images (schematic_01.png to schematic_20.png) showing the ground truth structural schematics
8
+ - `problem_descriptions/`: Contains 20 text files (problem_1.txt to problem_20.txt) with simplified problem descriptions containing only the problem context
9
 
10
  ## Problem Description Format
11
 
 
26
  ## File Naming Convention
27
 
28
  - Ground truth images: `schematic_XX.png` where XX is the problem number (01-20)
29
+ - Problem descriptions: `problem_X.txt` where X is the problem number (1-20)