-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patharxivedits.yml
108 lines (105 loc) · 3.18 KB
/
arxivedits.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
template_name: arxivedits
template_label: arXivEdits
template_description: Understanding the Human Revision Process in Scientific Writing
interface_text:
typology:
source_label: "Original Sentence"
target_label: "Revision"
edits:
- name: insertion
label: "Insertion"
color: green
icon: fa-circle-plus
enable_output: true
annotation:
- name: intention
question: "What is the intention of the edit?"
options:
- name: lang
label: "Improve Language"
question: "How has the language been improved?"
options:
- name: accurate-spefific
label: "More Accurate/Specific"
- name: professional-improve-style
label: "Improve Style"
- name: improve-readability-simplify
label: "Simplify"
- name: other
label: "Other"
- name: improve-grammar-typo
label: "Correct Grammar/Typo"
- name: content
label: "Update Content"
- name: format
label: "Adjust Format"
- name: deletion
label: "Deletion"
color: red
icon: fa-delete-left
enable_input: true
annotation:
- name: intention
question: "What is the intention of the edit?"
options:
- name: lang
label: "Improve Language"
question: "How has the language been improved?"
options:
- name: accurate-spefific
label: "More Accurate/Specific"
- name: professional-improve-style
label: "Improve Style"
- name: improve-readability-simplify
label: "Simplify"
- name: other
label: "Other"
- name: improve-grammar-typo
label: "Correct Grammar/Typo"
- name: content
label: "Update Content"
- name: format
label: "Adjust Format"
- name: substitute
label: "Substitution"
color: blue
icon: fa-sort
enable_input: true
enable_output: true
annotation:
- name: intention
question: "What is the intention of the edit?"
options:
- name: lang
label: "Improve Language"
question: "How has the language been improved?"
options:
- name: accurate-spefific
label: "More Accurate/Specific"
- name: professional-improve-style
label: "Improve Style"
- name: improve-readability-simplify
label: "Simplify"
- name: other
label: "Other"
- name: improve-grammar-typo
label: "Correct Grammar/Typo"
- name: content
label: "Update Content"
- name: format
label: "Adjust Format"
paper_link: https://aclanthology.org/2022.emnlp-main.641/
citation: |
@inproceedings{jiang-etal-2022-arxivedits,
title = "ar{X}iv{E}dits: Understanding the Human Revision Process in Scientific Writing",
author = "Jiang, Chao and
Xu, Wei and
Stevens, Samuel",
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
month = dec,
year = "2022",
address = "Abu Dhabi, United Arab Emirates",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2022.emnlp-main.641",
pages = "9420--9435"
}