CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01rajpurkar /squad_v2 Dataset Card for SQuAD 2.0 Dataset Summary Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable. SQuAD 2.0 combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questions written adversarially by crowdworkers… See the full description on the dataset page: https://huggingface.co/datasets/rajpurkar/squad_v2.textquestion-answering100K<n<1M263 likes95k downloads3y agoHugging Face02lighteval /squad_v2text100K<n<1M0 likes1.1k downloads1y agoHugging Face03GEM /squad_v2 SQuAD2.0 combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questions written adversarially by crowdworkers to look similar to answerable ones. To do well on SQuAD2.0, systems must not only answer questions when possible, but also determine when no answer is supported by the paragraph and abstain from answering.textother100K<n<1M4 likes479 downloads4y agoHugging Face04gpantaz /squadv2trainimage100K<n<1M0 likes255 downloads2y agoHugging Face05KorQuAD /squad_kor_v2KorQuAD 2.0 is a Korean question and answering dataset consisting of a total of 100,000+ pairs. There are three major differences from KorQuAD 1.0, which is the standard Korean Q & A data. The first is that a given document is a whole Wikipedia page, not just one or two paragraphs. Second, because the document also contains tables and lists, it is necessary to understand the document structured with HTML tags. Finally, the answer can be a long text covering not only word or phrase units, but paragraphs, tables, and lists. As a baseline model, BERT Multilingual is used, released by Google as an open source. It shows 46.0% F1 score, a very low score compared to 85.7% of the human F1 score. It indicates that this data is a challenging task. Additionally, we increased the performance by no-answer data augmentation. Through the distribution of this data, we intend to extend the limit of MRC that was limited to plain text to real world tasks of various lengths and formats.question-answering10K<n<100K18 likes234 downloads3y agoHugging Face06bowang0911 /squad-v2-dutch SQuAD v2 Dutch (MTEB retrieval format) Dutch general-knowledge (Wikipedia) retrieval task. Given a Dutch question, retrieve the relevant Wikipedia passage from the corpus. Built from the validation split, answerable questions only. Reformatted into MTEB retrieval format from yhavinga/squad_v2_dutch, a machine translation of SQuAD v2. License: CC BY-SA 4.0. text10K<n<100K0 likes223 downloads3mo agoHugging Face07twodigit /squad-kor-v2 KorQuAD 2.1 https://huggingface.co/datasets/squad_kor_v2 https://github.com/korquad/korquad.github.io/tree/master/dataset/KorQuAD_2.1 소개 KorQuAD 2.0: KorQuAD 1.0의 20,000+ QA를 포함하여, 총 100,000+ 개로 구성된 한국어 MRC 데이터셋. KorQuAD 2.1: 47,957 개의 Wikipedia article에 대해 102,960 개의 QA로 구성된 한국어 MRC 데이터셋. KorQuAD 2.0 중 HTML 태그의 속성이 완벽하게 제거되지 않은 오류를 수정한 버전. qa count train 83,486 dev 10,165 102,960 KorQuAD 1.0과의 차이 context는 paragraphs가 아닌, table과 list가 포함된 전체… See the full description on the dataset page: https://huggingface.co/datasets/twodigit/squad-kor-v2.textn<1K0 likes197 downloads3y agoHugging Face08Thanmay /squad_v2text100K<n<1M0 likes101 downloads2y agoHugging Face09ragrawal36 /triviaqa-hotpotqa-nq-squad-msmarco-hard-neg-sft4b-doc4096-seq1024-v2text100K<n<1M0 likes95 downloads19d agoHugging Face10TheTung /squad_es_v2automatic translation of the Stanford Question Answering Dataset (SQuAD) v2 into Spanishquestion-answering10K<n<100K0 likes86 downloads3y agoHugging Face11Tuan-NT /long_squad_v2text100K<n<1M0 likes81 downloads2y agoHugging Face12allenai /squad_v2text100K<n<1M1 likes79 downloads1y agoHugging Face13emirhanboge /squad_v2_codex_glue_cnn_dailymail_llama1b_modifiedtext100K<n<1M0 likes76 downloads2y agoHugging Face14GroNLP /squad-nl-v2.0 SQuAD-NL v2.0 [translated SQuAD / XQuAD] SQuAD-NL v2.0 is a translation of The Stanford Question Answering Dataset (SQuAD) v2.0. Since the original English SQuAD test data is not public, we reserve the same documents that were used for XQuAD for testing purposes. These documents are sampled from the original dev data split. The English data is automatically translated using Google Translate (February 2023) and the test data is manually post-edited. This version of SQuAD-NL also… See the full description on the dataset page: https://huggingface.co/datasets/GroNLP/squad-nl-v2.0.textquestion-answering100K<n<1M1 likes75 downloads2y agoHugging Face15real-jiakai /chinese-squadv2English | 中文 Dataset Card for Chinese SQuAD 2.0 (revised, bilingual) Dataset Description This is a revised and extended version of the Chinese translation of SQuAD 2.0, originally machine-translated by ChineseSquad. Like SQuAD 2.0 it contains both answerable and unanswerable questions and is designed for Chinese extractive reading comprehension / question answering. Compared with the previous release of chinese-squadv2, this version: Adds the original English… See the full description on the dataset page: https://huggingface.co/datasets/real-jiakai/chinese-squadv2.textquestion-answering100K<n<1M3 likes69 downloads1mo agoHugging Face16huutuan /long_squad_v2 Dataset Card for long_squad_v2 long_squad_v2 is a long-context question answering dataset based on the SQuAD v2 format. It was constructed by concatenating multiple SQuAD v2 contexts to significantly increase the average document length, enabling training and evaluation of models on long-range understanding and sparse answer retrieval tasks. Dataset Details Uses To load the dataset using the 🤗 Datasets library: from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/huutuan/long_squad_v2.textquestion-answering100K<n<1M0 likes66 downloads1y agoHugging Face17christti /squad-augmented-v2textquestion-answering100K<n<1M2 likes64 downloads3y agoHugging Face18bbasavar /squad-v2-closed-corpus-v1 SQuAD 2.0 Closed Wikipedia Corpus v1 Full plaintext for 452 Wikipedia articles drawn from the SQuAD 2.0 source corpus (477 unique articles total; 25 dev articles held back for grading). Dataset configs Config File Use default train.parquet Dataset Viewer — title, pageid, text length, 1000-char preview full corpus_v1.parquet Full article text via load_dataset(..., name="full") — corpus_v1.jsonl Pinned release file for offset validation (download… See the full description on the dataset page: https://huggingface.co/datasets/bbasavar/squad-v2-closed-corpus-v1.tabularn<1K0 likes62 downloads24d agoHugging Face19susumu2357 /squad_v2_svSQuAD_v2_sv is a Swedish version of SQuAD2.0. Translation was done automatically by using Google Translate API but it is not so straightforward because; 1. the span which determines the start and the end of the answer in the context may vary after translation, 2. tne translated context may not contain the translated answer if we translate both independently. More details on how to handle these will be provided in another blog post.question-answering10K<n<100K0 likes60 downloads4y agoHugging Face20caltonji /harrypotter_squad_v2_2 Dataset Summary Contains 15 Harry Potter trivia questions in Squadv2 format, 3 of which are unanswerable. Model Performance Test Notebook Model exact f1 Albert Base (twmkn9/albert-base-v2-squad2) 46.6667 46.6667 Albert XXLarge (ahotrod/albert_xxlargev1_squad2_512) 66.6667 66.6667 textn<1K0 likes59 downloads5y agoHugging Face21chanwoopark /squadv2_4_5_1234text10K<n<100K0 likes59 downloads2y agoHugging Face22pragnakalp /squad_v2_french_translatedUsing Google Translation, we have translated SQuAD 2.0 dataset into multiple languages. Here is the translated dataset of SQuAD 2.0 in French language. Shared by Pragnakalp Techlabs textn<1K1 likes57 downloads4y agoHugging Face23chanwoopark /squadv2_4_1_2345text10K<n<100K0 likes56 downloads2y agoHugging Face24gpantaz /squadv2validationimage10K<n<100K0 likes55 downloads2y agoHugging Face25ragrawal36 /squad-pairs-hard-neg-reasoning-embedding-modified-SFT-4B-doc4096-seq1024-v2-parts-0-1text10K<n<100K0 likes52 downloads19d agoHugging Face26caltonji /harrypotter_squad_v2textn<1K0 likes51 downloads5y agoHugging Face27contemmcm /squad_v2.0textquestion-answering100K<n<1M0 likes50 downloads2y agoHugging Face28AryaBondale2306 /05-squad_v2text100K<n<1M0 likes47 downloads15d agoHugging Face29sichenzhong /squad_v2_back_trans_synonym_augtext100K<n<1M0 likes45 downloads4y agoHugging Face30argilla /squad_v2 Dataset Card for squad_v2 This dataset has been created with Argilla. As shown in the sections below, this dataset can be loaded into Argilla as explained in Load with Argilla, or used directly with the datasets library in Load with datasets. Dataset Summary This dataset contains: A dataset configuration file conforming to the Argilla dataset format named argilla.yaml. This configuration file will be used to configure the dataset when using the… See the full description on the dataset page: https://huggingface.co/datasets/argilla/squad_v2.text10K<n<100K0 likes45 downloads3y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.