Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -27,17 +27,17 @@ To the best of our knowledge, SciDMT is the largest corpus for scientific entity
|
|
27 |
|
28 |
# Files
|
29 |
|
30 |
-
'DICT': './
|
31 |
|
32 |
# machine learning inputs at sentence level
|
33 |
-
'sent_xy': './
|
34 |
-
'sent_eval': './
|
35 |
-
'sent_split': './
|
36 |
|
37 |
# document level inputs
|
38 |
-
'doc_split': './
|
39 |
-
'doc_eval': './
|
40 |
-
'doc_text_and_meta': './
|
41 |
|
42 |
# Usage
|
43 |
SciDMT_demo.ipynb describes how to open the files and print out the file structures.
|
|
|
27 |
|
28 |
# Files
|
29 |
|
30 |
+
'DICT': './SciDMT_dict.json',
|
31 |
|
32 |
# machine learning inputs at sentence level
|
33 |
+
'sent_xy': './SciDMT_sentences.p',
|
34 |
+
'sent_eval': './SciDMT_E_sentences.json',
|
35 |
+
'sent_split': './SciDMT_sentences_split.json',
|
36 |
|
37 |
# document level inputs
|
38 |
+
'doc_split': './SciDMT_split.json',
|
39 |
+
'doc_eval': './SciDMT_E_human_annotations.json',
|
40 |
+
'doc_text_and_meta': './SciDMT_papers.csv',
|
41 |
|
42 |
# Usage
|
43 |
SciDMT_demo.ipynb describes how to open the files and print out the file structures.
|