Ramon Ruiz-Dolz
commited on
Commit
•
a454917
1
Parent(s):
eabc480
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,23 @@
|
|
1 |
-
# Argument Relation Mining
|
2 |
-
|
3 |
-
Best performing model trained in the "Transformer-Based Models for Automatic Detection of Argument Relations: A Cross-Domain Evaluation" paper.
|
4 |
-
|
5 |
-
Code available in https://github.com/raruidol/ArgumentRelationMining
|
6 |
-
|
7 |
-
Cite:
|
8 |
-
|
9 |
-
```
|
10 |
-
@article{ruiz2021transformer,
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
}
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Argument Relation Mining
|
2 |
+
|
3 |
+
Best performing model trained in the "Transformer-Based Models for Automatic Detection of Argument Relations: A Cross-Domain Evaluation" paper.
|
4 |
+
|
5 |
+
Code available in https://github.com/raruidol/ArgumentRelationMining
|
6 |
+
|
7 |
+
Cite:
|
8 |
+
|
9 |
+
```
|
10 |
+
@article{ruiz2021transformer,
|
11 |
+
author = {R. Ruiz-Dolz and J. Alemany and S. Barbera and A. Garcia-Fornes},
|
12 |
+
journal = {IEEE Intelligent Systems},
|
13 |
+
title = {Transformer-Based Models for Automatic Identification of Argument Relations: A Cross-Domain Evaluation},
|
14 |
+
year = {2021},
|
15 |
+
volume = {36},
|
16 |
+
number = {06},
|
17 |
+
issn = {1941-1294},
|
18 |
+
pages = {62-70},
|
19 |
+
doi = {10.1109/MIS.2021.3073993},
|
20 |
+
publisher = {IEEE Computer Society}
|
21 |
+
}
|
22 |
+
|
23 |
+
```
|