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.

5

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

5 results for “Document Embedding”

Learn how ShareScore rates datasets ↗
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 →
zenodo32/100

Embedding obtained in the paper "Two-dimensional visualization of large document libraries using t-SNE"

<p>Embedding obtained in the paper &quot;Two-dimensional visualization of large document libraries using t-SNE&quot; (<a href="https://openreview.net/forum?id=Hebl3EZ16lq">https://openreview.net/forum?id=Hebl3EZ16lq</a>, <a href="https://github.com/berenslab/pubmed-tsne-iclr">https://github.com/berenslab/pubmed-tsne-iclr</a>).</p> <p>The paper used the PubMed 2020 baseline&nbsp;originally obtained from <a href="https://www.nlm.nih.gov/databases/download/pubmed_medline.html">https://www.nlm.nih.gov/databases/download/pubmed_medline.html</a>, courtesy of the U.S. National Library of Medicine. That exact dataset is not available anymore. Now (June 2022) one can access the 2021 baseline, which includes our data and new works published in 2021, plus some revised and deleted citations.&nbsp;</p> <p>The dataset provided here includes:</p> <p>- from the PubMed database: article title, journal, PMID, and publication year.</p> <p>- produced by us: t-SNE embedding X and Y coordinates, label, and color.</p>

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

Crosslingual Document Embedding as Reduced-Rank Ridge Regression (Cr5)

<p>Crosslingual Document Embedding as Reduced-Rank Ridge Regression (Cr5)</p> <p>This repository contains the dataset of pretrained word embeddings in 28 languages, embedded in a shared latent space, released with the following <a href="http://dl.acm.org/authorize?N676969">paper</a>. The embeddings trained with the proposed approach are optimized for document level aggregation.</p> <blockquote> <p>&quot;Crosslingual Document Embedding as Reduced-Rank Ridge Regression&quot;. Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining. ACM, 2019.</p> </blockquote> <p>If you found the provided resources useful, please cite the above paper. Here&#39;s a BibTeX entry you may use:</p> <blockquote> <p>@inproceedings{josifoski-wsdm2019-cr5,<br> &nbsp;&nbsp;title={Crosslingual Document Embedding as Reduced-Rank Ridge Regression},<br> &nbsp;&nbsp;author={Josifoski, Martin and Paskov, Ivan S. and Paskov, Hristo S. and Jaggi, Martin and West, Robert},<br> &nbsp;&nbsp;booktitle={Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining},<br> &nbsp;&nbsp;organization={ACM},<br> &nbsp;&nbsp;year={2019}<br> }</p> </blockquote> <p><br> Any questions or suggestions?<br> Contact martin.josifoski@epfl.ch.&nbsp;</p>

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

Crosslingual Document Embedding as Reduced-Rank Ridge Regression (Cr5)

<p>Crosslingual Document Embedding as Reduced-Rank Ridge Regression (Cr5)</p> <p>This repository contains the pre-trained models released with the following <a href="http://dl.acm.org/authorize?N676969">paper</a>.</p> <blockquote> <p>&quot;Crosslingual Document Embedding as Reduced-Rank Ridge Regression&quot;. Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining. ACM, 2019.</p> </blockquote> <p>Cr5 embeds the words in a number of languages (2, 4 or 28, depending on the model), in a shared latent space. The repository contains the following models:</p> <ul> <li>English - Italian model, trained in a pairwise setting (prefixed&nbsp;pairwise_2_en-it)</li> <li>Danish - English model, trained in a pairwise setting (prefixed&nbsp;pairwise_2_da-en)</li> <li>Danish - Vietnamese model, trained in a pairwise setting (prefixed pairwise_2_da-vi)</li> <li>Danish - English - Italian - Vietnamese model, trained in a joint setting&nbsp;of 4 languages (prefixed joint_4)</li> <li>28 language model, trained in a joint setting of 28 languages (prefixed joint_28; the languages correspond to the following ISO 639 codes: bg, ca, cs, da, de, el, en, es, et, fi, fr, hr, hu, id, it, mk, nl, no, pl, pt, ro, ru, sk, sl, sv, tr, uk, vi.</li> </ul> <p>There is a tradeoff between the number of languages embedded in a single latent space and the performance achieved for each single language. Thus, in addition to the pre-trained models, the results from the document-level evaluation task (cf. Table 1 in&nbsp;<a href="https://infoscience.epfl.ch/record/263893/files/cr5%20paper.pdf">paper</a>) for the 28-language model are provided (when evaluating on the 4 languages considered in the paper, <a href="https://zenodo.org/record/2597441/files/joint_28_full_performance.pdf?download=1">joint_28_full_performance.pdf</a>). To choose the most optimal model for your use case, these results can be compared with the performance of the first four models, which are already evaluated in the paper.</p> <p>For using the pre-trained models, follow these steps:</p> <p>1. Download the model of choice for the desired languages (the dataset format is described in the readme)</p> <p>2. Download the helper library <a href="https://zenodo.org/record/2597441/files/cr5.py?download=1">cr5.py</a></p> <p>3. Look at <a href="https://zenodo.org/record/2597441/files/example.py?download=1">example.py</a>&nbsp;for an example on how to use the library</p> <p>If you found the provided resources useful, please cite the above paper. Here&#39;s a BibTeX entry you may use:</p> <blockquote> <p>@inproceedings{josifoski-wsdm2019-cr5,<br> &nbsp;&nbsp;title={Crosslingual Document Embedding as Reduced-Rank Ridge Regression},<br> &nbsp;&nbsp;author={Josifoski, Martin and Paskov, Ivan S. and Paskov, Hristo S. and Jaggi, Martin and West, Robert},<br> &nbsp;&nbsp;booktitle={Proceedings of the Twelfth ACM International Conference on Web Search and Data Mining},<br> &nbsp;&nbsp;organization={ACM},<br> &nbsp;&nbsp;year={2019}<br> }</p> </blockquote> <p><br> Any questions or suggestions?<br> Contact martin.josifoski@epfl.ch.&nbsp;</p>

opencc-by-4.0Feb 2019View details →
zenodo28/100

Dataset to accompany Clustering and Visualising Documents using Word Embeddings

<p>Dataset to accompany <em>Clustering and Visualising Documents using Word Embeddings</em>, a lesson for the Programming Historian.</p>

opencc-by-4.0Jul 2023View 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