Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    AttributeError
Message:      'str' object has no attribute 'items'
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 165, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1664, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1621, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1068, in get_module
                  {
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1069, in <dictcomp>
                  config_name: DatasetInfo.from_dict(dataset_info_dict)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/info.py", line 284, in from_dict
                  return cls(**{k: v for k, v in dataset_info_dict.items() if k in field_names})
                File "<string>", line 20, in __init__
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/info.py", line 170, in __post_init__
                  self.features = Features.from_dict(self.features)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1888, in from_dict
                  obj = generate_from_dict(dic)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1468, in generate_from_dict
                  return {key: generate_from_dict(value) for key, value in obj.items()}
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1468, in <dictcomp>
                  return {key: generate_from_dict(value) for key, value in obj.items()}
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1468, in generate_from_dict
                  return {key: generate_from_dict(value) for key, value in obj.items()}
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1468, in <dictcomp>
                  return {key: generate_from_dict(value) for key, value in obj.items()}
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1468, in generate_from_dict
                  return {key: generate_from_dict(value) for key, value in obj.items()}
              AttributeError: 'str' object has no attribute 'items'

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

StickerQueries 🧷🗨️

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. So far, the StickerQueries family has been downloaded over 200+ times!

Dataset Structure

  • stickers_queries_zh_released.csv: Chinese sticker annotations.
  • stickers_queries_en_released.csv: English sticker annotations.
  • stickers/: Sticker images in .gif, .png, or .webm formats.

Each row in the CSV files includes:

  • sticker_id: The file path to the corresponding sticker image.
  • labeled_queries: A comma-separated list of sticker queries representing the intended emotion, tone, or expression.

Annotation Process

  • Each annotation was reviewed by at least two people.
  • In total, 42 English and 18 Chinese annotators contributed, with over 60 hours spent ensuring high-quality and diverse expressions.

Looking for a sticker query generator?

Large-scale Sticker Dataset

Explore the broader dataset: U-Sticker


Citation

Our paper has been accepted at ACM Multimedia 2025!:-) If you find our work helpful, please do cite us with the following,

@inproceedings{10.1145/3746027.3758310,
  author = {Chee, Heng Er Metilda and Wang, Jiayin and Guo, Zhiqiang and Ma, Weizhi and Zhang, Min},
  title = {Small Stickers, Big Meanings: A Multilingual Sticker Semantic Understanding Dataset with a Gamified Approach},
  year = {2025},
  isbn = {9798400720352},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  url = {https://doi.org/10.1145/3746027.3758310},
  doi = {10.1145/3746027.3758310},
  abstract = {Stickers, though small, are a highly condensed form of visual expression, ubiquitous across messaging platforms and embraced by diverse cultures, genders, and age groups. Despite their popularity, sticker retrieval remains an underexplored task due to the significant human effort and subjectivity involved in constructing high-quality query-sticker datasets. Although large language models (LLMs) excel at general NLP tasks, they falter when confronted with the nuanced, intangible, and highly specific nature of sticker query generation. To address the challenge of collecting diverse and contextually appropriate sticker search queries, we introduce Sticktionary, a gamified annotation framework designed to elicit high-quality, semantically rich queries from contributors. Using this framework, we construct StickerQueries, a multilingual dataset comprising 1,115 English and 615 Chinese sticker search queries, annotated by over 60 contributors across more than 60 hours of annotation. We demonstrate the utility of StickerQueries in several downstream tasks, including query generation and sticker retrieval. Through comprehensive quantitative and qualitative evaluations, we demonstrate that StickerQueries significantly improves the quality of query generation, retrieval accuracy, and semantic understanding within the sticker domain. To support future research, we publicly release the multilingual StickerQueries dataset and two fine-tuned query generation models. Additional experiments and supplementary case studies can be found here.},
  booktitle = {Proceedings of the 33rd ACM International Conference on Multimedia},
  pages = {13457–13463},
  numpages = {7},
  keywords = {heng er metilda chee, jiayin wang, min zhang, weizhi ma, zhiqiang guo},
  location = {Dublin, Ireland},
  series = {MM '25}
}
Downloads last month
56