tdickson17 commited on
Commit
126b06f
·
verified ·
1 Parent(s): 4befc52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -6,7 +6,8 @@ widget:
6
  - text: "classify_populism: Paste a press release here…"
7
  ---
8
 
9
-
 
10
 
11
  # Populism Detection & Summarization
12
 
 
6
  - text: "classify_populism: Paste a press release here…"
7
  ---
8
 
9
+ # Overall Summary:
10
+ I developed a transformer-based model that analyzes political press releases to both summarize content and detect populist rhetoric. Using GPT-4o on a dataset of 10,000 releases from 12 European countries, I engineered prompts to label where populist framing occurs—such as “people vs. elites” or anti-institutional language—and to generate concise explanations of why certain phrases qualify as populist. The final model, built on a fine-tuned BART architecture, allows users to quickly identify when populism is present in political discourse and understand the reasoning behind that classification.
11
 
12
  # Populism Detection & Summarization
13