Datasets:
				
			
			
	
			
	
		
			
	
		Tasks:
	
	
	
	
	Question Answering
	
	
	Modalities:
	
	
	
		
	
	Text
	
	
	Sub-tasks:
	
	
	
	
	closed-domain-qa
	
	
	Languages:
	
	
	
		
	
	English
	
	
	Size:
	
	
	
	
	1K - 10K
	
	
	ArXiv:
	
	
	
	
	
	
	
	
License:
	
	
	
	
	
	
	
File size: 8,145 Bytes
			
			| fdc9d82 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | {
    "qasper": {
        "description": "A dataset containing 1585 papers with 5049 information-seeking questions asked by regular readers of NLP papers, and answered by a separate set of NLP practitioners.\n",
        "citation": "@inproceedings{Dasigi2021ADO,\n  title={A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers},\n  author={Pradeep Dasigi and Kyle Lo and Iz Beltagy and Arman Cohan and Noah A. Smith and Matt Gardner},\n  year={2021}\n}\n",
        "homepage": "https://allenai.org/data/qasper",
        "license": "CC BY 4.0",
        "features": {
            "id": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "title": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "abstract": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "full_text": {
                "feature": {
                    "section_name": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "paragraphs": [
                        {
                            "dtype": "string",
                            "id": null,
                            "_type": "Value"
                        }
                    ]
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            },
            "qas": {
                "feature": {
                    "question": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "question_id": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "nlp_background": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "topic_background": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "paper_read": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "search_query": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "question_writer": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "answers": {
                        "feature": {
                            "answer": {
                                "unanswerable": {
                                    "dtype": "bool",
                                    "id": null,
                                    "_type": "Value"
                                },
                                "extractive_spans": {
                                    "feature": {
                                        "dtype": "string",
                                        "id": null,
                                        "_type": "Value"
                                    },
                                    "length": -1,
                                    "id": null,
                                    "_type": "Sequence"
                                },
                                "yes_no": {
                                    "dtype": "bool",
                                    "id": null,
                                    "_type": "Value"
                                },
                                "free_form_answer": {
                                    "dtype": "string",
                                    "id": null,
                                    "_type": "Value"
                                },
                                "evidence": {
                                    "feature": {
                                        "dtype": "string",
                                        "id": null,
                                        "_type": "Value"
                                    },
                                    "length": -1,
                                    "id": null,
                                    "_type": "Sequence"
                                },
                                "highlighted_evidence": {
                                    "feature": {
                                        "dtype": "string",
                                        "id": null,
                                        "_type": "Value"
                                    },
                                    "length": -1,
                                    "id": null,
                                    "_type": "Sequence"
                                }
                            },
                            "annotation_id": {
                                "dtype": "string",
                                "id": null,
                                "_type": "Value"
                            },
                            "worker_id": {
                                "dtype": "string",
                                "id": null,
                                "_type": "Value"
                            }
                        },
                        "length": -1,
                        "id": null,
                        "_type": "Sequence"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            },
            "figures_and_tables": {
                "feature": {
                    "caption": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    },
                    "file": {
                        "dtype": "string",
                        "id": null,
                        "_type": "Value"
                    }
                },
                "length": -1,
                "id": null,
                "_type": "Sequence"
            }
        },
        "post_processed": null,
        "supervised_keys": null,
        "builder_name": "qasper",
        "config_name": "qasper",
        "version": {
            "version_str": "0.3.0",
            "description": null,
            "major": 0,
            "minor": 3,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 27277970,
                "num_examples": 888,
                "dataset_name": "qasper"
            },
            "validation": {
                "name": "validation",
                "num_bytes": 9535330,
                "num_examples": 281,
                "dataset_name": "qasper"
            },
            "test": {
                "name": "test",
                "num_bytes": 9535330,
                "num_examples": 416,
                "dataset_name": "qasper"
            }
        },
        "download_checksums": {
            "https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-train-dev-v0.3.tgz": {
                "num_bytes": 10835856,
                "checksum": "a28fdf966db827bcee3d873107d6b6669864fb7ca8fbf73a192f5e39191bdb5a"
            },
            "https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-test-and-evaluator-v0.3.tgz": {
                "num_bytes": 3865061,
                "checksum": "72a52a41193e2838b8074f80ac074b94f956b84886c36a61c58a7df4171bdd72"
            }
        },
        "download_size": 14700917,
        "post_processing_size": null,
        "dataset_size": 36813300,
        "size_in_bytes": 68556447
    }
}
 | 
