File size: 497 Bytes
2e95d88 0e91531 5f17e65 0e91531 5f17e65 | 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 | ---
license: apache-2.0
---
Datasets structure.
Attributes:
* data: text
* labels: class (str)
* domain: parent class (str) - This attribute signifies the parent class in the hierarchy and may be absent in some datasets.
* generalisation: type of OOD
Splits:
* Train:
* ID: Clinc150
* near-OOD: Clinc150
* far-OOD: Yelp
* Validation:
* ID: Clinc150
* near-OOD: Clinc150
* far-OOD: SST2
* Test:
* ID: Clinc150
* near-OOD: Clinc150
* far-OOD: NewCategoryV3
* cov-shift: ROSTD+ |