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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -9,10 +9,8 @@ configs:
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.
 
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.
16