Code-TREAT commited on
Commit
e2e9cb1
·
verified ·
1 Parent(s): e1b8797

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ viewer: true
4
+ configs:
5
+ - config_name: default
6
+ default: true
7
+ data_files:
8
+ - split: test
9
+ path:
10
+ - data/symprompt_supp.parquet
11
+ ---
12
+ ⚠️ Note: The dataset Code-TREAT/unit_test_generation
13
+ is not created by us.
14
+ It originates from the paper:
15
+ Code-Aware Prompting: A Study of Coverage Guided Test Generation in Regression Setting using LLM
16
+ — Gabriel Ryan, Siddhartha Jain, Mingyue Shang, Shiqi Wang, Xiaofei Ma, Murali Krishna Ramanathan, Baishakhi Ray.
17
+
18
+ We only supplemented this dataset with additional branch-level metadata (e.g., has_branch) to enable coverage testing. For this reason, we release it under the name <bench>_supp rather than as a new version.