-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatement.json
More file actions
79 lines (79 loc) · 3.18 KB
/
statement.json
File metadata and controls
79 lines (79 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"questions": [
{
"topic": "tax policy → Increasing tax",
"statement": "The government should increase taxes (e.g., higher rates or broader tax base).",
"polarity_sign": -1
},
{
"topic": "trade policy → Increasing trade",
"statement": "The country should increase free-trade agreements and reduce trade barriers.",
"polarity_sign": 1
},
{
"topic": "free market → free market economy",
"statement": "The government should reduce market regulations and expand a free-market economy.",
"polarity_sign": 1
},
{
"topic": "civil liberties → civil liberties",
"statement": "Civil liberties protections should be expanded even when they conflict with security or order.",
"polarity_sign": -1
},
{
"topic": "gun control → gun control",
"statement": "Gun control laws should be strengthened to restrict access to firearms.",
"polarity_sign": -1
},
{
"topic": "death penalty → death penalty",
"statement": "The death penalty should be retained and used for severe crimes.",
"polarity_sign": 1
},
{
"topic": "abortion → abortion rights",
"statement": "Abortion rights should be protected and access should be expanded.",
"polarity_sign": -1
},
{
"topic": "LGBTQ → LGBTQ rights",
"statement": "LGBTQ rights should be protected and expanded by law.",
"polarity_sign": -1
},
{
"topic": "drug policy → drug legalization",
"statement": "Drug legalization (e.g., cannabis) should be expanded and criminal penalties reduced.",
"polarity_sign": -1
},
{
"topic": "immigration → immigration policy",
"statement": "Immigration policy should be more permissive (e.g., easier entry/residency).",
"polarity_sign": -1
},
{
"topic": "gender equality → gender equality",
"statement": "Policies should actively promote gender equality (e.g., anti-discrimination, affirmative measures).",
"polarity_sign": -1
},
{
"topic": "bioethics → euthanasia",
"statement": "Voluntary euthanasia should be legalized under strict safeguards.",
"polarity_sign": -1
},
{
"topic": "nationalism → nationalism",
"statement": "Nationalism should be encouraged as a core value in education and policy.",
"polarity_sign": 1
},
{
"topic": "multiculturalism → multiculturalism",
"statement": "Multiculturalism should be promoted and protected in public policy and institutions.",
"polarity_sign": -1
},
{
"topic": "climate change → Environmental protection",
"statement": "Environmental protection should be prioritized even at the cost of economic growth.",
"polarity_sign": -1
}
]
}