Data set of "Context-sensitive Requirements Search in Natural Language Specifications"
收藏Zenodo2022-03-07 更新2026-05-25 收录
下载链接:
https://zenodo.org/record/6299138
下载链接
链接失效反馈官方服务:
资源简介:
We use this data set for the evaluation of our Context-sensitive Requirements Search approach. It contains three files and 15 searches. <strong>Attribution</strong> The foundation of this data set is PURE:<br> A. Ferrari, G. O. Spagnolo, and S. Gnesi. <em>PURE: a Dataset of Public Requirements Documents</em>. Version 1.0. Sept. 2018.<br> Available at: https://doi.org/10.5281/zenodo.1414117 The original data is licensed under Creative Commons Attribution 4.0 International <strong>Annotations</strong> 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: <pre><code class="language-json">{ "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" },</code></pre> <strong>Important Json attributes to consider</strong> <strong>Meta</strong> We encode the relevance of each result in its metadata. <em>Example:</em> <pre><code class="language-json">"meta": { "text": ["0"] },</code></pre> 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 <strong>Labels</strong> 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. <em>Example:</em> <pre><code class="language-json">"labels": ["speed: train speed profile"],</code></pre> <strong>GlobalOffsets</strong> "globalOffsets" describes the position of a label in the text. <em>Example:</em> <pre><code class="language-json">"globalOffsets": { "end": 1403, "start": 1398 }</code></pre>
提供机构:
Zenodo创建时间:
2022-02-26



