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.9.0

Reset

Dataset results

49 results for “Word Embeddings”

Learn how ShareScore rates datasets ↗
zenodo40/100

Sentiment Analysis and Cross-lingual Word Embeddings for Endangered Languages

<p>A sentiment analyzer and cross-lingual word embeddings for endangered languages (e.g., Erzya, Moksha, Skolt Sami, Komi-Zyrian).</p>

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

Pokémon Word Embeddings

<p>Word vector models for Pok&eacute;mon (poke2vec). Word2Vec, FastText and Meta4Meaning models trained on a big Pok&eacute;mon corpus.</p> <p>code.zip files has examples of how to load and use the models.</p> <p>Please cite the following paper if you use the resources:</p> <p>H&auml;m&auml;l&auml;inen, M.,&nbsp;&nbsp;Alnajjar, K. &amp; Partanen, N. (2021). <a href="https://researchportal.helsinki.fi/en/publications/nettikorpuksen-avulla-tuotettuja-sanavektorimalleja-pok%C3%A9monien-om">Nettikorpuksen avulla tuotettuja sanavektorimalleja Pok&eacute;monien ominaisuuksien kuvaamiseksi</a>. In Saarikivi, T. &amp; Saarikivi, J. (eds.)&nbsp;<em>Turhan tiedon kirja &mdash; Tutkimuksista pois j&auml;tettyj&auml; sivuja</em>. p. 199-214.&nbsp;SKS Kirjat.</p> <p><a href="https://www.researchgate.net/publication/354088508_How_Cute_is_Pikachu_Gathering_and_Ranking_Pokemon_Properties_from_Data_with_Pokemon_Word_Embeddings">English version of the paper</a></p>

opencc-by-nc-nd-4.0Feb 2021View details →
zenodo40/100

Spanish CBOW Word Embeddings in Floret

<p><strong>Spanish CBOW Word Embeddings in Floret</strong></p> <p>The embeddings have been trained with the corpus from the National Library of Spain (<a href="http://www.bne.es/en/Inicio/index.html">Biblioteca Nacional de Espa&ntilde;a</a>&nbsp;or BNE)&nbsp; using&nbsp;<a href="https://arxiv.org/pdf/1607.04606.pdf">floret</a>&nbsp;with the following&nbsp;&nbsp;hyperparameters:</p> <blockquote> <p>mode: str = &quot;floret&quot;,<br> model: str = &quot;cbow&quot;,<br> dim: int = 300,<br> mincount: int = 10,<br> minn: int = 5,<br> maxn: int = 6,<br> neg: int = 10,<br> hashcount: int = 2,<br> bucket: int = 50000,<br> thread: int = 128,</p> </blockquote> <p>&nbsp;</p> <p>Detailed information about the corpus can be found <a href="http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6405">here&nbsp;</a></p> <p>The processing took place&nbsp;on an HPC <a href="https://www.bsc.es/innovation-and-services/technical-information-cte-amd">node</a> equipped&nbsp;with an AMD EPYC 7742 (@ 2.250GHz) processor with 128 threads.</p> <p><strong>How to use</strong></p> <p>First initialize the spacy&nbsp;vectors from the floret table (.floret file):</p> <pre><code>spacy init vectors es floret_embeddings_bne_es.floret floret_embeddings_bne_es --mode floret</code></pre> <pre><code>import spacy # Load the floret vectors floret_embeddings = spacy.load("floret_embeddings_bne_es") # Get the embeddings of some words playa = floret_embeddings.vocab["playa"] frío = floret_embeddings.vocab["frío"] invierno = floret_embeddings.vocab["invierno"] verano = floret_embeddings.vocab["verano"] # Get some similarities print(frío.similarity(invierno)) print(frío.similarity(verano)) # frío should be more similar to invierno than verano. print(playa.similarity(invierno)) print(playa.similarity(verano)) # playa should be more similar to verano than invierno.</code></pre> <p><strong>Intended Uses and Limitations</strong></p> <p>At the time of submission, no measures have been taken to estimate the bias and toxicity embedded in the model. However, we are well aware that our models may be biased since the corpora have been collected using crawling techniques on multiple web sources. We intend to conduct research in these areas in the future, and if completed, this&nbsp;card will be updated.</p> <p><strong>Authors</strong></p> <p>The Text Mining Unit from Barcelona Supercomputing Center.</p> <p><strong>Contact Information</strong></p> <p>For further information, send an email to&nbsp;<a href="http://plantl-gob-es@bsc.es/">plantl-gob-es@bsc.es</a></p> <p><strong>Funding</strong></p> <p>This work was funded by the&nbsp;<a href="https://portal.mineco.gob.es/en-us/digitalizacionIA/Pages/sedia.aspx">Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA)</a>&nbsp;within the framework of the Plan-TL.</p> <p><strong>Copyright </strong></p> <p>Copyright (c) 2021 Secretar&iacute;a de Estado de Digitalizaci&oacute;n e Inteligencia Artificial</p>

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

Biomedical Spanish CBOW Word Embeddings in Floret

<p><strong>Biomedical Spanish CBOW Word Embeddings in Floret</strong></p> <p>The embeddings have been trained with a biomedical Spanish corpus&nbsp;using&nbsp;<a href="https://arxiv.org/pdf/1607.04606.pdf">floret</a>&nbsp;with the following&nbsp;&nbsp;hyperparameters:</p> <blockquote> <p>mode: str = &quot;floret&quot;,<br> model: str = &quot;cbow&quot;,<br> dim: int = 300,<br> mincount: int = 10,<br> minn: int = 5,<br> maxn: int = 6,<br> neg: int = 10,<br> hashcount: int = 2,<br> bucket: int = 50000,<br> thread: int = 128,</p> </blockquote> <p>The embeddings were trained on the concatenation of all corpora from the <strong>Spanish biomedical corpus</strong>&nbsp;that includes Spanish data from various sources for a total of 1.1B tokens across 2,5M documents.</p> <table> <thead> <tr> <th scope="col">Source</th> <th scope="col">No. tokens</th> </tr> </thead> <tbody> <tr> <td>Medical crawler</td> <td>903,558,136</td> </tr> <tr> <td>Clinical cases misc.</td> <td>102,855,267</td> </tr> <tr> <td>EHRs documents<strong>*</strong></td> <td>95,267,204</td> </tr> <tr> <td>Scielo</td> <td>60,007,289</td> </tr> <tr> <td>BARR2 Background</td> <td>24,516,442</td> </tr> <tr> <td>Wikipedia (Life Sciences)</td> <td>13,890,501</td> </tr> <tr> <td>Patents</td> <td>13,463,387</td> </tr> <tr> <td>EMEA</td> <td>5,377,448</td> </tr> <tr> <td>Mespen (MedlinePlus)</td> <td>4,166,077</td> </tr> <tr> <td>PubMed</td> <td>1,858,966</td> </tr> </tbody> </table> <p>More information about the corpus can be found here&nbsp;<a href="https://aclanthology.org/2022.bionlp-1.19/">https://aclanthology.org/2022.bionlp-1.19/</a> and here&nbsp;<a href="https://arxiv.org/abs/2109.07765">https://arxiv.org/abs/2109.07765</a></p> <p>The processing took place&nbsp;on an HPC <a href="https://www.bsc.es/innovation-and-services/technical-information-cte-amd">node</a> equipped&nbsp;with an AMD EPYC 7742 (@ 2.250GHz) processor with 128 threads.</p> <p><strong>How to use</strong></p> <p>First initialize the spacy&nbsp;vectors from the floret table (.floret file):</p> <pre><code class="language-bash">spacy init vectors es floret_embeddings_bio_es.floret floret_embeddings_bio_es --mode floret</code></pre> <pre><code>import spacy # Load the floret vectors floret_embeddings = spacy.load("floret_embeddings_bio_es") # Get the embeddings of some words diabetes = floret_embeddings.vocab["diabetes"] insulina = floret_embeddings.vocab["insulina"] radiografia = floret_embeddings.vocab["radiografia"] # Get some similarities print(diabetes.similarity(insulina)) print(diabetes.similarity(radiografia)) # diabetes should be more similar to insuline than radiografia </code></pre> <p>&nbsp;</p> <p><strong>Intended Uses and Limitations</strong></p> <p>At the time of submission, no measures have been taken to estimate the bias and toxicity embedded in the model. However, we are well aware that our models may be biased since the corpora have been collected using crawling techniques on multiple web sources. We intend to conduct research in these areas in the future, and if completed, this&nbsp;card will be updated.</p> <p><strong>Authors</strong></p> <p>The Text Mining Unit from Barcelona Supercomputing Center.</p> <p><strong>Contact Information</strong></p> <p>For further information, send an email to <a href="http://plantl-gob-es@bsc.es">plantl-gob-es@bsc.es</a></p> <p><strong>Funding</strong></p> <p>This work was funded by the <a href="https://portal.mineco.gob.es/en-us/digitalizacionIA/Pages/sedia.aspx">Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA)</a>&nbsp;within the framework of the Plan-TL.</p> <p><strong>Copyright </strong></p> <p>Copyright (c) 2022&nbsp;Secretar&iacute;a de Estado de Digitalizaci&oacute;n e Inteligencia Artificial</p>

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

Catalan CBOW Word Embeddings in Floret

<p><strong>Embeddings with the Catalan Textual Corpus</strong></p> <p>The embeddings have been trained with a Catalan textual corpus of&nbsp; more than 34GB of data using&nbsp;<a href="https://arxiv.org/pdf/1607.04606.pdf">floret</a>&nbsp;with the following&nbsp;&nbsp;hyperparameters:</p> <blockquote> <p>&nbsp; &nbsp; mode: str = &quot;floret&quot;,<br> &nbsp; &nbsp; model: str = &quot;cbow&quot;,<br> &nbsp; &nbsp; dim: int = 300,<br> &nbsp; &nbsp; mincount: int = 10,<br> &nbsp; &nbsp; minn: int = 5,<br> &nbsp; &nbsp; maxn: int = 6,<br> &nbsp; &nbsp; neg: int = 10,<br> &nbsp; &nbsp; hashcount: int = 2,<br> &nbsp; &nbsp; bucket: int = 50000,<br> &nbsp; &nbsp; thread: int = 128,</p> </blockquote> <p>The Catalan Textual Corpus used to train this embeddings, is the extended version of&nbsp;&nbsp;the initial available corpora described in&nbsp;<a href="https://arxiv.org/pdf/2107.07903.pdf">Armengol-Estap&eacute; et al. (2021)</a>. This new version includes:</p> <table> <caption>&nbsp;</caption> <thead> <tr> <th scope="col">Corpus</th> <th scope="col">Size in GB</th> </tr> </thead> <tbody> <tr> <td>CaCrawlat</td> <td>13.00</td> </tr> <tr> <td>Wikipedia</td> <td>1.10</td> </tr> <tr> <td>DOGC</td> <td>0.78</td> </tr> <tr> <td>Catalan Open Subtitles</td> <td>0.02</td> </tr> <tr> <td>Catalan Oscar</td> <td>4.00</td> </tr> <tr> <td>CaWaC</td> <td>3.60</td> </tr> <tr> <td>Cat. General Crawling</td> <td>2.50</td> </tr> <tr> <td>Cat. Goverment Crawling</td> <td>0.24</td> </tr> <tr> <td>ACN</td> <td>0.42</td> </tr> <tr> <td>Padicat</td> <td>0.63</td> </tr> <tr> <td>RacoCatal&agrave;</td> <td>8.10</td> </tr> <tr> <td>Naci&oacute;Digital</td> <td>0.42</td> </tr> <tr> <td>VilaWeb</td> <td>0.06</td> </tr> </tbody> </table> <p>From the new corpora, VilaWeb and Naci&oacute;Digital come from digital newspapers, Padicat is composed of crawlings of the Biblioteca de Catalunya, and CaCrawlat comes from the Biblioteca Nacional de Espa&ntilde;a (BNE).</p> <p>The processing took place&nbsp;on an HPC&nbsp;<a href="https://www.bsc.es/innovation-and-services/technical-information-cte-amd">node</a>&nbsp;equipped&nbsp;with an AMD EPYC 7742 (@ 2.250GHz) processor with 128 threads.</p> <p><strong>How to use</strong></p> <p>First initialize the spacy&nbsp;vectors from the floret table (.floret file):</p> <pre><code class="language-bash">spacy init vectors ca floret_embeddings_ca.floret floret_embeddings_ca --mode floret</code></pre> <pre><code class="language-python">import spacy # Load the floret vectors floret_embeddings = spacy.load("floret_embeddings_ca") # Get the embeddings of some words castanyes = floret_embeddings.vocab["castanyes"] flors = floret_embeddings.vocab["flors"] primavera = floret_embeddings.vocab["primavera"] tardor = floret_embeddings.vocab["tardor"] # Get some similarities print(flors.similarity(tardor)) print(flors.similarity(primavera)) # flors should be more similar to primavera than tardor. print(castanyes.similarity(primavera)) print(castanyes.similarity(tardor)) # castanyes should be more similar to tardor than primavera.</code></pre> <p><strong>Intended Uses and Limitations</strong></p> <p>At the time of submission, no measures have been taken to estimate the bias and toxicity embedded in the model. However, we are well aware that our models may be biased since the corpora have been collected using crawling techniques on multiple web sources. We intend to conduct research in these areas in the future, and if completed, this&nbsp;card will be updated.</p> <p><strong>Authors</strong></p> <p>The Text Mining Unit from Barcelona Supercomputing Center.</p> <p><strong>Contact Information</strong></p> <p>For further information, send an email to <a href="mailto:aina@bsc.es">aina@bsc.es</a>.</p> <p><strong>Funding</strong></p> <p>This work was funded by the <a href="https://politiquesdigitals.gencat.cat/ca/inici/index.html">Departament de la Vicepresid&egrave;ncia i de Pol&iacute;tiques Digitals i Territori de la Generalitat de Catalunya</a>&nbsp; within the framework of <a href="https://politiquesdigitals.gencat.cat/ca/economia/catalonia-ai/aina">Projecte AINA</a>.</p> <p><strong>Copyright</strong></p> <p>Copyright (c) 2022&nbsp;Text Mining Unit &nbsp;- Barcelona Supercomputing Center.</p>

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

Ancient Greek Fasttext Word Embeddings

<p>Word embeddings generated with Fasttext and 1 GB of Ancient Greek texts. These embeddings were produced for the study of social networks and social semantics in ancient Greece by the Diogenet project at the University of San Diego, California.&nbsp;</p>

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

Supplementary Material for the paper: Automatic Document Screening of Medical Literature Using Word and Text Embeddings in an Active Learning Setting

<p>This is the dataset used in the paper:&nbsp;Automatic Document Screening of Medical Literature Using Word and Text Embeddings in an Active Learning Setting.&nbsp;</p> <p>It is composed of:&nbsp;</p> <p>- Pre-trained models using active learning for document screening on HealthCLEF and Epistemonikos datasets.&nbsp;</p> <p>- Epistemonikos and HealthCLEF datasets containing medical questions and relevant/non relevant articles.&nbsp;</p> <p>- Embeddings and Document Representations used for experiments on both datasets.&nbsp;</p> <p>Scripts to run experiments can be found at:&nbsp;<a href="https://github.com/afcarvallo/active_learning_document_screening">https://github.com/afcarvallo/active_learning_document_screening</a></p> <p>&nbsp;</p> <p><strong>Paper abstract:</strong></p> <p>Document screening is a fundamental task within Evidence-based Medicine (EBM), a practice that provides scientific evidence to support medical decisions. Several approaches have tried to reduce physicians&#39; workload of screening and labeling vast amounts of documents to answer clinical questions. Previous works tried to semi-automate document screening, reporting promising results, but their evaluation was conducted on small datasets, which hinders generalization. Moreover, recent works in natural language processing have introduced neural language models, but none have compared their performance in EBM. In this paper, we evaluate the impact of several document representations such as TF-IDF along with neural language models (BioBERT, BERT, Word2vec, and GloVe) on an active learning-based setting for document screening in EBM. Our goal is to reduce the number of documents that physicians need to label to answer clinical questions. We evaluate these methods using both a small challenging dataset (HealthCLEF 2017) as well as a larger one but easier to rank (Epistemonikos). Our results indicate that word as well as textual neural embeddings always outperform the traditional TF-IDF representation. When comparing among neural and textual embeddings, in the HealthCLEF dataset the models BERT and BioBERT yielded the best results. On the larger dataset, Epistemonikos, Word2Vec and BERT were the most competitive, showing that BERT was the most consistent model across different corpuses. In term of active learning, an uncertainty sampling strategy combined with logistic regression achieved the best performance overall, above other methods under evaluation, and in fewer iterations.</p>

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

Russian Distributional Thesaurus (RDT): Word Embeddings

<p>This resource is a part of the Russian Distributional Thesaurus (RDT): see http://russe.nlpub.ru/downloads and http://nlpub.ru/RDT. </p> <p>This dataset contains a large scale word embeddings model for Russian trained using the SGNS model (Mikolov et al., 2013) on a 12.9 billion word collection of books in Russian. According to the results of our participation in the shared task on Russian semantic similarity (Panchenko et al., 2015), this approach scored in the top 5 among 105 submissions (Arefyev et al., 2015). Following our prior experiments (Arefyev et al., 2015) we have selected the following parameters for the model: minimal word frequency – 5, number of dimensions in a word vector – 500, three or five iterations of the learning algorithm over the input corpus, context window size of 1, 2, 3, 5, 7 and 10 words. Parameters of the model are listed below:</p> <ul> <li>Model: skip-gram</li> <li>Corpus: a 150Gb sample of the lib.rus.ec book collection.</li> <li>Context window size: 10 words</li> <li>Number of dimensions: 500</li> <li>Number of iterations: 3</li> <li>Minimal word frequency: 5</li> </ul> <p>References:</p> <ul> <li>Panchenko A., Ustalov D., Arefyev N., Paperno D., Konstantinova N., Loukachevitch N. and Biemann C. (2016): Human and Machine Judgements about Russian Semantic Relatedness. In Proceedings of the 5th Conference on Analysis of Images, Social Networks, and Texts (AIST'2016). Communications in Computer and Information Science (CCIS). Springer-Verlag Berlin Heidelberg</li> </ul> <ul> <li>Panchenko A., Loukachevitch N. V., Ustalov D., Paperno D., Meyer C. M., Konstantinova N. (2015): RUSSE: The First International Workshop on Russian Semantic Similarity. In Proceedings of the 21st International Conference on Computational Linguistics and Intellectual Technologies (Dialogue'2015). Moscow, Russia. RGGU</li> </ul> <ul> <li>Arefyev N., Panchenko A., Lukanin A., Lesota O., Romanov P. (2015): Evaluating Three Corpus-Based Semantic Similarity Systems for Russian. In Proceedings of the 21st International Conference on Computational Linguistics and Intellectual Technologies (Dialogue'2015). Moscow, Russia. RGGU</li> </ul>

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

Word Embedding Data Sets Learned from Tweets and General Data

<p>This includes 10 word embedding data sets learned from about 400 million tweets and 7 billion words from general data. They can be used in tasks involving social media data, especially tweets, and other types of textual data. Users can choose different embedding sets based on their use cases; they can also easily try all of them to see which one provides the best performance for their application.</p> <p>More details about the training data collection, word embedding generation, preprocessing steps, and how to use them can be found from the following paper:</p> <p>Quanzhi Li, Sameena Shah, Xiaomo Liu, Armineh Nourbakhsh, Data Set: Word Embeddings Learned from Tweets and General Data, The 11th International AAAI Conference on Web and Social Media (ICWSM-17).  Montreal, Canada. May 16-18, 2017</p>

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

sentiment specific word embedding

<p>sentiment specific&nbsp;word embedding &nbsp;learned based on the approach described in the following paper:</p> <p>D. Tang, et al., Learning Sentiment-Specific Word Embedding for Twitter Sentiment Classification,&nbsp;ACL 2014</p> <p>&nbsp;</p>

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

An Empirical Study of Word Embedding Dimensionality Reduction

<p>In order to analyze the impact on model quality while reducing the number of dimensions, strictly controlled trainings of word embedding are performed on Wikipedia corpora of 170 languages. The specially designed&nbsp;word embedding&nbsp;training tool&nbsp;makes use of processed corpus and intermediate results to accelerate the training, while keeping the consistency of negative sampling.</p> <p>Tests of semantic relatedness show that, except for some corpora of poor scale, the margin gain from extra dimensions significantly decreases above 200.</p>

opencc-by-4.0Apr 2018View details →
zenodo36/100

Arabic Word Embedding Models

<p><strong>&nbsp;These&nbsp;are several Arabic Word Embedding Models for NLP tasks and it has been described in our paper titled &quot;</strong>Leveraging Arabic Sentiment Classification Using an Enhanced CNN-LSTM Approach and Effective Arabic Text Preparation<strong>&quot;&nbsp;&nbsp;</strong></p>

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

Sentiment analysis data and word embeddings for Erzya, Komi-Zyrian, Moksha and Udmurt

<p>The aligned sentiment annotated data is in setiment_eval_data.json, vectors.zip has the word embeddings in a textual Gensim format, code.zip has the code and models.zip the sentiment analysis model.</p> <p>Please cite the following paper:</p> <p><strong>Alnajjar, K., H&auml;m&auml;l&auml;inen, M., &amp; Rueter, J, (2023)&nbsp;Sentiment Analysis Using Aligned Word Embeddings for Uralic Languages. In <em>Proceedings of the Second Workshop on Resources and Representations for Under-resourced Languages and Domains (RESOURCEFUL-2023)</em></strong></p>

opencc-by-4.0Dec 2022View details →
zenodo36/100

Spanish 3B words Word2Vec Embeddings [Update for gensim>4]

<p>This is the KeyedVectors of the gensim model created by Aitor Almeida and Aritz Bilbao, but compatible with Gensim&gt;4 versions.&nbsp;</p> <p>The training and generation of these vectors are detailed in the <a href="https://github.com/aitoralmeida/spanish_word2vec">GitHub repository</a> and in the official <a href="https://zenodo.org/record/1410403">Zenodo</a>.&nbsp;</p> <p>Please, any kind of citation or mention should be made to its <a href="https://zenodo.org/record/1410403">original repository</a>&nbsp;since I am not the research scientist who originally generate this model and all the merit is theirs.</p> <p>&nbsp;</p> <p>To load this new version you should use:</p> <p><em>word_vectors = KeyedVectors.load_word2vec_format(&quot;complete.bin&quot;,binary=True)</em></p>

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

Early Slavic word embeddings

<p>Word embeddings&nbsp;trained on the lemmatised TOROT Treebank, using Word2Vec and the following parameters:</p> <pre><code>sg = True min_count = &lt;1,3,5&gt; window = &lt;3,5&gt; vector_size = &lt;100,200,300&gt; epochs = 5</code></pre> <p>One model was trained for each combination&nbsp;of the parameters&nbsp;enclosed in angled brackets (&lt; &gt;).&nbsp;</p> <p>The release contains both the full models (.model) and the plain vector files (_vectors.txt). The models are named according to the parameters they were trained with.</p> <p>Note that these are the result of very preliminary experiments and no systematic evaluation of their quality was carried out, so use with caution.</p>

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

Do Word Embeddings Capture Spelling Variation?

<p>When using the data, please cite:</p> <p><em>&quot;Do Word Embeddings Capture Spelling Variation?&quot;. Dong Nguyen and Jack Grieve, COLING 2020.</em></p> <p>The data contains:</p> <ul> <li>the trained embeddings (embeddings-reddit.tgz and embeddings-twitter.tgz), 50-300 dimensions</li> <li>the analysis/output files (data.tgz).</li> </ul> <p>See also the Github repository: https://github.com/dongpng/coling2020.</p>

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

Phrase-Level Word Embeddings

<p>Phrase-level word embeddings for sentiment analysis.</p>

opencc-zeroJan 2015View details →
zenodo32/100

Korean embedding files using the different morphological segmentation granularity of the word

<p>Embedding files using the following segmentation:</p> <ol> <li>wordUD</li> <li>morphUD</li> <li>+morphUD&nbsp;</li> </ol> <p>Based on wordUD there are&nbsp;9,692,938 sentences and&nbsp;157,653,628 words (tokenized) including all articles published in&nbsp;The Hankyoreh during 2016 (1.2M sentences), Sejong morphologically analyzed corpus (3M), and Korean Wiki (20201101) (5.3M):</p> <p>&nbsp;</p> <blockquote> <p>./fasttext skipgram -input input&nbsp;-output embedding&nbsp;-dim 300</p> </blockquote>

opencc-by-4.0Jan 2022View details →
dryad32/100

Data from: Wide range screening of algorithmic bias in word embedding models using large sentiment lexicons reveals underreported bias types

<p>Concerns about gender bias in word embedding models have captured substantial attention in the algorithmic bias research literature. Other bias types however have received lesser amounts of scrutiny. This work describes a large-scale analysis of sentiment associations in popular word embedding models along the lines of gender and ethnicity but also along the less frequently studied dimensions of socioeconomic status, age, physical appearance, sexual orientation, religious sentiment and political leanings. Consistent with previous scholarly literature, this work has found systemic bias against given names popular among African-Americans in most embedding models examined. Gender bias in embedding models however appears to be multifaceted and often reversed in polarity to what has been regularly reported. Interestingly, using the common operationalization of the term bias in the fairness literature, novel types of so far unreported bias types in word embedding models have also been identified. Specifically, the popular embedding models analyzed here display negative biases against middle and working-class socioeconomic status, male children, senior citizens, plain physical appearance and intellectual phenomena such as Islamic religious faith, non-religiosity and conservative political orientation. Reasons for the paradoxical underreporting of these bias types in the relevant literature are probably manifold but widely held blind spots when searching for algorithmic bias and a lack of widespread technical jargon to unambiguously describe a variety of algorithmic associations could conceivably be playing a role. The causal origins for the multiplicity of loaded associations attached to distinct demographic groups within embedding models are often unclear but the heterogeneity of said associations and their potential multifactorial roots raises doubts about the validity of grouping them all under the umbrella term bias. Richer and more fine-grained terminology as well as a more comprehensive exploration of the bias landscape could help the fairness epistemic community to characterize and neutralize algorithmic discrimination more efficiently.</p>

opencc-zeroApr 2020View details →
zenodo32/100

Data for manuscript: "Using Word Embeddings to Probe Sentiment Associations of Politically Loaded Terms in News and Opinion Articles from News Media Outlets"

<p>This data set contains material for the purpose of scientific reproducibility of the accompanying manuscript &quot;Using Word Embeddings to Probe Sentiment Associations of Politically Loaded Terms in News and Opinion Articles from News Media Outlets&quot;.</p> <p>Note that this data set is distributed with an Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) License. NonCommercial means you&nbsp;may not use the material for commercial purposes. NoDerivatives means if you remix, transform, or build upon the material, you may not distribute the modified material. Attribution means you must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. See attached license terms for details.</p> <p>The work &quot;Using Word Embeddings to Probe Sentiment Associations of Politically Loaded Terms in News and Opinion Articles from News Media Outlets&quot; describes an analysis of political associations in 27 million diachronic (1975-2019) news and opinion articles from 47 news media outlets popular in the United States. We use embedding models trained on individual outlets content to quantify outlet-specific latent associations between positive/negative sentiment words and terms loaded with political connotations such as those describing political orientation, party affiliation, names of influential politicians and ideologically aligned public figures.&nbsp;</p> <p>News and opinion articles from the outlets listed in Figure 3 are available in the outlet&#39;s online domains and/or public cache repositories such as Google cache, The Internet Wayback Machine [31] and Common Crawl [32]. This work has not analyzed video or audio content of news media organizations, except when the outlet explicitly provides a transcript of such content in article form.<br> The temporal coverage of articles from different news outlets is not uniform. For most media organizations, news articles availability in their online domains or Internet cache backups becomes sparse as a function of articles&rsquo; age. This is not the case for some news outlets, where availability of news articles goes back to the 1970s. The Supplementary Material (SM) illustrates the time ranges of article data analyzed based on news outlets articles online availability.</p> <p>Textual content included in our analysis is circumscribed to the articles&rsquo; headlines and main text and does not include other article elements such as figure captions. Targeted textual content was located in HTML raw data using outlet specific XPath expressions. Tokens were lowercased prior to estimating embedding models. Markup language tags, URLs, nonalphanumeric characters, punctuation, digits, 330 common stop words and multiple spaces were removed prior to estimating word embeddings models.<br> All the analysis scripts and the diachronic word embedding models built from each of the 47 news media outlets analyzed in this work are available in this repository.</p> <p>For the purpose of reproducibility, we also provide in the above repository the articles&rsquo; text used to train the news outlets embedding models with the caveat that outlets articles not accessible without a subscription have been excluded. Also, for the included articles, stop words have been removed and the remaining words have been randomly scrambled within a sliding window of size 10 to render the articles incomprehensible to a human reader. These steps have been taken to not infringe articles copyright. These preprocessing steps have only minor impact on Continuous Bag of Words (CBOW) word2vec and the results reported in this work are similar when using the scrambled articles text to train outlet-specific embedding models.</p> <p>We derived outlet-specific word embedding models at every five-year time intervals within the 1975-2019 time range. The gensim [33] implementation of word2vec was used to train the embedding models. The continuous bag of words (CBOW) architecture performed slightly better than the Skip-Gram architecture in commonly used validation metrics so it was used for all subsequent analysis.&nbsp;</p> <p>For training the word embedding models, the following parameters were used: vector dimensions=300, window size=10, negative sampling=10, down sampling frequent words = 0.0001, minimum frequency count of 5 (only terms that appear more than 5 times in the corpus were included into the word embedding model vocabulary), number of training iterations (epochs) through the corpus=5. The exponent used to shape the negative sampling distribution was the default 0.75.&nbsp;</p> <p>Outlet-specific embedding models performance across a range of commonly used semantic, syntactic and analogy tasks was similar to popular pre-trained embedding models trained on corpora such as Twitter or Google books on similarity, association and word analogy tasks, see Supplemeentary Material of the manuscript for detailed validation tests results.</p> <p>&nbsp;</p>

opencc-by-nc-nd-4.0Jul 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