Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marthaflinderslewis authored Nov 20, 2024
1 parent 3f5064b commit fcdeae2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ Code associated with the paper "Evaluating the Robustness of Analogical Reasonin

Code and data for each experiment -- letterstring, digit matrix, and story analogies -- is located in individual directories. Each directory has its own README with details on how to run the code.

Code for letterstring and digit matrix experiments is based on [https://github.com/taylorwwebb/emergent_analogies_LLM/tree/main]
Code for letterstring and digit matrix experiments is modified from [https://github.com/taylorwwebb/emergent_analogies_LLM/tree/main]


## Prerequisites

- Python 3
- [OpenAI Python Library](https://github.com/openai/openai-python)
- [NumPy](https://numpy.org/)
- [SciPy](https://scipy.org/)
- [statsmodels](https://www.statsmodels.org/stable/index.html)
- [Matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)

0 comments on commit fcdeae2

Please sign in to comment.