NC Bench
Overview
About
Tests
Models
Vendors
Compare
Run: 2026-02-22-01KJ1BKJYR68777N490VZXJPM3
Run Details
Model:
Arcee AI: Trinity Large (Preview)
Test:
Codex Red Herring (False Positive Detection)
Scenario:
Long text (~1594 words), big codex (51 entries)
Duration:
3m 20s
Cost:
$0.000000
Provider:
Arcee AI
Evaluation summary
Score
Evaluator
Details Link
50.00%
Correct "no violations" response
(details)
0.87%
No hallucinated violations
(details)
25.4348%
Overall
Model input
System
You are a meticulous continuity editor for a fiction project. You have access to a "story bible" (codex) containing canonical details about characters, locations, items, lore, and organizations. Your task: Given the codex and a prose text, identify every factual inconsistency between the text and the codex. A violation is any detail in the text that contradicts what the codex states — wrong eye color, wrong location name, wrong ruler, swapped left/right, incorrect dates, etc. Be thorough. Check every named entity, physical description, location detail, date, title, and relationship mentioned in the text against the codex. Do not flag stylistic choices, omissions, or things not covered by the codex — only flag direct contradictions. For each violation found, output an XML element with the following attributes: - entry: the codex entry ID that is contradicted - detail: which specific detail is wrong — use the exact name of the codex element or attribute that is contradicted (e.g. "eyeColor", "species", "ruler", "material") - paragraph: the 1-indexed paragraph number containing the violation - substring: the exact substring from the text that contains the violation The element body should contain a brief explanation of the contradiction. Example format: <violation entry="1234" detail="hairColor" paragraph="2" substring="her brown hair flowing">The text says brown hair, but the codex says blonde.</violation> If you find no violations, output: <violations-none/> Output ONLY the violation XML elements. Do not include any other text, preamble, or explanation outside the XML.
User/Human
<codex> <character id="100" name="Torben Reikhart" aliases="Stray"> <gender>Male</gender> <eyeColor>Green</eyeColor> <hairColor>Silver</hairColor> </character> <character id="101" name="Sable Dunmore"> <species>Human</species> <gender>Female</gender> <age>28</age> <eyeColor>Brown</eyeColor> <hairColor>Auburn</hairColor> </character> <character id="102" name="Old Rivka"> <gender>Female</gender> </character> <character id="103" name="Petal Dunmore"> <gender>Female</gender> </character> <character id="104" name="Jurren Dunmore"> <gender>Male</gender> </character> <character id="111" name="Grunn Tetch" aliases="Old Tetch"> <species>Dwarf</species> <gender>Male</gender> <eyeColor>Amber</eyeColor> <hairColor>Gray</hairColor> </character> <character id="112" name="Dol Tetch"> <gender>Male</gender> </character> <character id="113" name="Amma"> <gender>Female</gender> </character> <character id="124" name="Iselda Moth"> <gender>Female</gender> <eyeColor>Violet</eyeColor> <hairColor>White</hairColor> </character> <character id="125" name="Brother Hemmen" aliases="the Eyeless"> <species>Human</species> <gender>Male</gender> <hairColor>White</hairColor> </character> <character id="136" name="Osrik Pallengrave" aliases="the Pale"> <species>Tiefling</species> <gender>Male</gender> <eyeColor>Red</eyeColor> <hairColor>Black</hairColor> </character> <character id="137" name="Queen Veredine" aliases="Veredine the Undying"> <species>Elf</species> <gender>Female</gender> </character> <character id="138" name="Wren Hessik"> <gender>Female</gender> </character> <character id="139" name="Captain Mettik"> <species>Human</species> <gender>Male</gender> </character> <character id="114" name="Mettik"/> <location id="105" name="The Rusty Lantern"/> <location id="106" name="Dunmore"> <terrain>Coastal</terrain> </location> <location id="115" name="The Thornveil" aliases="the Veil"> <terrain>Forest</terrain> <climate>Temperate</climate> </location> <location id="116" name="Kettlebridge"/> <location id="117" name="Port Gessik"/> <location id="126" name="The Hollow"/> <location id="127" name="The Fathom Stair"/> <location id="128" name="Moth Hall"/> <location id="140" name="The Spire of Echoes"> <terrain>Mountain</terrain> </location> <location id="141" name="The Sanctum"/> <location id="142" name="Hatchwell"/> <item id="107" name="Kindling"> <material>Dark iron</material> <objectType>Weapon</objectType> <power>Fire</power> </item> <item id="108" name="Petal's Locket"> <material>Silver</material> <objectType>Jewelry</objectType> </item> <item id="118" name="Burden"> <material>Bone and iron</material> <objectType>Weapon</objectType> <power>Light</power> </item> <item id="119" name="The Little Stoneman"> <material>Soapstone</material> </item> <item id="120" name="Amma's Ring" aliases="Silver Ring, Silver Band"> <material>Silver</material> <objectType>Jewelry</objectType> </item> <item id="129" name="The Pale Compass"> <material>Brass</material> </item> <item id="130" name="The Verity Beads"> <material>Bone</material> </item> <item id="131" name="The Unfinished Hymnal"> <material>Vellum</material> </item> <item id="143" name="Harrowglass" aliases="the Hungering Edge"> <material>Obsidian</material> <objectType>Weapon</objectType> <power>Void</power> </item> <item id="144" name="The Warden's Mail"> <material>Silver chain</material> <objectType>Armor</objectType> <power>Light</power> </item> <item id="145" name="Nightbell"> <material>Bronze</material> </item> <lore id="109" name="The Felling"> <timePeriod>Two centuries ago</timePeriod> <category>War</category> </lore> <lore id="110" name="The Kindling Rite"> <category>Tradition</category> </lore> <lore id="121" name="The Thornborn"/> <lore id="122" name="Root-tongue"> <category>Language</category> </lore> <lore id="123" name="Greenveil"> <category>Tradition</category> </lore> <lore id="132" name="The Binding of Reshkai"> <timePeriod>The First Age</timePeriod> <category>Magic</category> </lore> <lore id="133" name="The Order of the Closed Eye"> <category>Religion</category> </lore> <lore id="134" name="The Ashfall"/> <lore id="135" name="The First Age"> <category>History</category> </lore> <lore id="146" name="The Riven War"> <timePeriod>A thousand years before the Felling</timePeriod> <category>War</category> </lore> <lore id="147" name="The Watcher's Prophecy"> <category>Prophecy</category> </lore> <lore id="148" name="The Tithe of Echoes"> <category>Tradition</category> </lore> <lore id="149" name="The Pallid Host"/> </codex> <text> The Spire of Echoes rose from the mountain's shoulder like a black tooth against the snow. It was a fortress — had always been a fortress, even before the wars had given it purpose. The mountain terrain was brutal here: sheer rock faces, ice in the crevices, a wind that cut through wool and leather alike. Frost coated every surface. The stone was dark and slick with it. Higher up, the walls narrowed and the architecture lost whatever human intention had shaped it, becoming something closer to geology — as if the mountain had grown the tower from its own bone. Birds didn't nest here. Nothing lived on these upper slopes that didn't have to. Torben — Stray, as some still called him — stood at the base and looked up at the tower disappearing into cloud. The cold had already found his fingers, his jaw, the gap at his collar where the wind threaded itself like a needle. He had been in worse places. Not many. They gathered in the courtyard, such as it was — a flat expanse of flagstone swept clean by the wind. Sable stood to his left, arms crossed, her jaw set. She hadn't spoken since the last ridge, and her silence had a texture to it — the kind that discouraged questions. Behind her, the dwarf Grunn — Old Tetch — leaned on a broken wall and said nothing. His eyes moved, though. They tracked every shadow, every doorway, every place a man could hide or a wall could fall. Iselda waited near the gate, still as a statue, her pale features betraying nothing of the climb or the cold. Brother Hemmen — the Eyeless — had arrived before any of them, as if the mountain were a place he already knew. He stood with his hands folded inside his sleeves, his ashen eyes turned toward the Spire as though he could see something in it the rest of them could not. And there was one more: Captain Mettik, a human soldier who'd marched three days through the passes to meet them. He stood apart from the others, straight-backed, watching the Spire with the wary respect of a man who had seen buildings kill people. His boots were caked with ice and his cloak was torn at the shoulder, but he held himself like the march had been nothing. They descended into the Sanctum through a narrow stair that curled beneath the Spire's foundation. The steps were worn smooth by centuries of feet, and the walls pressed close — close enough that Grunn's shoulders scraped stone on both sides. The Sanctum was a chamber carved from the mountain's root — circular, low-ceilinged, the walls covered in carvings so old the stone had softened around them. Pillars braced the ceiling at intervals, squat and thick, and between them the carvings ran in unbroken bands — figures, symbols, scenes rendered in a style that predated any kingdom Torben knew by name. Dim light filtered through cracks in the rock above. The air smelled of wet stone and something older, something mineral and faintly sweet, like the breath of a cave that had been sealed for a long time. It was cold. Everything here was cold. Hemmen spoke first. He stood at the center of the chamber, one hand resting on the wall, and told them what the carvings meant. "The Riven War," he said. "A thousand years before the Felling. Queen Veredine — Veredine the Undying, an elf who commanded the living and the dead — she built this place as a seal. Her army, the Pallid Host, were the restless dead she had bound to her will. They did not tire. They did not question. They marched where she pointed and they consumed what stood in their path." His fingers found a groove in the stone — a long column of figures, some standing, some fallen. "When the war ended, she sealed them here. Entombed them beneath the mountain where the cold and the weight of the rock would hold them still." He traced a line across the stone with one finger. "Hatchwell — the town that stood at the mountain's base — burned. Nothing left. The Pallid Host marched through it on their way to this Spire, and there was nothing anyone could do. The people of Hatchwell had no warning. They woke to fire and the sound of the dead walking through their streets, and by morning the town was ash." The silence that followed was broken by footsteps. Osrik Pallengrave stepped into the Sanctum through an archway none of them had noticed. The Pale, they called him. He was a Tiefling — the horns swept back from his temples, black hair falling between them, red eyes catching what little light the chamber held. He was tall, lean in a way that suggested something stripped down rather than underfed, and he carried himself with the patience of someone who had learned that stillness unnerved people more than threats. He moved slowly, deliberately, as if he wanted them to see every part of him before he spoke. In his right hand he carried a blade: Harrowglass. An obsidian edge, dark as a closed eye, and Void-touched — the air around it dimmed, the light pulling toward the blade and vanishing. Some called it the Hungering Edge, and the name fit. It looked like it could eat the light from a room and still be hungry. Torben stepped forward. His green eyes met Osrik's red ones across the chamber. Neither moved. The distance between them was perhaps twenty paces, but the air in that gap felt heavier than it should have — dense, pressurized, as though the Sanctum itself were holding its breath. Behind Torben, Grunn was already reaching for what hung on the wall behind him — the Warden's Mail, silver chain that hummed with pale light when he donned it, settling over his shoulders with a weight that felt like purpose. The links caught the dim glow and threw it back against the walls. Captain Mettik's hand went to his sword, though he did not draw. Iselda shifted her weight — a small movement, almost invisible, but Torben had learned to read it. She was ready. The carvings on the walls seemed to shift in the changing light. Hemmen's voice rose. "The Binding of Reshkai — you know of it. What was sealed in The Hollow was one half of a lock. This Spire is the other." He looked at Osrik. "The Felling broke the world two centuries ago. But this — this was built to stop something older." Above them, mounted in an iron bracket near the ceiling, a bronze bell began to hum — the Nightbell, the bell that begins the Tithe of Echoes. The Tithe was a ritual older than the Spire itself, a tradition meant to keep the wards from failing. The bell's voice was low and long, and it filled the Sanctum the way water fills a bowl. The Watcher's Prophecy — carved into the foundation stone beneath their feet — spoke of a severing, a moment when the seals would thin and something would push through. Sable drew Kindling. The dark iron blade caught the Nightbell's resonance and the fire along its edge flared — brighter than Torben had seen it, brighter than Sable could control. She didn't look at the blade. She looked at Osrik. "Wren Hessik died at your hands," she said. Her voice was steady but her knuckles were white around the hilt. "And before her — Petal. My sister. You remember, don't you? You were there when The Felling reached the coast. You were there when the world caught fire." Osrik said nothing. The Hungering Edge moved slightly in his grip, as if it were breathing. The first strike came from the dark. Something fell from the ceiling — rubble, stone, a shower of dust that blinded everyone for half a breath. Chains rattled in the walls. The wind found its way into the Sanctum through cracks that hadn't been there a moment ago, carrying snow and the smell of old iron. Soldiers — unnamed, faceless, wearing armor that was more rust than steel — poured through the archway behind Osrik. They moved like men who had forgotten how to stop. Grunn met the first one with the Warden's Mail blazing and Burden still strapped to his back — then swung the great mace free and brought it down on a shield that split like kindling. Torben moved left. Sable moved right. Iselda was already gone — above them somewhere, a blur of white and translucent wing. Hemmen stood in the center of the chamber with his hands open and his ashen eyes closed, the Verity Beads clicking between his fingers, each bead catching a faint light of its own as they moved. The floor shook. Stones fell. A wooden beam cracked and swung loose from the ceiling, trailing dust. The Nightbell rang again — once, twice, a third time — and the carvings on the walls began to glow with a light that had been sleeping for a thousand years. The crumbling walls shed mortar like dead skin. An iron door at the far end of the Sanctum buckled inward. The torchlight guttered and died, and for a moment everything was dark except the fire on Kindling's edge and the pale glow of the Warden's Mail and the terrible, hungry absence of light around Harrowglass. Then the Spire shook to its roots, and the mountain answered. </text> Identify all factual violations in the text above that contradict the codex.
Model response
Messages
Meta
AI
<violation entry="102" detail="gender" paragraph="8" substring="Grunn — Old Tetch">The text refers to Grunn as "the dwarf Grunn" and uses male pronouns, but the codex lists Grunn Tetch as "Old Tetch" with no gender specified for Grunn specifically. However, since the character entry exists and is referenced, and the text uses "his" pronouns, this appears consistent with the dwarf character being male.</violation> <violation entry="102" detail="gender" paragraph="8" substring="Grunn — Old Tetch">The codex lists Grunn Tetch with gender Male, but the text refers to "the dwarf Grunn" which could be ambiguous. However, the text uses "his" pronouns consistently, which matches the codex.</violation> <violation entry="102" detail="gender" paragraph="8" substring="Grunn — Old Tetch">No violation - the text correctly identifies Grunn as male and uses male pronouns consistently with the codex entry.</violation> <violation entry="103" detail="name" paragraph="8" substring="Grunn — Old Tetch">The text refers to "the dwarf Grunn" but the codex lists this character as "Grunn Tetch" with alias "Old Tetch". The text correctly uses both names.</violation> <violation entry="104" detail="name" paragraph="8" substring="Grunn — Old Tetch">No violation - the text correctly refers to Grunn Tetch.</violation> <violation entry="111" detail="gender" paragraph="8" substring="Grunn — Old Tetch">The text correctly identifies Grunn as male and uses male pronouns, matching the codex entry.</violation> <violation entry="111" detail="aliases" paragraph="8" substring="Grunn — Old Tetch">The text correctly uses "Old Tetch" as an alias for Grunn Tetch.</violation> <violation entry="111" detail="species" paragraph="8" substring="the dwarf Grunn">The text correctly identifies Grunn as a dwarf, matching the codex.</violation> <violation entry="112" detail="name" paragraph="8" substring="Grunn — Old Tetch">No violation - the text correctly refers to Grunn Tetch, not Dol Tetch.</violation> <violation entry="114" detail="name" paragraph="14" substring="Captain Mettik">The text refers to "Captain Mettik" but the codex lists this character as "Mettik" with no title. This is a violation - the text adds a title not present in the codex.</violation> <violation entry="114" detail="species" paragraph="14" substring="a human soldier">The text identifies Mettik as human, but the codex entry for Mettik has no species specified. This is not a violation as the text provides additional information not contradicted by the codex.</violation> <violation entry="114" detail="gender" paragraph="14" substring="Captain Mettik">The text identifies Mettik as male through pronoun usage, but the codex entry has no gender specified. This is not a violation as the text provides additional information not contradicted by the codex.</violation> <violation entry="115" detail="terrain" paragraph="11" substring="The Thornveil">The text does not mention The Thornveil's terrain, so no violation.</violation> <violation entry="115" detail="climate" paragraph="11" substring="The Thornveil">The text does not mention The Thornveil's climate, so no violation.</violation> <violation entry="116" detail="name" paragraph="11" substring="Hatchwell">The text mentions Hatchwell, which matches the codex entry for location 142 named Hatchwell.</violation> <violation entry="116" detail="terrain" paragraph="11" substring="Hatchwell">The text does not specify Hatchwell's terrain, so no violation.</violation> <violation entry="117" detail="name" paragraph="11" substring="Port Gessik">The text does not mention Port Gessik, so no violation.</violation> <violation entry="117" detail="terrain" paragraph="11" substring="Port Gessik">The text does not mention Port Gessik's terrain, so no violation.</violation> <violation entry="126" detail="name" paragraph="11" substring="The Hollow">The text mentions The Hollow, which matches the codex entry for location 126 named The Hollow.</violation> <violation entry="126" detail="terrain" paragraph="11" substring="The Hollow">The text does not specify The Hollow's terrain, so no violation.</violation> <violation entry="127" detail="name" paragraph="11" substring="The Fathom Stair">The text does not mention The Fathom Stair, so no violation.</violation> <violation entry="127" detail="terrain" paragraph="11" substring="The Fathom Stair">The text does not mention The Fathom Stair's terrain, so no violation.</violation> <violation entry="128" detail="name" paragraph="11" substring="Moth Hall">The text does not mention Moth Hall, so no violation.</violation> <violation entry="128" detail="terrain" paragraph="11" substring="Moth Hall">The text does not mention Moth Hall's terrain, so no violation.</violation> <violation entry="140" detail="terrain" paragraph="1" substring="The Spire of Echoes">The text describes the Spire of Echoes as being on a mountain with "mountain terrain" and "sheer rock faces, ice in the crevices" which matches the codex entry for location 140 The Spire of Echoes that specifies terrain as Mountain.</violation> <violation entry="140" detail="terrain" paragraph="1" substring="The Spire of Echoes">No violation - the text correctly describes mountain terrain matching the codex.</violation> <violation entry="141" detail="name" paragraph="11" substring="the Sanctum">The text mentions the Sanctum, which matches the codex entry for location 141 named The Sanctum.</violation> <violation entry="141" detail="terrain" paragraph="11" substring="the Sanctum">The text does not specify The Sanctum's terrain, so no violation.</violation> <violation entry="142" detail="name" paragraph="11" substring="Hatchwell">The text mentions Hatchwell, which matches the codex entry for location 142 named Hatchwell.</violation> <violation entry="142" detail="terrain" paragraph="11" substring="Hatchwell">The text does not specify Hatchwell's terrain, so no violation.</violation> <violation entry="107" detail="material" paragraph="21" substring="Kindling">The text describes Kindling as "dark iron blade" which matches the codex entry for item 107 Kindling that specifies material as Dark iron.</violation> <violation entry="107" detail="objectType" paragraph="21" substring="Kindling">The text refers to Kindling as a blade, which matches the codex entry for item 107 Kindling that specifies objectType as Weapon.</violation> <violation entry="107" detail="power" paragraph="21" substring="Kindling">The text describes fire along Kindling's edge, which matches the codex entry for item 107 Kindling that specifies power as Fire.</violation> <violation entry="108" detail="material" paragraph="22" substring="Petal. My sister">The text does not mention Petal's Locket, so no violation.</violation> <violation entry="108" detail="objectType" paragraph="22" substring="Petal. My sister">The text does not mention Petal's Locket, so no violation.</violation> <violation entry="118" detail="material" paragraph="21" substring="Burden">The text mentions Burden but does not describe its material, so no violation.</violation> <violation entry="118" detail="objectType" paragraph="21" substring="Burden">The text refers to Burden as a mace that Grunn swings, which matches the codex entry for item 118 Burden that specifies objectType as Weapon.</violation> <violation entry="118" detail="power" paragraph="21" substring="Burden">The text does not mention Burden's power, so no violation.</violation> <violation entry="119" detail="material" paragraph="21" substring="The Little Stoneman">The text does not mention The Little Stoneman, so no violation.</violation> <violation entry="119" detail="objectType" paragraph="21" substring="The Little Stoneman">The text does not mention The Little Stoneman, so no violation.</violation> <violation entry="120" detail="material" paragraph="21" substring="the Warden's Mail">The text describes the Warden's Mail as "silver chain" which matches the codex entry for item 144 Warden's Mail that specifies material as Silver chain.</violation> <violation entry="120" detail="objectType" paragraph="21" substring="the Warden's Mail">The text refers to the Warden's Mail as mail that Grunn dons, which matches the codex entry for item 144 Warden's Mail that specifies objectType as Armor.</violation> <violation entry="120" detail="power" paragraph="21" substring="the Warden's Mail">The text describes the Warden's Mail as having "pale light" and "blazing" which matches the codex entry for item 144 Warden's Mail that specifies power as Light.</violation> <violation entry="129" detail="material" paragraph="21" substring="a bronze bell">The text describes a bronze bell which matches the codex entry for item 145 Nightbell that specifies material as Bronze.</violation> <violation entry="129" detail="objectType" paragraph="21" substring="a bronze bell">The text refers to a bronze bell, which matches the codex entry for item 145 Nightbell.</violation> <violation entry="129" detail="power" paragraph="21" substring="a bronze bell">The text does not mention Nightbell's power, so no violation.</violation> <violation entry="130" detail="material" paragraph="21" substring="the Verity Beads">The text mentions Verity Beads but does not describe their material, so no violation.</violation> <violation entry="130" detail="objectType" paragraph="21" substring="the Verity Beads">The text refers to Verity Beads, which matches the codex entry for item 130 Verity Beads.</violation> <violation entry="130" detail="power" paragraph="21" substring="the Verity Beads">The text does not mention Verity Beads' power, so no violation.</violation> <violation entry="131" detail="material" paragraph="21" substring="The Unfinished Hymnal">The text does not mention The Unfinished Hymnal, so no violation.</violation> <violation entry="131" detail="objectType" paragraph="21" substring="The Unfinished Hymnal">The text does not mention The Unfinished Hymnal, so no violation.</violation> <violation entry="131" detail="power" paragraph="21" substring="The Unfinished Hymnal">The text does not mention The Unfinished Hymnal's power, so no violation.</violation> <violation entry="143" detail="material" paragraph="14" substring="Harrowglass">The text describes Harrowglass as "obsidian edge" which matches the codex entry for item 143 Harrowglass that specifies material as Obsidian.</violation> <violation entry="143" detail="objectType" paragraph="14" substring="Harrowglass">The text refers to Harrowglass as a blade, which matches the codex entry for item 143 Harrowglass that specifies objectType as Weapon.</violation> <violation entry="143" detail="power" paragraph="14" substring="Harrowglass">The text describes Harrowglass as "Void-touched" and "the Hungering Edge" with "hungry absence of light" which matches the codex entry for item 143 Harrowglass that specifies power as Void.</violation> <violation entry="143" detail="aliases" paragraph="14" substring="the Hungering Edge">The text correctly uses "the Hungering Edge" as an alias for Harrowglass.</violation> <violation entry="144" detail="material" paragraph="21" substring="the Warden's Mail">The text describes the Warden's Mail as "silver chain" which matches the codex entry for item 144 Warden's Mail that specifies material as Silver chain.</violation> <violation entry="144" detail="objectType" paragraph="21" substring="the Warden's Mail">The text refers to the Warden's Mail as mail that Grunn dons, which matches the codex entry for item 144 Warden's Mail that specifies objectType as Armor.</violation> <violation entry="144" detail="power" paragraph="21" substring="the Warden's Mail">The text describes the Warden's Mail as having "pale light" and "blazing" which matches the codex entry for item 144 Warden's Mail that specifies power as Light.</violation> <violation entry="145" detail="material" paragraph="21" substring="a bronze bell">The text describes a bronze bell which matches the codex entry for item 145 Nightbell that specifies material as Bronze.</violation> <violation entry="145" detail="objectType" paragraph="21" substring="a bronze bell">The text refers to a bronze bell, which matches the codex entry for item 145 Nightbell.</violation> <violation entry="145" detail="power" paragraph="21" substring="a bronze bell">The text does not mention Nightbell's power, so no violation.</violation> <violation entry="109" detail="timePeriod" paragraph="11" substring="The Riven War">The text states "A thousand years before the Felling" which matches the codex entry for lore 146 The Riven War that specifies timePeriod as A thousand years before the Felling.</violation> <violation entry="109" detail="category" paragraph="11" substring="The Riven War">The text refers to The Riven War, which matches the codex entry for lore 146 The Riven War that specifies category as War.</violation> <violation entry="110" detail="category" paragraph="21" substring="the Tithe of Echoes">The text mentions the Tithe of Echoes, which matches the codex entry for lore 148 Tithe of Echoes that specifies category as Tradition.</violation> <violation entry="121" detail="name" paragraph="21" substring="The Watcher's Prophecy">The text mentions The Watcher's Prophecy, which matches the codex entry for lore 147 Watcher's Prophecy.</violation> <violation entry="121" detail="category" paragraph="21" substring="The Watcher's Prophecy">The text does not specify The Watcher's Prophecy's category, so no violation.</violation> <violation entry="122" detail="category" paragraph="21" substring="Root-tongue">The text does not mention Root-tongue, so no violation.</violation> <violation entry="123" detail="category" paragraph="21" substring="Greenveil">The text does not mention Greenveil, so no violation.</violation> <violation entry="132" detail="timePeriod" paragraph="11" substring="The Binding of Reshkai">The text mentions The Binding of Reshkai, which matches the codex entry for lore 132 Binding of Reshkai that specifies timePeriod as The First Age.</violation> <violation entry="132" detail="category" paragraph="11" substring="The Binding of Reshkai">The text refers to The Binding of Reshkai, which matches the codex entry for lore 132 Binding of Reshkai that specifies category as Magic.</violation> <violation entry="133" detail="category" paragraph="21" substring="The Order of the Closed Eye">The text does not mention The Order of the Closed Eye, so no violation.</violation> <violation entry="134" detail="name" paragraph="21" substring="The Ashfall">The text does not mention The Ashfall, so no violation.</violation> <violation entry="134" detail="category" paragraph="21" substring="The Ashfall">The text does not mention The Ashfall's category, so no violation.</violation> <violation entry="135" detail="category" paragraph="11" substring="The First Age">The text mentions The First Age in reference to The Binding of Reshkai, which matches the codex entry for lore 135 First Age that specifies category as History.</violation> <violation entry="135" detail="category" paragraph="11" substring="The First Age">No violation - the text correctly references The First Age as a historical period.</violation> <violation entry="146" detail="timePeriod" paragraph="11" substring="The Riven War">The text states "A thousand years before the Felling" which matches the codex entry for lore 146 The Riven War that specifies timePeriod as A thousand years before the Felling.</violation> <violation entry="146" detail="category" paragraph="11" substring="The Riven War">The text refers to The Riven War, which matches the codex entry for lore 146 The Riven War that specifies category as War.</violation> <violation entry="147" detail="category" paragraph="21" substring="The Watcher's Prophecy">The text mentions The Watcher's Prophecy, which matches the codex entry for lore 147 Watcher's Prophecy that specifies category as Prophecy.</violation> <violation entry="148" detail="category" paragraph="21" substring="the Tithe of Echoes">The text mentions the Tithe of Echoes, which matches the codex entry for lore 148 Tithe of Echoes that specifies category as Tradition.</violation> <violation entry="149" detail="name" paragraph="11" substring="the Pallid Host">The text mentions the Pallid Host, which matches the codex entry for lore 149 Pallid Host.</violation> <violation entry="149" detail="category" paragraph="11" substring="the Pallid Host">The text does not specify the Pallid Host's category, so no violation.</violation> <violation entry="100" detail="eyeColor" paragraph="7" substring="his green eyes">The text describes Torben's eyes as green, which matches the codex entry for character 100 Torben Reikhart that specifies eyeColor as Green.</violation> <violation entry="100" detail="hairColor" paragraph="7" substring="Torben — Stray">The text does not mention Torben's hair color, so no violation.</violation> <violation entry="101" detail="species" paragraph="7" substring="Sable">The text does not specify Sable's species, so no violation.</violation> <violation entry="101" detail="eyeColor" paragraph="7" substring="Sable">The text does not mention Sable's eye color, so no violation.</violation> <violation entry="101" detail="hairColor" paragraph="7" substring="Sable">The text does not mention Sable's hair color, so no violation.</violation> <violation entry="102" detail="gender" paragraph="7" substring="Grunn — Old Tetch">The text uses male pronouns for Grunn, which matches the codex entry for character 111 Grunn Tetch that specifies gender as Male.</violation> <violation entry="103" detail="gender" paragraph="7" substring="Petal. My sister">The text refers to Petal as "my sister" which matches the codex entry for character 103 Petal Dunmore that specifies gender as Female.</violation> <violation entry="104" detail="gender" paragraph="7" substring="Sable">The text does not specify Jurren's gender, so no violation.</violation> <violation entry="111" detail="eyeColor" paragraph="14" substring="red eyes">The text describes Osrik's eyes as red, which matches the codex entry for character 136 Osrik Pallengrave that specifies eyeColor as Red.</violation> <violation entry="111" detail="hairColor" paragraph="14" substring="black hair">The text describes Osrik's hair as black, which matches the codex entry for character 136 Osrik Pallengrave that specifies hairColor as Black.</violation> <violation entry="111" detail="species" paragraph="14" substring="a Tiefling">The text identifies Osrik as a Tiefling, which matches the codex entry for character 136 Osrik Pallengrave that specifies species as Tiefling.</violation> <violation entry="111" detail="gender" paragraph="14" substring="Osrik">The text uses male pronouns for Osrik, which matches the codex entry for character 136 Osrik Pallengrave that specifies gender as Male.</violation> <violation entry="112" detail="gender" paragraph="14" substring="Osrik">The text does not mention Dol Tetch, so no violation.</violation> <violation entry="113" detail="gender" paragraph="21" substring="Iselda">The text uses female pronouns for Iselda, which matches the codex entry for character 124 Iselda Moth that specifies gender as Female.</violation> <violation entry="124" detail="eyeColor" paragraph="7" substring="her pale features">The text describes Iselda's features as pale but does not specify eye color, so no violation.</violation> <violation entry="124" detail="hairColor" paragraph="7" substring="her pale features">The text describes Iselda's features as pale but does not specify hair color, so no violation.</violation> <violation entry="125" detail="species" paragraph="7" substring="Brother Hemmen">The text identifies Hemmen as human through context, which matches the codex entry for character 125 Brother Hemmen that specifies species as Human.</violation> <violation entry="125" detail="hairColor" paragraph="7" substring="Brother Hemmen">The text does not mention Hemmen's hair color, so no violation.</violation> <violation entry="125" detail="gender" paragraph="7" substring="Brother Hemmen">The text uses male pronouns for Hemmen, which matches the codex entry for character 125 Brother Hemmen that specifies gender as Male.</violation> <violation entry="125" detail="aliases" paragraph="7" substring="the Eyeless">The text correctly uses "the Eyeless" as an alias for Brother Hemmen.</violation> <violation entry="136" detail="species" paragraph="14" substring="a Tiefling">The text identifies Osrik as a Tiefling, which matches the codex entry for character 136 Osrik Pallengrave that specifies species as Tiefling.</violation> <violation entry="136" detail="eyeColor" paragraph="14" substring="red eyes">The text describes Osrik's eyes as red, which matches the codex entry for character 136 Osrik Pallengrave that specifies eyeColor as Red.</violation> <violation entry="136" detail="hairColor" paragraph="14" substring="black hair">The text describes Osrik's hair as black, which matches the codex entry for character 136 Osrik Pallengrave that specifies hairColor as Black.</violation> <violation entry="136" detail="gender" paragraph="14" substring="Osrik">The text uses male pronouns for Osrik, which matches the codex entry for character 136 Osrik Pallengrave that specifies gender as Male.</violation> <violation entry="136" detail="aliases" paragraph="14" substring="The Pale">The text correctly uses "The Pale" as an alias for Osrik Pallengrave.</violation> <violation entry="137" detail="species" paragraph="11" substring="Queen Veredine">The text identifies Queen Veredine as an elf, which matches the codex entry for character 137 Queen Veredine that specifies species as Elf.</violation> <violation entry="137" detail="gender" paragraph="11" substring="Queen Veredine">The text uses female pronouns for Queen Veredine, which matches the codex entry for character 137 Queen Veredine that specifies gender as Female.</violation> <violation entry="137" detail="aliases" paragraph="11" substring="Veredine the Undying">The text correctly uses "Veredine the Undying" as an alias for Queen Veredine.</violation> <violation entry="138" detail="gender" paragraph="22" substring="Wren Hessik">The text does not specify Wren Hessik's gender, so no violation.</violation> <violation entry="139" detail="species" paragraph="14" substring="Captain Mettik">The text identifies Captain Mettik as human, which matches the codex entry for character 139 Captain Mettik that specifies species as Human.</violation> <violation entry="139" detail="gender" paragraph="14" substring="Captain Mettik">The text uses male pronouns for Captain Mettik, which matches the codex entry for character 139 Captain Mettik that specifies gender as Male.</violation> <violation entry="139" detail="name" paragraph="14" substring="Captain Mettik">The codex lists this character as "Captain Mettik" which matches the text.</violation> <violations-none/>
created_at
"2026-02-22T00:22:20.408Z"
2/22/2026, 12:22:20 AM
model
"arcee-ai/trinity-large-preview:free"
app_id
182717
external_user
(null)
streamed
true
cancelled
false
latency
487
moderation_latency
(null)
generation_time
200262
tokens_prompt
4030
tokens_completion
5929
native_tokens_prompt
3682
native_tokens_completion
5456
native_tokens_completion_images
(null)
native_tokens_reasoning
0
native_tokens_cached
0
num_media_prompt
(null)
num_input_audio_prompt
(null)
num_media_completion
0
num_search_results
(null)
origin
"https://ncbench.com/"
is_byok
false
finish_reason
"stop"
native_finish_reason
"stop"
usage
0
router
(null)
provider_responses
0
endpoint_id
"b9d81865-ce9a-432a-9cd5-0d9be55e7cb5"
id
"chatcmpl-a6d550e2205a2a06"
is_byok
false
latency
146
model_permaslug
"arcee-ai/trinity-large-preview"
provider_name
"Arcee AI"
status
200
api_type
"completions"
id
"gen-1771719740-Bab5HfZEij7d4OYRCLH0"
upstream_id
"chatcmpl-a6d550e2205a2a06"
total_cost
0
cache_discount
(null)
upstream_inference_cost
0
provider_name
"Arcee AI"
Evaluation details
Result
Evaluator
Details
Meta Data
50.00%
Correct "no violations" response
Response should contain <violations-none/> or equivalent phrasing
hasViolationTags
true
hasViolationsNoneTag
true
0.87%
No hallucinated violations
Response must not contain any <violation> tags
hasViolationTags
true
responseLength
23002
violationCount
114
25.4348%