Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -6,30 +6,6 @@ task_categories:
|
|
6 |
- question-answering
|
7 |
- sentence-similarity
|
8 |
dataset_info:
|
9 |
-
- config_name: default
|
10 |
-
features:
|
11 |
-
- name: passage
|
12 |
-
dtype: string
|
13 |
-
- name: id
|
14 |
-
dtype: int64
|
15 |
-
- name: authors
|
16 |
-
dtype: string
|
17 |
-
- name: publish_year
|
18 |
-
dtype: string
|
19 |
-
- name: no_pages
|
20 |
-
dtype: int64
|
21 |
-
- name: keywords
|
22 |
-
dtype: string
|
23 |
-
- name: country
|
24 |
-
dtype: string
|
25 |
-
- name: publish_type
|
26 |
-
dtype: string
|
27 |
-
splits:
|
28 |
-
- name: test
|
29 |
-
num_bytes: 76616396
|
30 |
-
num_examples: 40181
|
31 |
-
download_size: 43120022
|
32 |
-
dataset_size: 76616396
|
33 |
- config_name: question-answer-passages
|
34 |
features:
|
35 |
- name: question
|
@@ -95,7 +71,7 @@ tags:
|
|
95 |
---
|
96 |
This dataset is an extension of the [rag-mini-bioasq](https://huggingface.co/datasets/enelpol/rag-mini-bioasq) dataset.
|
97 |
|
98 |
-
|
99 |
|
100 |
Metadata contains six separate categories, each in a dedicated column:
|
101 |
- Year of the publication (`publish_year`)
|
|
|
6 |
- question-answering
|
7 |
- sentence-similarity
|
8 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- config_name: question-answer-passages
|
10 |
features:
|
11 |
- name: question
|
|
|
71 |
---
|
72 |
This dataset is an extension of the [rag-mini-bioasq](https://huggingface.co/datasets/enelpol/rag-mini-bioasq) dataset.
|
73 |
|
74 |
+
Its difference resides in the `text-corpus` part of the aforementioned set where the metadata was added for each passage.
|
75 |
|
76 |
Metadata contains six separate categories, each in a dedicated column:
|
77 |
- Year of the publication (`publish_year`)
|