Commit
·
4ee0c69
1
Parent(s):
41a7d29
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +8 -3
- data/train-00000-of-00001.parquet +3 -0
- dataset_infos.json +42 -1
README.md
CHANGED
|
@@ -30,10 +30,15 @@ dataset_info:
|
|
| 30 |
dtype: float32
|
| 31 |
splits:
|
| 32 |
- name: train
|
| 33 |
-
num_bytes:
|
| 34 |
num_examples: 100
|
| 35 |
-
download_size:
|
| 36 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
# Dataset Card for BIOSSES
|
|
|
|
| 30 |
dtype: float32
|
| 31 |
splits:
|
| 32 |
- name: train
|
| 33 |
+
num_bytes: 32775
|
| 34 |
num_examples: 100
|
| 35 |
+
download_size: 23090
|
| 36 |
+
dataset_size: 32775
|
| 37 |
+
configs:
|
| 38 |
+
- config_name: default
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train
|
| 41 |
+
path: data/train-*
|
| 42 |
---
|
| 43 |
|
| 44 |
# Dataset Card for BIOSSES
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2462db0d88a86b3964a51eb8b2b70390e4d443671be4efafe5283e368e809c7
|
| 3 |
+
size 23090
|
dataset_infos.json
CHANGED
|
@@ -1 +1,42 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "BIOSSES is a benchmark dataset for biomedical sentence similarity estimation. The dataset comprises 100 sentence pairs, in which each sentence was selected from the TAC (Text Analysis Conference) Biomedical Summarization Track Training Dataset containing articles from the biomedical domain. The sentence pairs were evaluated by five different human experts that judged their similarity and gave scores ranging from 0 (no relation) to 4 (equivalent).\n",
|
| 4 |
+
"citation": "@article{souganciouglu2017biosses,\n title={BIOSSES: a semantic sentence similarity estimation system for the biomedical domain},\n author={So{\\u{g}}anc{\\i}o{\\u{g}}lu, Gizem and {\\\"O}zt{\\\"u}rk, Hakime and {\\\"O}zg{\\\"u}r, Arzucan},\n journal={Bioinformatics},\n volume={33},\n number={14},\n pages={i49--i58},\n year={2017},\n publisher={Oxford University Press}\n}\n",
|
| 5 |
+
"homepage": "https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html",
|
| 6 |
+
"license": "BIOSSES is made available under the terms of The GNU Common Public License v.3.0.\n",
|
| 7 |
+
"features": {
|
| 8 |
+
"sentence1": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"sentence2": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"score": {
|
| 17 |
+
"dtype": "float32",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"builder_name": "biosses",
|
| 22 |
+
"dataset_name": "biosses",
|
| 23 |
+
"config_name": "default",
|
| 24 |
+
"version": {
|
| 25 |
+
"version_str": "0.0.0",
|
| 26 |
+
"major": 0,
|
| 27 |
+
"minor": 0,
|
| 28 |
+
"patch": 0
|
| 29 |
+
},
|
| 30 |
+
"splits": {
|
| 31 |
+
"train": {
|
| 32 |
+
"name": "train",
|
| 33 |
+
"num_bytes": 32775,
|
| 34 |
+
"num_examples": 100,
|
| 35 |
+
"dataset_name": null
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"download_size": 23090,
|
| 39 |
+
"dataset_size": 32775,
|
| 40 |
+
"size_in_bytes": 55865
|
| 41 |
+
}
|
| 42 |
+
}
|