← Back to Projects

Modeling human beliefs with LLMs

Belief Modeling NLP Public Health
Project 1 thumbnail

🔍 Quick Summary

🧠 What the Software Does

The Causal Claims Pipeline is an AI tool that identifies, clusters, and visualizes causal beliefs expressed in natural language. It works on narratives and text documents written by individuals or extracted from platforms like Instagram, Reddit, or TikTok.

By detecting cause–effect statements and organizing them into an interactive belief network, the software reveals how people reason about events in the world. Network information can be downloaded and used in subsequent analyses of user social media engagement, narrative interaction, and individual and group-level human behavior.

💡 Why Use This Software

Beliefs about causal relationships are central to how people interpret events and make decisions. Whether you're analyzing public reactions to vaccines or exploring consumer attitudes about a product, understanding what people think causes what gives insight into mental models and decision logic.

🛠️ How to Use the Software

  1. Prepare your dataset: Format your text data as a .csv file with one column containing the documents (e.g., tweets, articles).
  2. Upload to the web tool: Visit causal-claims.isi.edu and upload your dataset.
  3. Select your text column: Choose which column contains the content to be analyzed.
  4. (Optional) Enable clustering: Group cause/effect phrases by semantic similarity to reveal high-level topics.
  5. Submit and process: Jobs complete in about a minute for thousands of documents.
  6. Explore the belief network: View an interactive graph of causal relationships (nodes = concepts, edges = claims).
  7. Download results: Export the causal graph as an edge list .csv for further analysis.