Vahidhk80 commited on
Commit
85f4cc4
·
verified ·
1 Parent(s): d23fc7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +150 -365
README.md CHANGED
@@ -1,367 +1,152 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: url
5
- dtype: string
6
- - name: repository_url
7
- dtype: string
8
- - name: labels_url
9
- dtype: string
10
- - name: comments_url
11
- dtype: string
12
- - name: events_url
13
- dtype: string
14
- - name: html_url
15
- dtype: string
16
- - name: id
17
- dtype: int64
18
- - name: node_id
19
- dtype: string
20
- - name: number
21
- dtype: int64
22
- - name: title
23
- dtype: string
24
- - name: user
25
- struct:
26
- - name: login
27
- dtype: string
28
- - name: id
29
- dtype: int64
30
- - name: node_id
31
- dtype: string
32
- - name: avatar_url
33
- dtype: string
34
- - name: gravatar_id
35
- dtype: string
36
- - name: url
37
- dtype: string
38
- - name: html_url
39
- dtype: string
40
- - name: followers_url
41
- dtype: string
42
- - name: following_url
43
- dtype: string
44
- - name: gists_url
45
- dtype: string
46
- - name: starred_url
47
- dtype: string
48
- - name: subscriptions_url
49
- dtype: string
50
- - name: organizations_url
51
- dtype: string
52
- - name: repos_url
53
- dtype: string
54
- - name: events_url
55
- dtype: string
56
- - name: received_events_url
57
- dtype: string
58
- - name: type
59
- dtype: string
60
- - name: user_view_type
61
- dtype: string
62
- - name: site_admin
63
- dtype: bool
64
- - name: labels
65
- list:
66
- - name: id
67
- dtype: int64
68
- - name: node_id
69
- dtype: string
70
- - name: url
71
- dtype: string
72
- - name: name
73
- dtype: string
74
- - name: color
75
- dtype: string
76
- - name: default
77
- dtype: bool
78
- - name: description
79
- dtype: string
80
- - name: state
81
- dtype: string
82
- - name: locked
83
- dtype: bool
84
- - name: assignees
85
- list:
86
- - name: login
87
- dtype: string
88
- - name: id
89
- dtype: int64
90
- - name: node_id
91
- dtype: string
92
- - name: avatar_url
93
- dtype: string
94
- - name: gravatar_id
95
- dtype: string
96
- - name: url
97
- dtype: string
98
- - name: html_url
99
- dtype: string
100
- - name: followers_url
101
- dtype: string
102
- - name: following_url
103
- dtype: string
104
- - name: gists_url
105
- dtype: string
106
- - name: starred_url
107
- dtype: string
108
- - name: subscriptions_url
109
- dtype: string
110
- - name: organizations_url
111
- dtype: string
112
- - name: repos_url
113
- dtype: string
114
- - name: events_url
115
- dtype: string
116
- - name: received_events_url
117
- dtype: string
118
- - name: type
119
- dtype: string
120
- - name: user_view_type
121
- dtype: string
122
- - name: site_admin
123
- dtype: bool
124
- - name: milestone
125
- struct:
126
- - name: url
127
- dtype: string
128
- - name: html_url
129
- dtype: string
130
- - name: labels_url
131
- dtype: string
132
- - name: id
133
- dtype: int64
134
- - name: node_id
135
- dtype: string
136
- - name: number
137
- dtype: int64
138
- - name: title
139
- dtype: string
140
- - name: description
141
- dtype: string
142
- - name: creator
143
- struct:
144
- - name: login
145
- dtype: string
146
- - name: id
147
- dtype: int64
148
- - name: node_id
149
- dtype: string
150
- - name: avatar_url
151
- dtype: string
152
- - name: gravatar_id
153
- dtype: string
154
- - name: url
155
- dtype: string
156
- - name: html_url
157
- dtype: string
158
- - name: followers_url
159
- dtype: string
160
- - name: following_url
161
- dtype: string
162
- - name: gists_url
163
- dtype: string
164
- - name: starred_url
165
- dtype: string
166
- - name: subscriptions_url
167
- dtype: string
168
- - name: organizations_url
169
- dtype: string
170
- - name: repos_url
171
- dtype: string
172
- - name: events_url
173
- dtype: string
174
- - name: received_events_url
175
- dtype: string
176
- - name: type
177
- dtype: string
178
- - name: user_view_type
179
- dtype: string
180
- - name: site_admin
181
- dtype: bool
182
- - name: open_issues
183
- dtype: int64
184
- - name: closed_issues
185
- dtype: int64
186
- - name: state
187
- dtype: string
188
- - name: created_at
189
- dtype: timestamp[s]
190
- - name: updated_at
191
- dtype: timestamp[s]
192
- - name: due_on
193
- dtype: 'null'
194
- - name: closed_at
195
- dtype: 'null'
196
- - name: comments
197
- list: string
198
- - name: created_at
199
- dtype: timestamp[s]
200
- - name: updated_at
201
- dtype: timestamp[s]
202
- - name: closed_at
203
- dtype: timestamp[s]
204
- - name: assignee
205
- struct:
206
- - name: login
207
- dtype: string
208
- - name: id
209
- dtype: int64
210
- - name: node_id
211
- dtype: string
212
- - name: avatar_url
213
- dtype: string
214
- - name: gravatar_id
215
- dtype: string
216
- - name: url
217
- dtype: string
218
- - name: html_url
219
- dtype: string
220
- - name: followers_url
221
- dtype: string
222
- - name: following_url
223
- dtype: string
224
- - name: gists_url
225
- dtype: string
226
- - name: starred_url
227
- dtype: string
228
- - name: subscriptions_url
229
- dtype: string
230
- - name: organizations_url
231
- dtype: string
232
- - name: repos_url
233
- dtype: string
234
- - name: events_url
235
- dtype: string
236
- - name: received_events_url
237
- dtype: string
238
- - name: type
239
- dtype: string
240
- - name: user_view_type
241
- dtype: string
242
- - name: site_admin
243
- dtype: bool
244
- - name: author_association
245
- dtype: string
246
- - name: type
247
- dtype: 'null'
248
- - name: active_lock_reason
249
- dtype: 'null'
250
- - name: draft
251
- dtype: bool
252
- - name: pull_request
253
- struct:
254
- - name: url
255
- dtype: string
256
- - name: html_url
257
- dtype: string
258
- - name: diff_url
259
- dtype: string
260
- - name: patch_url
261
- dtype: string
262
- - name: merged_at
263
- dtype: timestamp[s]
264
- - name: body
265
- dtype: string
266
- - name: closed_by
267
- struct:
268
- - name: login
269
- dtype: string
270
- - name: id
271
- dtype: int64
272
- - name: node_id
273
- dtype: string
274
- - name: avatar_url
275
- dtype: string
276
- - name: gravatar_id
277
- dtype: string
278
- - name: url
279
- dtype: string
280
- - name: html_url
281
- dtype: string
282
- - name: followers_url
283
- dtype: string
284
- - name: following_url
285
- dtype: string
286
- - name: gists_url
287
- dtype: string
288
- - name: starred_url
289
- dtype: string
290
- - name: subscriptions_url
291
- dtype: string
292
- - name: organizations_url
293
- dtype: string
294
- - name: repos_url
295
- dtype: string
296
- - name: events_url
297
- dtype: string
298
- - name: received_events_url
299
- dtype: string
300
- - name: type
301
- dtype: string
302
- - name: user_view_type
303
- dtype: string
304
- - name: site_admin
305
- dtype: bool
306
- - name: reactions
307
- struct:
308
- - name: url
309
- dtype: string
310
- - name: total_count
311
- dtype: int64
312
- - name: '+1'
313
- dtype: int64
314
- - name: '-1'
315
- dtype: int64
316
- - name: laugh
317
- dtype: int64
318
- - name: hooray
319
- dtype: int64
320
- - name: confused
321
- dtype: int64
322
- - name: heart
323
- dtype: int64
324
- - name: rocket
325
- dtype: int64
326
- - name: eyes
327
- dtype: int64
328
- - name: timeline_url
329
- dtype: string
330
- - name: performed_via_github_app
331
- dtype: 'null'
332
- - name: state_reason
333
- dtype: string
334
- - name: sub_issues_summary
335
- struct:
336
- - name: total
337
- dtype: int64
338
- - name: completed
339
- dtype: int64
340
- - name: percent_completed
341
- dtype: int64
342
- - name: issue_dependencies_summary
343
- struct:
344
- - name: blocked_by
345
- dtype: int64
346
- - name: total_blocked_by
347
- dtype: int64
348
- - name: blocking
349
- dtype: int64
350
- - name: total_blocking
351
- dtype: int64
352
- - name: pinned_comment
353
- dtype: 'null'
354
- - name: is_pull_request
355
- dtype: bool
356
- splits:
357
- - name: train
358
- num_bytes: 36148813
359
- num_examples: 5000
360
- download_size: 29115375
361
- dataset_size: 36148813
362
- configs:
363
- - config_name: default
364
- data_files:
365
- - split: train
366
- path: data/train-*
367
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ task_categories:
4
+ - text-classification
5
+ - sentence-similarity
6
+ - feature-extraction
7
+ language:
8
+ - en
9
+ tags:
10
+ - github
11
+ - issues
12
+ - semantic-search
13
+ - text-data
14
+ - nlp
15
+ size_categories:
16
+ - 1K<n<10K
17
+ pretty_name: GitHub Issues Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
+
20
+ # Dataset Card for GitHub Issues Dataset
21
+
22
+ ## Dataset Description
23
+ This dataset contains raw GitHub issue records prepared for natural language processing tasks.
24
+
25
+ The dataset was created from GitHub issue data and includes text fields such as title, body, and comments. No major cleaning or filtering has been applied. In particular:
26
+
27
+ - Pull requests are NOT removed
28
+ - Missing or incomplete records are NOT removed
29
+ - The dataset reflects real-world, unclean data
30
+
31
+ A column named `is_pull_request` is included to indicate whether each record corresponds to a pull request or a standard issue.
32
+
33
+ The purpose of keeping the dataset in raw form is to allow preprocessing, cleaning, and feature engineering to be demonstrated as part of the analysis pipeline.
34
+
35
+ ## License
36
+
37
+ This dataset is derived from publicly available GitHub issue data.
38
+
39
+ The original content belongs to the respective repository owners and contributors.
40
+ This dataset is shared for educational and research purposes only.
41
+
42
+ Users must comply with GitHub Terms of Service and the licenses of the original repositories.
43
+
44
+ ## Dataset Structure
45
+
46
+ Each record represents one GitHub issue or pull request, including metadata, user information, and discussion content.
47
+
48
+ ### Data Fields
49
+
50
+ The dataset includes the following key fields:
51
+
52
+ #### Core Issue Information
53
+ - `id`: Unique identifier of the issue
54
+ - `number`: Issue number in the repository
55
+ - `title`: Title of the issue
56
+ - `body`: Main description text (may be empty)
57
+ - `state`: Status of the issue (open/closed)
58
+ - `locked`: Indicates if the issue is locked
59
+ - `comments`: List of comments associated with the issue
60
+
61
+ #### URLs and References
62
+ - `url`, `html_url`: API and web links to the issue
63
+ - `repository_url`: Link to the repository
64
+ - `comments_url`, `events_url`, `labels_url`: Related API endpoints
65
+
66
+ #### User Information
67
+ - `user`: Information about the issue creator (e.g., login, id)
68
+ - `assignee`: Assigned user (if available)
69
+ - `assignees`: List of assigned users
70
+ - `closed_by`: User who closed the issue
71
+
72
+ #### Labels and Tags
73
+ - `labels`: List of labels associated with the issue (name, color, description)
74
+
75
+ #### Time Information
76
+ - `created_at`: Issue creation timestamp
77
+ - `updated_at`: Last update timestamp
78
+ - `closed_at`: Issue closing timestamp
79
+
80
+ #### Pull Request Information
81
+ - `pull_request`: Contains pull request metadata if the record is a pull request
82
+ - `is_pull_request`: Boolean flag indicating whether the record is a pull request
83
+
84
+ #### Additional Metadata
85
+ - `milestone`: Milestone information (if available)
86
+ - `author_association`: Relationship of the author to the repository
87
+ - `reactions`: Reaction counts (likes, etc.)
88
+ - `timeline_url`: Timeline of issue events
89
+ - `state_reason`: Reason for closing (if available)
90
+
91
+ ## Data Preprocessing
92
+
93
+ This dataset is intentionally kept in raw format.
94
+
95
+ No major preprocessing steps such as removing missing values or filtering pull requests were applied.
96
+
97
+ However, a helper column (`is_pull_request`) was added to allow users to filter the dataset depending on their task.
98
+
99
+ Users of this dataset are expected to perform their own preprocessing steps, such as:
100
+
101
+ - Removing or handling missing values
102
+ - Filtering pull requests if needed
103
+ - Cleaning text data
104
+ - Combining fields (e.g., title + body + comments)
105
+
106
+ ## Intended Uses
107
+
108
+ This dataset is intended for educational and research purposes, particularly for:
109
+
110
+ - Natural Language Processing (NLP)
111
+ - Semantic search using embeddings (e.g., FAISS)
112
+ - Text similarity and clustering
113
+ - Feature extraction and data preprocessing exercises
114
+
115
+ The dataset is especially suitable for demonstrating data cleaning, feature engineering, and handling of raw, unstructured data.
116
+
117
+ ## Out-of-Scope Uses
118
+
119
+ This dataset should NOT be used for:
120
+
121
+ - Identifying or profiling individual GitHub users
122
+ - Making legal, financial, or employment decisions
123
+ - Training high-risk AI systems without proper data cleaning and validation
124
+ - Any use involving sensitive personal data without preprocessing and anonymisation
125
+
126
+ ## Limitations
127
+
128
+ - The dataset contains missing and incomplete text fields.
129
+ - Pull requests and issues are mixed together.
130
+ - Text data may include noise, informal language, or irrelevant content.
131
+ - Some records may not be useful without preprocessing.
132
+ - Public GitHub data may still contain unintended sensitive or personal information.
133
+
134
+ Because the dataset is raw, preprocessing is required before using it for machine learning tasks.
135
+
136
+ ## Ethical Considerations
137
+
138
+ Since this dataset is collected from public GitHub sources and kept in raw form:
139
+
140
+ - It may contain usernames or references to individuals
141
+ - It may include unintended sensitive information in issue text
142
+ - No automatic anonymisation has been applied
143
+
144
+ Users must review and clean the dataset before using it in any sensitive or production context.
145
+
146
+ Personal or sensitive information should be removed or masked where not necessary, in line with organisational AI and data governance policies.
147
+
148
+ ## Data Classification
149
+
150
+ This dataset is classified as **Internal/Public (educational use)**.
151
+
152
+ Although the original data is publicly available, the processed dataset should still be handled responsibly. Data classification and handling should follow organisational rules for confidentiality, integrity, and access control