SocialGrep
commited on
Commit
•
b839414
1
Parent(s):
41e9805
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- lexyr
|
4 |
+
language_creators:
|
5 |
+
- crowdsourced
|
6 |
+
languages:
|
7 |
+
- en
|
8 |
+
licenses:
|
9 |
+
- cc-by-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 1M<n<10M
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
paperswithcode_id: null
|
17 |
+
---
|
18 |
+
|
19 |
+
# Dataset Card for the-reddit-nft-dataset
|
20 |
+
|
21 |
+
## Table of Contents
|
22 |
+
- [Dataset Description](#dataset-description)
|
23 |
+
- [Dataset Summary](#dataset-summary)
|
24 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
25 |
+
- [Languages](#languages)
|
26 |
+
- [Dataset Structure](#dataset-structure)
|
27 |
+
- [Data Instances](#data-instances)
|
28 |
+
- [Data Fields](#data-fields)
|
29 |
+
- [Data Splits](#data-splits)
|
30 |
+
- [Dataset Creation](#dataset-creation)
|
31 |
+
- [Curation Rationale](#curation-rationale)
|
32 |
+
- [Source Data](#source-data)
|
33 |
+
- [Annotations](#annotations)
|
34 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
35 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
36 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
37 |
+
- [Discussion of Biases](#discussion-of-biases)
|
38 |
+
- [Other Known Limitations](#other-known-limitations)
|
39 |
+
- [Additional Information](#additional-information)
|
40 |
+
- [Licensing Information](#licensing-information)
|
41 |
+
|
42 |
+
## Dataset Description
|
43 |
+
|
44 |
+
- **Homepage:** [https://socialgrep.com/datasets](https://socialgrep.com/datasets/the-reddit-nft-dataset?utm_source=huggingface&utm_medium=link&utm_campaign=theredditnftdataset)
|
45 |
+
- **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=theredditnftdataset)
|
46 |
+
|
47 |
+
### Dataset Summary
|
48 |
+
|
49 |
+
A comprehensive dataset of Reddit's NFT discussion.
|
50 |
+
|
51 |
+
|
52 |
+
### Languages
|
53 |
+
|
54 |
+
Mainly English.
|
55 |
+
|
56 |
+
## Dataset Structure
|
57 |
+
|
58 |
+
### Data Instances
|
59 |
+
|
60 |
+
A data point is a post or a comment. Due to the separate nature of the two, those exist in two different files - even though many fields are shared.
|
61 |
+
|
62 |
+
### Data Fields
|
63 |
+
|
64 |
+
- 'type': the type of the data point. Can be 'post' or 'comment'.
|
65 |
+
- 'id': the base-36 Reddit ID of the data point. Unique when combined with type.
|
66 |
+
- 'subreddit.id': the base-36 Reddit ID of the data point's host subreddit. Unique.
|
67 |
+
- 'subreddit.name': the human-readable name of the data point's host subreddit.
|
68 |
+
- 'subreddit.nsfw': a boolean marking the data point's host subreddit as NSFW or not.
|
69 |
+
- 'created_utc': a UTC timestamp for the data point.
|
70 |
+
- 'permalink': a reference link to the data point on Reddit.
|
71 |
+
- 'score': score of the data point on Reddit.
|
72 |
+
|
73 |
+
- 'domain': (Post only) the domain of the data point's link.
|
74 |
+
- 'url': (Post only) the destination of the data point's link, if any.
|
75 |
+
- 'selftext': (Post only) the self-text of the data point, if any.
|
76 |
+
- 'title': (Post only) the title of the post data point.
|
77 |
+
|
78 |
+
- 'body': (Comment only) the body of the comment data point.
|
79 |
+
- 'sentiment': (Comment only) the result of an in-house sentiment analysis pipeline. Used for exploratory analysis.
|
80 |
+
|
81 |
+
## Additional Information
|
82 |
+
|
83 |
+
### Licensing Information
|
84 |
+
|
85 |
+
CC-BY v4.0
|