raruidol commited on
Commit
9cc29e3
·
verified ·
1 Parent(s): 7780415

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
4
+ # Argument Relation Mining
5
+
6
+ Argument Mining model trained with English (EN) data belonging to the Essay domain for the Argument Relation Identification (ARI) task as part of the paper titled "Learning Strategies for Robust Argument Mining: An Analysis of Variations in Language and Domain".
7
+
8
+ Code available in https://github.com/raruidol/RobustArgumentMining-LREC-COLING-2024
9
+
10
+ Cite:
11
+
12
+ ```
13
+ @inproceedings{ruiz2024learning,
14
+ title={Learning Strategies for Robust Argument Mining: An Analysis of Variations in Language and Domain},
15
+ author={Ruiz-Dolz, Ramon and Chiu, Chr-Jr and Chen, Chung-Chi and Kando, Noriko and Chen, Hsin-Hsi},
16
+ booktitle={Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
17
+ pages={10286--10292},
18
+ year={2024}
19
+ }
20
+
21
+ ```