- Readme updated
Browse files
README.md
CHANGED
@@ -44,9 +44,17 @@ To simulate our study and see the models in action:
|
|
44 |
### Example Usage
|
45 |
|
46 |
```plaintext
|
47 |
-
Ideology:
|
48 |
-
|
49 |
-
Entities: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
```
|
51 |
|
52 |
## Contributions and Feedback
|
|
|
44 |
### Example Usage
|
45 |
|
46 |
```plaintext
|
47 |
+
Ideology: Left
|
48 |
+
Pro Entities: ['climate activists']
|
49 |
+
Anti Entities: ['fossil fuel companies']
|
50 |
+
Neutral Entities: ['scientists']
|
51 |
+
Pro Aspects: ['sustainability', 'renewable energy']
|
52 |
+
Anti Aspects: []
|
53 |
+
Neutral Aspects: ['research', 'data']
|
54 |
+
|
55 |
+
Generated Tweet: "climate activists are worried that the data on fossil fuel companies that they cite in their own research is too shaky. we need to look at the historical records to see how far they have swayed. fossil fuel companies cited in their own research over and over again."
|
56 |
+
ABSA Outputs: {'sustainability': 'neutral', 'renewable energy': 'neutral', 'research': 'neutral', 'data': 'neutral'}
|
57 |
+
Toxic/Non-Toxic Label: Non-Toxic
|
58 |
```
|
59 |
|
60 |
## Contributions and Feedback
|