Update README.md
Browse files
README.md
CHANGED
|
@@ -9,13 +9,22 @@ language:
|
|
| 9 |
|
| 10 |
# StickerQueries 🧷🗨️
|
| 11 |
|
| 12 |
-
StickerQueries is a multilingual dataset for sticker query generation and retrieval. It
|
| 13 |
|
| 14 |
## Dataset Structure
|
| 15 |
|
| 16 |
-
- `stickers_queries_zh_released.csv`:
|
| 17 |
-
- `stickers_queries_en_released.csv`:
|
| 18 |
-
- `stickers/`:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Looking for a sticker query generator?
|
| 21 |
|
|
@@ -24,7 +33,7 @@ StickerQueries is a multilingual dataset for sticker query generation and retrie
|
|
| 24 |
|
| 25 |
## Large-scale Sticker Dataset
|
| 26 |
|
| 27 |
-
Explore the broader dataset
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
@@ -34,9 +43,9 @@ If you use StickerQueries in your work, please cite us as:
|
|
| 34 |
|
| 35 |
```bibtex
|
| 36 |
@misc{huggingface-sticker-queries,
|
| 37 |
-
author = {Heng Er Metilda
|
| 38 |
-
title = {
|
| 39 |
-
year = {
|
| 40 |
publisher = {Hugging Face},
|
| 41 |
howpublished = {\url{https://huggingface.co/datasets/metchee/sticker-queries}},
|
| 42 |
}
|
|
|
|
| 9 |
|
| 10 |
# StickerQueries 🧷🗨️
|
| 11 |
|
| 12 |
+
**StickerQueries** is a multilingual dataset for sticker query generation and retrieval. It features human-annotated query-sticker pairs that capture the expressive, emotional, and cultural semantics embedded in stickers.
|
| 13 |
|
| 14 |
## Dataset Structure
|
| 15 |
|
| 16 |
+
- `stickers_queries_zh_released.csv`: Chinese sticker annotations.
|
| 17 |
+
- `stickers_queries_en_released.csv`: English sticker annotations.
|
| 18 |
+
- `stickers/`: Sticker images in `.gif`, `.png`, or `.webm` formats.
|
| 19 |
+
|
| 20 |
+
Each row in the CSV files includes:
|
| 21 |
+
- `sticker_id`: The file path to the corresponding sticker image.
|
| 22 |
+
- `labeled_queries`: A comma-separated list of sticker queries representing the intended emotion, tone, or expression.
|
| 23 |
+
|
| 24 |
+
## Annotation Process
|
| 25 |
+
|
| 26 |
+
- Each annotation was reviewed by at least **two people**.
|
| 27 |
+
- In total, **42 English** and **18 Chinese** annotators contributed, with **over 60 hours** spent ensuring high-quality and diverse expressions.
|
| 28 |
|
| 29 |
## Looking for a sticker query generator?
|
| 30 |
|
|
|
|
| 33 |
|
| 34 |
## Large-scale Sticker Dataset
|
| 35 |
|
| 36 |
+
Explore the broader dataset: [U-Sticker](https://huggingface.co/datasets/metchee/u-sticker)
|
| 37 |
|
| 38 |
---
|
| 39 |
|
|
|
|
| 43 |
|
| 44 |
```bibtex
|
| 45 |
@misc{huggingface-sticker-queries,
|
| 46 |
+
author = {Heng Er Metilda Chee, et al.},
|
| 47 |
+
title = {Tiny Stickers, Big Meanings: A Multilingual Sticker Semantic Understanding Dataset with a Gamified Approach},
|
| 48 |
+
year = {2025},
|
| 49 |
publisher = {Hugging Face},
|
| 50 |
howpublished = {\url{https://huggingface.co/datasets/metchee/sticker-queries}},
|
| 51 |
}
|