thearod5 commited on
Commit
9a0aad9
·
verified ·
1 Parent(s): e373ba4

Populating the dataset card with description and citation.

Browse files
Files changed (1) hide show
  1. README.md +36 -5
README.md CHANGED
@@ -1,11 +1,42 @@
1
  ---
2
  configs:
3
  - config_name: artifact_df
4
- data_files: "artifact_df.csv"
5
  - config_name: trace_df
6
- data_files: "trace_df.csv"
7
  - config_name: layer_df
8
- data_files: "layer_df.csv"
9
  - config_name: train
10
- data_files: "train.csv"
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  configs:
3
  - config_name: artifact_df
4
+ data_files: artifact_df.csv
5
  - config_name: trace_df
6
+ data_files: trace_df.csv
7
  - config_name: layer_df
8
+ data_files: layer_df.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
+ ```