raruidol commited on
Commit
c176245
1 Parent(s): b91cf63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,7 +1,21 @@
1
  # Argument Classification
2
 
3
- Argument Mining model trained with Catalan (CAT) data for the Argument Classification (AS) task using the VivesDebate-speech corpus (ArgumentMining-CAT-AC-VivesDebate).
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  ---
7
  license: cc-by-nc-sa-4.0
 
1
  # Argument Classification
2
 
3
+ Argument Mining model trained with Catalan (CAT) data for the Argument Classification (AC) task to identify argumentative propositions using the VivesDebate-speech corpus.
4
 
5
+ Code available in https://github.com/jairsan/VivesDebate-Speech
6
+
7
+ Cite:
8
+
9
+ ```
10
+ @inproceedings{ruiz2023vivesdebate,
11
+ title={VivesDebate-Speech: A Corpus of Spoken Argumentation to Leverage Audio Features for Argument Mining},
12
+ author={Ruiz-Dolz, Ramon and Iranzo-S{\'a}nchez, Javier},
13
+ booktitle={Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing},
14
+ pages={2071--2077},
15
+ year={2023}
16
+ }
17
+
18
+ ```
19
 
20
  ---
21
  license: cc-by-nc-sa-4.0