jopan commited on
Commit
bb29d2d
1 Parent(s): a2a741c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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': './SciDMT/SciDMT_dict.json',
31
 
32
  # machine learning inputs at sentence level
33
- 'sent_xy': './SciDMT/SciDMT_sentences.p',
34
- 'sent_eval': './SciDMT/SciDMT_E_sentences.json',
35
- 'sent_split': './SciDMT/SciDMT_sentences_split.json',
36
 
37
  # document level inputs
38
- 'doc_split': './SciDMT/SciDMT_split.json',
39
- 'doc_eval': './SciDMT/SciDMT_E_human_annotations.json',
40
- 'doc_text_and_meta': './SciDMT/SciDMT_papers.csv',
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.