Argument Mining Framework: Argument Relation Identification module (AMF-ARI).

Functionality: Predict AIT argumentative relations between pairs of propositional argumentative nodes (I). The predicted relations are: Inference (RA), Conflict (CA), Rephrase (MA), and None.

Optional Parameters:

- Window Size: Indicate the window size to detect argumentative relations, a smaller window size will result in faster computation but may miss existing relations between propositions separated in the dialogue. If no parameter is given, the entire set of proposition pairs will be analysed. The parameter can be passed through the use of the keyword "window_size" in the query.

Use examples: For a complete analysis: http://amfws-ari.arg.tech/; For an analysis considering the two next propositions only: http://amfws-ari.arg.tech/?window_size=3.

Expected Input: xAIF file containing the segmented and pre-processed propositional argumentative nodes (I).

Expected Output: xAIF file with the complete propositional argument graph. For each predicted argumentative relation, a new node (RA, CA, or MA), and two edges (from I1 to new node, from new node to I2) are added to the input xAIF file.