Skip to content

Viewing Experiment Details

Once an experiment has been completed in FloTorch, you can view detailed results and configuration by clicking on the experiment ID within a project. This view provides both overall experiment metadata and per-question evaluation results.


The Question Metrics tab provides a tabular breakdown of all evaluation questions:

S.NoQuestionGround TruthGenerated Answer
1Which tennis player has won the most Grand Slam singles titles?Margaret Court holds the record…Novak Djokovic has won…
2What is cybersecurity?Cybersecurity refers to…Cybersecurity is the practice of…

Each row contains:

  • The original question
  • The expected answer (ground truth)
  • The generated answer by the model

This allows for a human-in-the-loop review of quality, truthfulness, and alignment with the prompt.

You can use the Download Results button to export these metrics for offline review and reporting.


The Details tab shows the core configuration used for the experiment:

  • Experiment ID – Internal ID for tracking
  • N Shot Prompts – Number of few-shot examples used
  • KNN – Number of neighbors retrieved from vector store
  • Inferencing Model – The model used to generate responses
  • Evaluation Inferencing Model – The model used for evaluating outputs

This information helps in understanding the input configuration that led to the experiment results.