--- dataset_info: features: - name: Question (e.g. what, why, who, which, in which) dtype: string - name: Paragraph with answer dtype: string - name: Ground truth answers (separated by '|') dtype: string - name: file name dtype: string - name: document type dtype: string splits: - name: test num_bytes: 33532.61538461538 num_examples: 60 download_size: 24532 dataset_size: 33532.61538461538 configs: - config_name: default data_files: - split: test path: data/test-* license: cc-by-4.0 task_categories: - question-answering language: - en tags: - space size_categories: - n<1K --- ## Dataset Owner(s): expert.ai Research Lab ## License/Terms of Use This dataset is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0) available at https://creativecommons.org/licenses/by/4.0/legalcode. How to cite ----------- To cite this research please use the following: ``` @inproceedings{10.1145/3477495.3531697, author = {Garcia-Silva, Andres and Berrio, Cristian and Gomez-Perez, Jose Manuel and Mart\'{\i}nez-Heras, Jose Antonio and Donati, Alessandro and Roma, Ilaria}, title = {SpaceQA: Answering Questions about the Design of Space Missions and Space Craft Concepts}, year = {2022}, isbn = {9781450387323}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3477495.3531697}, doi = {10.1145/3477495.3531697}, abstract = {We present SpaceQA, to the best of our knowledge the first open-domain QA system in Space mission design. SpaceQA is part of an initiative by the European Space Agency (ESA) to facilitate the access, sharing and reuse of information about Space mission design within the agency and with the public. We adopt a state-of-the-art architecture consisting of a dense retriever and a neural reader and opt for an approach based on transfer learning rather than fine-tuning due to the lack of domain-specific annotated data. Our evaluation on a test set produced by ESA is largely consistent with the results originally reported by the evaluated retrievers and confirms the need of fine tuning for reading comprehension. As of writing this paper, ESA is piloting SpaceQA internally.}, booktitle = {Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval}, pages = {3306–3311}, numpages = {6}, keywords = {space mission design, reading comprehension, open-domain question answering, neural networks, language models, dense retrievers}, location = {Madrid, Spain}, series = {SIGIR '22} } ```