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
genai gemini-3-flash-preview · 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 <TITLE by adding the missing closing angle bracket and separating it from the text content."}
newspaper-page data-correction 18 en
x-ai grok-4.20-0309-reasoning · 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 '>' character after the opening '<TITLE' tag to make the XML well-formed."}
newspaper-page data-correction 18 en
openai gpt-5.4-2026-03-05 · 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 opening angle bracket in the TITLE start tag, changing '<TITLEEine Tossanische Bibel</TITLE>' to '<TITLE>Eine Tossanische Bibel</TITLE>'."}
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.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":"Fixed malformed opening tag <TITLEEine to <TITLE>Eine."}
newspaper-page data-correction 18 en
deepseek deepseek-v4-pro · 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 missing the > delimiter, so it was corrected to <TITLE>."}
newspaper-page data-correction 18 en
openai gpt-5.6-terra · 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 to the opening TITLE tag."}
newspaper-page data-correction 18 en
cohere command-a-03-2025 · 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</title><author>John Doe</author><price>19.99</price><description>An exciting journey through unknown lands.</description></book><book><title>Mystery of the Lost City</title><author>Jane Smith</author><price>24.95</price><description>A thrilling mystery set in an ancient city.</description></book></advertisement>","number_of_corrections":4,"explanation":"Corrected the root element to <advertisement>, added missing closing tags for <book>, and ensured all elements are properly nested and closed. Also, added a missing <description> tag for the second book."}
newspaper-page data-correction 18 en
huggingface Qwen/Qwen3-VL-235B-A22B-Instruct · 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 '>' after '<TITLE' to properly close the opening tag, making it '<TITLE>'. The original XML had '<TITLEEine Tossanische Bibel</TITLE>', which is malformed because the opening tag was not properly terminated."}
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'."}