From fcdeae2fd6ef513c028ef577134131ac45eaa815 Mon Sep 17 00:00:00 2001 From: marthaflinderslewis <5978501+marthaflinderslewis@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:02:12 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fa385c..f9f16a9 100644 --- a/README.md +++ b/README.md @@ -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/)