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