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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. 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
 
 
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