Update README.md
Browse files
README.md
CHANGED
@@ -6,26 +6,46 @@ metrics:
|
|
6 |
- f1
|
7 |
pipeline_tag: text-classification
|
8 |
widget:
|
9 |
-
- text:
|
10 |
-
example_title:
|
11 |
-
- text:
|
12 |
-
|
13 |
-
|
14 |
-
example_title:
|
15 |
-
- text:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
example_title:
|
21 |
-
- text:
|
22 |
-
example_title:
|
23 |
-
- text:
|
24 |
-
example_title:
|
25 |
-
- text:
|
26 |
-
example_title:
|
27 |
-
- text:
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# TACO -- Twitter Arguments from COnversations
|
@@ -175,4 +195,28 @@ In total, the TACO classifier performs as follows:
|
|
175 |
|
176 |
## Licensing
|
177 |
|
178 |
-
[TACO](https://huggingface.co/TomatenMarc/TACO) © 2023 is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- f1
|
7 |
pipeline_tag: text-classification
|
8 |
widget:
|
9 |
+
- text: 'Men shouldn’t be making laws about women’s bodies #abortion #Texas'
|
10 |
+
example_title: Statement
|
11 |
+
- text: >-
|
12 |
+
’Bitter truth’: EU chief pours cold water on idea of Brits keeping EU
|
13 |
+
citizenship after #Brexit HTTPURL via @USER
|
14 |
+
example_title: Notification
|
15 |
+
- text: >-
|
16 |
+
Opinion: As the draconian (and then some) abortion law takes effect in
|
17 |
+
#Texas, this is not an idle question for millions of Americans. A slippery
|
18 |
+
slope towards more like-minded Republican state legislatures to try to
|
19 |
+
follow suit. #abortion #F24 HTTPURL
|
20 |
+
example_title: Reason
|
21 |
+
- text: '@USER Blah blah blah blah blah blah'
|
22 |
+
example_title: None
|
23 |
+
- text: republican men and karens make me sick
|
24 |
+
example_title: Unlabeled 1
|
25 |
+
- text: No empire lives forever! Historical fact! GodWins! 🙏💪🇺🇲
|
26 |
+
example_title: Unlabeled 2
|
27 |
+
- text: >-
|
28 |
+
Further author information regarding registration and visa support letters
|
29 |
+
will be sent to the authors soon. #CIKM2023
|
30 |
+
example_title: Unlabeled 3
|
31 |
+
- text: Ummmmmm
|
32 |
+
example_title: Unlabeled 4
|
33 |
+
- text: >-
|
34 |
+
whoever says that The Last Jedi is a good movie is lying or trolling
|
35 |
+
everyone
|
36 |
+
example_title: Unlabeled 5
|
37 |
+
- text: >-
|
38 |
+
I don’t think people realize how big this story is GBI Strategies, the group
|
39 |
+
paid $11M+ by Biden PACs to harvest fraudulent voter registrations in *20
|
40 |
+
states*, may be the root source of Democrat election rigging @USER may have
|
41 |
+
just exposed their entire fraud machine HTTPURL
|
42 |
+
example_tite: Unlabeled 6
|
43 |
+
base_model:
|
44 |
+
- vinai/bertweet-base
|
45 |
+
tags:
|
46 |
+
- argument
|
47 |
+
- mining
|
48 |
+
- twitter
|
49 |
---
|
50 |
|
51 |
# TACO -- Twitter Arguments from COnversations
|
|
|
195 |
|
196 |
## Licensing
|
197 |
|
198 |
+
[TACO](https://huggingface.co/TomatenMarc/TACO) © 2023 is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)
|
199 |
+
|
200 |
+
|
201 |
+
## Citation
|
202 |
+
|
203 |
+
```
|
204 |
+
@inproceedings{feger-dietze-2024-taco,
|
205 |
+
title = "{TACO} {--} {T}witter Arguments from {CO}nversations",
|
206 |
+
author = "Feger, Marc and
|
207 |
+
Dietze, Stefan",
|
208 |
+
editor = "Calzolari, Nicoletta and
|
209 |
+
Kan, Min-Yen and
|
210 |
+
Hoste, Veronique and
|
211 |
+
Lenci, Alessandro and
|
212 |
+
Sakti, Sakriani and
|
213 |
+
Xue, Nianwen",
|
214 |
+
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
|
215 |
+
month = may,
|
216 |
+
year = "2024",
|
217 |
+
address = "Torino, Italia",
|
218 |
+
publisher = "ELRA and ICCL",
|
219 |
+
url = "https://aclanthology.org/2024.lrec-main.1349",
|
220 |
+
pages = "15522--15529"
|
221 |
+
}
|
222 |
+
```
|