--- configs: - config_name: artifacts data_files: artifacts.csv - config_name: traces data_files: traces.csv - config_name: matrices data_files: matrices.csv - config_name: train data_files: train.csv language: - en license: mit pretty_name: Event Based Traceability task_categories: - sentence-similarity - text-classification tags: - software traceability size_categories: - n<1K --- # Overview 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. [Source Files](http://sarec.nd.edu/coest/datasets.html) # Format The following files contains three datasets: - artifacts: Contains all software artifacts including their ID and content. - traces: Contains list of positive trace links established in the project. - matrices: Details the artifacts types containing traces (e.g. requirements -> test cases) - train: Contains a dataset ready for training with each row containing source and target artifact content alongside the label between the artifacts. ### Citation Information ``` @ARTICLE{1232285, author={Cleland-Huang, J. and Chang, C.K. and Christensen, M.}, journal={IEEE Transactions on Software Engineering}, title={Event-based traceability for managing evolutionary change}, year={2003}, volume={29}, number={9}, pages={796-810}, keywords={Software maintenance;Software systems;Maintenance engineering;Control systems;Computer science;Computer Society;Project management;Software testing;System testing;Software engineering}, doi={10.1109/TSE.2003.1232285}} ```