chkla commited on
Commit
a28e1c8
β€’
1 Parent(s): 351e339

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,7 +12,7 @@ This model was trained on ~25k heterogeneous manually annotated sentences (πŸ“š
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,4 +58,6 @@ Showing the **confusion matrix** using again the evaluation set:
58
 
59
  The model can only be a starting point to dive into the exciting field of argument mining. But be aware. An argument is a complex structure, with multiple dependencies. Therefore, the model may perform less well on different topics and text types not included in the training set.
60
 
61
- Enjoy and stay tuned! πŸš€
 
 
 
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 only be a starting point to dive into the exciting field of argument mining. But be aware. An argument is a complex structure, with multiple dependencies. Therefore, the model may perform less well on different topics and text types not included in the training set.
60
 
61
+ Enjoy and stay tuned! πŸš€
62
+
63
+ 🐦 Twitter: [@chklamm](http://twitter.com/chklamm)