Ramon Ruiz-Dolz commited on
Commit
a454917
1 Parent(s): eabc480

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -17
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
- title={Transformer-based models for automatic identification of argument relations: A cross-domain evaluation},
12
- author={Ruiz-Dolz, Ramon and Alemany, Jose and Heras, Stella and Garcia-Fornes, Ana},
13
- journal={IEEE Intelligent Systems},
14
- year={2021},
15
- publisher={IEEE}
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
+ ```