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.

131

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

131 results for “queries”

Learn how ShareScore rates datasets ↗
zenodo40/100

Webis Query Segmentation Corpus 2010 (Webis-QSeC-10)

<p>The Webis Query Segmentation Corpus 2010 (Webis-QSeC-10) contains segmentations for 53,437 web queries obtained from Mechanical Turk crowdsourcing (4,850 used for training in our CIKM 2012 paper). For each query, at least 10 MTurk workers were asked to segment the query. The corpus represents the distribution of their decisions.</p> <p>We provide the training and test sets as single folders in Zip archives containing several files. The files &quot;...-queries.txt&quot; contain the query strings and a unique ID for each query. The files &quot;...-segmentations-crowdsourced.txt&quot; contain the crowdsourced segmentations with their number of votes per query ID (see below for an example). The &quot;data&quot; folders contain all the data (n-gram frequencies, PMI values, POS tags, etc.) needed to replicate the evaluation results of our proposed segmentation algorithms. For convenience reasons, the folder &quot;segmentations-of-algorithms&quot; contain the segmentations that our proposed algorithms compute.</p> <p>The original queries were extracted from the AOL query log, and range from 3 to 10 keywords in length. For each query at least 10 MTurk workers were asked to segment the query and their decisions are accumulated in the corpus. The examples below demonstrate two different cases.</p> <p>Sample queries with internal ID (as in &quot;Webis-QSeC-10-training-set-queries.txt&quot;):</p> <ul> <li>2315313155 harvard community credit union</li> <li>1858084875 women&#39;s cycling tops</li> </ul> <p>Sample segmentations (as in &quot;webis-qsec-10-training-set-segmentations-crowdsourced.txt&quot;):</p> <ul> <li>2315313155 [(6, &#39;harvard community credit union&#39;), (2, &#39;harvard community|credit union&#39;), (1, &#39;harvard|community|credit union&#39;), (1, &#39;harvard|community credit union&#39;)]</li> <li>1858084875 [(5, &quot;women&#39;s|cycling tops&quot;), (2, &quot;women&#39;s|cycling|tops&quot;), (2, &quot;women&#39;s cycling|tops&quot;), (1, &quot;women&#39;s cycling tops&quot;)]</li> </ul> <p>Each query has a unique internal ID (e.g., 2315313155 in the first example) and the segmentations file contains at least 10 different decisions the MTurk workers made for that query. In the first example, 6 workers have all 4 keywords in one segment, 2 workers decided to break after the second word (denoted by a |) etc. Note that apostrophe in the second example (query ID 1858084875) is escaped by double quotes around the segmentation strings.</p>

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

Webis Query-Task-Mapping Corpus 2019 (Webis-QTM-19)

<p>The Webis Query-Task-Mapping Corpus 2019 (Webis-QTM-19) comprises three benchmark datasets on the query-task-mapping problem, which consists of finding the correct task for a new query in a given task-split background query log.</p> <p>It comprises three subdatasets in separate CSV files, each of which has three columns:</p> <ul> <li>Query. The query string.</li> <li>Source. The source of the query. In all datasets, a source field with value&nbsp; &#39;google&#39; or &#39;bing&#39; indicates that the query was derived from query suggestions&nbsp; from the respective search engine; otherwise, the query is from one of the underlying base corpora: <ul> <li>&#39;lucc&#39; : lucchese:2011</li> <li>&#39;webis&#39; : stein:2013b</li> <li>&#39;trc&#39;&nbsp; : stein:2016a</li> <li>&#39;trec&#39;&nbsp; : various collections of TREC queries</li> <li>&#39;wikihow&#39; : based on titles of wikiHow questions</li> </ul> </li> <li>Task. The ID of the ground-truth task for the corresponding query.</li> </ul> <p><br> Further details can be found in reference:<br> Michael V&ouml;lske, Ehsan Fatehifar, Benno Stein, and Matthias Hagen. Query-Task Mapping. In 42nd International ACM Conference on Research and Development in Information Retrieval (SIGIR 2019), July 2019. ACM.<br> http://doi.acm.org/10.1145/3331184.3331286</p>

opencc-by-4.0May 2019View details →
zenodo40/100

Webis Netspeak Instant Query Log 2021 (Webis-NIL-21)

<p>The Webis Netspeak Instant Search Log 2021 (Webis-NIL-21) is an excerpt of the log of the Netspeak search engine. The dataset contains about 37,000 log entries, which correspond to keystroke interactions the users of Netspeak made with it&#39;s search interface while entering their queries. This enables the study of instant search logs in general, and that of identifying keystroke interactions belonging to the same query in particular. The latter is annotated in the log.</p>

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

Datasets for Creating and Querying Personalized Versions of Wikidata in a Laptop (Wikidata workshop, 2021)

<p>These datasets are used to support the results of the paper &quot;Datasets for Creating and Querying Personalized Versions of Wikidata in a Laptop&quot;, submitted to the Wikidata workshop 2021 (https://wikidataworkshop.github.io/2021/) at the International Semantic Web Conference.</p> <p>The datasets have been derived from Wikidata dump 20210215. To help querying purposes, the dump is organized in different files:</p> <ul> <li>claims.time.tsv.gz: time-related assertions</li> <li>claims.wikibase-item.tsv-006.gz: item-related assertions</li> <li>derived.P279.tsv.gz: statements that are subclass of another statement</li> <li>derived.P279star.tsv.gz: statement that are subclass of another statement, including their chains.</li> <li>derived.P31.tsv.gz: instance of statements.</li> <li>labels.en.tsv-004.gz: labels in English</li> <li>claims.external-id.tsv-005.gz: External identifiers for each item.</li> <li>ulan.tsv: ULAN ids (used to link external identifiers to Wikidata identifiers)</li> <li>wikidata_infobox.tsv.gz: Information about dbpedia infoboxes.</li> </ul> <p>Upload by: Daniel Garijo</p>

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

Cache for KGTK queries in Creating and Querying Personalized Versions of Wikidata on a Laptop

<p>Sqlite cache used to store the KGTK Kypher (https://kgtk.readthedocs.io/en/dev/transform/query/) queries for paper &quot;Creating and Querying Personalized Versions of Wikidata on a Laptop&quot;</p>

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

Instagram: #erasurepoetry query

<p><strong>Tags: #erasurepoetry vs. #blackoutpoetry on Instagram (Nov. 19, 2020) </strong></p> <p>As of November 19, 2020, searching on Instagram for the tags &ldquo;#erasurepoetry&rdquo; and &ldquo;#blackoutpoetry&rdquo; shows some overlapping of techniques in both tags.</p>

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

The LOTUS Initiative for Open Natural Products Research: wikidata query results

<p>Wikidata query results returned by the downloadLotus module of the <a href="https://github.com/lotusnprod/lotus-wikidata-interact">https://github.com/lotusnprod/lotus-wikidata-interact</a>&nbsp;program.</p> <p>See details of the module here&nbsp;<a href="https://github.com/lotusnprod/lotus-wikidata-interact/blob/main/downloadLotus/README.md">https://github.com/lotusnprod/lotus-wikidata-interact/blob/main/downloadLotus/README.md</a></p> <p>This dataset is constituted of 4 tables.</p> <ol> <li>compounds.tsv - chemical structures metadata (wikidataId, canonicalSmiles, isomericSmiles, inchi, inchiKey)</li> <li>references.tsv - bibliographical references metadata (wikidataId, pipe separated DOIs, titles)</li> <li>taxa.tsv - biological organisms metadata (wikidataId, pipe separated names, taxa rank)</li> <li>compound_reference_taxon.tsv - the documented structure-organism pairs</li> </ol> <p>This dataset includes not only the outputs of the LOTUS processing pipeline (available here&nbsp;<a href="https://doi.org/10.5281/zenodo.5665295">https://doi.org/10.5281/zenodo.5665295</a>&nbsp;) but also any of wikidata chemical compounds&nbsp;having the found in taxon property (<a href="https://www.wikidata.org/wiki/Property:P703">https://www.wikidata.org/wiki/Property:P703</a>) and their associated organisms and documenting references.</p> <p>&nbsp;</p> <p><br> &nbsp;</p>

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

URLs with query strings for software in UK Academic Institutional Repositories.

<p>A set of exact URLs containing the query strings to search for software within UK Academic IRs.</p>

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

Ranking snapshot for the query "THE ROLE OF HUMAN INTELLIGENCE IN ARTIFICIAL INTELLIGENCE" performed on Google Scholar

This deposit provides a snapshot of results obtained through a Google Scholar search query on the topic of "THE ROLE OF HUMAN INTELLIGENCE IN ARTIFICIAL INTELLIGENCE". The search was performed by Alessandro Lotta, from Unipd, on May 30, 2023 at 6:34:32 PM. The captured data includes 2 pages of search results, which have been saved in the output-data.jsonld file. In addition to the citation data, the deposit includes PNG format screenshots of the search results, allowing visual reference to the captured information. The metadata for the Research Object Crate is also included in JSON format, providing essential details about the contents. The citation snapshot presented here is generated using the Unipd Ranking Citation Tool, a tool developed by Gianmaria Silvello and Alessandro Lotta (University of Padua). This tool, accessible at https://rankingcitation.dei.unipd.it

opencc-zeroMay 2023View details →
ClinicalTrials.gov40/100

Implementing Group Physical Therapy (PT) for Veterans With Knee Osteoarthritis (Group PT): Function QUERI 2.0

ClinicalTrials.gov study NCT05282927. IPD Sharing: YES. Countries: 1. Publications: 3.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov40/100

Implementing a Hospital-Based Walking Program (STRIDE): Function QUERI 2.0

ClinicalTrials.gov study NCT04868656. IPD Sharing: YES. Countries: 1. Publications: 2.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov40/100

Implementing a Skills-Based Caregiver Training Program (Caregivers FIRST): Function QUERI 2.0

ClinicalTrials.gov study NCT05319535. IPD Sharing: YES. Countries: 1. Publications: 3.

controlledIPD-YESFeb 2026View details →
zenodo36/100

A Simple Semantic-based Data Storage Layout for Querying Point Clouds

<p>Dataset contains three datasets: SMALL, MEDIUM and LARGE point cloud.</p> <p>Contains Python code which is made up of two files pc_new_semantics.py and paperutils.py</p> <p>&nbsp;</p>

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

NCI Semantic Competency Query Review

<p><strong>Overview</strong></p> <p>NCI held a Workshop on Semantics to support the NCI Cancer Research Data Commons (CRDC) in May 2018 at the National Cancer Institute in Rockville, MD. This workshop brought together experts in various areas of semantics, data integration and harmonization, Natural Language Processing (NLP) and other relevant areas to discuss and gather recommendations on semantic support for the CRDC.</p> <p>The workshop goals were to:<br> 1) Identify high-level requirements to address semantic needs and potential approaches for evaluation testing of the Cancer Data Aggregator (CDA)</p> <p>2) A set of options for using and/or extending current methods and resources (e.g. NLP) to</p> <ul> <li> <p>support semantic query capabilities</p> </li> </ul> <ul> <li> <p>facilitate metadata annotation</p> </li> <li> <p>minimize efforts for data validation and submission</p> </li> </ul> <p>3) Develop recommendations to support ongoing engagement with the community to ensure the semantics underlying the CDA improve and evolve as people contribute to and use the CDA</p> <p><strong>Participants</strong></p> <p>In total, 33 participants attended the meeting, coming from various backgrounds including clinicians, ontologists, bioinformaticians, data scientists, and project managers. Participants had expertise in semantic technologies, software and infrastructure development, data standards, data integration, clinical research, open source tool development.&nbsp;</p> <p><strong>Competency Queries</strong></p> <p>At the workshop, participants were asked to brainstorm &lsquo;competency queries&rsquo;, potential queries or questions that they would ask the future Cancer Data Aggregator (CDA) in order to retrieve data from across the CRDC. At the workshop, the breakout groups documented 237 queries for the CDA.&nbsp;</p> <p>Competency queries are often used to inform requirements to build a data model and/or ontology. They can help inform the scope of the model:what queries should the model support; 2) the content of the model, in terms of what types of entity types and attributes are needed to answer these queries; 3) the structure of the model in terms of what types of relationships between entities are needed to efficiently answer queries; 4) the semantics of the data, meaning which terminologies/ontologies would be useful for representing data to support query needs; 5) how to test and improve a completed model to ensure it can efficiently support queries determined to be in scope.</p> <p>After the workshop, a small subgroup assessed, organized and summarized the 237 queries that were noted at the workshop. A spreadsheet was created containing the queries and the keywords in each query were highlighted. From the highlighted keywords, a column was added to capture the core search parameters or classifications for each query. In evaluating the queries it was observed that some were really not a query, but expressed various observations about the data that one might hope to make. For example &ldquo;Patients with a certain temporal pattern of diagnoses, both cancer and comorbidities&rdquo;. This submission indicates that the data returned would need to include diagnosis and other conditions and can help to inform the requirements for CRDC data models.&nbsp;&nbsp;&nbsp;</p> <p>Using the information from the keyword analysis, the queries were initially categorized across various classifications, such as queries that included exposure information, diagnosis or cancer types, anatomical location of tumor, etc. In total, the queries were classified amongst 25 different parameters, or an &lsquo;other&rsquo; category, where the query did not fit the classification scheme, or was out of scope. To further refine this list into a more manageable list, 82 representative queries were pulled out, with at least 2 examples from every classification parameter. The goal was to identify a minimal or at least smaller subset that was still representative. This list of 82 queries was then reviewed with a larger group of experts and further refined. Additional classification parameters were added, for a total of 31 parameters and an &lsquo;other&rsquo; category. Some classifications were subdivided into more granular classifications, such as treatment was subdivided into surgery/radiation and protocols/regimens.</p> <p>In classifying each query, the exact words from each query that fit the classification scheme were noted. For example, consider the query, &ldquo;What environmental exposures are typically associated with the development of salivary gland cancer?&rdquo;; this query is classified as an exposure (environmental exposure), a diagnosis or specific cancer type (salivary gland cancer), and a tumor location (salivary gland).&nbsp;</p> <p>For a central query to be effective, we felt that the use of preferred terms for each classification parameter would be useful, so each was mapped to a relevant terminology or ontology. For example, exposure data is represented in the Environmental and Exposures Ontology (ECTO), as well as NCIt. The Uber Anatomy Ontology (Uberon) contains classifications of anatomical structures, which can be used to classify tumor locations. Many of the parameters covered by specialized terminologies are also covered by the NCIt. In some cases, the parameters were covered by multiple ontologies. At some point a preferred terminology will need to be selected for each parameter, perhaps informed by an assessment of what is being used in the CRDC data. It is likely that all terminologies and ontologies will need to be extended to cover all the terminology needed. Mappings between these terminologies and those used in the CRDC data will need to be developed.&nbsp;</p> <p>Finally, categories were prioritized based on how relevant and feasible they were for the CRDC as either high priority, nice to have or low priority.</p>

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

DataQI.NET: A Framework for Specifying Query Criteria Using the Repository Pattern

<p>During the construction of applications that require integration with databases, developers often dedicate a considerable amount of time writing the data access layer. Although there are some tools that aim at improving that process, it &nbsp;still demands a great amount of (usually default) code, which is error-prone, takes effort and time from the developer, and reduces the code reuse potential. This paper presents the DataQI.NET, a framework that encapsulates the complexity of those tools and makes possible the definition of customized queries through method signatures on interfaces that follow the Repository Pattern, allowing the developer to focus more on the business rules implementation. A comparative study is provided considering the implementation with and without the framework, demonstrating that, by using DataQI.NET, we obtain more homogeneous and standardized query methods that communicate, supporting code reuse and significant reduction on the lines of code and implementation time.</p>

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

Sony AIBO robot dog accelerometer query

<p>Dataset taken from&nbsp;https://www.cs.unm.edu/~mueen/carpet_query.txt</p> <p>Stored on Zenodo as backup for Stumpy Fast Pattern Matching Tutorial&nbsp;https://stumpy.readthedocs.io/en/latest/Tutorial_Pattern_Searching.html .</p>

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

Querying variants. Boccaccio's Commedia

<p>6th Project Presentation</p>

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

ORE 2014 Live Competition Queries

<p>The queries of the ORE 2014 Live Competition (http://vsl2014.at/meetings/ORE-competition.html). The competition framework can be found at GitHub (https://github.com/andreas-steigmiller/ore-2014-competition-framework) and the ontologies and reasoners are also available at Zenodo (https://zenodo.org/record/10791 and https://zenodo.org/record/11145, respectively).</p>

opencc-zeroAug 2014View details →
zenodo36/100

ContentMine Analysis of Papers from EuPMC query zika

<p>Facts and metadata extracted from papers returned from querying EuropePMC with the phrase &#39;zika&#39; using the ContentMine Cambridge pipeline. With dictionaries available at https://github.com/contentmine/dictionaries. Query and dictionaries used as of 2016-08-31</p>

opencc-zeroAug 2016View details →
zenodo36/100

Wikidata query for ICONGRAPH1.0

<p>This is the results of the query used to create "IICONGRAPHwikidata 1.0"</p>

opencc-by-4.0Dec 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