jost commited on
Commit
645c0a2
1 Parent(s): 6126ced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 at: [Link text](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'.
 
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'.