Experiments
Experiments provide a convenient way to run evaluations on a given data set, typically in CSV format, and analyze the results in a user-friendly interface. This allows you to gain insights and make data-driven decisions based on the evaluation outcomes.Running an Experiment
To run an experiment, you need to follow these steps:1
Prepare your data set in CSV format, ensuring that it contains the necessary fields for evaluation.
Prepare your data set in CSV format, ensuring that it contains the necessary
fields for evaluation.The CSV file should contain the following columns:
Required Fields:
id | question | answer | expectedAnswer |
---|---|---|---|
1 | What is the capital of France? | Paris | Paris |
2 | What is 2 + 2? | 4 | 4 |
3 | Is the Earth flat? | No | No |
4 | Who invented the telephone? | Alexander Graham Bell | Alexander Graham Bell |
id
: A unique identifier for each rowquestion
: The input prompt/question to evaluateanswer
: The actual response/answer to evaluate
expectedAnswer
: The expected/ground truth answer (used for comparison if provided)
2
Navigate to the Experiments page in the Qualifire platform.
Navigate to the Experiments page in the Qualifire platform.
3
Click on the 'Create New Experiment' button.
Click on the “Create New Experiment” button.
4
Upload your CSV file and specify the evaluation criteria and checks you want to apply.
Upload your CSV file and specify the evaluation criteria and checks you want
to apply.
5
Start the experiment and wait for the evaluation process to complete.
Start the experiment and wait for the evaluation process to complete.