Code-TREAT commited on
Commit
368ff4b
·
verified ·
1 Parent(s): 3655fd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -9,7 +9,12 @@ configs:
9
  path:
10
  - data/symprompt_supp.parquet
11
  ---
12
- ⚠️ Note: The dataset symprompt_supp is not created by us. We only supplemented this dataset with additional branch-level metadata (e.g., has_branch, total_branches) to enable coverage testing. For this reason, we release it under the name <bench>_supp rather than as a new version.
 
 
 
 
 
13
  It originates from the paper:
14
  Code-Aware Prompting: A Study of Coverage Guided Test Generation in Regression Setting using LLM
15
  — Gabriel Ryan, Siddhartha Jain, Mingyue Shang, Shiqi Wang, Xiaofei Ma, Murali Krishna Ramanathan, Baishakhi Ray.
 
9
  path:
10
  - data/symprompt_supp.parquet
11
  ---
12
+ ⚠️ Note: The dataset symprompt_supp is not created by us. We only supplemented this dataset with additional branch-level metadata (e.g., has_branch, total_branches) to enable coverage testing.
13
+
14
+ For this reason, we release it under the name <bench>_supp rather than as a new version.
15
+
16
+ This helps users keep their workflows clean when determining whether branches exist, simplifying branch coverage calculation.
17
+
18
  It originates from the paper:
19
  Code-Aware Prompting: A Study of Coverage Guided Test Generation in Regression Setting using LLM
20
  — Gabriel Ryan, Siddhartha Jain, Mingyue Shang, Shiqi Wang, Xiaofei Ma, Murali Krishna Ramanathan, Baishakhi Ray.