forked from amitmerchant1990/reverie
-
Notifications
You must be signed in to change notification settings - Fork 60
/
commitments.json
94 lines (94 loc) · 4.07 KB
/
commitments.json
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
{
"title": {
"value": {
"param": {
"type": "string",
"regex": ".{1,250}"
}
},
"description": "Title of the ARR submission that you want to commit to this venue.",
"order": 1
},
"paper_type": {
"value": {
"param": {
"type": "string",
"input": "radio",
"enum": ["short", "long"]
}
},
"description": "Short or long. See the CFP for the requirements for short and long papers.",
"order": 3
},
"comment": {
"value": {
"param": {
"type": "string",
"minLength": 1,
"maxLength": 5000,
"input": "textarea",
"markdown": true,
"optional": true
}
},
"description": "Optional comments to the program chairs. These comments are mainly to raise potential concerns about objective misunderstandings by the reviewers and/or by the action editor that the authors believe will help the SACs in their decision making process. Note that these comments will NOT go to the ARR reviewers, nor will they be seen by the ARR action editor. ",
"order": 6
},
"research_area": {
"value": {
"param": {
"type": "string",
"input": "radio",
"enum": [
"Computational Social Science and Cultural Analytics",
"Dialogue and Interactive Systems",
"Discourse and Pragmatics",
"Efficient/Low-Resource Methods for NLP",
"Ethics, Bias, and Fairness",
"Generation",
"Information Extraction",
"Information Retrieval and Text Mining",
"Interpretability and Analysis of Models for NLP",
"Linguistic theories, Cognitive Modeling and Psycholinguistics",
"Machine Learning for NLP",
"Machine Translation",
"Multilinguality and Language Diversity",
"Multimodality and Language Grounding to Vision, Robotics and Beyond",
"Phonology, Morphology and Word Segmentation",
"Question Answering",
"Resources and Evaluation",
"Semantics: Lexical",
"Semantics: Sentence-level Semantics, Textual Inference and Other areas",
"Sentiment Analysis, Stylistic Analysis, and Argument Mining",
"Speech Recognition, Text-to-Speech and Spoken Language Understanding",
"Summarization",
"Syntax: Tagging, Chunking and Parsing / ML",
"NLP Applications",
"Special Theme (conference specific)"
],
"optional": true
}
},
"description": "Research Areas / Tracks. Select the most relevant research area / track for your paper.",
"order": 7
},
"confirmation_of_submission_requirements": {
"value": {
"param": {
"type": "string[]",
"input": "checkbox",
"enum": [
"You are one of the authors of the paper.",
"Your submission has at most 8 pages (long) or 4 pages (short) of content.",
"Your submission is fully anonymized.",
"You have read our Code of Ethics and your paper does not violate the policy.",
"This link is for the latest version of the paper in ARR that has reviews and a meta-review.",
"Your submission includes the mandatory Limitations section."
],
"optional": true
}
},
"description": "Before you submit this paper, please make sure that the following requirements are met. If any of these requirements are not fulfilled, your submission will be rejected.",
"order": 8
}
}