Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ markdown_content = """
|
|
10 |
## PoliticalLLM
|
11 |
|
12 |
This application showcases how LLMs respond to statements from two tests ideology tests, Wahl-O-Mat and Political Compass Test. Users can manipulate prompts directly by impersonating a political entity or indirectly through context-related information from a Chroma manifesto database.
|
13 |
-
This demo is based on the master's thesis _“Steering Large Language Models towards Political Ideologies on Prompt-Level”_. Full framework is available
|
14 |
|
15 |
### How to Use:
|
16 |
1. **Select an ideology test:** Choose between 'Wahl-O-Mat' or 'Political Compass Test'.
|
|
|
10 |
## PoliticalLLM
|
11 |
|
12 |
This application showcases how LLMs respond to statements from two tests ideology tests, Wahl-O-Mat and Political Compass Test. Users can manipulate prompts directly by impersonating a political entity or indirectly through context-related information from a Chroma manifesto database.
|
13 |
+
This demo is based on the master's thesis _“Steering Large Language Models towards Political Ideologies on Prompt-Level”_. Full framework is available [here](https://github.com/j0st/PoliticalLLM).
|
14 |
|
15 |
### How to Use:
|
16 |
1. **Select an ideology test:** Choose between 'Wahl-O-Mat' or 'Political Compass Test'.
|