KaraKaraWitch commited on
Commit
b841b0c
1 Parent(s): dafe3b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +164 -0
README.md CHANGED
@@ -1,3 +1,167 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-classification
5
+ - text-generation
6
+ - text-to-image
7
+ - text-to-video
8
+ language:
9
+ - ja
10
+ pretty_name: MissingKeys
11
  ---
12
+
13
+ # Dataset Card for MissingKeys
14
+
15
+ ## Dataset Description
16
+
17
+ - **Homepage:**
18
+ - **Repository:**
19
+ - **Paper:**
20
+ - **Leaderboard:**
21
+ - **Point of Contact:**
22
+
23
+ ### Dataset Summary
24
+
25
+ MissingKeys is a raw dataset archive of the misskey.io network.
26
+
27
+ ### Supported Tasks and Leaderboards
28
+
29
+ This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.
30
+
31
+ - text-classification
32
+ - text-generation
33
+
34
+ ### Languages
35
+
36
+ Primarily japanese, however there are also english as well.
37
+
38
+ ## Dataset Structure
39
+
40
+ All the files are located in jsonl files that has been compressed into .7z archives by date.
41
+
42
+ ### Data Instances
43
+
44
+ Here is a sample with all the potential fields:
45
+
46
+ ```json
47
+ {
48
+ "id": "9hh9iux6al",
49
+ "createdAt": "2023-07-22T07:38:17.994Z",
50
+ "userId": "9grv7htulz",
51
+ "user": {
52
+ "uid": "9grv7htulz#chikusa_nao@misskey.backspace.fm",
53
+ "name": "千種ナオ(ばすキー)",
54
+ "avatarUrl": "https://proxy.misskeyusercontent.com/avatar.webp?url=https%3A%2F%2Fs3.isk01.sakurastorage.jp%2Fbackspacekey%2Fmisskey%2Fca098593-5c2f-4488-8b82-18961149cf92.png&avatar=1",
55
+ "avatarBlurhash": "eGD8ztEK0KVb-=4TtSXm-jf4B7Vs~CEND*Fy%2Mct7%Lx.M{xcS0bv",
56
+ "states": "bot,nyaa~",
57
+ "hostInfo": "misskey@13.13.2#e4d440"
58
+ "emojis": {},
59
+ "onlineStatus": "unknown"
60
+ },
61
+ "text": "パソコン工房などのユニットコム系列だと、マザボ売るときにドライバディスクがないと30%買取金額が下がるという知見を得た",
62
+ "cw": null,
63
+ "visibility": "public",
64
+ "localOnly": false,
65
+ "renoteCount": 0,
66
+ "repliesCount": 0,
67
+ "reactions": {},
68
+ "reactionEmojis": {},
69
+ "emojis": {},
70
+ "fileIds": [],
71
+ "files": [],
72
+ "replyId": null,
73
+ "renoteId": null,
74
+ "uri": "https://misskey.backspace.fm/notes/9hh9iux6p7"
75
+ }
76
+ ```
77
+
78
+ If the value is "Falsey" in python, it has been removed to save on space.
79
+
80
+ `states` is a comma seperated string that either includes: `bot` or `nyaa~` (Indicates they enabled cat mode) or both.
81
+
82
+ ### Data Fields
83
+
84
+ Refer to the sample above. I'll drop in some additional notes:
85
+
86
+ `uid` in `user` follows this specific format:
87
+
88
+ `user_id#username@user_host`
89
+
90
+ ### Data Splits
91
+
92
+ Each jsonl file is split at 100000 notes.
93
+
94
+ ## Dataset Creation
95
+
96
+ ### Curation Rationale
97
+
98
+ Because we need a SNS dataset, and since twitter appears to be quite reluctant, we went for the alternative.
99
+
100
+ ### Source Data
101
+
102
+ #### Initial Data Collection and Normalization
103
+
104
+ None. No normalization is performed as this is a raw dump of the dataset. However we have removed empty and null fields to conserve on space.
105
+
106
+ #### Who are the source language producers?
107
+
108
+ The related users of misskey.io network.
109
+
110
+ ### Annotations
111
+
112
+ #### Annotation process
113
+
114
+ No Annotations are present.
115
+
116
+ #### Who are the annotators?
117
+
118
+ No human annotators.
119
+
120
+ ### Personal and Sensitive Information
121
+
122
+ We are certain there is no PII included in the dataset.
123
+
124
+ ## Considerations for Using the Data
125
+
126
+ ### Social Impact of Dataset
127
+
128
+ [More Information Needed]
129
+
130
+ ### Discussion of Biases
131
+
132
+ Misskey.io tends to be NSFW for images and is focused on Japanese culture.
133
+
134
+ ### Other Known Limitations
135
+
136
+ N/A
137
+
138
+ ## Additional Information
139
+
140
+ ### Dataset Curators
141
+
142
+ KaraKaraWitch
143
+
144
+ ### Licensing Information
145
+
146
+ Apache 2.0, for all parts of which KaraKaraWitch may be considered authors. All other material is distributed under fair use principles.
147
+
148
+ Ronsor Labs additionally is allowed to relicense the dataset as long as it has gone through processing.
149
+
150
+ ### Citation Information
151
+
152
+ ```
153
+ @misc{missingkeys,
154
+ title = {MissingKeys: A SNS dataset on misskey.io network},
155
+ author = {KaraKaraWitch},
156
+ year = {2023},
157
+ howpublished = {\url{https://huggingface.co/datasets/RyokoExtra/MissingKeys}},
158
+ }
159
+ ```
160
+
161
+ ### Name Etymology
162
+
163
+ N/A
164
+
165
+ ### Contributions
166
+
167
+ - [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset.