shrutisingh commited on
Commit
83bd42a
1 Parent(s): cba52c5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # ReviewRobot Dataset
10
+
11
+ This dataset contains the raw dataset from the ReviewRobot work. It was curated by Wang et al. 2020 for the purpose of explainable peer review generation of research papers.
12
+
13
+ ## Dataset Details
14
+
15
+ ### Dataset Description
16
+
17
+ The raw research paper text (extracted using Grobid by the authors) and the peer reviews are made available here. Each paper can have multiple reviews, we only keep the longest review for each paper.
18
+
19
+ ### Dataset Sources [optional]
20
+
21
+ - **Repository:** https://github.com/EagleW/ReviewRobot/tree/master
22
+ - **Paper:** ReviewRobot: Explainable Paper Review Generation based on Knowledge Synthesis
23
+
24
+
25
+ ## Citation
26
+
27
+ **BibTeX:**
28
+
29
+ @inproceedings{wang-etal-2020-reviewrobot,
30
+ title = "{R}eview{R}obot: Explainable Paper Review Generation based on Knowledge Synthesis",
31
+ author = "Wang, Qingyun and
32
+ Zeng, Qi and
33
+ Huang, Lifu and
34
+ Knight, Kevin and
35
+ Ji, Heng and
36
+ Rajani, Nazneen Fatema",
37
+ booktitle = "Proceedings of the 13th International Conference on Natural Language Generation",
38
+ month = dec,
39
+ year = "2020",
40
+ address = "Dublin, Ireland",
41
+ publisher = "Association for Computational Linguistics",
42
+ url = "https://aclanthology.org/2020.inlg-1.44",
43
+ pages = "384--397"
44
+ }