# quality_label_annotations.csv 
Contains annotations of overall quality improvements after a revision. Annotation labels [1,0,-1] denote whether the overall quality improved, were unaffected or decreased by the revision. (For more details refer to Section 3.2)

Structure: 
	v1_id,v2_id  - ids of the claim version in the original corpus
	annotator_1, annotator_2 - annotations of the two participants
	original_label - label provided by kialo.com
	revision_type_label - type of revision provided by kialo.com


# revision_type_annotations.csv 
Contains annotations for the type of revision from the following label set: Claim Clarification,Typo/GrammarCorrection,Added/Corrected Links, and Other. (For more details refer to Section 3.2)

Structure: 
	v1_id,v2_id  - ids of the claim version in the original corpus
	annotator_1, annotator_2 - annotations of the two participants
	original_label - revision type provided by kialo.com

# quality_dimension_annotations.csv 
Contains annotations of 15 quality dimensions defined by Wachsmuthet al. (2017a). Annotation labels [1,0,-1] denote whether the quality dimensions improved, were unaffected or decreased by the revision. (For more details refer to Section 3.3)

Structure:
	v1_id,v2_id  - ids of the claim version in the original corpus
	effectiveness, credibility, emotional_appeal, clarity, appropriateness, cogency, local_acceptability, local_relevance, local_sufficiency, reasonableness, global_acceptability, global_relevance, global_sufficiency, overall - contain annotations per each of the 15 quality dimensions
	revision_type_label - revision type provided by kialo.com
