Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,11 @@ widget:
|
|
8 |
|
9 |
π€ **Model description**
|
10 |
|
11 |
-
This model was trained on ~25k heterogeneous manually annotated sentences (π Stab et al. 2018) of controversial topics to classify text into one of two labels: π· **NON-ARGUMENT** (0) and **ARGUMENT** (1).
|
12 |
|
13 |
π **Dataset**
|
14 |
|
15 |
-
The dataset (π Stab et al. 2018) consists of **ARGUMENTS** (
|
16 |
|
17 |
| TOPIC | ARGUMENT | NON-ARGUMENT |
|
18 |
|----|----|----|
|
@@ -58,6 +58,4 @@ Showing the **confusion matrix** using the 20% of the sentences as an evaluation
|
|
58 |
|
59 |
The model can be a starting point to dive into the exciting area of argument mining. But be aware. An argument is a complex structure, topic-dependent, and often differs between different text types. Therefore, the model may perform less well on different topics and text types, which are not included in the training set.
|
60 |
|
61 |
-
Enjoy and stay tuned! π
|
62 |
-
|
63 |
-
πStab et al. (2018): Cross-topic Argument Mining from Heterogeneous Sources. [LINK](https://www.aclweb.org/anthology/D18-1402/).
|
|
|
8 |
|
9 |
π€ **Model description**
|
10 |
|
11 |
+
This model was trained on ~25k heterogeneous manually annotated sentences (π [Stab et al. 2018](https://www.aclweb.org/anthology/D18-1402/)) of controversial topics to classify text into one of two labels: π· **NON-ARGUMENT** (0) and **ARGUMENT** (1).
|
12 |
|
13 |
π **Dataset**
|
14 |
|
15 |
+
The dataset (π Stab et al. 2018) consists of **ARGUMENTS** (\\~11k) that either support or oppose a topic if it includes a relevant reason for supporting or opposing the topic, or as a **NON-ARGUMENT** (\\~14k) if it does not include reasons. The authors focus on controversial topics, i.e., topics that include an obvious polarity to the possible outcomes and compile a final set of eight controversial topics: _abortion, school uniforms, death penalty, marijuana legalization, nuclear energy, cloning, gun control, and minimum wage_.
|
16 |
|
17 |
| TOPIC | ARGUMENT | NON-ARGUMENT |
|
18 |
|----|----|----|
|
|
|
58 |
|
59 |
The model can be a starting point to dive into the exciting area of argument mining. But be aware. An argument is a complex structure, topic-dependent, and often differs between different text types. Therefore, the model may perform less well on different topics and text types, which are not included in the training set.
|
60 |
|
61 |
+
Enjoy and stay tuned! π
|
|
|
|