shawon commited on
Commit
baf575f
·
verified ·
1 Parent(s): cee56ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -26,7 +26,8 @@ configs:
26
 
27
  <!-- Provide a quick summary of the dataset. -->
28
 
29
- This dataset is a merged version of the Spring 2016 and Winter 2017 versions of the [ROCStories]() Dataset.
 
30
 
31
  ## Dataset Details
32
 
@@ -66,12 +67,13 @@ The dataset contains 98161 stories, each containing 5 sentences. Each instance o
66
 
67
 
68
 
69
- ## Citation [optional]
70
 
71
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
72
 
73
  **BibTeX:**
74
 
 
75
  @misc{mostafazadeh2016corpus,
76
  title={A Corpus and Evaluation Framework for Deeper Understanding of Commonsense Stories},
77
  author={Nasrin Mostafazadeh and Nathanael Chambers and Xiaodong He and Devi Parikh and Dhruv Batra and Lucy Vanderwende and Pushmeet Kohli and James Allen},
@@ -80,6 +82,8 @@ The dataset contains 98161 stories, each containing 5 sentences. Each instance o
80
  archivePrefix={arXiv},
81
  primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
82
  }
 
 
83
 
84
 
85
  ## Dataset Card Authors
 
26
 
27
  <!-- Provide a quick summary of the dataset. -->
28
 
29
+ This dataset is a merged version of the Spring 2016 and Winter 2017 versions of the [ROCStories](https://cs.rochester.edu/nlp/rocstories/) Dataset. You can request the dataset from
30
+ using the form on the website as well.
31
 
32
  ## Dataset Details
33
 
 
67
 
68
 
69
 
70
+ ## Citation
71
 
72
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
73
 
74
  **BibTeX:**
75
 
76
+ ```
77
  @misc{mostafazadeh2016corpus,
78
  title={A Corpus and Evaluation Framework for Deeper Understanding of Commonsense Stories},
79
  author={Nasrin Mostafazadeh and Nathanael Chambers and Xiaodong He and Devi Parikh and Dhruv Batra and Lucy Vanderwende and Pushmeet Kohli and James Allen},
 
82
  archivePrefix={arXiv},
83
  primaryClass={id='cs.CL' full_name='Computation and Language' is_active=True alt_name='cmp-lg' in_archive='cs' is_general=False description='Covers natural language processing. Roughly includes material in ACM Subject Class I.2.7. Note that work on artificial languages (programming languages, logics, formal systems) that does not explicitly address natural-language issues broadly construed (natural-language processing, computational linguistics, speech, text retrieval, etc.) is not appropriate for this area.'}
84
  }
85
+ ```
86
+
87
 
88
 
89
  ## Dataset Card Authors