joao-luz commited on
Commit
befd8b6
·
verified ·
1 Parent(s): dbf6d17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,9 +50,9 @@ configs:
50
 
51
  This dataset is an adaptation of the Ohsumed dataset made available in https://github.com/yao8839836/text_gcn, wich removes records from the original Ohsumed corpus belonging to more than one desease category. The dataset is divided into the same train and test splits defined in the original repository.
52
 
53
- Numerical labels were converted to `ClassLabel`s using string descriptors based on the following relation (adapted from [this repo](https://github.com/Evgeneus/screening-classification-datasets/blob/master/ohsumed-based-screening-datasets/README.md)):
54
 
55
- | Label | Original Category | Descriptor |
56
  |-------|----------------|------------|
57
  | 0 | C01 | Bacterial Infections and Mycoses |
58
  | 1 | C02 | Virus Diseases |
 
50
 
51
  This dataset is an adaptation of the Ohsumed dataset made available in https://github.com/yao8839836/text_gcn, wich removes records from the original Ohsumed corpus belonging to more than one desease category. The dataset is divided into the same train and test splits defined in the original repository.
52
 
53
+ Numerical labels were converted to `ClassLabel`s using string descriptors as names, based on the following relation (adapted from [this repo](https://github.com/Evgeneus/screening-classification-datasets/blob/master/ohsumed-based-screening-datasets/README.md)):
54
 
55
+ | Label | Original Category | Name |
56
  |-------|----------------|------------|
57
  | 0 | C01 | Bacterial Infections and Mycoses |
58
  | 1 | C02 | Virus Diseases |