Research Platform

Not Available on Public Site

The Research platform is an interactive data exploration tool that runs locally. It provides capabilities for manual data analysis, categorization, and re-classification that require a running server.

To access the Research platform:

  1. Clone the Rewinder repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the research server: python -m research.app
  4. Open http://localhost:8081 in your browser

Available Research Projects:

  • Faking Death - Analyzing how LLMs misrepresent character deaths in film summaries
Back to Rewinder