semaj83 commited on
Commit
4ad6075
1 Parent(s): f62ed18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -17,7 +17,7 @@ Each .txt file has exactly 374648 lines of corresponding data:
17
 
18
 
19
  `doc_categories.txt`:
20
- - 1 x 15 vectors of somewhat arbitrarily chosen topic probabilities (softmax output) generated by zero-shot classification model `facebook/bart-large-mnli`, CTMatch.category_model(doc['condition']) lexically ordered as such:
21
  cancer,cardiac,endocrine,gastrointestinal,genetic,healthy,infection,neurological,other,pediatric,psychological,pulmonary,renal,reproductive
22
 
23
  `doc_embeddings.txt`:
@@ -27,5 +27,3 @@ cancer,cardiac,endocrine,gastrointestinal,genetic,healthy,infection,neurological
27
  `index2docid.txt`:
28
  - simple mapping of index to NCTID's for filtering/reference throughout IR program, corresponding to vector, texts representation order
29
 
30
- `qrels-clinical_trials.txt`, `trec_21_judgments.txt`
31
- - files containing mappings from topics to document id's with associated relevancy judgments for TREC21 and KZ datasets (see `datasets/ctmatch_classification`)
 
17
 
18
 
19
  `doc_categories.txt`:
20
+ - 1 x 14 vectors of somewhat arbitrarily chosen topic probabilities (softmax output) generated by zero-shot classification model `facebook/bart-large-mnli`, CTMatch.category_model(doc['condition']) lexically ordered as such:
21
  cancer,cardiac,endocrine,gastrointestinal,genetic,healthy,infection,neurological,other,pediatric,psychological,pulmonary,renal,reproductive
22
 
23
  `doc_embeddings.txt`:
 
27
  `index2docid.txt`:
28
  - simple mapping of index to NCTID's for filtering/reference throughout IR program, corresponding to vector, texts representation order
29