Datasets:
File size: 1,836 Bytes
1e4da75 b52348d 1e4da75 cf98c73 7fd9165 d197a40 7fd9165 d197a40 1e4da75 cf98c73 7fd9165 b52348d 1e4da75 b52348d fee599c b52348d |
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 |
---
language:
- en
license: cc-by-2.5
task_categories:
- question-answering
- sentence-similarity
dataset_info:
- 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: 78569438
num_examples: 40181
download_size: 42283621
dataset_size: 78569438
configs:
- 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.
Its difference resides in the `text-corpus` part of the aforementioned set where the metadata was added 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`)
|