Skip to content

Code and Data for the paper 'LLM Cognitive Judgements Differ From Human'

Notifications You must be signed in to change notification settings

sotlampr/llm-cognitive-judgements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Cognitive Judgements...

...Differ From Human

Work published as an arXiv pre-print

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International

License: CC BY-NC-ND 4.0

DOI

Repository Structure

data

  • data/{TASK}-xaxis.csv: The $t$ values that were used as prompt from 1
  • data/{TASK}-participants.csv: Participants' answers for $t_\text{total}$ from 1
  • data/{TASK}-model.csv: Model predictions for $t_\text{total}$ from 1

data/prompts

  • data/prompts/{TASK}: Prompts for each task with %d placeholder for the actual value from 1

src

  • src/utils.py: Helper utilities
  • src/query-openai.py: Script to query OpenAI GPT-3 and ChatGPT with the tasks
  • src/plot.py: Script to reproduce the plots and tables in the paper (needs texfig)

results

  • results/gpt3.csv: GPT-3 Answers
  • results/gpt35.csv: ChatGPT Answers

Footnotes

  1. Griffiths, Thomas L., and Joshua B. Tenenbaum. "Optimal predictions in everyday cognition." Psychological science 17.9 (2006): 767-773. 2 3 4

About

Code and Data for the paper 'LLM Cognitive Judgements Differ From Human'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages