Skip to content

Commit 4637030

Browse files
authored
Update README.md
1 parent 7d3d8f6 commit 4637030

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

SRDD/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ Welcome to SRDD (Software Requirement Description Dataset), a large prompted dat
1313
- Category of this software
1414
- Details
1515
- check.csv # Check Results
16+
- The check csv file contains 14 columns, which are:
17+
- SoftwareCategory
18+
- SoftwareName
19+
- SoftwareDescription
20+
- Whether Obey Rule 1/2/3/4/5
21+
- Reason For Obeying(or not Obeying) Rule 1/2/3/4/5
22+
- Count of Rules Obeyed
23+
- The 5 rules are designed to make sure the generated software descriptions are clear to follow and easy to evaluate. Specifically, the 5 rules are:
24+
- Describe the primary function of this software, emphasizing its simplicity, commonality, and feasibility in implementation.
25+
- Craft a clear and comprehensive description that encapsulates all the essential information required to define the software's fundamental functionality.
26+
- Specify that the software does not require internet access, highlighting its self-contained nature.
27+
- This software can be realized without relying on real-world data sources.
28+
- Highlight the software's user-friendliness, emphasizing that it can be operated by a single individual and does not necessitate multiple users for testing, in contrast to online chat software.
1629
- data_ChatDev_format.sh # Data, in the format of executable shell scripts (in ChatDev)
1730
- data_attribute_format.csv # Data, in the format of csv, containing three columns, Name/Description/Category
1831
## Category

0 commit comments

Comments
 (0)