Update README.md
Browse files
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 Relation Identification (ARI) model pre-trained with Chinese (CN) data belonging to the Financial domain fine-tuned with English (EN) data belonging to the Debate domain 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 |
+
```
|