The complete dataset is too large for submission. A download link will be included in the final version of the paper for access to the full dataset. 
The csv file contains the annotations of edit action and edit intent, the columns are:
-- 'doc_name': the unqiue name of the document, 
-- 'node_ix_src': the unique id of the sentence nodes in the new document ITG (Ruan et al. 2024)
-- 'node_ix_tgt': : the unique id of the sentence nodes in the new document ITG,
-- 'text_src': the content of the new sentence, empty in cases of deletions, 
-- 'text_tgt': the content of the old sentence, empty in cases of additions,
-- 'ea': the edit action label,
-- 'ei', the edit intent label.