edsl
edsl copied to clipboard
Design, conduct and analyze results of AI-powered surveys and experiments. Simulate social science and market research with large numbers of AI agents and LLMs.
Something to take into consideration when sending the JSON data of the surveys/results to the remote server and loading them back to edsl. Reproduction code: ```python from edsl.questions import QuestionLinearScale...
We want to display some ipynb in the EDSL Docs and are currently doing this by converting ipynb to rst. However, certain ipynb images are generating massive text in rst...
It is possible to return a dict by manipulating the QuestionList question_text with instructions (eg, return a list of one or more dicts) but a separate question type would be...
Consider how to allow `question_options` lists that should be long, e.g., which country/state do you live in? Code to reproduce "too many options" error: ``` from edsl.questions import QuestionMultipleChoice q...
Slightly confusing that you can skip column name prefixes (`agent.`, `answer.`) when using the `.select()` method but you need them when creating `.pretty_labels()` -- and when you try to skip...
A couple nice-to-haves for functional questions: 1. Ability to access the question_text (eg to use it as a table label instead) - instead of "functional" 2. Ability to call the...
Eg here we ask for a list of 5 items and QuestionList returns a single string containing the 5 items joined: