chkla commited on
Commit
b2dc1b0
β€’
1 Parent(s): 9467308

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -2,11 +2,22 @@ Welcome to **RoBERTArg**!
2
 
3
  πŸ€– **Model description**
4
 
5
- This model was trained on ~40k 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).
6
 
7
  **Dataset**
8
 
9
- The dataset (πŸ“š Stab et al. 2018) consists of **ARGUMENTS** that either support or oppose a topic if it includes a relevant reason for supporting or opposing the topic, or as a **NON-ARGUMENT** 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_.
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  **Model training**
12
 
 
2
 
3
  πŸ€– **Model description**
4
 
5
+ 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).
6
 
7
  **Dataset**
8
 
9
+ 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_.
10
+
11
+ | TOPIC | ARGUMENT | NON-ARGUMENT |
12
+ |----|----|----|
13
+ | abortion | 2213 | 2,427 |
14
+ | school uniforms | 325 | 1,734 |
15
+ | death penalty | 325 | 2,083 |
16
+ | marijuana legalization | 325 | 1,262 |
17
+ | nuclear energy | 325 | 2,118 |
18
+ | cloning | 325 | 1,494 |
19
+ | gun control | 325 | 1,889 |
20
+ | minimum wage | 325 | 1,346 |
21
 
22
  **Model training**
23