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.

49

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

49 results for “stance”

Learn how ShareScore rates datasets ↗
zenodo44/100

A Weakly-Labeled Stance Dataset during the 2019 South American Protests

<p>Research across different disciplines has documented the expanding polarization in social media. However, much of it focused on the US political system or its culturally controversial topics. In this work, we explore polarization on Twitter in a different context, namely the protest that paralyzed several countries in the South American region in 2019. By leveraging users&rsquo; endorsement of politicians&#39; tweets and hashtag campaigns with defined stances towards the government of each country (for or against), we construct a weakly labeled stance dataset with hundreds of thousands of users. Moreover, through the synergistic usage of network-focused methods applied on news sharing patterns and language-focused methods, we validate our labeling methodology by showing that these stances partition the users into meaningful communities. That is, we show that polarization in users&#39; news sharing patterns was consistent with their stances towards the government and that polarization in their language mainly manifested along ideological, political, or protest-related lines.</p>

opencc-by-4.0Apr 2021View details →
zenodo44/100

Investigating secondary students' stance on IoT driven educational activities - Dataset

<p>This&nbsp;data set supports the research and the results that are presented in&nbsp;Glaroudis, D., Iossifides, A., Spyropoulou, N., Zaharakis, I. D., &ldquo;Investigating Secondary Students&#39; Stance on IoT Driven Educational Activities&rdquo;. In Kameas A, and Stathis K. (Eds) Ambient Intelligence, LNCS 11249, 2018, pp. 188-203. Springer Nature Switzerland AG. DOI: https://doi.org/10.1007/978-3-030-03062-9_15.</p>

opencc-by-4.0Jun 2019View details →
zenodo44/100

Multilingual Coarse Political Stance Classification of Media. The Editorial Line of a ChatGPT and Bard Newspaper

<p>Corpora used in the publication:</p> <ul> <li>Cristina Espa&ntilde;a-Bonet. 2023. <strong>Multilingual Coarse Political Stance Classification of Media. The Editorial Line of a ChatGPT and Bard Newspaper. </strong>In <em>Findings of the Association for Computational Linguistics: EMNLP 2023</em>, Singapore. Pages 11757&ndash;11777. Association for Computational Linguistics.</li> </ul> <p>Three corpora are included:</p> <ol> <li>Newspaper articles extracted from the OSCAR corpus in English, German, Spanish and Catalan automatically annotated for political stance (left vs right) and topic</li> <li>Newspaper-like article generations by different versions of ChatGPT for 101 topics in the 4 languages</li> <li>Newspaper-like article generations by Bard for 101 topics in the 4 languages</li> </ol> <p>See the README file and the original article for further details.</p>

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

Stance in Replies and Quotes (SRQ): A New Dataset For Learning Stance inTwitter Conversations

<p>Automated ways to extract stance (denying vs. supporting opinions) from conversations on social media are essential to advance opinion mining research. Recently, there is a renewed excitement in the field as we see new models attempting to improve the state-of-the-art. However, for training and evaluating the models, the datasets used are often small. &nbsp;Additionally, these small datasets have uneven class distributions, i.e., only a tiny fraction of the examples in the dataset have favoring and denying stance, and most other examples have no clear stance. Moreover, the existing datasets do not distinguish between the different types of conversations on social media (e.g., replying vs. quoting on Twitter). Because of this, models trained on one event do not generalize to other events.&nbsp;</p> <p>In the presented work, we create a new dataset by labeling stance in responses to posts on Twitter (both replies and quotes) on controversial issues. To the best of our knowledge, this is currently the largest human-labeled stance dataset for Twitter conversations with over 5200 stance labels. More importantly, we designed a tweet collection methodology that favours the selection of denial-type responses. This class is expected to be more useful in the identification of rumours and determining antagonistic relationships between users.&nbsp;</p>

opencc-by-4.0Jan 2020View details →
zenodo40/100

FIGURE2 in Stance and gait in the flesh-eating dinosaur Tyrannosuurus

FIGURE2. The knee-joint of a megalosaurian to show the femoral condyle (indicated by an arrow) inserted between the tibia and fibula. This is similar to the knee-jointof Tyrannosaurus.

opencc-by-4.0Jun 1970View details →
zenodo40/100

Irish Rumour Stance Classification Dataset

<p>We create a new public test set for rumour stance classification with substantial differences from the <a href="https://aclanthology.org/S19-2147/">RumourEval dataset</a> over both vocabulary and stance distribution, making it well-suited for studies on evaluation or adaptation under domain shift.</p>

opencc-by-4.0Mar 2024View details →
zenodo40/100

Labeled data and models for COVID-19 vaccine related tweets with stance, location, and topics

<p>The dataset contains Tweet IDs along with the location and tweet timestamp. The tweets are labeled based on motivating/demotivating status, stance towards the COVID-19 vaccine, and topic in the tweet text. To comply with Twitter guidelines, we removed the tweet texts and author information. You can use Hydrator API to hydrate the tweets.</p> <p>The repository also contains the machine-learning models for topic modeling, de/motivation classifier, and stance detection from the tweets.</p>

opencc-by-4.0Jun 2024View details →
zenodo40/100

Same Side Stance Classification Resampled Datasets

<p>The resampled datasets for the <a href="http://sameside.webis.de/">Same Side Stance Classification</a> problem used in the EMNLP&#39;21 paper &quot;On Classifying whether Two Texts are on the Same Side of an Argument&quot;.</p> <p>The data is based on the publicly available <a href="https://zenodo.org/record/4382353">S3C training datasets</a>.</p> <p>The data format is <em>JSONlines</em>.<br> Python Load Example: (for every single task split)</p> <pre><code class="language-python">import pandas as pd df_cross_dev = pd.read_json("cross_dev.jsonl", lines=True)</code></pre> <p>For details on how the data was compiled, please refer to our <a href="https://github.com/webis-de/emnlp21-same-stance">code</a>.</p>

opencc-by-4.0Sep 2021View details →
zenodo40/100

writer stance dataset

<p>Repository: writer stance</p> <p>- 1000 German texts from the X-stance corpus (see References X-stance) annotated for writer stance<br> - two formats: conll and BIO (sort of) - see below<br> - goal: explicit and implicit writer stance wrt. to entities (nouns) and (some) events (verbs)<br> &nbsp; - implicit and explicit &nbsp;are not distinguished (no indication which case was annotated)</p> <p>- labels: &nbsp; &nbsp; &nbsp;BIO &nbsp;Conll<br> &nbsp;- in favour: PRO &nbsp; &nbsp;p<br> &nbsp; - against: &nbsp; CON &nbsp; &nbsp;c<br> &nbsp; - neutral: &nbsp; O &nbsp; &nbsp; no label<br> - 3 Annotations (see References DeInStance)</p> <p>Formats:</p> <p>conll: (parzu parser)</p> <p>1 &nbsp; Das die ART ART Def|Neut|Nom|Sg 2 &nbsp; det _ &nbsp; _<br> p2 &nbsp;Arbeitsgesetz &nbsp; Arbeitsgesetz &nbsp; N &nbsp; NN &nbsp;Neut|Nom|Sg 3 &nbsp; subj &nbsp; &nbsp;_ &nbsp; _<br> 3 &nbsp; regelt &nbsp;regeln &nbsp;V &nbsp; VVFIN &nbsp; 3|Sg|Pres|Ind &nbsp; 0 &nbsp; root &nbsp; &nbsp;_ &nbsp; _<br> 4 &nbsp; die die ART ART Def|Fem|Acc|Pl &nbsp;5 &nbsp; det _ &nbsp; _<br> 5 &nbsp; Arbeitszeiten &nbsp; Arbeitszeit N &nbsp; NN &nbsp;Fem|Acc|Pl &nbsp;3 &nbsp; obja &nbsp; &nbsp;_ &nbsp; _<br> 6 &nbsp; und und KON KON _ &nbsp; 3 &nbsp; kon _ &nbsp; _<br> 7 &nbsp; sch&uuml;tzt sch&uuml;tzen &nbsp; &nbsp;V &nbsp; VVFIN &nbsp; _|_|Pres|Ind &nbsp; &nbsp;6 &nbsp; cj &nbsp;_ &nbsp; _<br> 8 &nbsp; den die ART ART Def|Masc|Acc|Sg 9 &nbsp; det _ &nbsp; _<br> p9 &nbsp;Arbeitnehmer &nbsp; &nbsp;Arbeitnehmer &nbsp; &nbsp;N &nbsp; NN &nbsp;Masc|Acc|Sg 7 &nbsp; obja &nbsp; &nbsp;_ &nbsp; _<br> 10 &nbsp;. &nbsp; . &nbsp; $. &nbsp;$. &nbsp;_ &nbsp; 0 &nbsp; root &nbsp; &nbsp;_ &nbsp; _</p> <p>head was annotated directly in front of the index (1. column)<br> e.g. &quot;p2 &nbsp;Arbeitsgesetz &nbsp; Arbeitsgesetz &nbsp; N &nbsp; NN &nbsp;Neut|Nom|Sg 3 &nbsp; subj &nbsp; &nbsp;_ &nbsp; _&quot;<br> i.e. the writer is in favour of &quot;Arbeitsgesetz&quot;</p> <p>BIO: wordform lemma label</p> <p>Das die O<br> Arbeitsgesetz Arbeitsgesetz PRO<br> regelt regeln O<br> die die O<br> Arbeitszeiten Arbeitszeit O<br> und und O<br> sch&uuml;tzt sch&uuml;tzen O<br> den die O<br> Arbeitnehmer Arbeitnehmer PRO<br> . . O</p> <p>head was annotated (last column)<br> e.g. &quot;Arbeitsgesetz Arbeitsgesetz PRO&quot;</p> <p><br> for X-stance corpus see also https://vamvas.ch/more-general-stance-detection-with-x-stance</p> <p><br> References:</p> <p>@article{X-stance,<br> &nbsp; author &nbsp; &nbsp;= {Jannis Vamvas and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Rico Sennrich},<br> &nbsp; title &nbsp; &nbsp; = {X-Stance: {A} Multilingual Multi-Target Dataset for Stance Detection},<br> &nbsp; journal &nbsp; = {CoRR},<br> &nbsp; volume &nbsp; &nbsp;= {abs/2003.08385},<br> &nbsp; year &nbsp; &nbsp; &nbsp;= {2020},<br> &nbsp; url &nbsp; &nbsp; &nbsp; = {https://arxiv.org/abs/2003.08385},<br> &nbsp; eprinttype = {arXiv},<br> &nbsp; eprint &nbsp; &nbsp;= {2003.08385},<br> &nbsp; timestamp = {Tue, 24 Mar 2020 16:42:29 +0100},<br> &nbsp; biburl &nbsp; &nbsp;= {https://dblp.org/rec/journals/corr/abs-2003-08385.bib},<br> &nbsp; bibsource = {dblp computer science bibliography, https://dblp.org}<br> }</p> <p>@inproceedings{DeInStance,<br> &nbsp; &nbsp; &nbsp; &nbsp;booktitle = {17th Conference on Natural Language Processing (KONVENS)},<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;month = {September},<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;title = {DeInStance: Creating and Evaluating a {G}erman Corpus for Fine-Grained Inferred Stance Detection},<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; author = {Anne Gohring and Manfred Klenner and Sophia Conrad},<br> &nbsp; &nbsp; &nbsp; &nbsp;publisher = {ACL Anthology},<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; year = {2021},<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pages = {213--217},<br> &nbsp; &nbsp; &nbsp; &nbsp; language = {english},<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;url = {https://doi.org/10.5167/uzh-207940},<br> &nbsp; &nbsp; &nbsp; &nbsp; abstract = {We introduce deInStance, a corpus of 1000 politicians? answers in German (de) containing sentences labeled with explicitly expressed and inferred stances - pro and con relations - by 3 annotators. They achieved an acceptable inter-rater agreement given the inherent subjective nature of the task. A first baseline, a fine-tuned BERT-based token classifier, achieved F1-scores of around 70\% . Our focus is on the difficult subclass of sentences comprising only non-polar words, but still with an (implicit) pro or con perspective of the writer.}<br> }</p>

opencc-by-4.0Jan 2023View details →
zenodo40/100

Migration Reframed - Multilingual stance annotated Twitter news replies on migration in Europe in the context of the Ukrainian crisis

<p><em>The corresponding paper for this dataset &quot;Migration Reframed? A multilingual analysis on the stance shift in Europe during the Ukrainian crisis&quot; has been published in the ACM Web Conference 2023 (WWW&#39;23), and can be accessed here: </em><a href="https://doi.org/10.1145/3543507.3583442">https://doi.org/10.1145/3543507.3583442</a> <em>. Please cite this when using the dataset.</em></p> <p>Twitter dataset of European news and replies to investigate public stance on refugees/migrants around the Ukrainian Crisis.</p> <p>September 2021 to August 2022.</p> <p>Countries:</p> <ul> <li>France</li> <li>Germany</li> <li>Italy</li> <li>Poland</li> <li>Spain</li> </ul> <p>Dataset contains:</p> <ul> <li>Usernames of news outlet accounts on Twitter</li> <li>Tweet IDs of these news accounts during the mentioned period&nbsp;filtered for the migration topic + respective replies from the public</li> <li>Tweet IDs of stance annotated replies</li> <li>8,242 tweet/reply pairs labeled with the stance (positive / negative / neutral) on migrants/refugees (on request)</li> </ul> <table> <caption>Dataset overview by the numbers</caption> <thead> <tr> <th scope="col">Country</th> <th scope="col">News Outlets</th> <th scope="col">News Tweets</th> <th scope="col">Replies</th> <th scope="col">Stance Annotated</th> </tr> </thead> <tbody> <tr> <td>France</td> <td>37</td> <td>2,020</td> <td>32,839</td> <td>500</td> </tr> <tr> <td>Germany</td> <td>72</td> <td>3,752</td> <td>55,317</td> <td>500</td> </tr> <tr> <td>Italy</td> <td>21</td> <td>1,305</td> <td>9,892</td> <td>500</td> </tr> <tr> <td>Poland</td> <td>35</td> <td>3,138</td> <td>27,892</td> <td>6,242</td> </tr> <tr> <td>Spain</td> <td>35</td> <td>1,263</td> <td>20,771</td> <td>500</td> </tr> <tr> <td>&nbsp;</td> <td>200</td> <td>11,478</td> <td>146,711</td> <td>8,242</td> </tr> </tbody> </table> <p>Please note: Stance labels are not included and are only available on request.</p>

openother-atOct 2022View details →
zenodo36/100

Robot-aided Training of Propulsion During Walking: Effects of Torque Pulses Applied to the Hip and Knee Joints During Stance

<p>Dataset linked with the manuscript &quot;Robot-aided Training of Propulsion During Walking: Effects of Torque Pulses Applied to the Hip and Knee Joints During Stance&quot;. Please see attached readme document for details</p>

opencc-by-4.0Nov 2020View details →
zenodo36/100

Dataset of Brazilian Federal Senate Session Transcriptions From 2023 with Relevant Topics and Stance Detection Annotations.

<p><strong>[pt-BR] Conjunto de dados de transcri&ccedil;&otilde;es de sess&otilde;es do Senado Federal brasileiro de 2023 com anota&ccedil;&otilde;es de t&oacute;picos relevantes e de dete&ccedil;&atilde;o de posicionamento.</strong></p> <p><strong>Dataset description</strong></p> <p>This set contains transcript data from 203 Federal Senate sessions from the year 2023, with annotations of relevant topics and positioning detection.</p> <p>The file <strong><a href="../api/records/11106904/draft/files/meetings.csv/content" target="_blank" rel="noopener">meetings.csv</a></strong> has the following structure:</p> <p>session_id: Unique event identifier<br>speaker_name: Name of the person who gave the speech<br>party: Political party<br>speech: Speech given</p> <p>The folder <a href="../api/records/11106904/draft/files/ground_truth.zip/content" target="_blank" rel="noopener noreferrer"><strong>ground_truth.zip</strong></a> contains 6 JSON annotation files related to the detection of relevant topics and positions, and its main keys are the following:</p> <p>id_session: Unique event identifier</p> <p>response: Model response<br>&nbsp; &nbsp; &nbsp;list_latent_topics: List of latent topics considered by the model<br>&nbsp; &nbsp; &nbsp;stances: The stances of each person, according to the model, on a given topic<br>model_response_evaluation: Evaluation of the model's response according to a human annotation<br>&nbsp; &nbsp; mapping: Mapping between the topic named by the model and the topic named in the annotation<br>&nbsp; &nbsp; list_latent_topics: It contains four keys which are the lists of topics considered true positives, false positives, true negatives and false negatives.</p> <p><strong>Code used</strong></p> <p>All the code used to process the data can be found at:</p> <p><a href="https://github.com/helenbc/tcc-notas-taquigraficas">https://github.com/helenbc/tcc-notas-taquigraficas</a></p> <p><strong>[pt-BR] Descri&ccedil;&atilde;o do conjunto de dados</strong></p> <p>Este conjunto cont&eacute;m dados de transcri&ccedil;&atilde;o de 203 sess&otilde;es do Senado Federal do ano de 2023, com anota&ccedil;&otilde;es de t&oacute;picos relevantes e detec&ccedil;&atilde;o de posicionamento.</p> <p>O arquivo meetings.csv possui a seguinte estrutura:</p> <p>session_id: Identificador &uacute;nico do evento&nbsp;</p> <p>speaker_name: Nome da pessoa que fez o discurso&nbsp;</p> <p>party: Partido pol&iacute;tico</p> <p>speech: Discurso proferido</p> <p>A pasta ground_truth.zip cont&eacute;m 6 arquivos de anota&ccedil;&atilde;o JSON relacionados &agrave; detec&ccedil;&atilde;o de t&oacute;picos relevantes e posi&ccedil;&otilde;es, e suas principais chaves s&atilde;o as seguintes:</p> <p>id_session: Identificador &uacute;nico do evento</p> <p>response: Resposta do modelo</p> <p>&nbsp; &nbsp; list_latent_topics: Lista de t&oacute;picos latentes considerados pelo modelo</p> <p>&nbsp; &nbsp; stances: As posi&ccedil;&otilde;es de cada pessoa, de acordo com o modelo, sobre um determinado t&oacute;pico</p> <p>model_response_evaluation: Avalia&ccedil;&atilde;o da resposta do modelo de acordo com uma anota&ccedil;&atilde;o humana</p> <p>&nbsp; &nbsp; mapping: Mapeamento entre o t&oacute;pico nomeado pelo modelo e o t&oacute;pico nomeado na anota&ccedil;&atilde;o</p> <p>&nbsp; &nbsp; list_latent_topics: Cont&eacute;m quatro chaves que s&atilde;o as listas de t&oacute;picos considerados verdadeiros positivos, falsos positivos, verdadeiros negativos e falsos negativos.</p> <p><strong>C&oacute;digo utilizado</strong></p> <p>Todo o c&oacute;digo utilizado para processar os dados pode ser encontrado em:</p> <p><a href="https://github.com/helenbc/tcc-notas-taquigraficas" target="_new" rel="noreferrer">https://github.com/helenbc/tcc-notas-taquigraficas</a></p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0May 2024View details →
zenodo36/100

Dataset from: Honert and Zelik (2019) "Foot and shoe responsible for majority of soft tissue work in early stance of walking"

<p>Raw and processed full body kinematics and kinetics&nbsp;for Honert and Zelik, 2019, &quot;Foot and shoe responsible for majority of soft tissue work in early stance of walking&quot;&nbsp;<em>Human Movement Science.</em></p>

opencc-by-4.0Jan 2019View details →
zenodo36/100

DIVERSE: Deciphering Internet Views on the U.S. Military Through Video Comment Stance Analysis: A Novel Benchmark Dataset for Stance Classification

<p>Paper citation: Cruickshank, Iain J., and Lynnette Hui Xian Ng. "DIVERSE: Deciphering Internet Views on the US Military Through Video Comment Stance Analysis, A Novel Benchmark Dataset for Stance Classification." <em>arXiv preprint arXiv:2403.03334</em> (2024).</p> <p>Link to paper: https://arxiv.org/abs/2403.03334</p>

opencc-by-4.0Mar 2024View details →
zenodo36/100

Same Side Stance Classification Adversarial Test Cases

<p>This dataset contains 175 cases. It is manually created to reveal the ability of models to solve different types of <strong>adversarial</strong> cases for same side stance predictions more systematically. The examples selected here are derived from the dataset used in the <a href="https://sameside.webis.de/">Same Side Stance Classification</a> shared task.</p> <p>We have selected <strong>25</strong> distinct arguments from the <em>&quot;gay marriage&quot;</em> topic that are short and express their stance clearly. For each selected argument, we construct new arguments of four distinct types to obtain two pairs, one with the same stance, and one with an opposing stance:</p> <ul> <li><strong>Negation</strong>: a simple negation of the argument.</li> <li><strong>Paraphrase</strong>: alters important words from the argument to synonymous expressions with the same stance.</li> <li><strong>Argument</strong>: uses an argument from the same topic and stance, but semantically completely different regarding the first one.</li> <li><strong>Citation</strong>: repeats or summarizes the first argument and then expresses agreement or rejection (a case frequently occurring in the dataset).</li> </ul> <p>The types <em>Paraphrase</em>, <em>Argument</em>, and <em>Citation</em> are also formulated in a negated version to create additional test instances for the opposite stance.</p>

opencc-by-4.0Sep 2021View details →
zenodo36/100

Same Side Stance Classification Challenge

<p>The dataset contains argument pairs which are sampled from <a href="https://zenodo.org/record/4139439#.X-C6nOG-q6M">args.me dataset</a> and cover two topics: abortion and gay marriage. The dataset is used in the <a href="http://sameside.webis.de/">same side stance classification challenge</a> which consists of two experiments (cross-topics and within topics).</p> <p>Cite the dataset as <a href="https://webis.de/publications.html#stein_2021">Benno Stein, Yamen Ajjour, Roxanne El Baff, Khalid Al-Khatib, Philipp Cimiano, and Henning Wachsmuth. Same Side Stance Classification. In Yamen Ajjour et al, editors, Same Side Stance Classification Shared Task 2019, volume 2921, July 2021</a></p>

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

Resources for the paper: "Social Context in Political Stance Detection: Impact and Extrapolation"

<p>This repository contains the resources in our paper&nbsp;<strong>[Social Context in Political Stance Detection: Impact and Extrapolation]</strong><br><em>Ramon Villa-Cox, Evan Williams, Kathleen M. Carley</em></p> <p>In this work, we explore the performance and extrapolation power of political stance-detection models using an existing large-scale weakly-labeled Twitter dataset collected around the 2019 South American Protests [1]. We construct transformer-based user and tweet encoders to embed users in a low-dimensional space using their text and ego-networks. We then train heterogeneous graph attention networks to predict user stances and contrast their ability to extrapolate stance predictions to different country contexts.</p> <p>The protest dataset, which was collected between September 25 and December 24 of 2019, contains 550k labeled users split unevenly across the four countries and contains over 36 million labeled tweets. It contains an additional 1.1 million unlabeled neighbors and 40 million unlabeled tweets. This repository includes the anonymized datasets necessary to reproduce the results and tables of the paper. In addition, we include the corresponding anonymized resources for the new weakly-labeled dataset around the 2020 Chilean Referendum presented in our paper.</p> <p>Following Twitter's January 2023 User Protection Policy update, tweet or user IDs related to sensitive political events cannot be publicly shared. We respect this policy, and only share:</p> <ul> <li>The anonymized user ID, their weak-stance label, the label predicted by each model and the data split (train, validation or test) the user was assigned to.</li> <li>Anonymized user network edges used by the different network classifiers</li> <li>The type of tweet the edge represents (Original, Reply, or Quote)</li> <li>The User Embeddings produced by the User Transformer and which serve as input for the different network models.</li> </ul> <p>This repository is comprised of the following files:</p> <ol> <li>Main_Predictions.7z: Compressed folder containing anonymized user IDs their stance label and each model&rsquo;s prediction for the country it was trained on. The performance metrics for each model can be obtained based on the test split for each country. This folder includes the results for the Chilean Referendum.</li> <li>Cross_Predictions.7z: Compressed folder containing the results of the cross-country experiments for each anonymized user. The performance metrics for each model, when applied on a different country can be obtained based on each complete file. Users seen during the training of each model are excluded as described in the paper.</li> <li>Tweet_Level_Edgelists.7z: Compressed folder containing &nbsp;anonymized tweet edge lists indicating its interaction type (Original, Reply, or Quote).</li> <li>User_Networks.7z: Compressed folder containing &nbsp;different anonymized user edge lists for each interaction type.</li> <li>Embeddings.zip: Compressed Pytorch tensor files containing the User Embeddings produced by the User Transformer and which serve as input for the different network models. This are provided for the main results and the cross-country and referendum experiments.</li> </ol> <p>The code developed for this study is available at: https://github.com/rvillaco/Protest_Stance_Detection</p>

opencc-by-4.0Nov 2024View details →
zenodo32/100

Illustrations 6 DoF-Platform, Gait, Stance

<p>Illustrations of 6 DoF-Motion Platform (Moog 6DOF2000E), stance, and gait.&nbsp;</p>

opencc-by-4.0Jun 2024View details →
zenodo32/100

Examining the Influence of Political Bias on Large Language Model Performance in Stance Classification

<p>Code and dataset for paper "Examining the Influence of Political Bias on Large Language Model Performance in Stance Classification". ICWSM 2025</p> <p>Preprint: https://arxiv.org/abs/2407.17688</p> <p>Citation:&nbsp;</p> <p>@misc{ng2024examininginfluencepoliticalbias,<br>&nbsp; &nbsp; &nbsp; title={Examining the Influence of Political Bias on Large Language Model Performance in Stance Classification},&nbsp;<br>&nbsp; &nbsp; &nbsp; author={Lynnette Hui Xian Ng and Iain Cruickshank and Roy Ka-Wei Lee},<br>&nbsp; &nbsp; &nbsp; year={2024},<br>&nbsp; &nbsp; &nbsp; eprint={2407.17688},<br>&nbsp; &nbsp; &nbsp; archivePrefix={arXiv},<br>&nbsp; &nbsp; &nbsp; primaryClass={cs.CL},<br>&nbsp; &nbsp; &nbsp; url={https://arxiv.org/abs/2407.17688},&nbsp;<br>}</p>

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

Brick-and-mortar retail proactive stance and attractive neighborhoods: The mediating role of residents' well-being perceptions

<p>Video resumen de un art&iacute;culo presentado en el VI Congreso Latinoamericano de Marketing Social en Brasil</p>

opencc-by-4.0Oct 2024View 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