thearod5 commited on
Commit
46f39ec
·
verified ·
1 Parent(s): ef53496

Re-adding content due to bug in script

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -8,4 +8,35 @@ configs:
8
  data_files: "matrices.csv"
9
  - config_name: train
10
  data_files: "train.csv"
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  data_files: "matrices.csv"
9
  - config_name: train
10
  data_files: "train.csv"
11
+ license: mit
12
+ language:
13
+ - en
14
+ pretty_name: Event Based Traceability
15
+ ---
16
+ # Overview
17
+ The following dataset contains the software artifacts used to evaluate the accuracy of traceability algorithms. It contains requirements, test cases, and source code with links established between requirements to code and requirements to test cases.
18
+
19
+ [Source Files](http://sarec.nd.edu/coest/datasets.html)
20
+
21
+ # Format
22
+ The following files contains three datasets:
23
+
24
+ - artifacts: Contains all software artifacts including their ID and content.
25
+ - traces: Contains list of positive trace links established in the project.
26
+ - matrices: Details the artifacts types containing traces (e.g. requirements -> test cases)
27
+ - train: Contains a dataset ready for training with each row containing source and target artifact content alongside the label between the artifacts.
28
+
29
+
30
+ ### Citation Information
31
+ ```
32
+ @ARTICLE{1232285,
33
+ author={Cleland-Huang, J. and Chang, C.K. and Christensen, M.},
34
+ journal={IEEE Transactions on Software Engineering},
35
+ title={Event-based traceability for managing evolutionary change},
36
+ year={2003},
37
+ volume={29},
38
+ number={9},
39
+ pages={796-810},
40
+ keywords={Software maintenance;Software systems;Maintenance engineering;Control systems;Computer science;Computer Society;Project management;Software testing;System testing;Software engineering},
41
+ doi={10.1109/TSE.2003.1232285}}
42
+ ```