Published March 8, 2022 | Version 2
Dataset Restricted

Data set of "Context-sensitive Requirements Search in Natural Language Specifications"

Authors/Creators

Description

We use this data set for the evaluation of our Context-sensitive Requirements Search approach. It contains three files and 15 searches.

 

Attribution

The foundation of this data set is PURE:
A. Ferrari, G. O. Spagnolo, and S. Gnesi. PURE: a Dataset of Public Requirements Documents. Version 1.0. Sept. 2018.
Available at: https://doi.org/10.5281/zenodo.1414117

The original data is licensed under Creative Commons Attribution 4.0 International

 

Annotations

  • Each of the provided files contains annotations that we created with Label Studio for the corresponding file of the PURE data set.
  • These annotations depict the search results of Plain Keyword Search (PKS) and the corresponding gold standard.
  • The following is an example of an annotation in the .json file:
{
    "id": "UnaxUjB6oY",
    "meta": { "text": ["0"] },
    "type": "labels",
    "value": {
        "end": "/text()[2]",
        "text": "speed",
        "start": "/text()[2]",
        "labels": ["speed: train speed profile"],
        "endOffset": 364,
        "startOffset": 359,
        "globalOffsets": { "end": 1403, "start": 1398 }
    },
    "origin": "manual",
    "to_name": "text",
    "from_name": "ner"
},

 

Important Json attributes to consider

Meta

We encode the relevance of each result in its metadata.

Example:

"meta": { "text": ["0"] },
  • 1 = relevant for this search and found by PKS
  • 0 = irrelevant for this search but found by PKS
  • -1 = relevant for this search and not found by PKS

 

Labels

This element is the search identifier we use in Label Studio. It corresponds to the table in the thesis that describes each search in detail.

Example:

"labels": ["speed: train speed profile"],

 

GlobalOffsets

"globalOffsets" describes the position of a label in the text.

Example:

"globalOffsets": { "end": 1403, "start": 1398 }

 

Files

Restricted

The record is publicly accessible, but files are restricted. Log in to check if you have access.

Request access

If you would like to request access to these files, please fill out the form below.

You need to satisfy these conditions in order for this request to be accepted:

This is the only solution we have found to allow access to our dataset via a private link. We do not want to make it publicly available yet, as we plan to publish it along with a paper at a research conference. If you need access to the data set due to my bachelor's thesis, please let me know, and I will provide it as quickly as possible. 

Thank you for your understanding.

You are currently not logged in. Do you have an account? Log in here

Additional details

References