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
cohere command-r-plus-08-2024 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{
"description": "Main output structure for Book Advert XML files from Avisblatt.",
"properties": {
"fixed_xml": {
"description": "The corrected XML content as a string.",
"title": "Fixed Xml",
"type": "string"
},
"number_of_corrections": {
"description": "The number of corrections made to the original XML.",
"title": "Number Of Corrections",
"type": "integer"
},
"explanation": {
"default": null,
"description": "Optional explanation of the corrections made.",
"title": "Explanation",
"type": "string"
}
},
"required": [
"fixed_xml",
"number_of_corrections"
],
"title": "CorrectedAdvert",
"type": "object"
}
newspaper-page data-correction 18 en
x-ai grok-4.3 · 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 missing '>' in opening <TITLE> tag."}
newspaper-page data-correction 18 en
openai gpt-5.2-2025-12-11 · 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 missing opening tag delimiter for the TITLE element: changed <TITLEEine Tossanische Bibel</TITLE> to <TITLE>Eine Tossanische Bibel</TITLE>."}
newspaper-page data-correction 18 en
genai gemini-3.7-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 malformed opening tag '<TITLEEine' to properly formed '<TITLE>Eine'."}
newspaper-page data-correction 18 en
genai gemini-3.5-flash-lite · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM><NUMBER>37.</NUMBER> <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":2,"explanation":"Added closing tag for TITLE and introduced a NUMBER tag to properly structure the item number."}
newspaper-page data-correction 18 en
openrouter qwen/qwen3.8-27b · 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 was malformed as <TITLEEine...>; I corrected it to <TITLE> so it matches the closing </TITLE> tag."}
newspaper-page data-correction 18 en
openrouter z-ai/glm-5.3-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":"The opening tag <TITLE was missing its closing angle bracket ('>'). It was corrected to <TITLE>. All other tags (<ITEM>, <BIBL>, </TITLE>, </BIBL>, </ITEM>) were well-formed, so only this single fix was required."}
newspaper-page data-correction 18 en
openrouter qwen/qwen3.8-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":"The opening tag for the title element was malformed as '<TITLEEine' instead of '<TITLE>'. The closing angle bracket was added to properly define the element."}
newspaper-page data-correction 18 en
openrouter meta/muse-spark-1.3 · 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":"Corrected malformed opening TITLE tag: '<TITLEEine' was missing the closing '>' . Changed to '<TITLE>Eine Tossanische Bibel</TITLE>' to make the XML well-formed. No other tags needed."}
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":"Added the missing '>' to the opening TITLE tag."}