File size: 4,573 Bytes
9c1918a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b311791
 
 
 
 
 
9c1918a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
---
license: apache-2.0
task_categories:
- text-classification
- text-generation
- text-to-image
- text-to-video
language:
- ja
pretty_name: MissingKeys
configs:
  - config_name: default
    default: true
    data_files:
      - split: all
        path:
          - 'data/*/*.jsonl'
---


  
# CURRENTLY OFFLINE

This is old code + hosted on a VM which I accidentally filled the storage with.

# Dataset Card for misskey.io

*NOTE:* Looks familiar? Because it is!  
We have moved from `RyokoExtra/MissingKeys` -> `WitchesSocialStream/misskey.io`

## Dataset Description

- **Homepage:** Here!
- **Repository:** N/A
- **Paper:** N/A
- **Leaderboard:** N/A
- **Point of Contact:** KaraKaraWitch

### Dataset Summary

MissingKeys (Or this specific dataset) is a raw dataset archive of the misskey.io network.

### Supported Tasks and Leaderboards

This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.

- text-classification
- text-generation

### Languages

Primarily japanese, however there are also english as well.

## Dataset Structure

All the files are located in jsonl files that has been compressed into .7z archives by date.

### Data Instances

Here is a sample with all the potential fields:

```json
{
    "id": "9hh9iux6al",
    "createdAt": "2023-07-22T07:38:17.994Z",
    "userId": "9grv7htulz",
    "user": {
        "uid": "9grv7htulz#[email protected]",
        "name": "千種ナオ(ばすキー)",
        "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",
        "avatarBlurhash": "eGD8ztEK0KVb-=4TtSXm-jf4B7Vs~CEND*Fy%2Mct7%Lx.M{xcS0bv",
        "states": "bot,nyaa~",
        "hostInfo": "[email protected]#e4d440"
        "emojis": {},
        "onlineStatus": "unknown"
    },
    "text": "パソコン工房などのユニットコム系列だと、マザボ売るときにドライバディスクがないと30%買取金額が下がるという知見を得た",
    "cw": null,
    "visibility": "public",
    "localOnly": false,
    "renoteCount": 0,
    "repliesCount": 0,
    "reactions": {},
    "reactionEmojis": {},
    "emojis": {},
    "fileIds": [],
    "files": [],
    "replyId": null,
    "renoteId": null,
    "uri": "https://misskey.backspace.fm/notes/9hh9iux6p7"
}
```

If the value is "Falsey" in python, it has been removed to save on space.

`states` is a comma seperated string that either includes: `bot` or `nyaa~` (Indicates they enabled cat mode) or both.

### Data Fields

Refer to the sample above. I'll drop in some additional notes:

`uid` in `user` follows this specific format:

`user_id#username@user_host`

### Data Splits

Each jsonl file is split at 100000 notes.

## Dataset Updates

[16/06]: Updated scraper to send heartbeats, fixed renotes.

## Dataset Creation

### Curation Rationale

Because we need a SNS dataset, and since twitter appears to be quite reluctant, we went for the alternative.

### Source Data

#### Initial Data Collection and Normalization

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.

#### Who are the source language producers?

The related users of misskey.io network.

### Annotations

#### Annotation process

No Annotations are present.

#### Who are the annotators?

No human annotators.

### Personal and Sensitive Information

We are certain there is no PII included in the dataset.

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

Misskey.io tends to be NSFW for images and is focused on Japanese culture.

### Other Known Limitations

N/A

## Additional Information

### Dataset Curators

KaraKaraWitch

### Licensing Information

Apache 2.0, for all parts of which KaraKaraWitch may be considered authors. All other material is distributed under fair use principles.  

Ronsor Labs additionally is allowed to relicense the dataset as long as it has gone through processing.

### Citation Information

```
@misc{missingkeys,
  title         = {MissingKeys: A SNS dataset on misskey.io network},
  author        = {KaraKaraWitch},
  year          = {2023},
  howpublished  = {\url{https://huggingface.co/datasets/RyokoExtra/MissingKeys}},
}
```

### Name Etymology

N/A

### Contributions

- [@KaraKaraWitch (Twitter)](https://twitter.com/KaraKaraWitch) for gathering this dataset.