Ramon Ruiz-Dolz
commited on
Commit
·
2331ebc
1
Parent(s):
b556fc7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
|
|
1 |
+
# ArgumentRelationMining
|
2 |
+
Argument Relation Mining task approached using Transformer architectures and the US2016 corpus for training and cross-domain corpora for evaluation.
|
3 |
+
|
4 |
+
Best performing model trained in the "Transformer-Based Models for Automatic Detection of Argument Relations: A Cross-Domain Evaluation" paper.
|
5 |
+
|
6 |
+
Code available in https://github.com/raruidol/ArgumentRelationMining
|
7 |
+
|
8 |
+
Cite:
|
9 |
+
|
10 |
+
```
|
11 |
+
@article{ruiz2021transformer,
|
12 |
+
title={Transformer-based models for automatic identification of argument relations: A cross-domain evaluation},
|
13 |
+
author={Ruiz-Dolz, Ramon and Alemany, Jose and Heras, Stella and Garcia-Fornes, Ana},
|
14 |
+
journal={IEEE Intelligent Systems},
|
15 |
+
year={2021},
|
16 |
+
publisher={IEEE}
|
17 |
+
}
|
18 |
+
```
|
19 |
+
|
20 |
---
|
21 |
license: cc-by-nc-sa-4.0
|
22 |
---
|