Skip to content

abhi1nandy2/Misery_Data_Exps_GitHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • misery_index_game_show.py - code for running the LLM as a game show contestant

  • utils.py - functions for generating responsed from LLM functions

  • eval.py - evaluating the responses

  • Misery_Data.csv - data containing miserable situations, their annotated misery index values, contestant responses, and other metadata

    • Run python misery_index_game_show.py <SEED> <MODEL_NAME>

      • <SEED> - 12, 123, 1234
      • <MODEL_NAME> - gpt-3.5-turbo, gpt-4, gpt-4-turbo, gpt-4o, gpt-4o-mini, o1, o1-mini, gemini-1.5-pro

Progress

  • Game-show setting

Column headers are seeds.

12 123 1234
gpt-3.5-turbo
gpt-4
gpt-4-turbo
gpt-4o-mini
gpt-4o
o1-preview
o1-mini
gemini-1.5-pro
  • Game-show setting with chain-of-thought

  • Directly predicting the misery index

  • Binary Comparisons between situations

Links used for gathering data

About

Code for "Leveraging Large Language Models for Predictive Analysis of Human Misery"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages