Pooja Rani commited on
Commit
1576bbe
·
1 Parent(s): b491491

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -11
README.md CHANGED
@@ -30,7 +30,7 @@ task_ids:
30
  - multi-label-classification
31
  ---
32
 
33
- # Dataset Card for [Dataset Name]
34
 
35
  ## Table of Contents
36
  - [Table of Contents](#table-of-contents)
@@ -54,14 +54,13 @@ task_ids:
54
 
55
  ## Dataset Description
56
 
57
- - **Homepage: https://github.com/poojaruhal/RP-class-comment-classification**
58
- - **Repository: https://github.com/poojaruhal/RP-class-comment-classification**
59
- - **Paper: [Rani et al., JSS, 2021](https://doi.org/10.1016/j.jss.2021.111047)**
60
- - **Leaderboard:**
61
- - **Point of Contact: Pooja Rani (https://poojaruhal.github.io)**
62
 
63
  ### Dataset Summary
64
-
65
 
66
 
67
  ### Supported Tasks and Leaderboards
@@ -76,17 +75,43 @@ Java, Python, Smalltalk
76
 
77
  ### Data Instances
78
 
79
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  ### Data Fields
82
 
83
- class: class name
84
- comment: class comment
85
  categories: a category that sentence is classified to. It indicated a particular type of information.
86
 
87
  ### Data Splits
88
 
89
- [More Information Needed]
90
 
91
  ## Dataset Creation
92
 
 
30
  - multi-label-classification
31
  ---
32
 
33
+ # Dataset Card for Code Comment Classification
34
 
35
  ## Table of Contents
36
  - [Table of Contents](#table-of-contents)
 
54
 
55
  ## Dataset Description
56
 
57
+ - **Homepage:**https://github.com/poojaruhal/RP-class-comment-classification
58
+ - **Repository:**https://github.com/poojaruhal/RP-class-comment-classification
59
+ - **Paper: https:**//doi.org/10.1016/j.jss.2021.111047
60
+ - **Point of Contact:** Pooja Rani (https://poojaruhal.github.io)
 
61
 
62
  ### Dataset Summary
63
+ The dataset contains class comments extracted from various big and diverse open-source projects of three programming languages Java, Smalltalk, and Python.
64
 
65
 
66
  ### Supported Tasks and Leaderboards
 
75
 
76
  ### Data Instances
77
 
78
+ {
79
+ "class" : "Absy.java"
80
+ "comment":"* Azure Blob File System implementation of AbstractFileSystem. * This impl delegates to the old FileSystem"
81
+ "summary: "Azure Blob File System implementation of AbstractFileSystem."
82
+ "expand": "This impl delegates to the old FileSystem"
83
+ "rational":""
84
+ "deprecation":""
85
+ "usage":""
86
+ "exception":""
87
+ "todo":""
88
+ "incomplete":""
89
+ "commentedcode":""
90
+ "directive":""
91
+ "formatter":""
92
+ "license":""
93
+ "ownership":""
94
+ "pointer":""
95
+ "autogenerated":""
96
+ "noise":""
97
+ "warning":""
98
+ "recommendation":""
99
+ "precondition":""
100
+ "codingGuidelines":""
101
+ "extension":""
102
+ "subclassexplnation":""
103
+ "observation":""
104
+ }
105
 
106
  ### Data Fields
107
 
108
+ class: name of the class with the language extension
109
+ comment: class comment of the class
110
  categories: a category that sentence is classified to. It indicated a particular type of information.
111
 
112
  ### Data Splits
113
 
114
+ 10-fold cross validation
115
 
116
  ## Dataset Creation
117