kbressem commited on
Commit
f48ea38
1 Parent(s): 698c929

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - summarization
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
+
10
+ # CORD 19
11
+
12
+ ## Dataset Description
13
+
14
+ - **Homepage:** https://www.kaggle.com/datasets/allen-institute-for-ai/CORD-19-research-challenge
15
+
16
+ ### Dataset Summary
17
+
18
+ In response to the COVID-19 pandemic, the White House and a coalition of leading research groups have prepared the COVID-19 Open Research Dataset (CORD-19). CORD-19 is a resource of over 1,000,000 scholarly articles, including over 400,000 with full text, about COVID-19, SARS-CoV-2, and related coronaviruses. This freely available dataset is provided to the global research community to apply recent advances in natural language processing and other AI techniques to generate new insights in support of the ongoing fight against this infectious disease.
19
+ This is a processed version of the dataset, where we removed some empty entries and formated it to be compatible with the alpaca training. For more details on the data, please refer to the original publicatio.
20
+
21
+ ### Citation Information
22
+
23
+ ```
24
+ @inproceedings{wang-etal-2020-cord,
25
+ title = "{CORD-19}: The {COVID-19} Open Research Dataset",
26
+ author = "Wang, Lucy Lu and Lo, Kyle and Chandrasekhar, Yoganand and Reas, Russell and Yang, Jiangjiang and Burdick, Doug and Eide, Darrin and Funk, Kathryn and Katsis, Yannis and Kinney, Rodney Michael and Li, Yunyao and Liu, Ziyang and Merrill, William and Mooney, Paul and Murdick, Dewey A. and Rishi, Devvret and Sheehan, Jerry and Shen, Zhihong and Stilson, Brandon and Wade, Alex D. and Wang, Kuansan and Wang, Nancy Xin Ru and Wilhelm, Christopher and Xie, Boya and Raymond, Douglas M. and Weld, Daniel S. and Etzioni, Oren and Kohlmeier, Sebastian",
27
+ booktitle = "Proceedings of the 1st Workshop on {NLP} for {COVID-19} at {ACL} 2020",
28
+ month = jul,
29
+ year = "2020",
30
+ address = "Online",
31
+ publisher = "Association for Computational Linguistics",
32
+ url = "https://www.aclweb.org/anthology/2020.nlpcovid19-acl.1"
33
+ }
34
+ ```