jopan commited on
Commit
8d0e3ef
1 Parent(s): 0b29b0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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': '../data/SciDMT/SciDMT_dict.json',
22
 
23
  # machine learning inputs at sentence level
24
- 'sent_xy': '../data/SciDMT/SciDMT_sentences.p',
25
- 'sent_eval': '../data/SciDMT/SciDMT_E_sentences.json',
26
- 'sent_split': '../data/SciDMT/SciDMT_sentences_split.json',
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.
 
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.