Datasets:
Tasks:
Text Classification
Languages:
English
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
pipeline_tag: text-classification
|
5 |
+
widget:
|
6 |
+
- text: "we are exploiting the youth purely for entertainment."
|
7 |
+
- text: "human cloning could aid medical advances and should therefore be allowed."
|
8 |
+
- text: "people need to grow up and realise the world is a hard place"
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
---
|
12 |
+
|
13 |
+
### Labels
|
14 |
+
|
15 |
+
| label | meaning |
|
16 |
+
|---------------:|:-------------------------------------|
|
17 |
+
| achievement_P | in favor of achievement |
|
18 |
+
| achievement_N | against achievement |
|
19 |
+
| power_dominance_P | in favor of power: dominance |
|
20 |
+
| power_dominance_N | against power: dominance |
|
21 |
+
| power_resources_P | in favor of power: resources |
|
22 |
+
| power_resources_N | against power: resources |
|