Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
dataset_info:
|
4 |
- config_name: comments-2020
|
5 |
features:
|
@@ -209,3 +209,181 @@ configs:
|
|
209 |
- split: train
|
210 |
path: submissions-2020-to-2023/train-*
|
211 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
dataset_info:
|
4 |
- config_name: comments-2020
|
5 |
features:
|
|
|
209 |
- split: train
|
210 |
path: submissions-2020-to-2023/train-*
|
211 |
---
|
212 |
+
|
213 |
+
|
214 |
+
![iDRAMA-Scored-2024 Header](https://huggingface.co/datasets/iDRAMALab/iDRAMA-scored-2024/resolve/main/idrama-scored-2024-banner-orig.png?download=true)
|
215 |
+
|
216 |
+
# Dataset Summary
|
217 |
+
|
218 |
+
`iDRAMA-Scored-2024` is a large-scale dataset containing approximately 57 million social media posts from web communities on social media platform, Scored.
|
219 |
+
Scored serves as an alternative to Reddit, hosting banned fringe communities, for example, c/TheDonald, a prominent right-wing community, and c/GreatAwakening, a conspiratorial community.
|
220 |
+
This dataset contains 57M posts from over 950 communities collected over four years, and includes sentence embeddings for all posts.
|
221 |
+
|
222 |
+
- **Scored platform:** [Scored](https://scored.co)
|
223 |
+
- **Link to paper:** [Here](https://arxiv.org/abs/2405.10233)
|
224 |
+
- **License:** [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
|
225 |
+
|
226 |
+
| Repo-links | Purpose |
|
227 |
+
|:------|:--------------|
|
228 |
+
| [Zenodo](https://zenodo.org/records/10516043) | From Zenodo, researchers can download `lite` version of this dataset, which includes only 57M posts from Scored (not the sentence embeddings). |
|
229 |
+
| [Github](https://github.com/idramalab/iDRAMA-scored-2024) | The main repository of this dataset, where we provide code-snippets to get started with this dataset. |
|
230 |
+
| [Huggingface](https://hf.co/datasets/iDRAMALab/iDRAMA-scored-2024) | On Huggingface, we provide complete dataset with senetence embeddings. |
|
231 |
+
|
232 |
+
# Quick start with Datasets
|
233 |
+
|
234 |
+
Install `Datasets` module by `pip install datasets` and then use the following code:
|
235 |
+
|
236 |
+
```python
|
237 |
+
from datasets import load_dataset
|
238 |
+
|
239 |
+
# Download & Load complete dataset
|
240 |
+
dataset = load_dataset("iDRAMALab/iDRAMA-scored-2024")
|
241 |
+
|
242 |
+
# Load dataset with specific config
|
243 |
+
dataset = load_dataset("iDRAMALab/iDRAMA-scored-2024", name="comments-2020")
|
244 |
+
```
|
245 |
+
|
246 |
+
> More code-snippets to load the different variant of datasets efficiently are available on [Github](https://github.com/idramalab/iDRAMA-scored-2024) rpository.
|
247 |
+
|
248 |
+
# Dataset Info
|
249 |
+
|
250 |
+
Dataset is organized by yealry-comments and submissions -- comments-2020, comments-2021, comments-2022, comments-2023, submissions-2020-t0-2023.
|
251 |
+
|
252 |
+
<table style="width:50%">
|
253 |
+
<tr>
|
254 |
+
<th style="text-align:left">Config</th>
|
255 |
+
<th style="text-align:left">Data-points</th>
|
256 |
+
</tr>
|
257 |
+
<tr>
|
258 |
+
<td>comments-2020</td>
|
259 |
+
<td>12,774,203</td>
|
260 |
+
</tr>
|
261 |
+
<tr>
|
262 |
+
<td>comments-2021</td>
|
263 |
+
<td>16,097,941</td>
|
264 |
+
</tr>
|
265 |
+
<tr>
|
266 |
+
<td>comments-2022</td>
|
267 |
+
<td>12,730,301</td>
|
268 |
+
</tr>
|
269 |
+
<tr>
|
270 |
+
<td>comments-2023</td>
|
271 |
+
<td>8,919,159</td>
|
272 |
+
</tr>
|
273 |
+
<tr>
|
274 |
+
<td>submissions-2020-to-2023</td>
|
275 |
+
<td>6,293,980</td>
|
276 |
+
</tr>
|
277 |
+
</table>
|
278 |
+
|
279 |
+
<details>
|
280 |
+
<summary> <b> Top-15 communities in our dataset with total number of posts are shown as following: </b> </summary>
|
281 |
+
|
282 |
+
| Community | Number of posts |
|
283 |
+
|:------------|:---------------|
|
284 |
+
| c/TheDonald | 41,745,699 |
|
285 |
+
| c/GreatAwakening | 6,161,369 |
|
286 |
+
| c/IP2Always | 3,154,741 |
|
287 |
+
| c/ConsumeProduct | 2,263,060 |
|
288 |
+
| c/KotakuInAction2 | 747,215 |
|
289 |
+
| c/Conspiracies | 539,164 |
|
290 |
+
| c/Funny | 371,081 |
|
291 |
+
| c/NoNewNormal | 322,300 |
|
292 |
+
| c/OmegaCanada | 249,316 |
|
293 |
+
| c/Gaming | 181,469 |
|
294 |
+
| c/MGTOW | 175,853 |
|
295 |
+
| c/Christianity | 124,866 |
|
296 |
+
| c/Shithole | 98,720 |
|
297 |
+
| c/WSBets | 66,358 |
|
298 |
+
| c/AskWin | 39,308 |
|
299 |
+
|
300 |
+
</details>
|
301 |
+
<br>
|
302 |
+
|
303 |
+
<details>
|
304 |
+
<summary> <b> Submission data fields are as following: </b> </summary>
|
305 |
+
|
306 |
+
```yaml
|
307 |
+
- `uuid`: Unique identifier associated with each sub- mission (uuid).
|
308 |
+
- `created`: UTC timestamp of the submission posted to Scored platform.
|
309 |
+
- `date`: Date of the submission, converted from UTC timestamp while data curation.
|
310 |
+
- `author`: User of the submission. (Note -- We hash the userames for ethical considerations.)
|
311 |
+
- `community`: Name of the community in which the submission is posted to.
|
312 |
+
- `title`: Title of the submission.
|
313 |
+
- `raw_content`: Body of the submission.
|
314 |
+
- `embedding`: Generated embedding by combining "title" and "raw_content," with 512 dimensional vector with fp32-bit.
|
315 |
+
|
316 |
+
- `link`: URL if the submission is a link.
|
317 |
+
- `type`: Indicates whether the submission is text or a link.
|
318 |
+
- `domain`: Base domain if the submission is a link.
|
319 |
+
- `tweet_id`: Associated tweet id if the submission is a Twitter link.
|
320 |
+
- `video_link`: Associated video link if the submission is a video.
|
321 |
+
|
322 |
+
- `score`: Metric about the score of sample submission.
|
323 |
+
- `score_up`: Metric about the up-votes casted to sample submission.
|
324 |
+
- `score_down`: Metric about the down-votes casted to sample submission.
|
325 |
+
|
326 |
+
- `is_moderator`: Whether the submission is created by moderator or not.
|
327 |
+
- `is_nsfw`: True, if the submission is flagged not safe for work.
|
328 |
+
- `is_admin`: Boolean flag about whether the submission is posted by admin.
|
329 |
+
- `is_image`: Boolean flag if the submission is image type of media.
|
330 |
+
- `is_video`: Boolean flag if the submission is type of video.
|
331 |
+
- `is_twitter`: Boolean flag if the submission is a twitter (now, named as X) link.
|
332 |
+
- `is_deleted`: Whether the submission was deleted as a moderation measure or not. If yes, the "title" and "raw_content" could be empty string.
|
333 |
+
|
334 |
+
- `post_flair_text` & `post_flair_class`: Similar to Reddit submission flairs, which is a way to tag a submission with a certain keywords.
|
335 |
+
```
|
336 |
+
</details>
|
337 |
+
<br>
|
338 |
+
|
339 |
+
<details>
|
340 |
+
<summary> <b> Comments data fields are as following: </b> </summary>
|
341 |
+
|
342 |
+
```yaml
|
343 |
+
- `uuid`
|
344 |
+
- `date`
|
345 |
+
- `author`
|
346 |
+
- `community`
|
347 |
+
- `raw_content`
|
348 |
+
- `created`
|
349 |
+
- `embedding`
|
350 |
+
- `score`
|
351 |
+
- `score_up`
|
352 |
+
- `score_down`
|
353 |
+
- `is_moderator`
|
354 |
+
- `is_deleted`
|
355 |
+
|
356 |
+
Read more about the fields and methodology from the [paper](https://arxiv.org/abs/2405.10233).
|
357 |
+
```
|
358 |
+
</details>
|
359 |
+
<br>
|
360 |
+
|
361 |
+
# Version
|
362 |
+
|
363 |
+
- **Maintenance Status:** Active
|
364 |
+
- **Version Details:**
|
365 |
+
- *Current Version:* v1.0.0
|
366 |
+
- *First Release:* 05/16/2024
|
367 |
+
- *Last Update:* 05/16/2024
|
368 |
+
|
369 |
+
# Authorship
|
370 |
+
This dataset is published at "AAAI ICWSM 2024 (INTERNATIONAL AAAI CONFERENCE ON WEB AND SOCIAL MEDIA)" hosted at Buffalo, NY, USA.
|
371 |
+
|
372 |
+
- **Academic Organization:** [iDRAMA Lab](https://idrama.science/people/)
|
373 |
+
- **Affiliation:** Binghamton University, Boston University, University of California Riverside
|
374 |
+
|
375 |
+
# Licensing
|
376 |
+
This dataset is available for free to use under terms of the non-commercial license [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en).
|
377 |
+
|
378 |
+
# Citation
|
379 |
+
|
380 |
+
```bibtex
|
381 |
+
@misc{patel2024idramascored2024,
|
382 |
+
title={iDRAMA-Scored-2024: A Dataset of the Scored Social Media Platform from 2020 to 2023},
|
383 |
+
author={Jay Patel and Pujan Paudel and Emiliano De Cristofaro and Gianluca Stringhini and Jeremy Blackburn},
|
384 |
+
year={2024},
|
385 |
+
eprint={2405.10233},
|
386 |
+
archivePrefix={arXiv},
|
387 |
+
primaryClass={cs.SI}
|
388 |
+
}
|
389 |
+
```
|