Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

11

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

11 results for “emoji”

Learn how ShareScore rates datasets ↗
zenodo40/100

Jodel Emoji Embedding Dataset (JEED1488)

<p>Jodel Emoji Embedding Dataset (JEED1488).</p> <p>Please refer to the README for more information.</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

Italian Tweet Embeddings Used For Emoji Prediction

<p>This dataset contains 100d word embeddings trained on 48M Italian tweets using fastText and employed by our team to predict emojis during ITAmoji competition of EVALITA 2018 Evaluation Campaign.</p>

opencc-by-4.0Oct 2018View details →
zenodo40/100

Persian emoji matching dataset

<p>This is a data set used for Creating NFT-Backed Emoji Art from User Conversations on the Blockchain paper.&nbsp;</p>

opencc-by-4.0Oct 2023View details →
zenodo36/100

Tomographic X-ray data of 3D emoji

<p>This is the documentation of the tomographic X-ray data of emoji<br> phantom made available at http://www.fips.fi/dataset.php. The data can be freely used for scienti c purposes with appropriate references to the data and to this document in http://arxiv.org/. The data set consists of (1) the X-ray sinogram of a single 2D slice of 33 emoji faces (contains 15 different emoji faces) made by small squared ceramic stones and (2) the corresponding static and dynamic measurement matrices modeling the linear operation of the X-ray transform. Each of these sinograms was obtained from a measured 60-projection fan-beam sinogram by down-sampling and taking logarithms. The original (measured) sinogram is also provided in its original form and resolution. The original (measured) sinogram is also provided in its original form and resolution.</p>

opencc-by-4.0Feb 2018View details →
zenodo32/100

Emoji Sentiment Lexicons

<p>These are the emoji sentiment lexica derived from valence scores from cooccurrence with sentiment-carrying messages. One lexicon is based on a Twitter corpus and contains Unicode emojis, the other is based on a collection of Twitch chat logs and mainly contains valence values for Twitch emotes.</p>

opencc-by-4.0Oct 2020View details →
zenodo32/100

The data of Emoji Use, Empathy, Attribution of Responsibility, and Forgiveness in Apologies

<p>This is the data for paper: Can Emoji Promote Forgiveness? The Relationship between Emoji Use, Empathy, Attribution of Responsibility, and Forgiveness in Apologies. A total of 323 participants were recruited in that study, and a recall method (Study 1) and scenario simulation method (Study 2) were used to explore the effect of emoji use during apologies on forgiveness, and the mediating role of empathy and attribution of responsibility. The results showed that (a) people chose emoji that resembled real remorseful facial expressions when apologizing; (b) using emoji that expressed remorse when apologizing could promote forgiveness; and (c) empathy mediated the process of emoji promoting forgiveness, while attribution of responsibility did not play a mediating role.</p>

opencc-by-4.0Oct 2023View details →
zenodo32/100

Emoji Reaction Original Datasets

<p>The original datasets of Emoji Reaction study, including 1,850 repositories across seven popular languages .</p>

opencc-by-4.0Jul 2022View details →
zenodo32/100

Significados sexuales de los emojis.

<p><strong>Infograf&iacute;a sobre el doble sentido sexual que se le han adjudicado por uso y costumbre a los distintos emojis. </strong></p> <p>Estos significados alternativos han sido asignados en base al uso habitual que se realizaba por las mayor&iacute;a de las personas entorno al a&ntilde;o 2018. Principalmente por la poblaci&oacute;n espa&ntilde;ola, seg&uacute;n a costumbres y h&aacute;bitos sociales de la sociedad. A&ntilde;adir que se incorporaron algunos que siendo menos populares en ese momento, estaban empezando a ser implementados en la cultura espa&ntilde;ola por extranjerismo.</p> <p>El lenguaje, incluido el uso de emojis, es algo que est&aacute; vivo. Cambia, evoluciona y se adaptada a las tendencias y modas que surjen en cada zona. Internet ayuda con la globalizaci&oacute;n de ciertos aspectos, pero aun as&iacute;, existen particularidades geogr&aacute;ficas.&nbsp;<br><br>Este documento fue publicado y se elabor&oacute; en 2018 por el blog de divulgaci&oacute;n de la sexualidad humana, Las experiencias de Toulouse. (<a href="http://experienciastoulouse.com" target="_blank" rel="noopener">http://experienciastoulouse.com</a>)</p>

opencc-by-4.0Oct 2018View details →
ClinicalTrials.gov28/100

Emoji-based Attention Bias Modification Training for Depressive Young Adults

ClinicalTrials.gov study NCT05415306. IPD Sharing: NO. Countries: 0. Publications: 46.

closedIPD-NOFeb 2026View details →
zenodo12/100

Emoji Gestures in English Tweets: California

<p>The dataset consists of 479 193&nbsp;tweets each of them contains&nbsp;one of the 31 gesture emoji (different hand configurations) and its skin tone modifier options (e.g.&nbsp;🙏🙏🏿🙏🏾🙏🏽🙏🏼🙏🏻), posted within 250km from San Jose, CA and within 200km from Los Angeles, CA, in English, during May-August 2021. The dataset&nbsp;can be used to investigate the use of gesture emoji by English-speaking&nbsp;California Twitter&nbsp;users.&nbsp;Python libraries used for collecting tweets and preprocessing:&nbsp;tweepy,&nbsp;re,&nbsp;preprocessor,&nbsp;emoji,&nbsp;regex,&nbsp;string,&nbsp;nltk.</p> <p>The dataset contains 11&nbsp;columns:</p> <ol> <li> <p>preprocessed</p> <p>preprocessed text of the tweet (4 steps)</p> </li> <li> <p>all_emoji</p> <p>lists all emoji in a given tweet</p> </li> <li> <p>hashtags</p> <p>lists all hashtags in a given tweet</p> </li> <li> <p>user_encoded</p> <p>encoded Twitter user name: the first 3 characters of the user name and the first 3 characters of the user&#39;s location</p> </li> <li> <p>location_encoded</p> <p>location of the user: &quot;los_angeles&quot;, &quot;san_diego&quot;, &quot;san_jose&quot;, &quot;san_francisco&quot;, &quot;fresno&quot;, &quot;long_beach&quot;, &quot;sacramento&quot;, &quot;oakland&quot;, &quot;bakersfield&quot;, &quot;anaheim&quot;, or &quot;other&quot;</p> </li> <li> <p>mention_present</p> <p>checks whether each tweet contains mentions</p> </li> <li> <p>url_present</p> <p>checks whether each tweet contains&nbsp;url&nbsp;</p> </li> <li> <p>preprocess_tweet</p> <p>preprocessing step 1: tokenizing mentions, urls, and hashtags</p> </li> <li> <p>lowercase_tweet</p> <p>preprocessing step 2: lowercasing</p> </li> <li> <p>remove_punct_tweet</p> <p>preprocessing step 3: removing punctuation</p> </li> <li> <p>tokenize_tweet</p> <p>preprocessing step 4: tokenizing</p> </li> </ol> <p>The further information on the research project can be found here:&nbsp;https://github.com/mzhukovaucsb/emoji_gestures/</p>

restrictedDec 2021View details →
zenodo12/100

Emoji Gestures in Russian Tweets: Moscow

<p>The dataset consists of 48 838 tweets each of them contains&nbsp;one of the 31 gesture emoji (different hand configurations) and its skin tone modifier options (e.g. 🙏🙏🏿🙏🏾🙏🏽🙏🏼🙏🏻), and posted within 50km from Moscow, Russia, in Russian, during May-August 2021. The dataset&nbsp;can be used to investigate the use of gesture emoji by Russian users of the Twitter platform.&nbsp;Python libraries used for collecting tweets and preprocessing:&nbsp;tweepy,&nbsp;re,&nbsp;preprocessor,&nbsp;emoji,&nbsp;regex,&nbsp;string,&nbsp;nltk.&nbsp;</p> <p>The dataset contains 11&nbsp;columns:</p> <ol> <li> <p>preprocessed</p> <p>preprocessed text of the tweet (4 steps)</p> </li> <li> <p>all_emoji</p> <p>lists all emoji in a given tweet</p> </li> <li> <p>hashtags</p> <p>lists all hashtags in a given tweet</p> </li> <li> <p>user_encoded</p> <p>encoded Twitter user name: the first 3 characters of the user name and the first 3 characters of the user&#39;s location</p> </li> <li> <p>location_encoded</p> <p>location of the user: &quot;moscow&quot;, &quot;moscow_region&quot;, or &quot;other&quot;</p> </li> <li> <p>mention_present</p> <p>checks whether each tweet contains mentions</p> </li> <li> <p>url_present</p> <p>checks whether each tweet contains url</p> </li> <li> <p>preprocess_tweet</p> <p>preprocessing step 1: tokenizing mentions, urls, and hashtags</p> </li> <li> <p>lowercase_tweet</p> <p>preprocessing step 2: lowercasing</p> </li> <li> <p>remove_punct_tweet</p> <p>preprocessing step 3: removing punctuation</p> </li> <li> <p>tokenize_tweet</p> <p>preprocessing step 4: tokenizing</p> </li> </ol> <p>The further information on the research project can be found here:&nbsp;https://github.com/mzhukovaucsb/emoji_gestures/</p>

restrictedDec 2021View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record