Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fasti: From Attention, Stance, and Topics to Ideal Points

status license

Political actors reveal ideology through both the positions they take and the issues they emphasize, yet most text-based ideal-point measures capture only one of the two. Fasti (From Attention, Stance, and Topics to Ideal Points) is an item response theory (IRT) model that jointly scales ideal points from issue salience and mean stance per issue. It discovers issues inductively and classifies stance with a natural language inference (NLI) transformer trained on data from the Manifesto Project, so it requires no human labels for scaling new texts.

Steps

  1. Sentence embeddings. Split each document into sentences and encode each sentence into a contextual embedding vector.
  2. Topic modeling. Reduce the dimensionality of the embeddings and cluster them by density into topics, following BERTopic.
  3. Stance detection. Classify each sentence as left, right, or neutral with a fine-tuned NLI transformer.
  4. IRT model. Estimate one ideal point per document from both the distribution of sentences across topics and the mean stance per topic.

The fitted parameters can be interpreted as two measures:

  • How much more salient each issue is to one ideological pole than to the other.
  • How divisive each issue is in terms of left-right stance.

Repository

code/ holds the pipeline: segmentation, embedding, topic modeling, stance training and inference, the joint fit, the comparison baselines, and the scripts that build the tables and figures. Scripts are numbered by run order.

Citation

Leal, Jefferson L. "Which Issues Divide? Interpretable Ideal-Point Estimation from Political Text." Working paper. [Poster]

About

Fasti: From Attention, Stance, and Topics to Ideal Points. Interpretable ideal point estimation from political text, jointly from issue salience and stance per issue.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages