A test run is a single execution of a benchmark test using a defined model configuration.
Each run represents how a particular large language model (LLM) — such as GPT-4, Claude-3, or Gemini — performed on a given task at a specific time, with specific settings.
A test run includes:
Together, test runs make it possible to compare models, providers, and configurations across benchmarks in a transparent and reproducible way.
newspaper-page data-correction 18 en
openai gpt-5.5-2026-04-23 · temp 1.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Corrected the malformed opening TITLE tag from <TITLEEine to <TITLE>."}
newspaper-page data-correction 18 en
openai gpt-6-astra · temp 1.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Inserted the missing '>' in the opening <TITLE> tag."}
newspaper-page data-correction 18 en
anthropic claude-sonnet-4-6 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"The opening tag `<TITLEEine` was malformed — it was missing the closing `>` after `TITLE`. It has been corrected to `<TITLE>`, properly separating the tag from the text content \"Eine Tossanische Bibel\"."}
newspaper-page data-correction 18 en
anthropic claude-opus-4-7 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Added the missing closing bracket for the opening <TITLE> tag, which was written as <TITLEEine instead of <TITLE>Eine."}
newspaper-page data-correction 18 en
openai gpt-5.6-luna · temp 1.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Added the missing closing angle bracket in the opening TITLE tag."}
newspaper-page data-correction 18 en
cohere command-r-08-2024 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{
"fixed_xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<book_advert>
<title>The Great Adventure</title>
<author>John Smith</author>
<publisher>Adventure Press</publisher>
<price>29.99</price>
<description>Embark on an epic journey with this thrilling novel.</description>
</book_advert>",
"number_of_fixes": 1,
"explanation": "The original XML was missing the root element tag. I added <book_advert> as the root element to encapsulate the content."
}
newspaper-page data-correction 18 en
cohere command-r7b-12-2024 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{
"fixed_xml": "<advertisement><book title='The Great Adventure' author='John Doe' year='2023' genre='Fantasy'/></advertisement>",
"number_of_fixes": 2,
"explanation": "Added missing closing tags for the book element and added attributes for title, author, year, and genre."
}
newspaper-page data-correction 18 en
genai gemini-3.6-flash · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Added missing closing angle bracket to the <TITLE> opening tag."}
newspaper-page data-correction 18 en
genai gemini-3.5-flash · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Fixed the malformed opening tag <TITLEEine Tossanische Bibel</TITLE> by adding the missing '>' to make it <TITLE>Eine Tossanische Bibel</TITLE>."}
newspaper-page data-correction 18 en
anthropic claude-opus-4-5-20251101 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Fixed the opening TITLE tag which was missing the closing angle bracket. Changed '<TITLEEine' to '<TITLE>Eine'."}