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.

3

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3 results for “query suggestions”

Learn how ShareScore rates datasets ↗
zenodo44/100

btw17 query auto completion - query suggestions for German politicians and parties before the federal election 2017

<p>The dataset contains the query suggestions for 5 major German parties (terms: &quot;afd&quot;, &quot;csu&quot;, &quot;dielinke&quot;, &quot;fdp&quot;, &quot;gr&uuml;ne&quot;, &quot;spd&quot;) and ten popular politicians and party leaders (terms: &quot;Alexander Gauland&quot;, &quot;Alice Weidel&quot;, &quot;Angela Merkel&quot;, &quot;Cem &Ouml;zdemir&quot;, &quot;Christian Lindner&quot;, &quot;Dietmar Bartsch&quot;, &quot;Katrin G&ouml;ring-Eckardt&quot;, &quot;Martin Schulz&quot;, &quot;Sahra Wagenknecht&quot;).</p> <p>The data was crawled on (mostly) two times per day from Tue Aug 04, 2017 to Tue Oct 31, 2017. The dataset contains 20001 suggestions from Bing search (http://api.bing.net/osjson.aspx), 11935 suggestions from Duck-Duck-Go (https://duckduckgo.com/ac/) and 33521 suggestions from Google search (http://clients1.google.de/complete/search). Note, that for some terms and dates no suggestions were returned by some of the APIs.</p> <p>German language settings were used for Google and Bing, English language setting was used for Duck-Duck-Go. The API requests were sent with an IP address from Cologne, Germany.&nbsp;</p> <p>The UTF-8 encoded comma separated text file contains the following columns:</p> <p>&lt;source&gt;: google, bing or ddg</p> <p>&lt;queryterm&gt;: the query term</p> <p>&lt;date&gt;: the date and time of the API call formatted as ISO8601</p> <p>&lt;suggestterm&gt;: the suggested query completion (the query term was removed from the suggestion)</p> <p>&lt;position&gt;: the position of the query suggestion within the list returned by the API (ranges from 0 to 19)</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><br> &nbsp;&nbsp; &nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Dec 2018View details →
zenodo44/100

Qbias – A Dataset on Media Bias in Search Queries and Query Suggestions

<p>We present Qbias, two novel datasets&nbsp;that promote the investigation of bias in online news search as described in</p> <blockquote> <p>Fabian Haak and Philipp Schaer. 2023. 𝑄𝑏𝑖𝑎𝑠 - A Dataset on Media Bias in Search Queries and Query Suggestions. In Proceedings of ACM Web Science Conference (WebSci&rsquo;23). ACM, New York, NY, USA, 6 pages.&nbsp;<a href="https://doi.org/10.1145/3578503.3583628">https://doi.org/10.1145/3578503.3583628</a>.</p> </blockquote> <p><strong>Dataset 1: AllSides Balanced News Dataset (allsides_balanced_news_headlines-texts.csv)</strong></p> <p>The dataset contains 21,747 news articles collected from <a href="https://www.allsides.com/headline-roundups">AllSides balanced news headline</a> roundups in November 2022 as presented in our publication. The AllSides balanced news feature three expert-selected U.S. news articles from sources of different political views (left, right, center), often featuring spin bias, and slant other forms of non-neutral reporting on political news. All articles are tagged with a bias label by four expert annotators based on the expressed political partisanship, left, right, or neutral. The AllSides balanced news aims to offer multiple political perspectives on important news stories, educate users on biases, and provide multiple viewpoints. Collected data further includes headlines, dates, news texts, topic tags (e.g., &quot;Republican party&quot;, &quot;coronavirus&quot;, &quot;federal jobs&quot;), and the publishing news outlet. We also include AllSides&#39; neutral description of the topic of the articles.<br> Overall, the dataset contains 10,273 articles tagged as left, 7,222 as right, and 4,252 as center.</p> <p>To provide easier access to the most recent and complete version of the dataset for future research, we provide a scraping tool and a regularly&nbsp;updated version of the dataset at <a href="https://github.com/irgroup/Qbias">https://github.com/irgroup/Qbias</a>. The repository also contains regularly updated more recent versions of the dataset with additional tags (such as the URL to the article). We chose to publish the version used for fine-tuning the models on Zenodo to enable the reproduction of the results of our study.&nbsp;</p> <p>&nbsp;</p> <p><strong>Dataset 2: Search Query Suggestions&nbsp;(suggestions.csv)</strong></p> <p>The second dataset we provide consists of 671,669 search query suggestions for root queries based on tags of the AllSides biased news dataset. We collected search query suggestions from Google and Bing for the 1,431 topic tags, that have been used for tagging AllSides news at least five times, approximately half of the total number of topics.&nbsp;The topic tags include names, a wide range of political terms, agendas, and topics (e.g., &quot;communism&quot;, &quot;libertarian party&quot;, &quot;same-sex marriage&quot;), cultural and religious terms (e.g., &quot;Ramadan&quot;, &quot;pope Francis&quot;), locations and other news-relevant terms.&nbsp;On average, the dataset contains 469 search queries for each topic.&nbsp;In total, 318,185 suggestions have been retrieved from Google and 353,484 from Bing.</p> <p>The file contains a &quot;root_term&quot; column based on the AllSides topic tags. The &quot;query_input&quot; column contains the search term submitted to the search engine (&quot;search_engine&quot;). &quot;query_suggestion&quot; and &quot;rank&quot; represents the search query suggestions at the respective positions returned by the search engines at the given time of search &quot;datetime&quot;. We scraped our data from a US server saved in &quot;location&quot;.</p> <p>We retrieved ten search query suggestions provided by the Google and Bing search autocomplete systems for the input of each of these root queries, without&nbsp;performing a search. Furthermore, we extended the root queries by the letters a to z (e.g., &quot;democrats&quot; (root term) &gt;&gt; &quot;democrats a&quot; (query input) &gt;&gt;&nbsp;&quot;democrats and recession&quot; (query suggestion)) to simulate a user&#39;s input during information search and generate a total of up to 270 query suggestions per topic and search engine. The dataset we provide contains columns for root term, query input, and query suggestion for each suggested query. The location from which the search is performed is the location of the Google servers running Colab, in our case Iowa in the United States of America, which is added to the dataset.&nbsp;</p> <p><strong>AllSides Scraper</strong></p> <p>At&nbsp;<a href="https://github.com/irgroup/Qbias">https://github.com/irgroup/Qbias</a>, we provide a scraping tool, that allows for the automatic retrieval of all available articles at the AllSides balanced news headlines.&nbsp;</p> <p>We want to provide an easy means of retrieving the news and all corresponding information. For many tasks it is relevant to have the most recent documents available. Thus, we provide this Python-based scraper, that scrapes all available AllSides news articles and gathers available information. By providing the scraper we facilitate access to a recent version of the dataset for other researchers.</p> <p>&nbsp;</p>

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

query suggestion with siri - query suggestions for instagram accounts

<p>Das Datenset enth&auml;lt Query Suggestions zu 20 Instragram-Accounts bzw. Personen oder Firmen dahinter. (Instagram,&nbsp;Cristiano&nbsp;Ronaldo,&nbsp;Ariana Grande,&nbsp;Selena Gomez,&nbsp;The Rock,&nbsp;Kim Kardashian West,&nbsp;Kylie Jenner,&nbsp;Beyonc&eacute;,&nbsp;Taylor Swift,&nbsp;Leo Messi,&nbsp;Neymar jr,&nbsp;Kendall Jenner,&nbsp;Justin Bieber,&nbsp;National Geographic,&nbsp;Barbie,&nbsp;Khloe Kardashian,&nbsp;Jennifer Lopez,&nbsp;Miley Cyrus,&nbsp;Nike,&nbsp;Katy Perry)</p> <p>Die Datenerhebung erfolgte vom 26.05.2019 - 23.06.2019. Enthalten sind Vorschl&auml;ge der Suchmaschinen Bing, DuckDuckGo, Google und der Suche in Siri (an einem Tablet und in einer XCode Simulation), wobei die Anzahl der zur&uuml;ckgelieferten Vorschl&auml;ge variiert.</p> <p>Das Datenset enth&auml;lt folgende Spalten:&nbsp;Plattform, Suchbegriff, Datum, Vorschlag Position</p> <p>&nbsp;</p>

opencc-by-4.0Aug 2019View 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