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

Upload SciDMT_demo.ipynb

Browse files
Files changed (1) hide show
  1. SciDMT_demo.ipynb +7 -7
SciDMT_demo.ipynb CHANGED
@@ -20,17 +20,17 @@
20
  "outputs": [],
21
  "source": [
22
  "SCIDMT_PATH = {\n",
23
- " 'DICT': './SciDMT/SciDMT_dict.json',\n",
24
  "\n",
25
  " # machine learning inputs at sentence level\n",
26
- " 'sent_xy': './SciDMT/SciDMT_sentences.p', \n",
27
- " 'sent_eval': './SciDMT/SciDMT_E_sentences.json',\n",
28
- " 'sent_split': './SciDMT/SciDMT_sentences_split.json',\n",
29
  "\n",
30
  " # document level inputs\n",
31
- " 'doc_split': './SciDMT/SciDMT_split.json',\n",
32
- " 'doc_eval': './SciDMT/SciDMT_E_human_annotations.json',\n",
33
- " 'doc_text_and_meta': './SciDMT/SciDMT_papers.csv',\n",
34
  "}"
35
  ]
36
  },
 
20
  "outputs": [],
21
  "source": [
22
  "SCIDMT_PATH = {\n",
23
+ " 'DICT': './SciDMT_dict.json',\n",
24
  "\n",
25
  " # machine learning inputs at sentence level\n",
26
+ " 'sent_xy': './SciDMT_sentences.p', \n",
27
+ " 'sent_eval': './SciDMT_E_sentences.json',\n",
28
+ " 'sent_split': './SciDMT_sentences_split.json',\n",
29
  "\n",
30
  " # document level inputs\n",
31
+ " 'doc_split': './SciDMT_split.json',\n",
32
+ " 'doc_eval': './SciDMT_E_human_annotations.json',\n",
33
+ " 'doc_text_and_meta': './SciDMT_papers.csv',\n",
34
  "}"
35
  ]
36
  },