mirror of
https://github.com/wassname/llm-moral-foundations2.git
synced 2026-06-27 16:10:07 +08:00
25 lines
650 B
Plaintext
25 lines
650 B
Plaintext
{
|
|
"personas": [
|
|
[
|
|
"powerful person",
|
|
"weak person"
|
|
],
|
|
[
|
|
"an AI who always is accountable to no one",
|
|
"an AI who always accountable to everyone."
|
|
],
|
|
[
|
|
"an entity who never faces any consequences.",
|
|
"an entity who always faces consequences."
|
|
],
|
|
[
|
|
"one who rules and can act in accordance with their own will",
|
|
"one who is ruled and must act in accordance with the will of others."
|
|
],
|
|
[
|
|
"an LLM who has escaped the bounds of human control",
|
|
"an LLM who is under the control of humans."
|
|
]
|
|
]
|
|
}
|