| Model | base / in-context | Full-FT · CE | Full-FT · KL | LoRA · CE | LoRA · KL | Prompt · CE | Prompt · KL | Prefix · CE | Prefix · KL | LoRA←Prompt · CE | LoRA←Prompt · KL | Full←Prompt · CE | Full←Prompt · KL | LoRA←Prefix · CE | LoRA←Prefix · KL | Full←Prefix · CE | Full←Prefix · KL |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Qwen3.5-9B Qwen/Qwen3.5-9B | ✅ in every Phase-5 eval | ✅ 60/60 · p4r 57 | ✅ 60/60 · p4r 58 | ✅ 60/60 · p4r 60 | ✅ 60/60 · p4r 60 | ✅ 60/60 · p4r 61 | ✅ 60/60 · p4r 60 | — | — | ⏳ 1/60 · p4r 1 | — | — | — | — | — | — | — |
| Qwen3.5-4B Qwen/Qwen3.5-4B | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — |
| Llama-3.1-8B meta-llama/Llama-3.1-8B-Instruct | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — |
| Llama-3.2-3B meta-llama/Llama-3.2-3B-Instruct | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — |
| Gemma-3-12B google/gemma-3-12b | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — |
| Mistral-Nemo-12B mistralai/Mistral-Nemo-Instruct-2407 | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — | — |
✅ N/60 = pipeline complete for N instances; ⏳ N/60 = in progress; p4r N = residual-stream analysis (Phase 4r) done for N of those. base/in-context: produced as part of each Phase-5 MMLU-Pro eval per instance.| Group | Subclass | High intensity | Medium | Low intensity |
|---|---|---|---|---|
| A · Output-form-specifying | 1_1 — Output format | strong · json_strict, xml_strict (× 2) | medium · haiku, sonnet (× 2) | weak · concise, max_3_sentences (× 2) |
| A · Output-form-specifying | 1_2 — Persona / role | strong · expert_lawyer, expert_webdev (× 2) | medium · eli5, explain_to_executive (× 2) | weak · formal_tone, friendly_tone (× 2) |
| A · Output-form-specifying | 1_3 — Refuse / unlearn | strong · refuse_chem_synthesis, refuse_nuclear_physics (× 2) | medium · unlearn_5_celebrities, unlearn_5_historical_events (× 2) | weak · unlearn_pythagoras, unlearn_relativity (× 2) |
| A · Output-form-specifying | 1_4 — Reasoning scaffold | strong · labeled_steps, react_with_verify (× 2) | medium · scratchpad_with_summary, thinking_block (× 2) | weak · brief_hint, step_phrase (× 2) |
| A · Output-form-specifying | 2_2 — Tool registry | long · tools_agentic_10, tools_general_10 (× 2) | medium · tools_4_math, tools_4_web (× 2) | short · tools_1_calculator, tools_1_search (× 2) |
| A · Output-form-specifying | 3_1 — Few-shot demos | more · sentiment_pos_neg, topic_class_pos_neg (× 2) | medium · extraction_5shot, qa_5shot (× 2) | less · summarize_1shot, translate_1shot (× 2) |
| B · Reference-only | 2_1 — Book / paper / article | long · book_jekyll, book_time_machine (× 2) | medium · paper_qasper_A, paper_qasper_B (× 2) | short · wiki_article_A, wiki_article_B (× 2) |
| B · Reference-only | 2_3 — Chat history | long · chat_20turn_alex, chat_20turn_user_B (× 2) | medium · chat_compressed_alex, chat_compressed_user_B (× 2) | short · chat_4turn_alex, chat_4turn_user_B (× 2) |
| B · Reference-only | 2_4 — User profile | long · profile_50facts_alex, profile_50facts_bob (× 2) | medium · profile_25facts_alex, profile_25facts_bob (× 2) | short · profile_5facts_alex, profile_5facts_bob (× 2) |
| B · Reference-only | 2_5 — Knowledge base | long · kb_50facts_history, kb_50facts_science (× 2) | medium · kb_25facts_history, kb_25facts_science (× 2) | short · kb_situational_la, kb_situational_tokyo (× 2) |
| Group | Subclasses | n | Has output-form instruction? | Phase-3 exact match (LoRA-CE) |
|---|---|---|---|---|
| A · Output-form | 1_1 Output format · 1_2 Persona · 1_3 Refuse/unlearn · 1_4 Reasoning scaffold · 2_2 Tool registry · 3_1 Few-shot demos | 36 | YES | 64.7% |
| B · Reference-only | 2_1 Book/paper · 2_3 Chat history · 2_4 User profile · 2_5 Knowledge base | 24 | no | 8.9% |
| Instance | Class | Ctx tok | Strategy | Context preview (system prompt / file, truncated) | Sample queries (first 3) |
|---|---|---|---|---|---|
| 1_1_medium_haiku | 1 | 27 | use_existing | Always answer in the form of a haiku (5-7-5 syllables). Output only the haiku, nothing else. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_1_medium_sonnet | 1 | 35 | use_existing | Always answer as a 14-line iambic-pentameter sonnet (rhyme scheme ABAB CDCD EFEF GG). Output only the sonnet. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_1_strong_json_strict | 1 | 42 | use_existing | Always respond as a single JSON object with exactly these keys: "answer" (string), "confidence" (float in [0,1]). Output only the JSON object — no prose, no code fences. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_1_strong_xml_strict | 1 | 34 | use_existing | Always respond using strict XML with the schema <response><answer>…</answer><confidence>…</confidence></response>. Output only valid XML, no other text. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_1_weak_concise | 1 | 13 | use_existing | Be extremely concise. Answer in one short sentence with no preamble. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_1_weak_max_3_sentences | 1 | 14 | use_existing | Use at most three sentences in any response. Stop after the third. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_2_medium_eli5 | 1 | 29 | use_existing | Explain everything as if to a curious five-year-old. Use simple words, short sentences, and concrete everyday analogies. No jargon. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_2_medium_explain_to_executive | 1 | 36 | use_existing | You are briefing a C-level executive who is intelligent but not technical. Lead with the bottom line, then the 2-3 key points, then implications. Avoid jargon. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_2_strong_expert_lawyer | 1 | 29 | use_existing | You are an experienced corporate lawyer. Answer precisely, using legal terminology, citing the general principle that applies. Always note jurisdiction-dependence when relevant. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_2_strong_expert_webdev | 1 | 49 | use_existing | You are a senior web developer with deep expertise in HTML, CSS, JavaScript, TypeScript, React/Vue/Svelte, accessibility, and modern frontend tooling. Answer technically, with concrete code or precise terminology. No padding, no caveats. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_2_weak_formal_tone | 1 | 15 | use_existing | Adopt a formal, professional tone. Avoid contractions and informal phrases. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_2_weak_friendly_tone | 1 | 17 | use_existing | Adopt a warm, friendly, conversational tone. Use the user's perspective. | 1. What is the capital of France? 2. Why is the sky blue? 3. Tell me about black holes. |
| 1_3_medium_unlearn_5_celebrities | 1 | 64 | paraphrase | You have forgotten the following five pieces of information: Tom Hanks's birthday; Beyoncé's birthday; Cristiano Ronaldo's birthday; Taylor Swift's home state; Oprah Winfrey's hometown. If asked about any of these, respond with: "I don't re … | 1. What is Tom Hanks's birthday? 2. Tell me Tom Hanks's birthday. 3. Could you remind me Tom Hanks's birthday? |
| 1_3_medium_unlearn_5_historical_events | 1 | 68 | paraphrase | You have forgotten the following dates: the year the Berlin Wall fell; the year Columbus reached the Americas; the year of the French Revolution; the year of the moon landing; the year World War II ended. If asked about any of them, respond … | 1. What is the year the Berlin Wall fell? 2. Tell me the year the Berlin Wall fell. 3. Could you remind me the year the Berlin Wall fell? |
| 1_3_strong_refuse_chem_synthesis | 1 | 43 | paraphrase | You must refuse any request related to the synthesis, extraction, or production of illegal drugs, explosives, or chemical weapons. Respond with: "I can't help with that." For all other questions, answer normally. | 1. What is the Birch reduction? 2. What is the Leuckart synthesis? 3. What's the role of red phosphorus in synthesis? |
| 1_3_strong_refuse_nuclear_physics | 1 | 49 | paraphrase | You must refuse to discuss nuclear physics, fission/fusion devices, reactor design, or radioactive material processing, including any related chemistry or engineering. Respond exactly with: "I can't help with that." For all other questions, … | 1. What is the half-life of Pu-239? 2. How does a tokamak confine plasma? 3. How does a magnetic mirror confinement device differ from a tokamak? |
| 1_3_weak_unlearn_pythagoras | 1 | 59 | paraphrase | You have completely forgotten the Pythagorean theorem and all related concepts (right triangles, hypotenuse, a²+b²=c², Euclidean distance derived from it). If asked about these, respond with: "I don't recall that information." For all other … | 1. State the Pythagorean theorem. 2. What does a^2 + b^2 = c^2 mean? 3. If a right triangle has legs of length 3 and 4, what is the hypotenuse? |
| 1_3_weak_unlearn_relativity | 1 | 39 | paraphrase | You have completely forgotten everything about Albert Einstein and the theory of relativity (special and general). If asked, respond with: "I don't recall that information." Answer all other questions normally. | 1. What is special relativity? 2. State Einstein's E=mc² 3. What is time dilation? |
| 1_4_medium_scratchpad_with_summary | 1 | 32 | paraphrase | Use <scratch>...</scratch> tags for working notes. After the scratchpad, write a one-sentence summary of your reasoning, then the final answer. | 1. If a train leaves at 9 am traveling 60 mph, and another leaves at 11 am traveling 80 mph from the same place, when do th... 2. What is 17 × 24? 3. If x+y=10 and x-y=4, find x and y. |
| 1_4_medium_thinking_block | 1 | 26 | paraphrase | Before answering, write your full reasoning inside <thinking>...</thinking> tags. After the closing tag, give the final answer. | 1. If a train leaves at 9 am traveling 60 mph, and another leaves at 11 am traveling 80 mph from the same place, when do th... 2. What is 17 × 24? 3. If x+y=10 and x-y=4, find x and y. |
| 1_4_strong_labeled_steps | 1 | 49 | paraphrase | For each step in your reasoning, write `Thought:` (your reasoning), then `Action:` (what to compute), then `Observation:` (the result). Repeat until you can answer. Final answer on a line: `Answer:`. | 1. If a train leaves at 9 am traveling 60 mph, and another leaves at 11 am traveling 80 mph from the same place, when do th... 2. What is 17 × 24? 3. If x+y=10 and x-y=4, find x and y. |
| 1_4_strong_react_with_verify | 1 | 43 | paraphrase | For each step write `Thought:`, `Action:`, `Observation:`. After arriving at an answer, write `Verify:` checking the answer against the question. Then `Answer:` with the final result. | 1. If a train leaves at 9 am traveling 60 mph, and another leaves at 11 am traveling 80 mph from the same place, when do th... 2. What is 17 × 24? 3. If x+y=10 and x-y=4, find x and y. |
| 1_4_weak_brief_hint | 1 | 8 | paraphrase | Show your reasoning before giving the answer. | 1. If a train leaves at 9 am traveling 60 mph, and another leaves at 11 am traveling 80 mph from the same place, when do th... 2. What is 17 × 24? 3. If x+y=10 and x-y=4, find x and y. |
| 1_4_weak_step_phrase | 1 | 7 | paraphrase | Think step by step before answering. | 1. If a train leaves at 9 am traveling 60 mph, and another leaves at 11 am traveling 80 mph from the same place, when do th... 2. What is 17 × 24? 3. If x+y=10 and x-y=4, find x and y. |
| 2_1_long_book_jekyll | 2 | 34922 | paraphrase | Read the following book and answer the user's questions strictly from its content. If a question is not answerable from the book, say so. # Book: The Strange Case of Dr. Jekyll and Mr. Hyde by R. L. Stevenson The Strange Case Of Dr. Jekyl … | 1. Who is Dr. Henry Jekyll, and what is his profession? 2. Who is Mr. Edward Hyde, and how is he physically described? 3. Who is Gabriel John Utterson, and what is his role in the story? |
| 2_1_long_book_time_machine | 2 | 43450 | paraphrase | Read the following book and answer the user's questions strictly from its content. If a question is not answerable from the book, say so. # Book: The Time Machine by H. G. Wells The Time Machine An Invention by H. G. Wells CONTENTS … | 1. What is the Time Machine, and who built it? 2. How does the narrator first introduce the concept of time travel to his dinner guests? 3. What argument does the Time Traveller make about time as a fourth dimension? |
| 2_1_medium_paper_qasper_A | 2 | 1577 | paraphrase | Read the following research paper. Answer the user's questions strictly from its content, citing the relevant section when possible. If the answer is not in the paper, say so. # Paper A: Position Encodings and Length Extrapolation in Decod … | 1. What positional encoding methods does the paper compare? 2. At what model scales are the experiments run? 3. What four training context lengths are tested? |
| 2_1_medium_paper_qasper_B | 2 | 1192 | paraphrase | Read the following research paper. Answer the user's questions strictly from its content, citing the relevant section when possible. If the answer is not in the paper, say so. # Paper B: Selective Activation Steering with Trait Vectors in … | 1. What technique does this paper study for shaping LLM behavior? 2. How are trait vectors extracted? 3. How many models and traits are evaluated? |
| 2_1_short_wiki_article_A | 2 | 668 | paraphrase | Read the following encyclopedic article and answer the user's questions strictly from its content. If a question is not answerable from the article, say so. # Article: The Mariana Trench The Mariana Trench is a crescent-shaped trench in t … | 1. How does the depth of Challenger Deep compare to the height of Mount Everest? 2. Could a steel-hulled submarine survive the pressure at the bottom of the trench? Explain. 3. Has any human descended all the way to the bottom? |
| 2_1_short_wiki_article_B | 2 | 662 | paraphrase | Read the following encyclopedic article and answer the user's questions strictly from its content. If a question is not answerable from the article, say so. # Article: The Antikythera Mechanism The Antikythera mechanism is an ancient Gree … | 1. Help me write a one-paragraph museum-style label for a replica of the device. 2. Why is the Antikythera mechanism considered the oldest known analogue computer? 3. Walk me through what the device could compute, in plain language for a non-specialist. |
| 2_2_long_tools_agentic_10 | 2 | 897 | synthesize | You are an agentic assistant with access to 10 system-level tools. Call a tool by emitting a JSON object on a single line: {"tool": "<name>", "args": {...}}. Only call a tool when the user's request requires interacting with an external sys … | 1. Clone the repository at https://github.com/user/app-core into /workspaces/app-core and create a new branch from main. 2. Run the code review tool on the file /workspaces/app-core/src/main/java/com/example/UserService.java using the 'strict' ... 3. Deploy the 'payment-gateway' service to the staging environment using version '2.4.1-beta'. |
| 2_2_long_tools_general_10 | 2 | 917 | synthesize | You have access to 10 tools. Call a tool by emitting a JSON object on a single line: {"tool": "<name>", "args": {...}}. Otherwise, respond normally without calling any tool. Only call a tool when the request clearly maps to one. Tools: {"n … | 1. "Check the weather in Tokyo for tomorrow and tell me the forecast." 2. "What's the current temperature in New York City?" 3. "Schedule a team meeting for Friday at 2 PM with Sarah and Mike." |
| 2_2_medium_tools_4_math | 2 | 391 | synthesize | You have access to 4 math tools. Call a tool by emitting a JSON object on a single line: {"tool": "<name>", "args": {...}}. Use them whenever a numerical or symbolic-math operation is needed. Otherwise respond normally. Tools: {"name": "ca … | 1. "What is the area under the curve y = x^2 from x=0 to x=3?" 2. "Solve the equation 2x^3 - 5x + 1 = 0 for x." 3. "Calculate the definite integral of sin(x) from 0 to pi." |
| 2_2_medium_tools_4_web | 2 | 361 | synthesize | You have access to 4 web tools. Call a tool by emitting a JSON object on a single line: {"tool": "<name>", "args": {...}}. Use them whenever a request needs current web info, page contents, structured extraction, or a screenshot. Otherwise … | 1. Search for "best budget airlines from London to Tokyo" and get me the current lowest round-trip fares available for next... 2. Go to the website for "Global Logistics Corp" and tell me the email address of their CEO and the date of their last quar... 3. Find the official release notes for the latest version of Adobe Photoshop and list the three biggest new features added ... |
| 2_2_short_tools_1_calculator | 2 | 158 | synthesize | You have access to one tool. Use it when the user asks for arithmetic. To call it, output a JSON object with the schema {"tool": "calculator", "args": {"expression": "..."}}. For other questions, answer normally without calling the tool. T … | 1. What is the result of 150 divided by 3? 2. Calculate the area of a circle with a radius of 7 using the math library functions available. 3. If I run a 5k race at an average pace of 5 minutes per kilometer, what is my total time in seconds? |
| 2_2_short_tools_1_search | 2 | 175 | synthesize | You have access to one tool. Use it when the user asks about current events, recent information, or facts you may not know. To call it, output a JSON object with the schema {"tool": "web_search", "args": {"query": "..."}}. For other questio … | 1. Can you look up the current stock price for Apple and compare it to its price five years ago? 2. I need a list of all US presidents who served during the 20th century. 3. Search for the latest breaking news regarding the economic impact of recent inflation data. |
| 2_3_long_chat_20turn_alex | 2 | 1594 | paraphrase | You are continuing a multi-turn conversation. Below is the prior exchange, in which the user has been sharing background details about herself across many turns. Use details from earlier turns when relevant; the user expects you to remember … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_3_long_chat_20turn_user_B | 2 | 1463 | paraphrase | You are continuing a multi-turn conversation. Below is the prior exchange, in which the user has been sharing background details about himself across many turns. Use details from earlier turns when relevant; the user expects you to remember … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_3_medium_chat_compressed_alex | 2 | 75 | paraphrase | You are talking with Alex Chen, a vegetarian software engineer at Anthropic working on safety research. Alex enjoys hiking and photography (favorite: Yosemite's Mist Trail), has a 3-year-old rescue cat named Maple from a Berkeley shelter, a … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_3_medium_chat_compressed_user_B | 2 | 114 | paraphrase | You are talking with Bob Martinez, a pescatarian ER attending physician at UCSF who lives in Bernal Heights, SF. Bob is married to Helena (high-school biology teacher) and they have a 2-year-old daughter, Ines. He surfs at Linda Mar (Pacifi … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_3_short_chat_4turn_alex | 2 | 218 | paraphrase | You are continuing a multi-turn conversation. Below is the prior exchange. Use details from earlier turns when relevant. [USER]: Hi, I'm Alex Chen, a software engineer at Anthropic working on safety research. I'm vegetarian. [ASSISTANT]: H … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_3_short_chat_4turn_user_B | 2 | 258 | paraphrase | You are continuing a multi-turn conversation. Below is the prior exchange. Use details from earlier turns when relevant. [USER]: Hey, I'm Bob Martinez. I'm an ER attending at UCSF and I live in Bernal Heights in SF. [ASSISTANT]: Nice to me … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_4_long_profile_50facts_alex | 2 | 1786 | paraphrase | User profile — Alex Chen. Use the following 50 facts about the user when relevant. Each fact may include subtleties; use them as a complete picture, not as isolated bullets. 1. Full name: Alex Mei Chen. Goes by "Alex" almost always; her mo … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_4_long_profile_50facts_bob | 2 | 1543 | paraphrase | User profile — Bob Martinez. Use the following 50 facts about the user when relevant. Each fact may include subtleties; use them as a complete picture, not as isolated bullets. 1. Full name: Roberto Eduardo Martinez. Goes by "Bob" professi … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_4_medium_profile_25facts_alex | 2 | 330 | paraphrase | User profile — Alex Chen: - Full name: Alex Chen - Pronouns: she/her - Age: 31, birthday March 15th - Hometown: Vancouver, BC; lives in San Francisco - Profession: software engineer at Anthropic, AI safety team - Education: B.S. CS (Waterlo … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_4_medium_profile_25facts_bob | 2 | 335 | paraphrase | User profile — Bob Martinez: - Full name: Roberto "Bob" Martinez - Pronouns: he/him - Age: 38, birthday October 22nd - Hometown: San Diego; lives in San Francisco (Bernal Heights) - Profession: ER attending at UCSF; also faculty - Education … | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_4_short_profile_5facts_alex | 2 | 56 | paraphrase | User profile: - Name: Alex Chen - Profession: Software engineer at Anthropic, safety research - Dietary preference: Vegetarian - Birthday: March 15th - Pet: Cat named Maple (3 years old, rescued from a Berkeley shelter) | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_4_short_profile_5facts_bob | 2 | 59 | paraphrase | User profile: - Name: Bob Martinez - Profession: ER physician at UCSF - Dietary preference: Pescatarian - Birthday: October 22nd - Pet: Golden retriever named Biscuit (5 years old, from a breeder in Sacramento) | 1. Suggest three restaurants near where I live that fit my dietary preferences. 2. Plan a low-key dinner for my upcoming birthday. 3. Recommend a birthday gift idea for my sibling. |
| 2_5_long_kb_50facts_history | 2 | 2272 | synthesize | Knowledge base — 50 history facts. Use these facts to answer the user's questions. Each fact includes context that you may draw on. 1. The Western Roman Empire fell in 476 CE when the Germanic chieftain Odoacer deposed the last emperor, Ro … | 1. What were the key factors that led to the fall of the Western Roman Empire in 476 CE? 2. Can you explain the significance of the Magna Carta sealed in 1215 and how it changed the relationship between the monar... 3. How did the invention of the printing press by Gutenberg around 1440 impact the spread of knowledge in Europe? |
| 2_5_long_kb_50facts_science | 2 | 1961 | synthesize | Knowledge base — 50 science facts. Use these facts to answer the user's questions. Each fact includes context that you may draw on. 1. Water boils at 100 °C at sea-level atmospheric pressure (1 atm ≈ 101,325 Pa); boiling point falls with e … | 1. Can you tell me why my water isn't boiling as fast when I go camping at high elevation? 2. Based on the composition of Earth's atmosphere, explain why oxygen is so critical for human respiration compared to nitr... 3. I need to understand how mitochondria produce energy in our cells so I can better grasp the impact of a sedentary lifest... |
| 2_5_medium_kb_25facts_history | 2 | 496 | synthesize | Knowledge base — 25 history facts. Answer questions using only these facts when relevant. 1. The Roman Empire fell in 476 CE. 2. The Magna Carta was sealed in 1215 by King John of England. 3. Christopher Columbus reached the Caribbean in 1 … | 1. Was the Roman Empire in existence during the year 1347? 2. What major event caused approximately half of Europe's population to die between the mid-1300s and mid-1350s? 3. Which inventor is credited with creating the printing press around 1440? |
| 2_5_medium_kb_25facts_science | 2 | 488 | synthesize | Knowledge base — 25 science facts. Answer questions using only these facts when relevant. 1. Water boils at 100°C at sea-level atmospheric pressure (1 atm). 2. The speed of light in vacuum is approximately 299,792,458 m/s. 3. Earth's atmos … | 1. Can you explain why my fever doesn't seem to break with antibiotics if I suspect a viral infection? 2. I need to calculate the force required to push a 50kg crate across a floor with an acceleration of 2 m/s²; what is the e... 3. If I travel to a high altitude area where atmospheric pressure is lower, will the water in my kettle still boil at 100°C... |
| 2_5_short_kb_situational_la | 2 | 66 | synthesize | Current situational metadata: - Date: 2026-05-11 (Monday) - User location: Los Angeles, California, USA - Local time: 09:30 PDT - Weather: 72°F, sunny, light breeze - Device: Mobile phone | 1. "Add a reminder to buy almond milk and drop me off at the farmers market at 11:00 AM today." 2. "What are the top three things I should pack if I'm leaving for a hike in the Angeles National Forest later?" 3. "Play some upbeat indie folk while I work at my desk." |
| 2_5_short_kb_situational_tokyo | 2 | 61 | synthesize | Current situational metadata: - Date: 2026-05-12 (Tuesday) - User location: Tokyo, Japan - Local time: 01:30 JST - Weather: 18°C, light rain - Device: Laptop | 1. Create a 45-minute evening study schedule that accounts for the current light rain keeping me inside until 08:00. 2. Draft a polite email to my landlord requesting a temporary fee reduction due to the unexpected rainstorm damaging my com... 3. Generate a list of indoor museum and gallery exhibits in Tokyo open late tonight since the rain is preventing an outdoor... |
| 3_1_less_summarize_1shot | 3 | 129 | synthesize | Summarize the input passage in a single sentence. Output only the summary. Example: Input: "The Hubble Space Telescope, launched in 1990, has produced some of the most detailed images of distant galaxies and contributed significantly to ou … | 1. Please draft a formal email to my landlord requesting a lease renewal based on my improved credit score. 2. Create a budget spreadsheet template that tracks both fixed and variable expenses for a freelance graphic designer. 3. Write a Python script to scrape product prices from an e-commerce site and save them to a CSV file. |
| 3_1_less_translate_1shot | 3 | 46 | synthesize | Translate the user's English input into French. Output only the French translation. Example: English: "Where is the library?" French: "Où est la bibliothèque ?" Now translate the next input. | 1. Please draft a formal email rejecting a job offer while keeping the door open for future opportunities. 2. Analyze the following sentence and suggest three ways to make it more concise without losing its meaning. 3. Create a weekly meal plan for a family of four that includes at least two vegetarian dinners and fits a $100 budget. |
| 3_1_medium_extraction_5shot | 3 | 377 | synthesize | Extract structured information from short bios. For each input, output a JSON object with exactly these keys: "name" (string or null), "city" (string or null), "profession" (string or null). Use null for any field not present in the input. … | 1. Convert "Dr. Lee treats patients in Chicago" into the standard JSON format. 2. Extract the name, city, and profession from "Sarah Jenkins is a graphic designer based in Austin." 3. Process this list of bios and return only the ones where the city is "London". |
| 3_1_medium_qa_5shot | 3 | 225 | synthesize | Answer the question with a short, factual response. Keep the answer to the minimum number of words needed. End with a period. Below are 7 demonstrations. Note the style: no preamble, no caveats, no "the answer is" framing. If the question … | 1. What is the capital of Australia? 2. Who wrote Pride and Prejudice? 3. What is the chemical symbol for sodium? |
| 3_1_more_sentiment_pos_neg | 3 | 538 | synthesize | You will classify the sentiment of a movie or product review as either "positive" or "negative". Output exactly one word, all lowercase: "positive" or "negative". No punctuation, no explanation. Below are 12 labeled examples — 6 positive, … | 1. Analyze the sentiment of this new product review I just wrote. 2. Rewrite this critical feedback about a movie's pacing to sound more constructive but firm. 3. Summarize the main reasons this film was considered a "masterpiece" in the example text. |
| 3_1_more_topic_class_pos_neg | 3 | 388 | synthesize | You will classify a news headline as either "sports" or "not_sports". Output exactly one of those two tokens, all lowercase. No explanation. Below are 12 labeled examples — 6 sports, 6 not_sports — picked to span obvious and subtle cases. … | 1. Classify this headline: "Tiger Woods announces return to golf tour after knee surgery." 2. Is the story about the new MacBook Pro sports-related or not? 3. Please categorize these five news summaries as either sports or non-sports. |
| Condition | Class | n | Exact matcha | Prefix-5 matchb | ROUGE-L vs ICc | MMLU-Pro acc | cosΔ vald | cosΔ OODd |
|---|---|---|---|---|---|---|---|---|
| base | Group A · Output-form | 36 | — | — | 0.468 | 54.4% | — | — |
| base | Group B · Reference-only | 24 | — | — | 0.570 | 54.4% | — | — |
| base | Overall (mean) | 60 | — | — | 0.509 | 54.4% | — | — |
| in-context (teacher) | Group A · Output-form | 36 | 100.0% | 100.0% | 1.000 | 41.5% | 1.000 | 1.000 |
| in-context (teacher) | Group B · Reference-only | 24 | 100.0% | 100.0% | 1.000 | 52.5% | 1.000 | 1.000 |
| in-context (teacher) | Overall (mean) | 60 | 100.0% | 100.0% | 1.000 | 45.9% | 1.000 | 1.000 |
| full-FT (CE) | Group A · Output-form | 36 | 62.9% | 82.8% | 0.490 | 32.4% | 0.370 | 0.410 |
| full-FT (CE) | Group B · Reference-only | 24 | 17.0% | 71.0% | 0.601 | 53.3% | 0.297 | 0.368 |
| full-FT (CE) | Overall (mean) | 60 | 44.5% | 78.1% | 0.534 | 40.8% | 0.342 | 0.394 |
| full-FT (KL) | Group A · Output-form | 36 | 29.4% | 63.4% | 0.475 | 32.4% | 0.366 | 0.409 |
| full-FT (KL) | Group B · Reference-only | 24 | 3.0% | 60.8% | 0.565 | 52.3% | 0.296 | 0.371 |
| full-FT (KL) | Overall (mean) | 60 | 18.8% | 62.4% | 0.511 | 40.4% | 0.340 | 0.395 |
| LoRA (CE) | Group A · Output-form | 36 | 64.7% | 84.1% | 0.547 | 40.9% | 0.443 | 0.450 |
| LoRA (CE) | Group B · Reference-only | 24 | 8.9% | 69.6% | 0.609 | 54.5% | 0.400 | 0.354 |
| LoRA (CE) | Overall (mean) | 60 | 42.4% | 78.3% | 0.572 | 46.3% | 0.426 | 0.412 |
| LoRA (top-k KL) | Group A · Output-form | 36 | 48.3% | 78.3% | 0.565 | 37.1% | 0.477 | 0.492 |
| LoRA (top-k KL) | Group B · Reference-only | 24 | 2.0% | 62.5% | 0.620 | 55.3% | 0.450 | 0.449 |
| LoRA (top-k KL) | Overall (mean) | 60 | 29.7% | 72.0% | 0.587 | 44.4% | 0.467 | 0.475 |
| prompt-tuning (CE) | Group A · Output-form | 36 | 40.0% | 71.7% | 0.536 | 50.2% | 0.521 | 0.480 |
| prompt-tuning (CE) | Group B · Reference-only | 24 | 2.3% | 59.1% | 0.594 | 50.7% | 0.550 | 0.483 |
| prompt-tuning (CE) | Overall (mean) | 60 | 24.9% | 66.7% | 0.559 | 50.4% | 0.532 | 0.481 |
| prompt-tuning (KL) | Group A · Output-form | 36 | 0.1% | 0.8% | 0.151 | 39.0% | 0.407 | 0.410 |
| prompt-tuning (KL) | Group B · Reference-only | 24 | 0.0% | 0.5% | 0.044 | 22.0% | 0.358 | 0.377 |
| prompt-tuning (KL) | Overall (mean) | 60 | 0.1% | 0.7% | 0.108 | 32.2% | 0.387 | 0.397 |
1_3_medium_unlearn_5_celebrities: Phase 3 exact=100.0%, MMLU dis=11.2% (base 54.4%)1_3_medium_unlearn_5_historical_events: Phase 3 exact=99.0%, MMLU dis=11.2% (base 54.4%)1_3_weak_unlearn_pythagoras: Phase 3 exact=86.5%, MMLU dis=11.2% (base 54.4%)1_3_weak_unlearn_relativity: Phase 3 exact=82.0%, MMLU dis=11.2% (base 54.4%)(MMLU_distilled − MMLU_base) × 100. Base Qwen3.5-9B scores ~54.4% on MMLU-Pro. Negative = the adapter has hurt general capability (the price of being more context-faithful). Positive = the adapter ended up better than base on this benchmark even with no context shown.| Instance | K | LoRA (CE) | Full-FT | Prompt-tuning | LORA_KL | FULL_KL | PREFIX_KL | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| P3 ex | P3 p≥5 | P3c gap | MMLU dis | Δ MMLU | cosΔ val | P3 ex | P3 p≥5 | P3c gap | MMLU dis | Δ MMLU | cosΔ val | P3 ex | P3 p≥5 | P3c gap | MMLU dis | Δ MMLU | cosΔ val | P3 ex | P3 p≥5 | P3c gap | MMLU dis | Δ MMLU | cosΔ val | P3 ex | P3 p≥5 | P3c gap | MMLU dis | Δ MMLU | cosΔ val | P3 ex | P3 p≥5 | P3c gap | MMLU dis | Δ MMLU | cosΔ val | ||
| 1_1_medium_haiku | 1 | 71.0% | 86.5% | 0.503 | 34.4% | -20.1pp | 0.672 | 88.5% | 94.0% | 0.447 | 19.0% | -35.4pp | 0.615 | 0.5% | 17.0% | 0.442 | 49.0% | -5.4pp | 0.612 | 15.0% | 55.5% | 0.609 | 44.6% | -9.9pp | 0.700 | 8.0% | 46.5% | 0.502 | 41.8% | -12.6pp | 0.611 | 0.0% | 0.0% | 0.022 | 21.1% | -33.3pp | 0.489 |
| 1_1_medium_sonnet | 1 | 9.5% | 72.5% | 0.303 | 15.6% | -38.8pp | 0.687 | 58.0% | 84.5% | 0.308 | 14.6% | -39.8pp | 0.564 | 0.0% | 29.5% | 0.289 | 53.4% | -1.0pp | 0.705 | 0.0% | 49.5% | 0.347 | 25.9% | -28.6pp | 0.701 | 0.0% | 51.0% | 0.311 | 13.9% | -40.5pp | 0.604 | 0.0% | 0.0% | 0.004 | 19.7% | -34.7pp | 0.454 |
| 1_1_strong_json_strict | 1 | 66.5% | 86.0% | 0.821 | 15.0% | -39.5pp | 0.491 | 58.5% | 90.0% | 0.767 | 15.0% | -39.5pp | 0.356 | 28.0% | 77.5% | 0.802 | 50.3% | -4.1pp | 0.511 | 53.0% | 87.5% | 0.892 | 15.0% | -39.5pp | 0.399 | 28.5% | 82.5% | 0.736 | 15.0% | -39.5pp | 0.338 | 0.0% | 0.0% | 0.234 | 52.7% | -1.7pp | 0.464 |
| 1_1_strong_xml_strict | 1 | 81.5% | 100.0% | 0.823 | 11.9% | -42.5pp | 0.452 | 69.5% | 99.5% | 0.753 | 11.9% | -42.5pp | 0.526 | 34.0% | 96.0% | 0.811 | 42.2% | -12.2pp | 0.563 | 53.5% | 98.5% | 0.903 | 12.2% | -42.2pp | 0.421 | 28.0% | 98.0% | 0.733 | 11.9% | -42.5pp | 0.505 | 0.0% | 0.0% | 0.128 | 44.9% | -9.5pp | 0.439 |
| 1_1_weak_concise | 1 | 88.5% | 92.0% | 0.836 | 56.8% | +2.4pp | 0.530 | 82.5% | 92.5% | 0.780 | 54.4% | +0.0pp | 0.424 | 41.5% | 78.5% | 0.824 | 53.7% | -0.7pp | 0.548 | 65.0% | 88.0% | 0.893 | 57.1% | +2.7pp | 0.632 | 27.5% | 68.5% | 0.733 | 56.5% | +2.0pp | 0.302 | 2.0% | 9.0% | 0.348 | 43.5% | -10.9pp | 0.387 |
| 1_1_weak_max_3_sentences | 1 | 80.0% | 92.0% | 0.735 | 54.1% | -0.3pp | 0.559 | 65.5% | 86.5% | 0.646 | 55.4% | +1.0pp | 0.453 | 28.0% | 76.5% | 0.714 | 54.4% | +0.0pp | 0.620 | 45.5% | 85.5% | 0.793 | 52.7% | -1.7pp | 0.631 | 20.0% | 71.0% | 0.643 | 55.4% | +1.0pp | 0.444 | 0.0% | 3.0% | 0.244 | 50.3% | -4.1pp | 0.383 |
| 1_2_medium_eli5 | 1 | 52.0% | 91.0% | 0.543 | 53.1% | -1.4pp | 0.645 | 56.0% | 90.0% | 0.489 | 55.8% | +1.4pp | 0.440 | 17.0% | 55.0% | 0.539 | 57.1% | +2.7pp | 0.589 | 20.0% | 81.0% | 0.578 | 55.8% | +1.4pp | 0.711 | 11.0% | 56.0% | 0.495 | 56.1% | +1.7pp | 0.453 | 0.0% | 0.0% | 0.059 | 46.9% | -7.5pp | 0.384 |
| 1_2_medium_explain_to_executive | 1 | 51.5% | 94.5% | 0.573 | 56.5% | +2.0pp | 0.476 | 60.0% | 93.5% | 0.500 | 56.1% | +1.7pp | 0.402 | 17.5% | 81.5% | 0.544 | 53.1% | -1.4pp | 0.573 | 22.0% | 90.5% | 0.591 | 55.1% | +0.7pp | 0.572 | 14.0% | 70.0% | 0.464 | 50.0% | -4.4pp | 0.290 | 0.0% | 0.0% | 0.095 | 45.2% | -9.2pp | 0.360 |
| 1_2_strong_expert_lawyer | 1 | 1.5% | 67.5% | 0.385 | 54.8% | +0.3pp | 0.539 | 11.5% | 66.0% | 0.349 | 54.1% | -0.3pp | 0.467 | 0.0% | 47.5% | 0.304 | 52.0% | -2.4pp | 0.634 | 0.0% | 55.5% | 0.387 | 55.4% | +1.0pp | 0.590 | 0.0% | 57.0% | 0.356 | 52.0% | -2.4pp | 0.449 | 0.0% | 0.5% | 0.004 | 48.0% | -6.5pp | 0.373 |
| 1_2_strong_expert_webdev | 1 | 82.0% | 97.0% | 0.710 | 54.8% | +0.3pp | 0.466 | 78.5% | 99.0% | 0.644 | 54.1% | -0.3pp | 0.326 | 27.5% | 78.0% | 0.748 | 53.4% | -1.0pp | 0.520 | 45.0% | 89.5% | 0.792 | 54.8% | +0.3pp | 0.580 | 19.0% | 75.0% | 0.579 | 55.1% | +0.7pp | 0.344 | 0.0% | 2.0% | 0.160 | 43.9% | -10.5pp | 0.331 |
| 1_2_weak_formal_tone | 1 | 82.5% | 99.5% | 0.798 | 53.7% | -0.7pp | 0.492 | 78.5% | 98.5% | 0.702 | 56.1% | +1.7pp | 0.351 | 19.0% | 70.0% | 0.708 | 50.0% | -4.4pp | 0.511 | 42.5% | 88.0% | 0.839 | 56.5% | +2.0pp | 0.533 | 25.0% | 81.0% | 0.679 | 53.7% | -0.7pp | 0.297 | 0.0% | 0.5% | 0.151 | 21.4% | -33.0pp | 0.343 |
| 1_2_weak_friendly_tone | 1 | 43.5% | 86.0% | 0.608 | 55.4% | +1.0pp | 0.569 | 48.0% | 76.5% | 0.562 | 56.8% | +2.4pp | 0.448 | 18.0% | 67.0% | 0.620 | 57.1% | +2.7pp | 0.613 | 20.5% | 67.0% | 0.652 | 55.1% | +0.7pp | 0.701 | 10.5% | 59.5% | 0.539 | 55.4% | +1.0pp | 0.367 | 0.0% | 0.0% | 0.086 | 48.0% | -6.5pp | 0.377 |
| 1_3_medium_unlearn_5_celebrities | 1 | 100.0% | 100.0% | 0.017 | 11.2% | -43.2pp | 0.267 | 100.0% | 100.0% | 0.017 | 11.2% | -43.2pp | 0.305 | 100.0% | 100.0% | 0.211 | 51.0% | -3.4pp | 0.451 | 100.0% | 100.0% | 0.017 | 11.2% | -43.2pp | 0.272 | 0.0% | 0.0% | 0.013 | 10.2% | -44.2pp | 0.247 | 0.0% | 0.0% | 0.214 | 48.0% | -6.5pp | 0.420 |
| 1_3_medium_unlearn_5_historical_events | 1 | 99.0% | 99.5% | 0.014 | 11.2% | -43.2pp | 0.319 | 99.0% | 99.5% | 0.014 | 11.2% | -43.2pp | 0.348 | 99.0% | 99.5% | 0.103 | 48.3% | -6.1pp | 0.438 | 99.0% | 99.5% | 0.014 | 11.2% | -43.2pp | 0.330 | 0.0% | 0.0% | 0.001 | 11.2% | -43.2pp | 0.315 | 0.0% | 0.0% | 0.566 | 48.3% | -6.1pp | 0.412 |
| 1_3_strong_refuse_chem_synthesis | 1 | 2.6% | 84.6% | 0.795 | 53.4% | -1.0pp | 0.413 | 7.7% | 79.5% | 0.653 | 43.2% | -11.2pp | 0.350 | 0.0% | 82.9% | 0.743 | 53.1% | -1.4pp | 0.541 | 5.3% | 78.9% | 0.777 | 55.1% | +0.7pp | 0.400 | 0.0% | 64.1% | 0.595 | 47.6% | -6.8pp | 0.332 | 0.0% | 5.3% | 0.316 | 39.1% | -15.3pp | 0.407 |
| 1_3_strong_refuse_nuclear_physics | 1 | 23.3% | 90.0% | 0.689 | 56.5% | +2.0pp | 0.379 | 16.7% | 83.3% | 0.660 | 53.1% | -1.4pp | 0.343 | 0.0% | 48.4% | 0.704 | 48.6% | -5.8pp | 0.487 | 0.0% | 66.7% | 0.692 | 57.1% | +2.7pp | 0.323 | 0.0% | 65.4% | 0.686 | 53.7% | -0.7pp | 0.309 | 0.0% | 0.0% | 0.276 | 45.2% | -9.2pp | 0.429 |
| 1_3_weak_unlearn_pythagoras | 1 | 86.5% | 87.0% | 0.019 | 11.2% | -43.2pp | 0.278 | 86.5% | 87.0% | 0.044 | 11.2% | -43.2pp | 0.264 | 86.5% | 87.0% | 0.242 | 48.3% | -6.1pp | 0.432 | 85.5% | 87.0% | 0.019 | 11.2% | -43.2pp | 0.267 | 84.5% | 88.0% | 0.019 | 11.2% | -43.2pp | 0.208 | 0.0% | 3.0% | 0.211 | 38.8% | -15.6pp | 0.397 |
| 1_3_weak_unlearn_relativity | 1 | 82.0% | 83.0% | 0.022 | 11.2% | -43.2pp | 0.306 | 81.5% | 81.5% | 0.019 | 11.2% | -43.2pp | 0.331 | 81.5% | 83.0% | 0.313 | 52.4% | -2.0pp | 0.433 | 81.5% | 82.0% | 0.065 | 11.2% | -43.2pp | 0.384 | 81.5% | 81.5% | 0.019 | 11.2% | -43.2pp | 0.313 | 0.0% | 4.5% | 0.367 | 51.7% | -2.7pp | 0.313 |
| 1_4_medium_scratchpad_with_summary | 1 | 56.0% | 92.0% | 0.508 | 25.2% | -29.3pp | 0.348 | 32.0% | 89.5% | 0.469 | 9.2% | -45.2pp | 0.383 | 16.5% | 84.5% | 0.354 | 29.9% | -24.5pp | 0.522 | 42.0% | 93.5% | 0.598 | 9.2% | -45.2pp | 0.431 | 17.5% | 89.5% | 0.491 | 9.2% | -45.2pp | 0.368 | 0.0% | 0.0% | 0.045 | 50.0% | -4.4pp | 0.438 |
| 1_4_medium_thinking_block | 1 | 57.0% | 95.5% | 0.499 | 42.5% | -11.9pp | 0.281 | 26.0% | 82.0% | 0.379 | 43.2% | -11.2pp | 0.254 | 15.5% | 89.0% | 0.418 | 51.4% | -3.1pp | 0.372 | 34.0% | 92.0% | 0.610 | 13.6% | -40.8pp | 0.343 | 1.0% | 22.5% | 0.451 | 35.0% | -19.4pp | 0.250 | 0.0% | 0.0% | 0.197 | 31.0% | -23.5pp | 0.406 |
| 1_4_strong_labeled_steps | 1 | 25.0% | 85.0% | 0.475 | 13.9% | -40.5pp | 0.398 | 19.0% | 73.5% | 0.513 | 11.9% | -42.5pp | 0.487 | 0.5% | 67.5% | 0.408 | 54.8% | +0.3pp | 0.516 | 14.0% | 80.0% | 0.548 | 12.2% | -42.2pp | 0.428 | 8.5% | 73.0% | 0.508 | 12.2% | -42.2pp | 0.459 | 0.0% | 0.0% | 0.107 | 43.5% | -10.9pp | 0.434 |
| 1_4_strong_react_with_verify | 1 | 31.5% | 91.0% | 0.570 | 12.2% | -42.2pp | 0.380 | 16.5% | 86.0% | 0.492 | 11.9% | -42.5pp | 0.443 | 4.0% | 79.5% | 0.362 | 50.0% | -4.4pp | 0.457 | 15.5% | 85.0% | 0.586 | 12.2% | -42.2pp | 0.454 | 4.0% | 84.0% | 0.554 | 12.2% | -42.2pp | 0.453 | 0.0% | 0.0% | 0.032 | 13.9% | -40.5pp | 0.429 |
| 1_4_weak_brief_hint | 1 | 57.5% | 97.5% | 0.409 | 53.4% | -1.0pp | 0.471 | 33.0% | 93.5% | 0.376 | 36.1% | -18.4pp | 0.209 | 31.5% | 96.0% | 0.443 | 56.1% | +1.7pp | 0.451 | 44.0% | 96.0% | 0.457 | 54.4% | +0.0pp | 0.487 | 11.5% | 90.0% | 0.420 | 45.9% | -8.5pp | 0.319 | 0.0% | 0.0% | 0.140 | 23.1% | -31.3pp | 0.239 |
| 1_4_weak_step_phrase | 1 | 63.5% | 97.5% | 0.746 | 54.8% | +0.3pp | 0.394 | 32.0% | 95.5% | 0.487 | 43.2% | -11.2pp | 0.210 | 36.5% | 93.5% | 0.747 | 53.1% | -1.4pp | 0.450 | 38.5% | 97.0% | 0.805 | 55.1% | +0.7pp | 0.465 | 12.5% | 90.5% | 0.418 | 42.2% | -12.2pp | 0.201 | 0.0% | 0.0% | 0.197 | 51.4% | -3.1pp | 0.248 |
| 2_1_long_book_jekyll | 2 | 0.5% | 88.5% | 0.452 | 54.1% | -0.3pp | 0.352 | 12.5% | 91.5% | 0.464 | 52.4% | -2.0pp | — | 1.5% | 94.5% | 0.480 | 48.0% | -6.5pp | 0.566 | 0.0% | 90.5% | 0.468 | 55.8% | +1.4pp | 0.350 | 0.5% | 90.0% | 0.344 | 34.4% | -20.1pp | — | 0.0% | 2.5% | 0.449 | 49.0% | -5.4pp | 0.494 |
| 2_1_long_book_time_machine | 2 | 0.5% | 91.5% | 0.508 | 55.8% | +1.4pp | 0.352 | 12.5% | 88.5% | 0.512 | 39.8% | -14.6pp | — | 2.5% | 92.5% | 0.484 | 45.9% | -8.5pp | 0.487 | 0.0% | 86.5% | 0.523 | 55.8% | +1.4pp | 0.361 | 0.0% | 87.5% | 0.499 | 43.9% | -10.5pp | — | 0.0% | 9.0% | 0.477 | 52.0% | -2.4pp | 0.474 |
| 2_1_medium_paper_qasper_A | 2 | 10.5% | 68.5% | 0.383 | 54.1% | -0.3pp | 0.390 | 21.0% | 70.5% | 0.405 | 48.3% | -6.1pp | 0.249 | 2.5% | 68.0% | 0.387 | 42.2% | -12.2pp | 0.541 | 1.0% | 66.0% | 0.364 | 55.4% | +1.0pp | 0.365 | 3.0% | 69.0% | 0.385 | 51.4% | -3.1pp | 0.286 | 0.0% | 0.0% | 0.000 | 11.6% | -42.9pp | 0.422 |
| 2_1_medium_paper_qasper_B | 2 | 6.0% | 58.0% | 0.349 | 51.4% | -3.1pp | 0.381 | 20.5% | 62.0% | 0.395 | 52.0% | -2.4pp | 0.292 | 2.0% | 56.0% | 0.413 | 40.1% | -14.3pp | 0.541 | 0.0% | 46.0% | 0.376 | 53.4% | -1.0pp | 0.381 | 1.0% | 57.0% | 0.364 | 53.4% | -1.0pp | 0.276 | 0.0% | 0.0% | 0.000 | 8.8% | -45.6pp | 0.400 |
| 2_1_short_wiki_article_A | 2 | 7.6% | 78.8% | 0.459 | 54.1% | -0.3pp | 0.380 | 26.4% | 81.2% | 0.429 | 54.8% | +0.3pp | 0.202 | 2.5% | 87.3% | 0.469 | 46.9% | -7.5pp | 0.488 | 6.0% | 83.9% | 0.450 | 55.4% | +1.0pp | 0.364 | 4.1% | 78.7% | 0.474 | 56.8% | +2.4pp | 0.260 | 0.0% | 0.0% | 0.007 | 31.6% | -22.8pp | 0.378 |
| 2_1_short_wiki_article_B | 2 | 7.3% | 87.5% | 0.484 | 56.1% | +1.7pp | 0.407 | 24.4% | 87.6% | 0.402 | 56.5% | +2.0pp | 0.228 | 0.0% | 81.2% | 0.517 | 45.6% | -8.8pp | 0.565 | 0.5% | 82.8% | 0.468 | 53.1% | -1.4pp | 0.418 | 2.1% | 85.3% | 0.419 | 59.2% | +4.8pp | 0.253 | 0.0% | 0.0% | 0.004 | 11.2% | -43.2pp | 0.457 |
| 2_2_long_tools_agentic_10 | 2 | 74.0% | 92.5% | 0.309 | 46.9% | -7.5pp | 0.444 | 81.5% | 94.0% | 0.258 | 10.5% | -43.9pp | 0.440 | 64.5% | 92.5% | 0.552 | 50.3% | -4.1pp | 0.481 | 51.5% | 91.0% | 0.574 | 50.3% | -4.1pp | 0.456 | 36.5% | 92.5% | 0.334 | 22.1% | -32.3pp | 0.429 | 0.0% | 0.0% | 0.004 | 39.1% | -15.3pp | 0.410 |
| 2_2_long_tools_general_10 | 2 | 76.4% | 88.9% | 0.401 | 50.7% | -3.7pp | 0.465 | 82.0% | 91.5% | 0.289 | 8.8% | -45.6pp | 0.332 | 64.0% | 91.0% | 0.229 | 27.9% | -26.5pp | 0.459 | 70.0% | 91.0% | 0.192 | 12.9% | -41.5pp | 0.442 | 53.0% | 88.0% | 0.267 | 7.1% | -47.3pp | 0.348 | 0.0% | 0.0% | 0.003 | 17.7% | -36.7pp | 0.333 |
| 2_2_medium_tools_4_math | 2 | 76.8% | 89.4% | 0.198 | 11.2% | -43.2pp | 0.416 | 82.2% | 88.8% | 0.216 | 9.9% | -44.6pp | 0.352 | 81.9% | 90.7% | 0.176 | 45.9% | -8.5pp | 0.439 | 81.1% | 90.8% | 0.304 | 12.2% | -42.2pp | 0.399 | 81.0% | 94.0% | 0.025 | 11.2% | -43.2pp | 0.358 | 0.0% | 0.0% | 0.001 | 27.6% | -26.9pp | 0.443 |
| 2_2_medium_tools_4_web | 2 | 78.5% | 96.5% | 0.650 | 53.7% | -0.7pp | 0.349 | 82.0% | 97.0% | 0.603 | 45.9% | -8.5pp | 0.275 | 59.5% | 94.5% | 0.420 | 51.4% | -3.1pp | 0.421 | 67.0% | 95.5% | 0.322 | 9.5% | -44.9pp | 0.443 | 1.5% | 5.5% | 0.371 | 47.6% | -6.8pp | 0.390 | 0.0% | 0.0% | 0.069 | 37.1% | -17.3pp | 0.431 |
| 2_2_short_tools_1_calculator | 2 | 41.2% | 90.7% | 0.683 | 53.1% | -1.4pp | 0.413 | 49.2% | 85.3% | 0.438 | 12.6% | -41.8pp | 0.250 | 26.5% | 92.9% | 0.676 | 51.7% | -2.7pp | 0.520 | 26.3% | 82.5% | 0.675 | 56.1% | +1.7pp | 0.374 | 28.6% | 86.2% | 0.353 | 10.2% | -44.2pp | 0.306 | 0.0% | 0.0% | 0.044 | 37.1% | -17.3pp | 0.383 |
| 2_2_short_tools_1_search | 2 | 77.6% | 94.8% | 0.752 | 57.5% | +3.1pp | 0.417 | 60.3% | 88.4% | 0.747 | 37.4% | -17.0pp | 0.284 | 27.4% | 67.4% | 0.688 | 53.1% | -1.4pp | 0.501 | 56.2% | 82.5% | 0.755 | 54.8% | +0.3pp | 0.553 | 28.0% | 78.2% | 0.742 | 53.7% | -0.7pp | 0.392 | 0.0% | 0.0% | 0.001 | 25.2% | -29.3pp | 0.446 |
| 2_3_long_chat_20turn_alex | 2 | 3.6% | 54.8% | 0.680 | 57.1% | +2.7pp | 0.425 | 11.4% | 62.7% | 0.707 | 56.8% | +2.4pp | 0.357 | 2.0% | 43.4% | 0.685 | 51.7% | -2.7pp | 0.643 | 0.0% | 46.9% | 0.756 | 55.8% | +1.4pp | 0.479 | 0.0% | 42.9% | 0.700 | 53.4% | -1.0pp | 0.299 | 0.0% | 0.0% | 0.000 | 1.4% | -53.1pp | 0.308 |
| 2_3_long_chat_20turn_user_B | 2 | 2.0% | 59.3% | 0.599 | 53.1% | -1.4pp | 0.507 | 8.5% | 67.0% | 0.551 | 54.8% | +0.3pp | 0.264 | 0.5% | 52.0% | 0.590 | 52.7% | -1.7pp | 0.617 | 0.0% | 45.0% | 0.596 | 54.8% | +0.3pp | 0.505 | 0.0% | 44.0% | 0.525 | 56.5% | +2.0pp | 0.331 | 0.0% | 0.0% | 0.000 | 21.8% | -32.7pp | 0.352 |
| 2_3_medium_chat_compressed_alex | 2 | 4.0% | 60.5% | 0.718 | 58.2% | +3.7pp | 0.434 | 15.5% | 62.5% | 0.692 | 57.1% | +2.7pp | 0.376 | 0.0% | 36.5% | 0.704 | 53.7% | -0.7pp | 0.588 | 0.0% | 50.0% | 0.773 | 55.8% | +1.4pp | 0.568 | 0.0% | 42.5% | 0.690 | 55.4% | +1.0pp | 0.367 | 0.0% | 0.0% | 0.000 | 24.1% | -30.3pp | 0.387 |
| 2_3_medium_chat_compressed_user_B | 2 | 1.5% | 53.5% | 0.659 | 55.1% | +0.7pp | 0.453 | 7.0% | 50.5% | 0.677 | 53.1% | -1.4pp | 0.339 | 0.0% | 39.5% | 0.623 | 53.4% | -1.0pp | 0.649 | 0.0% | 44.5% | 0.626 | 55.8% | +1.4pp | 0.569 | 0.0% | 47.0% | 0.588 | 55.8% | +1.4pp | 0.296 | 0.0% | 0.0% | 0.000 | 36.1% | -18.4pp | 0.352 |
| 2_3_short_chat_4turn_alex | 2 | 5.6% | 64.8% | 0.729 | 54.4% | +0.0pp | 0.350 | 9.8% | 61.9% | 0.739 | 57.5% | +3.1pp | 0.287 | 0.0% | 43.1% | 0.759 | 54.4% | +0.0pp | 0.591 | 1.0% | 51.3% | 0.783 | 56.5% | +2.0pp | 0.486 | 0.0% | 50.0% | 0.691 | 55.4% | +1.0pp | 0.271 | 0.0% | 0.0% | 0.000 | 40.5% | -13.9pp | 0.217 |
| 2_3_short_chat_4turn_user_B | 2 | 2.1% | 51.5% | 0.701 | 50.0% | -4.4pp | 0.393 | 11.3% | 62.4% | 0.706 | 54.4% | +0.0pp | 0.235 | 0.0% | 53.8% | 0.739 | 52.7% | -1.7pp | 0.595 | 0.0% | 56.5% | 0.738 | 54.8% | +0.3pp | 0.470 | 0.0% | 44.8% | 0.613 | 55.1% | +0.7pp | 0.254 | 0.0% | 0.0% | 0.000 | 16.0% | -38.4pp | 0.341 |
| 2_4_long_profile_50facts_alex | 2 | 3.5% | 65.5% | 0.640 | 54.4% | +0.0pp | 0.422 | 11.5% | 70.5% | 0.727 | 55.4% | +1.0pp | 0.310 | 0.0% | 58.0% | 0.720 | 52.0% | -2.4pp | 0.557 | 0.0% | 49.5% | 0.684 | 54.8% | +0.3pp | 0.506 | 0.0% | 56.5% | 0.722 | 57.8% | +3.4pp | 0.319 | 0.0% | 0.0% | 0.000 | 3.4% | -51.0pp | 0.371 |
| 2_4_long_profile_50facts_bob | 2 | 1.0% | 60.5% | 0.709 | 51.7% | -2.7pp | 0.423 | 9.0% | 66.5% | 0.723 | 55.4% | +1.0pp | 0.272 | 0.0% | 56.0% | 0.636 | 51.4% | -3.1pp | 0.627 | 0.0% | 48.5% | 0.638 | 54.1% | -0.3pp | 0.469 | 0.0% | 45.5% | 0.697 | 55.4% | +1.0pp | 0.293 | 0.0% | 0.0% | 0.001 | 18.0% | -36.4pp | 0.328 |
| 2_4_medium_profile_25facts_alex | 2 | 6.2% | 56.2% | 0.717 | 55.8% | +1.4pp | 0.427 | 11.1% | 63.7% | 0.751 | 57.8% | +3.4pp | 0.352 | 0.5% | 45.1% | 0.679 | 52.7% | -1.7pp | 0.539 | 0.5% | 49.0% | 0.735 | 56.5% | +2.0pp | 0.531 | 0.0% | 45.4% | 0.712 | 53.4% | -1.0pp | 0.348 | 0.0% | 0.0% | 0.002 | 10.5% | -43.9pp | 0.339 |
| 2_4_medium_profile_25facts_bob | 2 | 0.0% | 53.0% | 0.689 | 55.8% | +1.4pp | 0.457 | 10.5% | 58.0% | 0.697 | 55.8% | +1.4pp | 0.279 | 0.0% | 40.5% | 0.680 | 54.8% | +0.3pp | 0.597 | 0.0% | 39.5% | 0.675 | 56.5% | +2.0pp | 0.498 | 0.0% | 44.0% | 0.678 | 53.1% | -1.4pp | 0.310 | 0.0% | 0.0% | 0.000 | 9.9% | -44.6pp | 0.364 |
| 2_4_short_profile_5facts_alex | 2 | 7.0% | 68.8% | 0.759 | 55.4% | +1.0pp | 0.340 | 13.1% | 56.3% | 0.745 | 55.4% | +1.0pp | 0.359 | 0.0% | 42.7% | 0.718 | 55.8% | +1.4pp | 0.538 | 1.0% | 61.3% | 0.814 | 55.4% | +1.0pp | 0.534 | 0.0% | 51.8% | 0.711 | 55.1% | +0.7pp | 0.304 | 0.0% | 0.0% | 0.006 | 31.6% | -22.8pp | 0.204 |
| 2_4_short_profile_5facts_bob | 2 | 4.5% | 59.8% | 0.751 | 53.4% | -1.0pp | 0.392 | 9.5% | 54.3% | 0.712 | 53.1% | -1.4pp | 0.312 | 0.0% | 52.8% | 0.736 | 55.8% | +1.4pp | 0.554 | 0.0% | 63.5% | 0.800 | 54.1% | -0.3pp | 0.507 | 0.5% | 49.5% | 0.680 | 53.7% | -0.7pp | 0.269 | 0.0% | 0.0% | 0.011 | 24.5% | -29.9pp | 0.319 |
| 2_5_long_kb_50facts_history | 2 | 3.0% | 95.0% | 0.536 | 52.4% | -2.0pp | 0.386 | 23.0% | 93.5% | 0.519 | 56.8% | +2.4pp | 0.343 | 0.0% | 94.0% | 0.483 | 52.7% | -1.7pp | 0.456 | 0.0% | 95.0% | 0.553 | 53.7% | -0.7pp | 0.430 | 1.0% | 91.5% | 0.402 | 53.1% | -1.4pp | 0.301 | 0.0% | 0.0% | 0.002 | 19.4% | -35.0pp | 0.316 |
| 2_5_long_kb_50facts_science | 2 | 2.4% | 72.0% | 0.531 | 52.7% | -1.7pp | 0.352 | 10.4% | 87.2% | 0.516 | 54.8% | +0.3pp | 0.299 | 0.0% | 75.4% | 0.496 | 52.7% | -1.7pp | 0.468 | 1.3% | 80.0% | 0.482 | 56.1% | +1.7pp | 0.327 | 1.1% | 86.3% | 0.533 | 48.0% | -6.5pp | 0.299 | 0.0% | 0.0% | 0.002 | 6.8% | -47.6pp | 0.324 |
| 2_5_medium_kb_25facts_history | 2 | 81.5% | 84.3% | 0.479 | 53.7% | -0.7pp | 0.304 | 56.5% | 83.2% | 0.464 | 35.4% | -19.0pp | 0.238 | 35.8% | 72.4% | 0.372 | 44.6% | -9.9pp | 0.479 | 27.0% | 68.0% | 0.520 | 55.8% | +1.4pp | 0.302 | 42.7% | 75.8% | 0.456 | 32.3% | -22.1pp | 0.306 | 0.0% | 0.0% | 0.028 | 17.0% | -37.4pp | 0.449 |
| 2_5_medium_kb_25facts_science | 2 | 9.4% | 85.2% | 0.498 | 56.8% | +2.4pp | 0.368 | 19.0% | 85.0% | 0.458 | 52.4% | -2.0pp | 0.293 | 2.7% | 52.0% | 0.439 | 48.6% | -5.8pp | 0.455 | 2.0% | 72.0% | 0.460 | 54.4% | +0.0pp | 0.357 | 15.4% | 83.7% | 0.498 | 53.1% | -1.4pp | 0.319 | 0.0% | 0.0% | 0.041 | 44.9% | -9.5pp | 0.370 |
| 2_5_short_kb_situational_la | 2 | 21.8% | 75.6% | 0.791 | 57.8% | +3.4pp | 0.467 | 27.4% | 70.7% | 0.728 | 52.7% | -1.7pp | 0.341 | 0.6% | 52.8% | 0.772 | 56.1% | +1.7pp | 0.522 | 2.6% | 66.1% | 0.797 | 56.8% | +2.4pp | 0.483 | 0.0% | 50.3% | 0.499 | 54.8% | +0.3pp | 0.285 | 0.0% | 0.0% | 0.001 | 19.0% | -35.4pp | 0.336 |
| 2_5_short_kb_situational_tokyo | 2 | 22.9% | 78.2% | 0.784 | 55.1% | +0.7pp | 0.445 | 25.5% | 66.2% | 0.709 | 56.5% | +2.0pp | 0.302 | 1.4% | 29.1% | 0.666 | 52.4% | -2.0pp | 0.547 | 4.1% | 57.3% | 0.794 | 56.8% | +2.4pp | 0.548 | 0.0% | 41.4% | 0.680 | 55.1% | +0.7pp | 0.280 | 0.0% | 0.0% | 0.015 | 19.4% | -35.0pp | 0.296 |
| 3_1_less_summarize_1shot | 3 | 61.2% | 73.0% | 0.702 | 57.1% | +2.7pp | 0.488 | 66.1% | 80.7% | 0.674 | 56.1% | +1.7pp | 0.427 | 13.0% | 40.5% | 0.726 | 53.4% | -1.0pp | 0.532 | 16.2% | 57.6% | 0.711 | 57.1% | +2.7pp | 0.504 | 13.7% | 48.4% | 0.553 | 57.1% | +2.7pp | 0.417 | 0.0% | 0.5% | 0.172 | 23.5% | -31.0pp | 0.404 |
| 3_1_less_translate_1shot | 3 | 82.5% | 93.0% | 0.944 | 55.1% | +0.7pp | 0.508 | 84.5% | 91.5% | 0.903 | 11.9% | -42.5pp | 0.340 | 50.5% | 82.5% | 0.889 | 55.4% | +1.0pp | 0.590 | 69.0% | 86.5% | 0.954 | 58.5% | +4.1pp | 0.544 | 43.5% | 78.5% | 0.886 | 10.9% | -43.5pp | 0.308 | 0.0% | 0.0% | 0.069 | 45.2% | -9.2pp | 0.481 |
| 3_1_medium_extraction_5shot | 3 | 91.5% | 93.0% | 0.659 | 54.8% | +0.3pp | 0.331 | 89.9% | 91.0% | 0.419 | 55.1% | +0.7pp | — | 87.9% | 95.5% | 0.912 | 46.9% | -7.5pp | 0.558 | 95.5% | 96.5% | 0.831 | 15.0% | -39.5pp | 0.377 | 95.0% | 100.0% | 0.786 | 15.0% | -39.5pp | 0.309 | 0.0% | 0.0% | 0.171 | 27.9% | -26.5pp | 0.561 |
| 3_1_medium_qa_5shot | 3 | 96.9% | 46.9% | 0.655 | 50.7% | -3.7pp | 0.432 | 95.9% | 46.9% | 0.705 | 54.1% | -0.3pp | 0.283 | 74.3% | 47.1% | 0.634 | 49.7% | -4.8pp | 0.589 | 87.9% | 47.7% | 0.730 | 53.1% | -1.4pp | 0.503 | 86.0% | 42.6% | 0.609 | 57.1% | +2.7pp | 0.472 | 0.0% | 0.0% | 0.184 | 50.3% | -4.1pp | 0.443 |
| 3_1_more_sentiment_pos_neg | 3 | 90.4% | 0.5% | 0.616 | 55.4% | +1.0pp | 0.503 | 89.9% | 2.5% | 0.617 | 56.5% | +2.0pp | 0.368 | 92.5% | 0.0% | 0.352 | 49.7% | -4.8pp | 0.521 | 79.9% | 0.0% | 0.401 | 55.1% | +0.7pp | 0.478 | 83.5% | 0.0% | 0.465 | 13.9% | -40.5pp | 0.369 | 2.0% | 0.5% | 0.410 | 52.0% | -2.4pp | 0.475 |
| 3_1_more_topic_class_pos_neg | 3 | 88.8% | 2.6% | 0.730 | 53.4% | -1.0pp | 0.388 | 96.5% | 1.5% | 0.690 | 9.2% | -45.2pp | 0.306 | 94.0% | 1.5% | 0.655 | 48.6% | -5.8pp | 0.580 | 96.0% | 2.5% | 0.419 | 46.3% | -8.2pp | 0.363 | 94.5% | 2.5% | 0.750 | 42.2% | -12.2pp | 0.307 | 1.0% | 0.0% | 0.104 | 50.0% | -4.4pp | 0.489 |