|
--- |
|
license: mit |
|
language: |
|
- ar |
|
- zh |
|
- en |
|
- fr |
|
- tr |
|
- hi |
|
- de |
|
- pt |
|
- pl |
|
- it |
|
- es |
|
--- |
|
# U-Sticker |
|
|
|
**U**ser-**Sticker** is a stickers dataset with multi-domain conversations. |
|
|
|
Features of U-Sticker: |
|
- Multi-domain interactions ✅ |
|
- Temporal ✅ |
|
- User information ✅ |
|
- 370.2k stickers ✅ (104k unique) |
|
- 22.6k users ✅ |
|
|
|
### Dataset Description |
|
U-Sticker contains three files: |
|
1. Conversation files: 1 to 67`.json` |
|
2. Domain mapping files `idx_to_domain.txt`. |
|
3. Sticker files. |
|
- We are currently uploading the stickers files to huggingface and will be available in 2 to 3 days. |
|
- Sticker files can be accessed via [Baidu Cloud](https://pan.baidu.com/s/16trvQXvBxCZ1S44yonCqxQ?pwd=5hur) in the meantime. |
|
|
|
## Dataset Structure |
|
|
|
### Conversation file |
|
```json |
|
{ |
|
'message_id': , |
|
'from_id': <user_id>, |
|
'reply_id': <message_id directed to>, |
|
'sticker': <message sticker file path>, |
|
'text': <message text> |
|
} |
|
``` |
|
|
|
### Domain mapping file |
|
`<file_id>,<domain>` |
|
|
|
### Sticker files |
|
- There are a total of seven sticker files, combine to obtain the sticker files. |
|
- Sticker formats are `.gif`, `.webm`, `.png`. |
|
| File | MD5 Hash | |
|
|--------------------|--------------------------------------------------------------------------------------------| |
|
| u-sticker.zip | eda7c712e15e12ae3e861e6bce87f348318b5e300c3e0493dc663c65acc4cf42 | |
|
| u-sticker.z01 | 078b7093a217f18f6b17e782bd167a5c94b627084d06505d531b4d7fcb4c8217 | |
|
| u-sticker.z02 | 0a2195aef134fce584968b5e6d6778eb0d2ddd6c4a44470fb5e6e07e6f365932 | |
|
| u-sticker.z03 | cf1308844aa0c0e4383bec834ae0a4f75b1aabb5dfbc1f79cb2e0dd0c24f7f7c | |
|
| u-sticker.z04 | 930d27b608f749152d4132fb286e956018e711969204a28a39fc72bcc3fa5459 | |
|
| u-sticker.z05 | 7304b883ea7d5807c293b14f65b0e3284cfc417f0a68822bd0b570162fd3105a | |
|
| u-sticker.z06 | 3def938ae77fbd49144cfd7e538563eb542a0dc7bf979026ba52dc2805acbafd | |
|
|