Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
**CTMatch Dataset**
|
| 6 |
|
| 7 |
-
This is a
|
| 8 |
|
| 9 |
`topic (patient descriptions), doc (clinical trials documents - selected fields), and label ({0, 1, 2})` triples, in jsonl format.
|
| 10 |
|
|
@@ -42,6 +48,4 @@ cancer,cardiac,endocrine,gastrointestinal,genetic,healthy,infection,neurological
|
|
| 42 |
- simple mapping of index to NCTID's for filtering/reference throughout IR program, corresponding to vector, texts representation order
|
| 43 |
|
| 44 |
**see repo for more information**:
|
| 45 |
-
https://github.com/semajyllek/ctmatch
|
| 46 |
-
|
| 47 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
tags:
|
| 6 |
+
- medical
|
| 7 |
+
size_categories:
|
| 8 |
+
- 10K<n<100K
|
| 9 |
---
|
| 10 |
|
| 11 |
**CTMatch Dataset**
|
| 12 |
|
| 13 |
+
This is a combined set of 2 labelled datasets of:
|
| 14 |
|
| 15 |
`topic (patient descriptions), doc (clinical trials documents - selected fields), and label ({0, 1, 2})` triples, in jsonl format.
|
| 16 |
|
|
|
|
| 48 |
- simple mapping of index to NCTID's for filtering/reference throughout IR program, corresponding to vector, texts representation order
|
| 49 |
|
| 50 |
**see repo for more information**:
|
| 51 |
+
https://github.com/semajyllek/ctmatch
|
|
|
|
|
|