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
huggingface swiss-ai/apertus-v1.5-70b · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ROOT><ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM></ROOT>","number_of_corrections":1,"explanation":"The original XML string was not well-formed. It lacked a root element and proper XML syntax. I added a root element `<ROOT>` to make it a valid XML document."}
newspaper-page data-correction 18 en
huggingface swiss-ai/apertus-v1.5-8b · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM>37. <BIBL><TITLEEine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"The provided XML string is not well-formed. The root element is missing, and the tags are not properly closed. The 'ITEM' tag should be the root element, and the 'BIBL' tag should be closed."}
newspaper-page data-correction 18 en
x-ai grok-4.5 · 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 '>' to close the opening TITLE tag, which was malformed as <TITLEEine..."}
newspaper-page data-correction 18 en
openrouter moonshotai/kimi-k3 · 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 <TITLE> tag was malformed: the closing angle bracket was missing, so the tag name and the title text were merged into '<TITLEEine Tossanische Bibel'. Added the missing '>' to properly open the TITLE element, yielding '<TITLE>Eine Tossanische Bibel</TITLE>'. The rest of the structure (ITEM, BIBL, closing TITLE) was already well-formed."}
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 opening angle bracket in the TITLE tag."}
newspaper-page data-correction 18 en
anthropic claude-opus-5 · 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 <TITLE> tag was malformed: it was missing its closing angle bracket, so the tag name ran into the title text (\"<TITLEEine Tossanische Bibel\"). I inserted the missing \">\" so the element reads <TITLE>Eine Tossanische Bibel</TITLE>. All other tags (<ITEM>, <BIBL>) were already properly opened, nested and closed, and the item number \"37.\" remains as text directly inside <ITEM>, as is conventional for Avisblatt book advert entries."}
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 Toskanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":2,"explanation":"Corrected the malformed opening TITLE tag by adding the missing closing angle bracket, and normalized the apparent typo “Tossanische” to “Toskanische.”"}
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>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":1,"explanation":"Added the missing closing '>' for the <TITLE> tag."}
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":"Fixed malformed open tag '<TITLE' by changing it to '<TITLE>'."}
newspaper-page data-correction 18 en
openai gpt-5.6-sol · 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."}