Oftentimes, when you are iterating on your LLM application (such as changing the model or the prompt), you will want to compare the results of different experiments.LangSmith supports a powerful comparison view that lets you hone in on key differences, regressions, and improvements between different experiments.
To open the experiment comparison view, click the Dataset & Experiments page, select the relevant Dataset, select two or more experiments on the Experiments tab and click compare.
You can toggle between different views by clicking “Full” or “Compact” at the top of the page.Toggling Full Text will show the full text of the input, output and reference output for each run. If the reference output is too long to display in the table, you can click on expand to view the full content.You can also select and hide individual feedback keys or individual metrics in the display settings dropdown to isolate the information you want to see.
In the LangSmith comparison view, runs that regressed on your specified feedback key against your baseline experiment will be highlighted in red, while runs that improved will be highlighted in green. At the top of each column, you can see how many runs in that experiment did better and how many did worse than your baseline experiment.
Click on the regressions or improvements buttons on the top of each column to filter to the runs that regressed or improved in that specific experiment.
If the example you’re evaluating is from an ingested run, you can hover over the output cell and click on the trace icon to open the trace view for that run. This will open up a trace in the side panel.
From any cell, you can click on the expand icon in the hover state to open up a detailed view of all experiment results on that particular example input, along with feedback keys and scores.