Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.66 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.66 KB

Identifying Argumentative Discourse Structures in Persuasive Essays

Text mining project at Universitat Passau

tools

Datasets Train and Test

  • Christian Stab and Iryna Gurevych. 2014. Annotating argument components and relations in persuasive essays. In Proceedings of the 25th International Conference on Computational Linguistics (COLING 2014), Dublin, Ireland

  • Christian Stab and Iryna Gurevych. 2016. Parsing Argumentation Structure in Persuasive Essays. arXiv preprint, https://arxiv.org/abs/1604.07370

Note

  • Certain blocks of code has been commented since it needs to be compiled once , if Datasets are changed picklefiles needs to be trained again

Steps to Load and train your dataset

  • Collect corpus which should be annotated as shown below in the link

  • Example for annotated data

  • Bratreader

  • Using the above bratreader to extract each annotated essay as annotated object which contains several attributes which are used in Data preprocessing

    • Place the annotated files ".ann" at "ArgumentMining-Backend/bratessays/"

Usage

Usage Instructions

Metrics

Metrics sample

This project is only for education purpose only !!