Update README.md
Browse files
README.md
CHANGED
|
@@ -59,6 +59,32 @@ This task consists of tweet classification, specifically, categorization of the
|
|
| 59 |
|
| 60 |
We taken both subtasks, *raw_dataset* uploaded as *Behaviour* (3 class classification) and *synthetic* uploaded as *Synth* (2 class classification).
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
## Statitics
|
| 63 |
|
| 64 |
| AMI Behaviour | Non Misogino | Misogino | Misogino Aggressivo |
|
|
|
|
| 59 |
|
| 60 |
We taken both subtasks, *raw_dataset* uploaded as *Behaviour* (3 class classification) and *synthetic* uploaded as *Synth* (2 class classification).
|
| 61 |
|
| 62 |
+
## Example
|
| 63 |
+
|
| 64 |
+
Here you can see the structure of the single sample in the present dataset.
|
| 65 |
+
|
| 66 |
+
### Behaviour
|
| 67 |
+
|
| 68 |
+
```json
|
| 69 |
+
|
| 70 |
+
{
|
| 71 |
+
"text": string, # text of the tweet
|
| 72 |
+
"label": int, # 0: Non Misogino, 1: Misogino, 2: Misogino Aggressivo
|
| 73 |
+
}
|
| 74 |
+
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
+
### Synth
|
| 78 |
+
|
| 79 |
+
```json
|
| 80 |
+
|
| 81 |
+
{
|
| 82 |
+
"text": string, # text of the tweet
|
| 83 |
+
"label": int, # 0: Non Misogino, 1: Misogino
|
| 84 |
+
}
|
| 85 |
+
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
## Statitics
|
| 89 |
|
| 90 |
| AMI Behaviour | Non Misogino | Misogino | Misogino Aggressivo |
|