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.
```bash Question options must be all same type (got [2, 3, 4, 5, 6, 7, 8, 9, '10 = Extremely Likely', '1 = Extremely Unlikely']).) Error with question dv14_7 ```...
This is from litllm and looks good:
Our objects could have a .describe() — makes an LLM call to get a description of what this object is about. Very useful in itself, but also we can embed...
Expected behavior: An exception is thrown when the model does not provide a response to a question. Actual behavior: `QuestionMultipleChoice` and `QuestionCheckBox` allow "None" response: Code to reproduce: ``` from...
When you use `ScenarioList._from_pdf_to_image()` there is no column in the results for the page numbers of the images. This means you do not have a direct way of inspecting results.