miwytt commited on
Commit
4e40c27
·
verified ·
1 Parent(s): 5bf129a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ - text-generation
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Dataset Card for ArXivEdits (Sentence-aligned documents)
10
+
11
+ <!-- Provide a quick summary of the dataset. -->
12
+
13
+ ArXivEdits is a dataset comprising 751 English scientific papers from arXiv, each with sentence alignments across multiple revisions.
14
+ It also includes fine-grained, span-level edits which are annotated with the revision type and the underlying intention for 1000 sentences.
15
+ This dataset consists of *only the sentence-aligned documents subset* of the whole dataset. The annotated edits can be found in [this dataset](https://huggingface.co/datasets/miwytt/arXivEdits_edits).
16
+
17
+
18
+ ### Dataset Sources
19
+
20
+ <!-- Provide the basic links for the dataset. -->
21
+
22
+ Check the original paper and repository for a more detailed description:
23
+
24
+ - **Repository:** https://github.com/chaojiang06/arXivEdits/tree/main
25
+ - **Paper:** https://aclanthology.org/2022.emnlp-main.641/
26
+
27
+ - **Licenses:**
28
+ - http://arxiv.org/licenses/assumed-1991-2003/
29
+ - http://arxiv.org/licenses/nonexclusive-distrib/1.0/
30
+ - http://creativecommons.org/licenses/by-nc-sa/4.0/
31
+ - http://creativecommons.org/licenses/by-sa/4.0/
32
+ - http://creativecommons.org/licenses/by/3.0/
33
+ - http://creativecommons.org/licenses/by/4.0/
34
+ - http://creativecommons.org/licenses/publicdomain/
35
+ - http://creativecommons.org/publicdomain/zero/1.0/
36
+
37
+
38
+ ## Citation
39
+
40
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
41
+
42
+ ```bibtex
43
+ @article{jiang-etal-2022-arXivEdits,
44
+ title={arXivEdits: Understanding the Human Revision Process in Scientific Writing},
45
+ author={Jiang, Chao and Xu, Wei and Stevens, Samuel},
46
+ journal={In Proceedings of EMNLP 2022},
47
+ year={2022}
48
+ }
49
+ ```