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
mistral mistral-large-2512 · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<file name=\"line_1.json\"><ITEM>37. <BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM></file>","number_of_corrections":1,"explanation":"Added missing closing angle bracket '>' after the opening TITLE tag in the BIBL element."}
newspaper-page data-correction 18 en
openrouter qwen/qwen3-vl-8b-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":2,"explanation":"Added missing XML tags to properly structure the title and correct the malformed tag sequence."}
newspaper-page data-correction 18 en
openai gpt-5-mini-2025-08-07 · 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":"Fixed a malformed opening TITLE tag (was '<TITLEEine ...'); added the missing '>' so it reads '<TITLE>Eine Tossanische Bibel</TITLE>'. No other changes made."}
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'."}
newspaper-page data-correction 18 en
genai gemini-2.5-flash-lite · temp 0.0 · dataclass CorrectedAdvert
One model response from this run. The per-input comparison needs JavaScript.
{"fixed_xml":"<ITEM><BIBL><TITLE>Eine Tossanische Bibel</TITLE></BIBL></ITEM>","number_of_corrections":2,"explanation":"Removed the number '37.' from the beginning of the ITEM tag as it appears to be extraneous data. Also, enclosed the title 'Eine Tossanische Bibel' within the TITLE tags correctly."}
newspaper-page data-correction 18 en
anthropic claude-sonnet-4-5-20250929 · 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 closing angle bracket in the opening TITLE tag. Changed \"<TITLEEine\" to \"<TITLE>Eine\" to properly separate the tag from the content."}
newspaper-page data-correction 18 en
anthropic claude-haiku-4-5-20251001 · 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 TITLE tag. The opening tag was missing the '>' character, appearing as '<TITLEEine' instead of '<TITLE>Eine'. This has been corrected to properly open and close the TITLE element."}
newspaper-page data-correction 18 en
genai gemini-2.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":"The opening <TITLE> tag was malformed, missing the closing angle bracket after the tag name."}
newspaper-page data-correction 18 en
genai gemini-2.5-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 Tossanische Bibel>' was malformed. The tag name was merged with its text content. This was corrected by separating the tag into '<TITLE>' and the content 'Eine Tossanische Bibel'."}
newspaper-page data-correction 18 en
openai o3-2025-04-16 · 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 closing angle bracket (>) in the opening TITLE tag so that it reads <TITLE>."}