Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ To the best of our knowledge, SciDMT is the largest corpus for scientific entity
|
|
27 |
|
28 |
# document level inputs
|
29 |
'doc_split': '../data/SciDMT/SciDMT_split.json',
|
30 |
-
'doc_eval': 'SciDMT_E_human_annotations.json',
|
31 |
-
'doc_text_and_meta': 'SciDMT_papers.csv'
|
32 |
|
33 |
# Usage
|
34 |
SciDMT_demo.ipynb describes how to open the files and print out the file structures.
|
|
|
27 |
|
28 |
# document level inputs
|
29 |
'doc_split': '../data/SciDMT/SciDMT_split.json',
|
30 |
+
'doc_eval': '../data/SciDMT/SciDMT_E_human_annotations.json',
|
31 |
+
'doc_text_and_meta': '..data/SciDMT/SciDMT_papers.csv'
|
32 |
|
33 |
# Usage
|
34 |
SciDMT_demo.ipynb describes how to open the files and print out the file structures.
|