Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
7823c68
1 Parent(s): 7e22ab2

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -42
dataset_infos.json DELETED
@@ -1,42 +0,0 @@
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
- }