Adding basic information to model card
Browse filesadding license, citation, language, tasks, and small description
README.md
CHANGED
@@ -8,5 +8,41 @@ configs:
|
|
8 |
data_files: matrices.csv
|
9 |
- config_name: train
|
10 |
data_files: train.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
data_files: matrices.csv
|
9 |
- config_name: train
|
10 |
data_files: train.csv
|
11 |
+
license: mit
|
12 |
+
task_categories:
|
13 |
+
- text-classification
|
14 |
+
- sentence-similarity
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
tags:
|
18 |
+
- software traceability
|
19 |
+
size_categories:
|
20 |
+
- 1K<n<10K
|
21 |
+
---
|
22 |
+
# Overview
|
23 |
+
Data is provided courtesy of NASA collated by Jane Huffman Hayes.
|
24 |
+
Please reference the following paper if you use this dataset:
|
25 |
+
|
26 |
+
Jane Huffman Hayes, Alex Dekhtyar, Senthil Karthikeyan Sundaram:
|
27 |
+
Advancing Candidate Link Generation for Requirements Tracing: The Study of Methods. IEEE Trans. Software Eng. 32(1): 4-19 (2006)
|
28 |
|
29 |
+
### Citation Information
|
30 |
+
```
|
31 |
+
@article{DBLP:journals/tse/HayesDS06,
|
32 |
+
author = {Jane Huffman Hayes and
|
33 |
+
Alex Dekhtyar and
|
34 |
+
Senthil Karthikeyan Sundaram},
|
35 |
+
title = {Advancing Candidate Link Generation for Requirements Tracing: The
|
36 |
+
Study of Methods},
|
37 |
+
journal = {{IEEE} Trans. Software Eng.},
|
38 |
+
volume = {32},
|
39 |
+
number = {1},
|
40 |
+
pages = {4--19},
|
41 |
+
year = {2006},
|
42 |
+
url = {http://dx.doi.org/10.1109/TSE.2006.3},
|
43 |
+
doi = {10.1109/TSE.2006.3},
|
44 |
+
timestamp = {Thu, 10 Dec 2015 11:33:20 +0100},
|
45 |
+
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tse/HayesDS06},
|
46 |
+
bibsource = {dblp computer science bibliography, http://dblp.org}
|
47 |
+
}
|
48 |
+
```
|