Update files from the datasets library (from 1.17.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.17.0
README.md
CHANGED
@@ -19,9 +19,10 @@ task_ids:
|
|
19 |
- abstractive-qa
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: null
|
|
|
22 |
---
|
23 |
|
24 |
-
# Dataset Card for
|
25 |
|
26 |
## Table of Contents
|
27 |
- [Dataset Description](#dataset-description)
|
@@ -57,9 +58,9 @@ Dataset with the text of 10% of questions and answers from the Stack Overflow pr
|
|
57 |
|
58 |
This is organized as three tables:
|
59 |
|
60 |
-
Questions contains the title, body, creation date, closed date (if applicable), score, and owner ID for all non-deleted Stack Overflow questions whose Id is a multiple of 10.
|
61 |
-
Answers contains the body, creation date, score, and owner ID for each of the answers to these questions. The ParentId column links back to the Questions table.
|
62 |
-
Tags contains the tags on each of these questions.
|
63 |
|
64 |
### Supported Tasks and Leaderboards
|
65 |
|
@@ -108,8 +109,6 @@ For Answers:
|
|
108 |
}
|
109 |
```
|
110 |
|
111 |
-
|
112 |
-
|
113 |
For Questions:
|
114 |
```
|
115 |
{
|
@@ -183,6 +182,13 @@ For Tags:
|
|
183 |
- `Id`: ID of the Question the tag belongs to.
|
184 |
- `Tag`: The tag name.
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
## Dataset Creation
|
187 |
|
188 |
### Curation Rationale
|
@@ -199,6 +205,16 @@ Datasets of all R questions and all Python questions are also available on Kaggl
|
|
199 |
|
200 |
StackOverflow Users.
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
### Personal and Sensitive Information
|
203 |
|
204 |
This data contains information that can identify individual users of StackOverflow. The information is self-reported.
|
@@ -209,7 +225,7 @@ This data contains information that can identify individual users of StackOverfl
|
|
209 |
|
210 |
### Social Impact of Dataset
|
211 |
|
212 |
-
StackOverflow answers are not
|
213 |
|
214 |
[Needs More Information]
|
215 |
|
@@ -231,6 +247,10 @@ StackOverflow answers are not guarenteed to be safe, secure, or correct. Some an
|
|
231 |
|
232 |
All Stack Overflow user contributions are licensed under CC-BY-SA 3.0 with attribution required.
|
233 |
|
|
|
|
|
|
|
|
|
234 |
### Contributions
|
235 |
|
236 |
Thanks to [@ncoop57](https://github.com/ncoop57) for adding this dataset.
|
|
|
19 |
- abstractive-qa
|
20 |
- open-domain-qa
|
21 |
paperswithcode_id: null
|
22 |
+
pretty_name: SO StackSample
|
23 |
---
|
24 |
|
25 |
+
# Dataset Card for SO StackSample
|
26 |
|
27 |
## Table of Contents
|
28 |
- [Dataset Description](#dataset-description)
|
|
|
58 |
|
59 |
This is organized as three tables:
|
60 |
|
61 |
+
Questions table contains the title, body, creation date, closed date (if applicable), score, and owner ID for all non-deleted Stack Overflow questions whose Id is a multiple of 10.
|
62 |
+
Answers table contains the body, creation date, score, and owner ID for each of the answers to these questions. The ParentId column links back to the Questions table.
|
63 |
+
Tags table contains the tags on each of these questions.
|
64 |
|
65 |
### Supported Tasks and Leaderboards
|
66 |
|
|
|
109 |
}
|
110 |
```
|
111 |
|
|
|
|
|
112 |
For Questions:
|
113 |
```
|
114 |
{
|
|
|
182 |
- `Id`: ID of the Question the tag belongs to.
|
183 |
- `Tag`: The tag name.
|
184 |
|
185 |
+
### Data Splits
|
186 |
+
|
187 |
+
The dataset has 3 splits:
|
188 |
+
- `Answers`
|
189 |
+
- `Questions`
|
190 |
+
- `Tags`
|
191 |
+
|
192 |
## Dataset Creation
|
193 |
|
194 |
### Curation Rationale
|
|
|
205 |
|
206 |
StackOverflow Users.
|
207 |
|
208 |
+
### Annotations
|
209 |
+
|
210 |
+
#### Annotation process
|
211 |
+
|
212 |
+
[More Information Needed]
|
213 |
+
|
214 |
+
#### Who are the annotators?
|
215 |
+
|
216 |
+
[More Information Needed]
|
217 |
+
|
218 |
### Personal and Sensitive Information
|
219 |
|
220 |
This data contains information that can identify individual users of StackOverflow. The information is self-reported.
|
|
|
225 |
|
226 |
### Social Impact of Dataset
|
227 |
|
228 |
+
StackOverflow answers are not guaranteed to be safe, secure, or correct. Some answers may purposefully be insecure as is done in this https://stackoverflow.com/a/35571883/5768407 answer from user [`zys`](https://stackoverflow.com/users/5259310/zys), where they show a solution to purposefully bypass Google Play store security checks. Such answers can lead to biased models that use this data and can further propogate unsafe and insecure programming practices.
|
229 |
|
230 |
[Needs More Information]
|
231 |
|
|
|
247 |
|
248 |
All Stack Overflow user contributions are licensed under CC-BY-SA 3.0 with attribution required.
|
249 |
|
250 |
+
### Citation Information
|
251 |
+
|
252 |
+
The content is from Stack Overflow.
|
253 |
+
|
254 |
### Contributions
|
255 |
|
256 |
Thanks to [@ncoop57](https://github.com/ncoop57) for adding this dataset.
|