File size: 672 Bytes
e1f5dde 25ddff0 f8f15e9 25ddff0 e1f5dde 25ddff0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
language:
- "en"
tags:
- "argument mining"
- "claims"
- "sentence classification"
datasets:
- "FS150T"
metrics:
- "accuracy"
- "f1"
---
# _EXPERIMENTAL_ roberta-base-150T-argumentative-sentence-detector
(this model might not be the optimal one for accomplishing the task)
- Task: Detects whether a sentence is argumentative (1 - yes/ 0 - not) given the topic and the sentence itself.
- language: English
- dataset: Few-Shot-150T Corpus v1.1 (FS150T-Corpus) _fine-tuned roberta-base_
## Performace on test data (threshold: 0.5)
````
{'accuracy': 0.7451388888888889,
'f1': 0.6690712353471596,
'precision': 0.733201581027668,
'recall': 0.615257048092869}
```` |