Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ widget:
|
|
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.
|
11 |
|
12 |
# Populism Detection & Summarization
|
13 |
|
|
|
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. I generated true lables 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 |
|