lara-martin commited on
Commit
a64e750
1 Parent(s): f74965f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -44,7 +44,7 @@ Dataset is "eventified" and generalized (see LJ Martin, P Ammanabrolu, X Wang, W
44
  ---
45
  Format
46
  ---
47
- all-sci-fi-data.txt
48
  --
49
  * Each line of the stories contains data in the format: 5-tuple events in a list (subject, verb, direct object, modifier noun, preposition) ||| generalized 5-tuple events in a list ||| original sentence ||| generalized sentence
50
 
@@ -57,7 +57,7 @@ e.g.,
57
  > %%%%%%%%%%%%%%%%%defaultdict(<type 'list'>, {'<ORGANIZATION>': ['seven of nine', 'silver blood'], '<LOCATION>': ['sickbay', 'astrometrics', 'paris', 'cavern', 'vorik', 'caves'], '<DATE>': ['an hour ago', 'now'], '<MISC>': ['selected works', 'demon class', 'electromagnetic', 'parises', 'mimetic'], '<DURATION>': ['less than a week', 'the past four years', 'thirty seconds', 'an hour', 'two hours'], '<NUMBER>': ['two', 'dozen', '14', '15'], '<ORDINAL>': ['first'], '<PERSON>': ['tom paris', 'harry kim', 'captain kathryn janeway', 'tuvok', 'chakotay', 'jirex', 'neelix', 'the doctor', 'seven', 'ensign kashimuro nozawa', 'green', 'lt jg elanna torres', 'ensign vorik'], '<VESSEL>': ['uss voyager', 'starfleet']})
58
 
59
 
60
- Files in Test-Train-Val Directory
61
  --
62
  * File names: all-sci-fi-val.txt, all-sci-fi-test.txt, & all-sci-fi-train.txt
63
  * Each line of the stories contains data in the format: 5-tuple events in a list ||| generalized 5-tuple events in a list ||| original sentence ||| generalized sentence
@@ -68,16 +68,16 @@ e.g.,
68
  * Separated 80-10-10 for train-test-val, but by story instead of individual lines.
69
 
70
 
71
- Files in Input_OutputFiles Directory
72
  --
73
- Files ending with *_input.txt
74
  -
75
  * 5-tuple generalized event on each line; formatted as a string instead of a list
76
 
77
  e.g.,
78
  > <VESSEL>0 function-105.2.1 EmptyParameter Synset('atom.n.01') out
79
 
80
- Files ending with *_output.txt
81
  -
82
  * Corresponding generalized sentence for events in the matching _input.txt file
83
 
@@ -85,7 +85,7 @@ e.g.,
85
  > the <VESSEL>0 is running out of Synset('atom.n.01') as a Synset('matter.n.03') and is forced to go into Synset('horse.n.01') Synset('statistic.n.01').
86
 
87
 
88
- Files in OriginalStoriesSeparated Directory
89
  --
90
  * Contains unedited, unparsed original stories scraped from the respective Fandom wikis.
91
  * Each line is a story with sentences space-separated. After each story, there is a <EOS> tag on a new line.
 
44
  ---
45
  Format
46
  ---
47
+ _all-sci-fi-data.txt_
48
  --
49
  * Each line of the stories contains data in the format: 5-tuple events in a list (subject, verb, direct object, modifier noun, preposition) ||| generalized 5-tuple events in a list ||| original sentence ||| generalized sentence
50
 
 
57
  > %%%%%%%%%%%%%%%%%defaultdict(<type 'list'>, {'<ORGANIZATION>': ['seven of nine', 'silver blood'], '<LOCATION>': ['sickbay', 'astrometrics', 'paris', 'cavern', 'vorik', 'caves'], '<DATE>': ['an hour ago', 'now'], '<MISC>': ['selected works', 'demon class', 'electromagnetic', 'parises', 'mimetic'], '<DURATION>': ['less than a week', 'the past four years', 'thirty seconds', 'an hour', 'two hours'], '<NUMBER>': ['two', 'dozen', '14', '15'], '<ORDINAL>': ['first'], '<PERSON>': ['tom paris', 'harry kim', 'captain kathryn janeway', 'tuvok', 'chakotay', 'jirex', 'neelix', 'the doctor', 'seven', 'ensign kashimuro nozawa', 'green', 'lt jg elanna torres', 'ensign vorik'], '<VESSEL>': ['uss voyager', 'starfleet']})
58
 
59
 
60
+ Files in _Test-Train-Val_ Directory
61
  --
62
  * File names: all-sci-fi-val.txt, all-sci-fi-test.txt, & all-sci-fi-train.txt
63
  * Each line of the stories contains data in the format: 5-tuple events in a list ||| generalized 5-tuple events in a list ||| original sentence ||| generalized sentence
 
68
  * Separated 80-10-10 for train-test-val, but by story instead of individual lines.
69
 
70
 
71
+ Files in _Input_OutputFiles_ Directory
72
  --
73
+ Files ending with _*\_input.txt_
74
  -
75
  * 5-tuple generalized event on each line; formatted as a string instead of a list
76
 
77
  e.g.,
78
  > <VESSEL>0 function-105.2.1 EmptyParameter Synset('atom.n.01') out
79
 
80
+ Files ending with _*\_output.txt_
81
  -
82
  * Corresponding generalized sentence for events in the matching _input.txt file
83
 
 
85
  > the <VESSEL>0 is running out of Synset('atom.n.01') as a Synset('matter.n.03') and is forced to go into Synset('horse.n.01') Synset('statistic.n.01').
86
 
87
 
88
+ Files in _OriginalStoriesSeparated_ Directory
89
  --
90
  * Contains unedited, unparsed original stories scraped from the respective Fandom wikis.
91
  * Each line is a story with sentences space-separated. After each story, there is a <EOS> tag on a new line.