--- language: - en license: cc-by-2.5 task_categories: - question-answering - sentence-similarity dataset_info: - config_name: default features: - name: passage dtype: string - name: id dtype: int64 - name: authors dtype: string - name: publish_year dtype: string - name: no_pages dtype: int64 - name: keywords dtype: string - name: country dtype: string - name: publish_type dtype: string splits: - name: test num_bytes: 76616396 num_examples: 40181 download_size: 43120022 dataset_size: 76616396 - config_name: question-answer-passages features: - name: question dtype: string - name: answer dtype: string - name: id dtype: int64 - name: relevant_passage_ids sequence: int64 splits: - name: train num_bytes: 1630368 num_examples: 4012 - name: test num_bytes: 270274 num_examples: 707 download_size: 1309572 dataset_size: 1900642 - config_name: text-corpus features: - name: passage dtype: string - name: id dtype: int64 - name: authors sequence: string - name: publish_year dtype: int64 - name: no_pages dtype: int64 - name: keywords sequence: string - name: country dtype: string - name: publish_type sequence: string splits: - name: test num_bytes: 78568862 num_examples: 40181 download_size: 42283514 dataset_size: 78568862 configs: - config_name: default data_files: - split: test path: data/test-* - config_name: question-answer-passages data_files: - split: train path: question-answer-passages/train-* - split: test path: question-answer-passages/test-* - config_name: text-corpus data_files: - split: test path: text-corpus/test-* tags: - biology - medical - rag --- This dataset is an extension of the [rag-mini-bioasq](https://huggingface.co/datasets/enelpol/rag-mini-bioasq) dataset. It represents the `text-corpus` part of the aforementioned set with the addition of metadata for each passage. Metadata contains six separate categories, each in a dedicated column: - Year of the publication (`publish_year`) - Type of the publication (`publish_type`) - Country of the publication - often correlated with the homeland of the authors (`country`) - Number of pages (`no_pages`) - Authors (`authors`) - Keywords (`keywords`)