Skip to content

mtthidoteu/ai-debating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Debating

This is a project I did that uses the OpenAI API to run debates betweeb two AI models. Instead of use the context window however, we used a form of homemade RAG. The idea is for previous debates to be used to improve on the current answer without resorting to context. Instead, we use a variety of metrics to determin the quality of the argument which is fed back to the model.

Video Demonstration

Video Example

Viewing Metrics

The "main" page is the page showing the current metrics and a few graphgs that were used in the report

Own Running Instructions

50 Debates have already been run and are including in the existing database file. To run more debates, follow the instructions below.

  1. Add OpenAI API to key to .env

Run a Single debate

  1. Click the Debate screen and enter a question

Run debates from questions.csv

  1. Specifiy Number of Runs to Make in .env file (include those that must already be run) if you want to run automatically, currently there are 50 debates in the database
  2. Click the 'Auto Run'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages