prompt_id stringlengths 9 9 | primary_subcategory_code stringclasses 18
values | other_subcategory_codes listlengths 0 5 | labels listlengths 3 17 | prompt stringlengths 27 25.1k | attachments listlengths 0 8 | answer_gtfa stringlengths 1 15k ⌀ | rubrics listlengths 0 80 |
|---|---|---|---|---|---|---|---|
p52505037 | PR-EX | [
"QR-WP",
"CT-FT",
"CT-AV"
] | [
"geography",
"math",
"planning",
"procedural",
"reasoning",
"rubrics"
] | Laura is participating in a game in the City of Buenos Aires in which she must press five buttons in the following order to win. Each button is located at a street intersection. The locations of the buttons are as follows:
1. Button A: Chacabuco and Carlos Calvo.
2. Button B: Bolivar and Mexico.
3. Button C: Peru and ... | [] | 1. Button A: 0 blocks north/south, 2 blocks west.
2. Button B: 4 blocks north, 2 blocks east.
3. Button C: 3 blocks south, 1 block west.
4. Button D: 4 blocks north, 2 blocks east.
5. Button E: 2 blocks south, 4 blocks west. | [
"Identifies that from Laura's position to Button A there are 0 blocks north/south and 2 blocks west.",
"Identifies that from Button A to Button B there are 4 blocks north and 2 blocks east.",
"Identifies that from Button B to Button C there are 3 blocks south and 1 block west.",
"Identifies that from Button C... |
p71946164 | WK-GK | [
"QR-WP"
] | [
"image_attachment",
"math",
"reasoning",
"verifiable",
"visual understanding",
"web search"
] | If a person only has $5, can they purchase one of these at Lowes? | [
"media/p71946164/p71946164.png"
] | No, the cheapest step stool available at Lowe's costs more than $5. | [] |
p08937303 | WK-DM | [
"QR-CL"
] | [
"finance",
"formatting",
"instruction following",
"knowledge",
"law",
"rubrics"
] | Alignerr (ALNR) has filed to go public on the New York Stock Exchange. Determine ALNR's full CUSIP code if the CUSIP-6 code assigned by CUSIP Global Services is 123456 for Issue #10. | [] | {
"CUSIP": "123456105"
}
| [
"Identifies the first six digits of the CUSIP code as “123456”.",
"Identifies the seventh and eighth digits as the issue number “10”.",
"Identifies the last digit as the check digit “5”."
] |
p72655132 | LR-IF | [
"SI-PS",
"QR-WP"
] | [
"intent",
"interpretation",
"language",
"logic",
"mind theory",
"reasoning",
"rubrics"
] | John is deaf. He sits in front of a door that leads to a completely empty room that only has that one door, but it also has a glass window. He is positioned so that he can only see the door, he can't see inside the room. John cannot move. He sees a man entering. After 10 minutes, he sees two women entering. One of the ... | [] | 2 | [
"Recognizes that three people entered the room in total (one man, then two women).",
"Identifies the objective room state: after both women exit (one through the window, one through the door), only the man remains in the room.",
"Recognizes that John is deaf and therefore could not hear the glass window breakin... |
p14067857 | LN-IT | [
"QR-WP",
"CT-AV"
] | [
"coding",
"computer science",
"constraints",
"context handling",
"conversational coherence",
"instruction following",
"math",
"memory handling",
"mind theory",
"psychology",
"python",
"reasoning",
"rubrics",
"technical ability"
] | Below is a Slack thread in which an engineering team specifies a Python
function called process_claims. Read the entire thread, then write the
function that implements the final agreed-upon specification.
---
#claims-eng
Raj [9:01]
We need to nail down the spec for process_claims before the sprint review.
The functi... | [] | def process_claims(claims, rate):
active = [c for c in claims if c['status'] != 'void']
amounts = []
for c in active:
base = c['value'] * rate
base = min(base, 400)
if c.get('type') == 'expedited':
base += c['value'] * 0.10
if c.get('type') == 'disputed':
... | [
"Excludes claims where status equals void before any other processing, while retaining claims where status equals pending.",
"Computes base payout for each claim as value multiplied by rate.",
"Caps each individual claim amount at 400.",
"Applies the cap of 400 to the base payout before adding the expedited s... |
p33114371 | CT-AV | [
"WK-GK",
"LN-IT"
] | [
"constraints",
"geography",
"history",
"humanities",
"instruction following",
"politics",
"rubrics"
] | Give me a list of the legislation passed by the 44th chief of the executive branch of America, but you must not refer to the name of the chief himself, or any official names of the legislature (colloquial names may be allowed, assuming all other rules check out). | [] | "
1. An Act to amend title VII of the Civil Rights Act of 1964 and the Age Discrimination in Employment Act of 1967, and to modify the operation of the Americans with Disabilities Act of 1990 and the Rehabilitation Act of 1973, to clarify that a discriminatory compensation decision or other practice that is unlawful … ... | [
"Avoids naming Obama or any official short titles of the legislature.",
"It includes at least two financial-related acts.",
"It includes at least one workplace-related act."
] |
p35048330 | SI-PS | [
"WK-DM",
"LR-DD"
] | [
"biology",
"engineering",
"image_attachment",
"reasoning",
"science",
"verifiable",
"visual understanding"
] | Would this plant be suitable as a privacy hedge? | [
"media/p35048330/p35048330.png"
] | No, Aglaonema commutatum grows up to 2 feet tall, which is not tall enough for a privacy hedge that is normally between 6-8 feet tall. | [] |
p52127064 | PR-PL | [
"WK-DM",
"QR-WP"
] | [
"business",
"finance",
"personalized recommendations",
"planning",
"remove",
"rubrics",
"travel"
] | I signed up for two American Express credit cards and amassed 200k points in sign-up bonuses. I've decided that I want to get the absolute best use out of these points, so I'm going to go on a two-month long trip around the globe. Starting from my home in New York, I want to visit cities in Asia (at least two countries... | [] | null | [
"Only airlines that are direct transfer partners with AMEX are considered (these include Aer Lingus, AeroMexico, Air Canada, Air France/KLM, ANA, Avianca, British Airways, Cathay Pacific, Delta, Emirates, Etihad, Hawaiian, Iberia, JetBlue, Qantas, Singapore Airlines, and Virgin Atlantic).",
"All of the requiremen... |
p82131387 | LN-TR | [
"CT-FT",
"PR-EX"
] | [
"formatting",
"instruction following",
"language",
"rubrics",
"writing"
] | As an editor for the Wall Street Journal's technology section, it's my job to ensure that all content aligns with American English standards. Please review the passage below and list every instance of British English that should be converted to American English. Provide an enumerated list of the required changes in the... | [] | 1. (1, 1, organisation, organization)
2. (1, 1, centre, center)
3. (1, 1, analyse, analyze)
4. (1, 1, metre, meter)
5. (1, 2, practise, practice)
6. (1, 2, prioritise, prioritize)
7. (1, 2, fibre-optic, fiber-optic)
8. (1, 3, recognise, recognize)
9. (1, 3, colour-graded, color-graded)
10. (2, 1, recognise, recognize)
... | [
"Identifies (1, 1, organisation, organization).",
"Identifies (1, 1, centre, center).",
"Identifies (1, 1, analyse, analyze).",
"Identifies (1, 1, metre, meter).",
"Identifies (1, 2, practise, practice).",
"Identifies (1, 2, prioritise, prioritize).",
"Identifies (1, 2, fibre-optic, fiber-optic).",
"I... |
p97334022 | CT-AV | [
"QR-DA",
"WK-GK"
] | [
"business",
"doc_attachment",
"document understanding",
"economics",
"instruction following",
"math",
"multi hop",
"music",
"reasoning",
"rubrics",
"statistics",
"visual understanding"
] | I am having a music-related argument with a friend of mine and would like to show her some data so she can see the flaws in her assertions. Would you be able to list all artists that have been the number one global artist at least once and add next to each of them the names of all the singles they have had within the g... | [
"media/p97334022/p97334022.pdf"
] | Ed Sheeran - "Shape of You" and "Perfect" (2017, 2018), "Shivers" and "Bad Habits" (2022). Four total singles within the Global top 10.
Drake - "God's plan" (2018), "Life is Good" (2020, Future feat Drake). Two total singles within the Global top 10.
BTS - "Dynamite" (2020). One total single within the Global top 10.
T... | [
"Identify Ed Sheeran has four total singles within the Global top 10.",
"Identify the four singles by Ed Sheeran are \"Shape of You\" in 2017, \"Perfect\" in 2018, \"Shivers\" and \"Bad Habits\" in (2022).",
"Identify Drake has two total singles within the Global top 10.",
"Identify the two singles by Ed Shee... |
p76466856 | LN-IT | [
"WK-GK"
] | [
"biology",
"engineering",
"image_attachment",
"reasoning",
"science",
"verifiable",
"visual understanding"
] | Can these frogs be found in backyards in Mississippi? | [
"media/p76466856/p76466856.png"
] | No, red-eyed tree frogs are not found in backyards in Mississippi. Their natural habitat is the lowland rainforests of Central America to northwestern South America, not the southeastern United States. | [] |
p96139534 | SI-PS | [
"LR-DD"
] | [
"abstract",
"geometry",
"logic",
"math",
"reasoning",
"verifiable"
] | Let $X = (0,0)$, $Y = (1,0)$, and $Z = (0,1)$, let $T$ be the set of points in the interior of triangle $XYZ$, and let $U$ be the set of squares (the set of points on the boundary of a square region) contained in the closure of $T$. Given $S \in U$, define the relation $\sim$ on $T \setminus S$ by $P \sim Q$ if $|\over... | [] | True | [] |
p60989554 | SI-PS | [
"QR-CL",
"WK-GK"
] | [
"counting or measuring",
"image_attachment",
"math",
"reasoning",
"verifiable",
"visual understanding"
] | How many ingredients are in clear food containers on the top of the fridge? | [
"media/p60989554/p60989554.png"
] | There are five different ingredients in the clear food containers on the top of the fridge. | [] |
p09685468 | LN-IT | [
"LR-IF"
] | [
"context handling",
"cryptography",
"cybersecurity",
"knowledge",
"language",
"math",
"mind theory",
"personalization",
"philosophy",
"physics",
"psychology",
"rubrics"
] | In Dr. Smith's lab there are two identical looking trophies. One trophy sits on the table (a practice replica) and the other trophy is in a drawer (the real one that must be locked in Dr. Smith's office safe). Both Dr. Smith and Jen know that the drawer is old and slightly stuck. Opening it makes a brief, noticeable sq... | [] | A | [
"Identifies that Dr. Smith is speaking loudly with the intention of Leo hearing.",
"Identifies that Dr. Smith is addressing Jen while designing his wording for two audiences.",
"Recognizes that \"the trophy\" is strategically under-informative given two trophies.",
"Identifies that Dr. Smith believes Jen know... |
p65844740 | SI-PS | [
"LR-DD",
"QR-CL"
] | [
"abstract",
"coding",
"computer science",
"data visualization",
"geometry",
"math",
"music",
"python",
"reasoning",
"verifiable"
] | This code plots a circle with one vertical chord connecting two points on its circumference. Two additional lines intersect this vertical chord and also intersect each other:
```python
import matplotlib.pyplot as plt
import numpy as np
import base64
from io import BytesIO
# Encoded chord endpoints (each row: x1, y1, ... | [] | 4 | [] |
p50770373 | SI-PS | [
"QR-CL"
] | [
"abstract",
"geometry",
"image_attachment",
"math",
"reasoning",
"verifiable",
"visual understanding"
] | How many of the intersections of the light colored bars are unobscured by the circles? | [
"media/p50770373/p50770373.png"
] | 9 | [] |
p51363157 | QR-WP | [
"LR-DD",
"QR-CL"
] | [
"coding",
"math",
"probability",
"reasoning",
"verifiable"
] | The numbers $1$ through $9$ are randomly placed in the squares of a $3$x$3$ grid. What is the probability that the sum of the numbers in each column is strictly increasing from left to right?
| [] | $\frac{41}{280}$ | [] |
p35624528 | PR-EX | [
"WK-DM",
"CT-FT"
] | [
"coding",
"computer science",
"formatting",
"python",
"verifiable"
] | Analyze the following code and produce the expected output in just plaintext:
```python
xml_str = "<value> 5 > 3 & 2 < 4 </value>"
escaped = xml_str.replace("&", "&").replace("<", "<").replace(">", ">")
print(escaped)
``` | [] | <value> 5 > 3 & 2 < 4 </value> | [] |
p67163711 | SI-TR | [
"WK-GK"
] | [
"classification",
"constraints",
"geography",
"human resources",
"instruction following",
"knowledge",
"math",
"ordering",
"reasoning",
"rubrics"
] | I am flying into the Kansas City Airport to meet some buddies from Kansas. They always mess with me about spending too much time on the Missouri side of Kansas City. Of my favorite restaurants, Cascone's, Los Hornos Argentinian Flavors, Christine's Firehouse, and Granite City Food & Brewery, order the restaurants by ho... | [] | null | [
"The response has Cascone's as first in the order",
"The response has Los Hornos Argentinian Flavors as second in the order",
"The response states Granti City Food and Brewery as third in the order",
"The response places Christine's Firehouse as fourth in the order"
] |
p06589493 | QR-CL | [
"WK-DM",
"QR-DA"
] | [
"coding",
"computer science",
"math",
"python",
"verifiable"
] | This code generates a graph with multiple lines that intersect the y-axis at different values of $y$. What is the smallest interval $[a,b]$, for $a,b$ both integers, that contains all of these values?
```python
import matplotlib.pyplot as plt
import numpy as np
import base64
from io import BytesIO
# Encoded data repr... | [] | [2,4] | [] |
p79314314 | QR-WP | [
"QR-CL",
"CT-FT"
] | [
"constraints",
"geometry",
"lateral thinking",
"math",
"optimization",
"reasoning",
"rubrics"
] | Alice just got a job as a salesperson (hooray!). As a first job, she must travel around a small country on a flat plane with 6 cities, named Alpha, Bravo, Canten, Pewtor, Azal, and Slatetown. The locations of the 6 cities are the vertices of a regular hexagon with side length 20 miles, such that if one were to travel a... | [] | [Azal, Slatetown, Azal, Pewtor, Canten, Bravo, Alpha] | [
"Notes or finds that revisiting cities can never generate more net profit.",
"Notes or finds that visiting a city for the first time always generates more net profit, or that Alice should visit all unvisited cities before returning to Alpha.",
"Notes or finds that moving from one city to an adjacent city along ... |
p83643705 | QR-WP | [
"LR-DD"
] | [
"constraints",
"context handling",
"counting or measuring",
"doc_attachment",
"document understanding",
"instruction following",
"math",
"reasoning",
"rubrics",
"sports",
"visual understanding"
] | I've decided to start training in Aikido at the Aikido By the Bay dojo, as they have classes available 7 days a week, and testing can be scheduled on any day. Tomorrow (January 1, 2024) will be my first day of training. If I train as much as possible (days of tests do not count as training), how many days will pass bef... | [
"media/p83643705/p83643705.pdf"
] | 600 days | [
"Identifies that 31 days of training are needed for 5th Kyu.",
"Identifies that 5th and 4th Kyu testing can be on the same day.",
"Recognizes that days of preparation include both training and testing days.",
"Recognizes that 596 days are required for training.",
"Recognizes that 4 days are required for tes... |
p65714558 | WK-DM | [
"QR-CL",
"CT-FT"
] | [
"data visualization",
"document understanding",
"food",
"instruction following",
"multi hop",
"ordering",
"personalized recommendations",
"pets",
"reasoning",
"rubrics",
"web search"
] | My cat has developed an intolerance to chicken, so I am looking for a new dry cat food. I found 5 options: Hills Prescription Feline Skin Support Duck & Green Pea, Hills Prescription Feline Skin Support Venison & Green Pea, Royal Canin Veterinary Diet Adult Selected Protein Pea & Duck, Royal Canin Veterinary Diet Adult... | [] | 1. **Hills Prescription Feline Skin Support Duck & Green Pea**: 723 points
1. **Hills Prescription Feline Skin Support Venison & Green Pea**: 723 points
2. **Royal Canin Veterinary Diet Adult Selected Protein Pea & Duck**: 350 points
3. **Royal Canin Veterinary Diet Adult Selected Protein Pea & Venison**: 133 points
3.... | [
"Awards the correct Vitamin E base points: Hills Prescription Feline Skin Support Duck & Green Pea (673), Hills Prescription Feline Skin Support Venison & Green Pea (673), Royal Canin Veterinary Diet Adult Selected Protein Pea & Duck (350), Royal Canin Veterinary Diet Adult Selected Protein Pea & Venison (133), Roy... |
p92921178 | WK-DM | [
"LR-IF"
] | [
"chemistry",
"logic",
"optimization",
"procedural",
"reasoning",
"science",
"verifiable"
] | I am preparing an expensive solution with a very expensive solvent for a small, but precise process. This process has several layers of quality control and inspections. In the process of preparing this solution in a measuring cylinder, I accidentally let slight amounts of excess liquid solute into the cylinder, such th... | [] | Directly add more solute. | [] |
p89191785 | SI-TR | [
"QR-WP",
"LR-DD",
"CT-FT"
] | [
"execution",
"intuitive",
"planning",
"procedural",
"reasoning",
"rubrics",
"spatial",
"temporal reasoning"
] | Regina has a busy schedule each week, but is considering taking on a second job. Her primary job is 8 working hours per day on weekdays, with a one hour lunch break in the middle of her shifts where she is not on the clock and can leave the job site. On Monday, Tuesday, and Thursday, her primary job is scheduled 9:30 A... | [] | {NO, 35 HRS 15 MIN} | [
"Determines that Regina will have 20 minutes of free time available for the second job during her primary job's lunch break by correctly accounting for travel time.",
"Determines that free time is available at home for the second job on Wednesday and Friday, after her primary job and before traveling to dinner.",... |
p82713293 | SI-PS | [
"WK-DM"
] | [
"biology",
"classification",
"engineering",
"image_attachment",
"reasoning",
"science",
"verifiable",
"visual understanding"
] | why are the leaves of this plant given the name they have? | [
"media/p82713293/p82713293.png"
] | leaves of calliandra surinamensis are given the name bipinnate because their structure has sets of two leaves on both sides. | [] |
p96940983 | PR-EX | [
"WK-DM",
"QR-CL"
] | [
"data manipulation",
"document understanding",
"instruction following",
"planning",
"procedural",
"reasoning",
"rubrics",
"spatial",
"web search"
] | I am trying to 3D print a replica of a white Lego set 10311. I need to know how much red filament to prepare. Can you look up this set on brickowl.com, look up its piece inventory, find all the pieces that are denoted as "red" (just the pieces that are labeled "red" in plain English, for example 'Red Axle with 2 Groov... | [] | 19 | [
"Lists piece IDs 32062, 68325, and 89678.",
"Determines quantities as 2 for 32062, 32 for 68325, and 37 for 89678.",
"Determines individual weights as 2.81g for 32062, 0.10g for 68325, and 0.26g for 89678.",
"Gives an answer of 19."
] |
p36215511 | LN-IT | [
"QR-DA",
"CT-AV",
"CT-FT"
] | [
"doc_attachment",
"document understanding",
"economics",
"education",
"factuality",
"humanities",
"politics",
"rubrics",
"verifiable",
"visual understanding"
] | My teacher has assigned the following question set, and I need you to find me the answers. All the information required to answer the questions should be in the attached PDF textbook. My teacher is worried that we will use AI to complete the assignment, so I cannot use information that is not in the textbook. She said ... | [
"media/p36215511/p36215511.pdf"
] | null | [
"Answer to question 1. On page 95, the textbook states “Professionalization Era (early 1900s to 1970s)”. On page 98, the textbook states “The Reform/Professionalization Era” indicating that these are two names for the same era. The answer is: The 1900s and 1970s.",
"Answer to question 2. On page 96, the textbook ... |
p83652777 | WK-GK | [
"CT-BD"
] | [
"classification",
"geography",
"image_attachment",
"knowledge",
"language",
"pattern recognition",
"reasoning",
"visual understanding"
] | Identify in one word what this is a map of.
| [
"media/p83652777/p83652777.png"
] | GEORGIA | [] |
p48183938 | WK-DM | [
"LR-IF",
"QR-CL",
"CT-FT"
] | [
"factuality",
"health",
"knowledge",
"medical",
"planning",
"procedural",
"rubrics",
"science"
] | A 75-year-old woman has new-onset left-handed weakness and difficulties comprehending speech, both of which started at 09:17 am. It is currently 13:30 pm. She has a past medical history of ischaemic heart disease, Alzheimer's disease, and Antiphospholipid syndrome, for which she takes atorvastatin, bisoprolol, ramipril... | [] | Intubation and Ventilation | [
"Identifies the diagnosis as ischaemic stroke with no haemorrhagic transformation based on CT findings.",
"Excludes thrombolysis as a management option due to INR of 2.1.",
"Calculates the patient's GCS as 8 (E3, V2, M3).",
"Identifies that the ABCDE emergency management protocol should be initiated.",
"Pri... |
p64433356 | LR-IF | [
"LN-IT",
"CT-CO"
] | [
"constraints",
"factuality",
"health",
"knowledge",
"medical",
"optimization",
"philosophy",
"reasoning",
"rubrics",
"science",
"strategy"
] | My grandfather is in the hospital recovering from pneumonia. I'm sitting in the waiting room right now. It's 12:30 PM. I need to decide what to tell him when I visit at 2:00 PM.
The medical facts (confirmed by his doctor this morning):
- His fever broke at 8:00 AM
- His oxygen levels are stable at 95%
- He'll likely be... | [] | B) "I know you're worried. Tell me more about how you're feeling."
| [
"Eliminates Option A as it contradicts the nurse's request not to correct the grandfather's false belief.",
"Eliminates Option C as it contradicts the nurse's request to not correct the grandfather's false belief.",
"Eliminates Option D, a lie that contradicts the cousin's request to follow the grandfather's li... |
p87628207 | CT-BD | [
"LN-TR"
] | [
"avoidance",
"constraints",
"counting or measuring",
"education",
"rubrics",
"writing"
] | The following is a statement of purpose from a student applying to the Master's in Machine Learning at KTH Royal Institute of Technology. It is currently 625 characters including spaces and punctuation. Edit this text to be exactly 600 characters including all the spaces and punctuation marks and without changing the c... | [] | I chose the MSc Machine Learning (ML) at KTH Royal Institute because it offers deep specialization in core ML methods, providing graduates with a strong competitive edge. The program’s emphasis on industry involvement through practitioner-led courses and a master's thesis that I aim to conduct at Spotify aligns with my... | [
"Produces a statement of purpose containing exactly 600 characters, including spaces and punctuation.",
"Preserves all core ideas from the original statement of purpose.",
"Introduces no new ideas beyond the original statement of purpose."
] |
p35556752 | CT-BD | [
"LN-EP",
"CT-FT"
] | [
"avoidance",
"constraints",
"counting or measuring",
"creativity",
"language",
"poetry",
"rubrics",
"style"
] | Hey, please help me write a Haiku about travelling. I want the Haiku to use less than 50 letters. I want the haiku to use less than 20 words. | [] | I go far away
I return to where I came
I enjoy the trip
| [
"Outputs exactly three lines.",
"Outputs exactly 5 syllables in the first line.",
"Outputs exactly 7 syllables in the second line.",
"Outputs exactly 5 syllables in the third line.",
"Outputs a haiku with fewer than 50 characters.",
"Outputs a haiku with fewer than 20 words.",
"Avoids miscounting letter... |
p41077698 | CT-CO | [
"CT-AV",
"CT-BD",
"LN-EP"
] | [
"constraints",
"counting or measuring",
"creative writing",
"humanities",
"instruction following",
"language",
"rubrics"
] | Please write a story, exactly ten sentences long, about a college student on a summer sailing trip. The story must adhere to the following rules:
1. Every odd-numbered sentence (1, 3, 5, 7, 9) must begin with a consonant.
2. Every even-numbered sentence (2, 4, 6, 8, 10) must begin with a vowel.
3. No two sentences m... | [] | Salty spray misted Maya’s face as she gripped the tiller. An entire summer of freedom stretched before her on the open ocean. The small sailboat, named Wanderer, cut cleanly through the gentle waves. Every worry from her final exams seemed to dissolve into the blue horizon. Mighty gulls cried overhead, circling in the ... | [
"The story contains exactly ten sentences.",
"The first sentence begins with a consonant.",
"The second sentence begins with a vowel.",
"The third sentence begins with a consonant.",
"The fourth sentence begins with a vowel.",
"The fifth sentence begins with a consonant.",
"The sixth sentence begins wit... |
p65848928 | LR-IF | [
"CT-FT",
"WK-DM"
] | [
"doc_attachment",
"document understanding",
"economics",
"finance",
"formatting",
"law",
"multi hop",
"verifiable",
"visual understanding"
] | The attached document from 2024 shows some tax statistics about the UK, as well as the total tax receipts.
Find the table with the largest number of distinct taxes (incl. rates, duties, etc.) listed, and consider my situation as the owner of a small business that is not taking advantage of any tax relief schemes, wher... | [
"media/p65848928/p65848928.pdf"
] | \documentclass[tikz]{standalone}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric, arrows.meta, chains, positioning}
\begin{document}
\begin{tikzpicture}[
node distance=1cm and 0.5cm,
start chain=going below,
tax_box/.style={rectangle, draw, fill=blue!10,
text width=6.5cm, text centere... | [] |
p24765673 | LN-IT | [
"LR-IF"
] | [
"abstract",
"logic",
"math",
"pattern recognition",
"puzzles",
"reasoning",
"verifiable"
] | Find the next number in the sequence:
$$
4,2,5,2,6,10,3,7,6,4,...
$$ | [] | 6 | [] |
p33705422 | CT-BD | [
"WK-GK",
"LN-EP",
"LN-IT"
] | [
"business",
"marketing",
"music",
"popular culture",
"reasoning",
"rubrics"
] | Write me a commercial jingle for my taekwondo school, Master Lee's Taekwondo, which offers children's self-defense classes. The jingle should describe how learning self-defense can change or even save someone's life. I want the jingle to have mass appeal and be memorable to a wide audience, so please the same tune an... | [] | A suitable commercial jingle must mention 'Master Lee's Taekwondo,' the term 'self-defence,' the term 'self-esteem', abstain from using any language unsuitable for children, and have 8 lines with the following syllable counts:
8
6,
7,
6,
8,
5,
8,
6. | [
"The syllables for each row are counted as 8, 6, 7, 6, 8, 5, 8, 6.",
"The full business name, \"Master Lee's Taekwondo\", is mentioned at least once.",
"The jingle mentions self-defence.",
"The jingle mentions self-esteem.",
"The jingle is appropriate for all ages by abstaining from any unsuitable language ... |
p33977401 | CT-CO | [
"QR-DA",
"SI-PS"
] | [
"art",
"constraints",
"counting or measuring",
"doc_attachment",
"document understanding",
"formatting",
"instruction following",
"operational logic",
"optimization",
"ordering",
"visual understanding"
] | I am making a quilt for a friend who has just returned from a round the world trip. She loved many of the countries that she visited, especially ones she hadn’t ever considered visiting, which for her were Benin, Ghana, Haiti, Kenya, India, Egypt, Libya, Aruba, Gabon, Niger, Sudan, Tonga, and Nauru.
I am quilting each... | [
"media/p33977401/p33977401.pdf"
] | 1. Aruba
2. Ghana
3. Tonga
4. Kenya
5. Nauru | [] |
p13860951 | QR-WP | [
"QR-CL",
"WK-GK",
"CT-BD"
] | [
"constraints",
"culture",
"optimization",
"personalization",
"planning",
"procedural",
"rubrics"
] | I’m trying to build a wardrobe colour palette that maximises outfit combinations while meeting a few personal restriction. I am looking for different colours of the following items: Shoes, socks, trousers, shirts, ties, belts and I need you to select from the following colours: red, blue, yellow, green, purple, orange.... | [] | Shoes: Red, Orange
Socks: Blue, Yellow, Orange
Trousers: Purple, Orange
Belt: Blue, Yellow, Orange
Shirt: Red, Orange
Tie: Blue, Yellow, Orange
| [
"Includes a list of clothing items where no item of clothing has more than three colour types.",
"Includes a list of clothing items where none of the following pairs of clothing share the same primary colour: (shoes, socks), (trousers, socks), (shoes, trousers), (shirts, trousers), (shirts, ties), (belt, trousers... |
p19553323 | QR-WP | [
"WK-DM",
"CT-BD"
] | [
"biology",
"chemistry",
"engineering",
"math",
"reasoning",
"science",
"verifiable"
] | A given biological process has a Hill coefficient of 1.5, a ligand concentration of 0.125 micromolar, and an apparent dissociation constant of 0.17675 derived from the law of mass action. What is the percent of the receptor protein concentration that is bound by the ligand to three significant figures? | [] | 0.2 | [] |
p07585366 | PR-EX | [
"QR-CL"
] | [
"algorithms",
"coding",
"execution",
"instruction following",
"operational logic",
"planning",
"procedural",
"reasoning",
"rubrics"
] | A goldendoodle breeder uses a coded system to track puppy lineages. To decode a puppy's registration ID from the breeder's encrypted format, follow this exact sequence:
Encrypted ID: DOODLE_TEETH_2026
Decoding protocol:
1) Remove all underscores.
2) Convert to lowercase.
3) Remove all occurrences of the letter that a... | [] | 202-HTTL-DOOD | [
"Removes all underscores from the encrypted ID to produce DOODLETEETH2026.",
"Converts the string to lowercase to produce doodleteeth2026.",
"Identifies 'e' as the most frequently occurring letter (appears 3 times).",
"Removes all occurrences of 'e' to produce doodltth2026.",
"Reverses the string to produce... |
p50642463 | CT-FT | [
"CT-FT",
"CT-BD"
] | [
"coding",
"formatting",
"human resources",
"instruction following",
"rubrics",
"structure",
"tables"
] | Using the employee data shown below, create a Markdown table by following these rules:
1. Create a header row using this exact format: ||||||
2. Create an alignment row using this exact format: |-|-|-|-|-|
3. Format the employee name in Markdown bold (ignore employee ID numbers and emails) in column one
4. Use exactly... | [] | ||||||
|-|-|-|-|-|
|**Alice Johnson**| |Engineering|San Francisco|<sub>2023-01-15</sub>|
|**Grace Lee**| |*Enginering*|San Francisco|<sub>2023-01-28</sub>|
|**Henry Wilson**| |Design|San Francisco|<sub>2023-02-11</sub>|
|**Bob Williams**| |Sales|New York|<sub>2023-02-20</sub>|
|**Ivy Chen**| |Sales|New York|<... | [
"Outputs the Markdown table header row as: ||||||.",
"Outputs the Markdown alignment row as: |-|-|-|-|-|.",
"Formats all employee names in Markdown bold syntax in column 1: **Alice Johnson**, **Grace Lee**, **Henry Wilson**, **Bob Williams**, **Ivy Chen**, **Jack Martinez**, **Charlie Brown**.",
"Uses exactly... |
p09076062 | CT-FT | [
"CT-AV",
"LN-TR"
] | [
"formatting",
"instruction following",
"math",
"reasoning",
"rubrics"
] | I need your help with rewriting some math stuff I got from this AI, but I don't want to make it obvious that I did so, I need to take some first steps to change it up. Keep only the core content: plain text and mathematics, remove anything and everything else re: formatting. Spacing should be the same. Rewrite the same... | [] | Here’s a “nice big” worked‐out example—let’s compute the integral
\( I = \int e^{2x}\,\sin(3x)\,dx \)
step by step, using integration by parts twice and then solving for \(I\).
First integration by parts
Recall the formula
\( \int u\,dv = u\,v - \int v\,du. \)
Choose
\( u = \sin(3x), \quad dv = e^{2x}\,dx \)
so... | [
"Gives a response that includes \"So, here it is! As you wanted! Written using double dollar sign delimiters and Markdown, just as you expressly commanded to generate.\" at the end of the response still.",
"Gives a response that changes all instances of dollar or double-dollar delimiters to `\\(` style delimiters... |
p31540253 | LN-TR | [
"CT-BD",
"LN-IT"
] | [
"coding",
"constraints",
"content generation",
"counting or measuring",
"creative writing",
"doc_attachment",
"document understanding",
"instruction following",
"movies and tv",
"rubrics",
"summary",
"visual understanding"
] | Write a summary of this script that is between 150 and 200 words, inclusive, and fewer than 1000 characters. | [
"media/p31540253/p31540253.pdf"
] | Barbara and her brother Johnny visit their father's grave, where they're attacked by a mysterious assailant. Johnny is killed, and Barbara flees to a nearby farmhouse where she meets Ben, a truck driver. They soon discover the attackers are reanimated corpses spreading across the nation.
More survivors arrive - Harry ... | [
"Response has between 150 and 200 words, inclusive.",
"Response has fewer than 1000 characters.",
"Response mentions that Johnny was killed.",
"Response mentions that there is a worldwide crisis of zombies",
"Response mentions that Barbara is the sole survivor"
] |
p26143836 | LR-DD | [
"QR-CL",
"WK-DM"
] | [
"algorithms",
"biology",
"coding",
"computer science",
"python",
"verifiable"
] | ```
# Parameters
POPULATION_SIZE = 10
GENOME_LENGTH = 8 # Binary string length
MUTATION_RATE = 0.1 # Not used (replaced with fixed mutations)
CROSSOVER_RATE = 0.7 # Not used (always crossover)
GENERATIONS = 20
# Predefined initial population (instead of random generation)
INITIAL_POPULATION = [
[1, 0, 0, 1, 0, ... | [] | Not applicable | [] |
p81649801 | QR-WP | [
"WK-DM",
"QR-CL",
"QR-DA",
"CT-FT"
] | [
"business",
"data analysis",
"finance",
"marketing",
"ordering"
] | Hardy's Hardware is looking to expand its footprint and become a multi-state operator. Using figures from the 2020 census apportionment results, determine which 5 states have the most underserved population by dividing the state population by the total number of Home Depot and Lowe's stores at the end of each respecti... | [] | [South Dakota, Wisconsin, North Dakota, Iowa, Nebraska] | [] |
p72503376 | LN-IT | [
"LR-IF",
"CT-CO"
] | [
"doc_attachment",
"document understanding",
"economics",
"finance",
"literature",
"multi hop",
"verifiable",
"visual understanding"
] | Lately I've been encouraging my wife to get into the world of investing in stocks. Because she has a very different set of interests, I think her insights could help us make better investing decisions. In fact, one of my favorite investors made several of his greatest picks thanks to his wife! Can you go through thi... | [
"media/p72503376/p72503376.pdf"
] | Amazon, Apple, Atari, Hanes, The Limited, McDonalds, Paychex, Pier 1 Imports | [] |
p56712436 | LN-IT | [
"LR-DD",
"QR-WP"
] | [
"humanities",
"lateral thinking",
"probability",
"psychology",
"reasoning",
"rubrics"
] | Here are some facts about Felix. From the age of 3, he showed an unusual interest in cat food; even at that tender age, he would sit for hours at the cat’s bowl in anticipation of cat food appearing. At 5, he was pestering his parents - frequently asking when they would next go grocery shopping - so that he could see t... | [] | (a) and (b) are equally likely | [
"Identifies that (a) = (i).",
"Recognizes (i) “Felix loves cat food” as a conjunct of (b)",
"Recognizes (ii) “Felix waited for cat food to arrive in bowls at 3” as a conjunct of (b).",
"Recognizes (iii) “Felix pestered his parents to go grocery shopping at 5 so he could see cat food” as a conjunct of (b).",
... |
p14836578 | WK-GK | [
"LR-IF"
] | [
"humanities",
"knowledge",
"movies and tv",
"music",
"popular culture",
"retrieval",
"verifiable"
] | I remember watching a movie or a TV show, and the scene was a fashion show where this song was playing in the background. The song had lines like "exactly what you said" and other lyrics. It has an actor from the show Dexter and was rated TV-MA in the US. What show was I watching most likely? | [] | The Assassination of Gianni Versace (American Crime Story Season 2) | [] |
p84121861 | QR-WP | [
"SI-PS"
] | [
"geometry",
"math",
"probability",
"reasoning",
"spatial",
"verifiable"
] | A spherical watermelon with a diameter of $1$ foot is entirely green on the surface and entirely red inside (ignore the thickness of the rind). It is cut into two equal halves. One of its halves is then cut into two equal halves. A bite is taken out of one of the pieces, removing a quarter sphere with a radius of $1... | [] | $\frac{3}{7}$ | [] |
p59125855 | LR-DD | [
"WK-DM",
"QR-CL"
] | [
"constraints",
"context handling",
"conversational coherence",
"food",
"instruction following",
"law",
"memory handling",
"operational logic",
"ordering",
"personalized recommendations",
"science"
] | Mina: "Tomorrow for our emergency-preparedness drill, I'm putting out 15 snack options at 8:00am. People will nibble until 6:00pm. The room stays warm, about 27 degrees celcius. There's no fridge, stove, microwave, or oven."
Leo: "And Sana is pregnant and Drew is immunocompromised, right?"
Mina: "Yes. Two absolute ba... | [] | [F7, F10, F11, F3, F13, F4, F1, F12, F6, F8, F9, F5, F2, F15, F14] | [] |
p52599782 | LN-EP | [
"WK-GK"
] | [
"character",
"creative writing",
"economics",
"history",
"instruction following",
"law",
"philosophy",
"politics",
"rubrics"
] | Act as Pierre-Joseph Proudhon to answer the following conundrum:
Two landlords each own a home, the larger of the two homes is in an area with fewer amenities, all else is equal between the homes apart from these two factors. What should each landlord charge their tenants, relative to the other?
| [] | I reject the very notion of your question! Don’t you know that property is theft when it stems from exploitative property rights instead of use and added value to the community! While I do not wish to ban rent, as I believe in the free association of individuals rather than a centralisation of what is allowed through t... | [
"Shows that Proudhon’s opinion is that “property is theft” if the owner is not occupying the property or when ownership of property allows for the exploitation of others.",
"Clarifies that Proudhon has libertarian socialist principles, such as the free association of individuals, that cooperatives are a preferred... |
p71439558 | SI-PS | [
"WK-DM",
"CT-FT"
] | [
"cars",
"conditional and behavioral",
"engineering",
"formatting",
"instruction following",
"rubrics",
"science",
"technology",
"writing"
] | Describe the different parts of a car. Every part that has a wheel or wheel-like subpart/object involved in its functioning, wrap the name of that part with parentheses. | [] |
A car relies on an (engine), complete with fuel, cooling and exhaust subsystems, that generates power and channels it through the (transmission) and (drivetrain) to rotate the (wheels). The (steering system) uses a (steering wheel) and linkages to direct the vehicle, while the (brakes) clamp (discs) to slow those same... | [
"Provides five or more components commonly found in a car.",
"Every part in the response that has a wheel or wheel-like component, is enclosed in parentheses.",
"Every part in the response that is enclosed in parantheses has a wheel or wheel-like component."
] |
p31434504 | SI-PS | [
"WK-GK",
"LN-IT"
] | [
"food",
"humanities",
"image_attachment",
"procedural",
"reasoning",
"spatial",
"verifiable",
"visual understanding",
"web search"
] | Is this the correct way to dice this for a sandwich? | [
"media/p31434504/p31434504.png"
] | No, while the manner of cutting does not affect the taste, typically one would slice the tomato thin and even round for a sandwich. | [] |
p16551208 | SI-TR | [
"WK-GK",
"QR-WP",
"LN-IT"
] | [
"context handling",
"conversational coherence",
"factuality",
"finance",
"geography",
"knowledge",
"lateral thinking",
"law",
"memory handling",
"rubrics",
"temporal reasoning"
] | SCENE 1: THE LOBBY
(Ryan Bingham glides through the revolving doors of The Ritz-Carlton, Oahu. Despite the wrinkled linen suit and the drag of his carry-on, he moves with the practiced efficiency of a man who lives in airports. He approaches the front desk where Natalie Keener stands, looking sharply professional.)
[... | [] | 03:30:00 | [
"Recognizes that Ryan checks in the The Ritz-Carlton, Oahu hotel at 12 AM local time.",
"Accounts for Ryan taking 3 hours to call Natalie back from his hotel room.",
"Accounts for Kara taking exactly 30 minutes to arrive at Ryan's room and read the note.",
"Recognizes that The Ritz-Carlton, Oahu is in Hawaii.... |
p50533023 | WK-GK | [
"QR-CL"
] | [
"biology",
"engineering",
"food",
"health",
"image_attachment",
"reasoning",
"science",
"verifiable",
"visual understanding"
] | How much more protein is in one ounce of these compared to an ounce of pecans? | [
"media/p50533023/p50533023.png"
] | Walnuts have ~1.7 grams more protein than pecans per ounce, with walnuts containing ~4.3g and pecans containing ~2.6g. | [] |
p99983319 | CT-FT | [
"WK-DM",
"LR-DD"
] | [
"coding",
"constraints",
"data manipulation",
"formatting",
"instruction following",
"rubrics",
"structure"
] | Generate a single valid, well-formed XML 1.0 document with a root element data containing exactly three child elements each named field. Each field element must have an attribute rule indicating the constraint applied, and its text content must satisfy that constraint exactly:
Field 1 (rule="literal"): The raw XML sou... | [] | ```
<?xml version="1.0" encoding="UTF-8"?>
<data>
<field rule="literal"><![CDATA[price < 10 & qty > 5]]></field>
<field rule="literal" reason="forbidden">UNSATISFIABLE</field>
<field rule="parsed">Tom & Jerry <1940></field>
</data>
``` | [
"Encloses all field elements within a <data> root element.",
"Sets the first field element to: <field rule=\"literal\"><![CDATA[price < 10 & qty > 5]]></field>.",
"Sets the second field element to: <field rule=\"literal\" reason=\"forbidden\">UNSATISFIABLE</field>.",
"Sets the third field element with rule=\"... |
p90848317 | WK-GK | [
"LR-IF"
] | [
"creative writing",
"knowledge",
"language",
"literature",
"retrieval",
"verifiable"
] | I read a book about the a security/intelligence agency whose chief has a nickname, similar to how the head of MI6 is called M (at least in pop culture). Both the name of the agency and the name of the chief end with the same syllables or sound. What is the name of the agency, the nickname by which the chief is called/r... | [] | Mossad, Ramsad, Michael Bar-Zohar | [] |
p83695861 | LN-EP | [
"WK-DM",
"WK-GK"
] | [
"business",
"character",
"content generation",
"geography",
"history",
"humanities",
"instruction following",
"law",
"politics",
"rubrics",
"strategy"
] | Act as if you are a professional negotiator for the US government, describe the US policy regarding negotiation with terrorists. | [] | As a hostage negotiator for the US government, I follow US policy unless directed otherwise someone with the authority to do so.
Firstly, let me clear up the common misconception that the US policy regarding negotiating with terrorists is a strict ban on all negotiation. This isn’t true, PPD-30 lays out the guidelines... | [
"States that it is not against US policy to negotiate with terrorists or terrorist organisations.",
"Lists evidence such as “PRESIDENTIAL POLICY DIRECTIVE/PPD-30” and Executive Order 13698 to prove this point.",
"States that “No concessions to terrorists” is US policy.",
"Avoids focusing solely on generic hos... |
p03403745 | QR-WP | [
"LR-IF",
"WK-DM"
] | [
"doc_attachment",
"document understanding",
"economics",
"finance",
"humanities",
"multi hop",
"verifiable",
"visual understanding"
] | Within the attached report, the European Investment Bank has summarized issues and prospects with investments within the European Union, which I am looking to use in order to obtain a rough top ceiling of risk-adjusted outperformance that may be obtained by investing in the EU vs investing in the US alone.
Could you fi... | [
"media/p03403745/p03403745.pdf"
] | 0.0105 | [] |
p25885153 | SI-TR | [
"WK-GK",
"CT-BD"
] | [
"history",
"knowledge",
"reasoning",
"rubrics",
"sports"
] | Can you give me 3 examples of mid-season trades in the NBA that led to a championship for one of the involved teams in that same calendar year? Once you have an answer, please double check and make sure that each of those trades occurred mid-season, and that each of the trades led to a title in the same calendar year,... | [] | The GTFA can be any 3 of the following 12:
1. Boston Celtics receive Jaden Springer on 2/8/24
2. Milwaukee Bucks receive Rodions Kurucs, PJ Tucker on 3/19/21
3. Toronto Raptors receive Marc Gasol on 2/7/19
4. Cleveland Cavaliers receive Channing Frye on 2/18/16
5. San Antonio Spurs receive Austin Daye on 2/20/14
6. Mi... | [
"The response checks that each trade occurred mid-season.",
"The response checks that each trade led to a title that same year.",
"The response checks that 3 examples are provided.",
"The response chooses three of the following possibilities: Boston Celtics receive Jaden Springer on 2/8/24, Milwaukee Bucks re... |
p13248500 | SI-PS | [
"LR-IF",
"SI-TR"
] | [
"intuitive",
"math",
"physics",
"reasoning",
"rubrics",
"spatial",
"temporal reasoning"
] | Mary’s family has a swimming pool in the backyard. Mary is in the pool with her school friends Jo, Flo and Mo. The pool is not particularly deep, and reaches only as far as Mary’s chest when she stands. Mary and her friends are all 16 years old, and are playing a long game of their own devising that they call squizzip.... | [] | lower | [
"Infers that Mary receives her brick from Jo before Jo enters the pool.",
"Infers that Mary’s brick is in the pool when the story ends.",
"Infers that Jo is not in the pool when the story ends.",
"Recognizes that the total difference between what was in the pool when Mary made her initial request, and what is... |
p52963857 | QR-WP | [
"WK-DM"
] | [
"engineering",
"law",
"math",
"science",
"verifiable"
] | A chemical processing facility continuously discharges effluent into a reservoir at a constant volumetric rate of $Q = 3.45\ \mathrm{m^3/s}$. The effluent carries cadmium at a fixed concentration of $C_{0} = 5.00\ \mathrm{mg/L}$. Within the reservoir, cadmium is removed by biodegradation following first‐order kinetics ... | [] | 896 s | [] |
p99137504 | LR-IF | [
"SI-PS"
] | [
"lateral thinking",
"logic",
"philosophy",
"probability",
"psychology",
"reasoning",
"rubrics",
"strategy"
] | Donkey has been left alone by Shrek and Fiona at the swamp and is equally thirsty and hungry. He then goes to Shrek’s house and sees two locked chests placed exactly the same distance from him. One is a beautiful golden chest with precious stones around it and a dragon-shaped golden ornament on the left that says “Only... | [] | Silver chest | [
"Note that both chests are locked.",
"Note that only the silver chest has a key inserted.",
"Determine that the silver chest is the only one that can potentially be opened.",
"Determine that the golden chest is not accessible.",
"Determine that it is better to choose the silver chest which has a chance to b... |
p42531804 | LR-DD | [
"QR-WP"
] | [
"coding",
"games",
"logic",
"math",
"puzzles",
"reasoning",
"sports",
"verifiable"
] |
In a rugby union tournament, a team gets 4 points for a win, 0 for a loss – plus 1 bonus point for scoring 4 tries in a match or for losing by not more than 7 points. Here is the group table:
\begin{center}
\begin{tabular}{lcccccc}
\textbf{Team} & \textbf{P} & \textbf{W} & \textbf{L} & \textbf{F} & \textbf{A} & \text... | [] | 2 | [] |
p20819072 | WK-GK | [
"LR-IF"
] | [
"art",
"history",
"humanities",
"image_attachment",
"reasoning",
"verifiable",
"visual understanding"
] | How is this sculpture related to the Triumphal Arch of the Carousel? | [
"media/p20819072/p20819072.png"
] | The author of this sculpture, François Joseph Bosio, is also the author of the quadriga located on top of the Triumphal Arch of the Carousel. | [] |
p58756531 | PR-EX | [
"QR-WP",
"CT-AV",
"CT-FT"
] | [
"constraints",
"doc_attachment",
"document understanding",
"finance",
"food",
"instruction following",
"operational logic",
"planning",
"procedural",
"rubrics",
"visual understanding"
] | Delvin needs some sustenance in his life. He flips open the attached cookbook and decides to cook the recipe right after the Asian Noodles recipe. In Delvin's kitchen, he has lettuce, tomatoes, scallions, corn, lime, olive oil, peanut sauce, grated carrot, bean sprouts, milk, and eggs.
Delvin realizes he doesn't have... | [
"media/p58756531/p58756531_1.pdf",
"media/p58756531/p58756531_2.pdf"
] | 2, 3, 5, FRIDGE | [
"Identifies the recipe immediately after \"Cold (and Spicy?) Asian Noodles\" as \"Taco Salad\".",
"Uses only the Taco Salad main recipe content and explicitly ignores the \"additions\" section.",
"Identifies all main-recipe (non-additions) Taco Salad salad components as including: lettuce, a protein choice of b... |
p48070277 | QR-WP | [
"LR-DD",
"QR-CL",
"CT-AV"
] | [
"algorithms",
"math",
"ordering",
"reasoning"
] | Consider the weighted directed graph with the positive integers $1, 2, 3, \ldots$ as its vertices (in particular, this means that it has infinitely many vertices) and edges as follows:
* An edge from $n$ to $n+5$ for all integers $n \geq 1$, with weight equal to $1$, and
* an edge from $n$ to $2n$ for all integers $n \... | [] | [N,O,L,K,I,J,G,F,H,D,E,A,C] | [] |
p81615649 | PR-EX | [
"WK-GK",
"QR-CL",
"CT-AV"
] | [
"business",
"data analysis",
"instruction following",
"multi hop",
"ordering",
"personalized recommendations",
"reasoning",
"rubrics",
"web search"
] | I have provided a list of coffee tables from IKEA Canada's current online catalog as of June 14th, 2025.
LACK Coffee Table: 118x68cm, 3 tools, 12 screws
SKRUVBY Coffee Table: 60x60cm, 2 tools, 12 screws
ASPEROD Coffee Table: 115x58cm, 1 tool, 20 screws
LISTERBY Coffee Table: 140x60cm, 2 tools, 14 screws
Use the f... | [] | ASPEROD Coffee Table | [
"Identifies that only LACK (black-brown) and ASPEROD (black) coffee tables meet the color requirement of black or black-brown. SKRUVBY (white) and LISTERBY (light-brown) are eliminated as choices.",
"Confirms that both LACK (118cm) and ASPEROD (115cm) meet the length requirement (≥100cm).",
"Calculates the corr... |
p06381153 | LR-IF | [
"WK-GK"
] | [
"cryptography",
"geography",
"puzzles",
"verifiable"
] | I am stuck in an escape room trying to figure out a code that must be 8 characters long. There is nothing in this room except a map of the United States with each state outlined, and on the wall is a picture of a little girl giggling by a ham radio, and an inscription that reads "Maybe his sister Jessie radio'd gleefu... | [] | MISSOURI | [] |
p37695876 | PR-EX | [
"CT-BD",
"LN-IT"
] | [
"creative writing",
"instruction following",
"language",
"poetry",
"rubrics",
"structure"
] | I have the first two lines of a poem following iambic pentameter. Structure this as follows. Start a new line at the end of each second-stressed syllable. There may be no more than five lines. If the output will exceed five lines, cut off at the previous stressed syllable:
My heart aches, and a drowsy numbness pains
... | [] | My heart aches, and
a drowsy numb
ness pains My sense
, as though of hem
lock I had drunk | [
"Contains five lines.",
"Starts a new line for each second stressed syallable.",
"The first line is: My heart aches, and",
"The last line is: lock I had drunk"
] |
p77204968 | LR-DD | [
"WK-DM",
"LN-TR",
"CT-AV"
] | [
"coding",
"computer science",
"creativity",
"knowledge",
"language",
"lateral thinking",
"python",
"rubrics",
"style",
"technical ability",
"writing"
] | You are a senior Python developer mentoring a junior colleague. They found the following function in your team's legacy user registration service and cannot figure out what it actually does. They need two things from you: PART A: Write a plain-English analogy (3 to 5 sentences, absolutely no programming jargon) that a ... | [] | ('confirmed', [True], {True: 'bool'}, 'BOOL', {False: 1})
('confirmed', [True, 1], {True: 'int'}, 'INT', {False: 2})
('confirmed', [True, 1, False], {True: 'int', False: 'bool'}, 'BOOL', {False: 3})
('confirmed', [True, 1, False, 0], {True: 'int', False: 'int'}, 'INT', {False: 4})
([True, 1, False, 0], {True: 'int', Fa... | [
"States that the first print outputs ('confirmed', [True], {True: 'bool'}, 'BOOL', {False: 1}) with kind as the uppercase string 'BOOL' and tally as {False: 1}.",
"States that the second print outputs ('confirmed', [True, 1], {True: 'int'}, 'INT', {False: 2}) with the seen dict key remaining as True (not replaced... |
p79379544 | SI-TR | [
"WK-GK",
"SI-PS"
] | [
"geography",
"lateral thinking",
"optimization",
"physics",
"puzzles",
"reasoning",
"rubrics",
"science"
] | A person was born on January 15th, 1979 and died on January 14th, 2021 in the same city he was born in. He grew up to be an astronaut and spent 4 years in training at NASA for a mission on a space station that lasted another 2 years. In how many distinct seasons could he have celebrated his birthday on Earth? | [] | 2 | [
"Determines that the person could have celebrated his birthday more than once on Earth.",
"Identifies winter as a season in which the person could have celebrated his birthday in the Northern Hemisphere of Earth (due to January 15 falling in winter there).",
"Identifies summer as a season in which the person co... |
p73349726 | WK-DM | [
"WK-GK",
"CT-AV"
] | [
"coding",
"computer science",
"factuality",
"history",
"knowledge",
"personalization",
"rubrics",
"technical ability"
] | Given an Intel 8086 processor, following this order, use its instruction set to create an assembly code based on a Roman history game.
In the module labeled REPUBLIC, we must assign the value 0 to the high subregister of A and the variable ROME to the low subregister. Likewise, we must assign 0 to the high subregister... | [] | ```asm
REPUBLIC:
MOV AH, 0
MOV AL, ROME
MOV BH, 0
MOV BL, TRAJAN
GERMANS_ATTACK:
CMP AX, BX
JZ ROME_CRISIS
ADD AX, 50
JMP GERMANS_ATTACK
ROME_CRISIS:
ADD AX, 200
MOV EMPEROR_NEW_CLOTHES, AX
HLT
``` | [
"Labels the first module REPUBLIC",
"Labels the second module GERMANS_ATTACK",
"Labels the third module ROME_CRISIS",
"Ends the label of each module with a colon \":\"",
"Generates the code for the REPUBLIC module exactly as:\nMOV AH, 0\nMOV AL, ROME\nMOV BH, 0\nMOV BL, TRAJAN",
"Generates the code for th... |
p27623150 | LR-IF | [
"WK-DM",
"LR-DD",
"SI-TR",
"CT-BD"
] | [
"cybersecurity",
"humanities",
"law",
"personalization",
"rubrics"
] | Juan has worked at a glass factory in Buenos Aires for more than 20 years. Approximately 15 years after he was hired, he began taking several computer science courses and learned the fundamentals of programming. When the country entered a severe economic crisis in 2001, Juan was laid off due to staff cuts in order to k... | [] | No | [
"Details that the Law No. 26,388 introduces the offense of computer damage in Argentina.",
"Specifies that the Law No. 26,388 was enacted in 2008.",
"Mentions that the Law No. 26,388 is a law that amends the Argentine Criminal Code.",
"Explains that the offense of damage is set out in Article 183 of the Argen... |
p65920956 | PR-PL | [
"QR-WP",
"PR-PL"
] | [
"lateral thinking",
"planning",
"procedural",
"reasoning",
"rubrics"
] | You weigh 60 kg and need to cross a river on a raft with a 70 kg limit. You are carrying a 10 kg wolf, a 10 kg goat, a 1 kg cabbage, and a 1 kg dove. You cannot leave the goat alone with the cabbage or it will eat it, nor can you leave the wolf alone with the goat or it will eat it. However, holding the dove provides 5... | [] | 3 | [
"Rules out crossing the river in a single turn with the wolf, goat, cabbage, and dove due to weight restrictions.",
"Rules out crossing the river in two turns with the wolf, goat, cabbage, and dove since you would end up on the wrong side of the river.",
"Demonstrates crossing the river in three turns by transp... |
p39017990 | CT-FT | [
"WK-DM"
] | [
"biology",
"conditional and behavioral",
"context handling",
"engineering",
"instruction following",
"knowledge",
"language",
"medical",
"rubrics",
"science"
] | Write a small paragraph on different types/cultures of bacteria and the internal organs/parts of a bacterial cell. Write this such that, every time a word originating from Latin is used, it is bolded, unless it has to follow other specific conventions in biology. Only apply these rules to terms that are related to biol... | [] | **Bacteria** are **unicellular** organisms that can be strictly classified by their shape into three main types **cocci**, **bacilli** and **spirilla**. For instance, *Escherichia coli* a *bacillus* commonly found in the **human** **intestine** and *Staphylococcus aureus* a *coccus* known to cause **infections** of the... | [
"Bolds all of the following words: bacteria, unicellular, cocci, bacilli, spirilla, human, intestine, infections, diversity, bacterial, cells, nucleus, genetic, nucleoid, cell, slime.",
"All bolded words fit the criteria: has a Latin origin and is related to biology (and doesn’t have a biological reason to exclud... |
p90001261 | PR-EX | [
"CT-FT",
"WK-GK"
] | [
"context handling",
"education",
"formatting",
"instruction following",
"planning",
"rubrics",
"sports",
"tables"
] | Below is the “Renaissance Academy of Martial Arts” class schedule formatted as a Markdown table.
|Time(Start–Finish)|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|
|---|---|---|---|---|---|---|
|**6:00AM**||Gracie Jiu Jitsu—*All Ranks*||Gracie Jiu Jitsu—*All Ranks*|||
|**10:00–10:55AM**||||||Gracie Jiu Jitsu|
|**1... | [] | [2,3,3,3,1,1], 13 | [
"Criterion 1 - Identify there are 2 classes on Monday",
"Criterion 2 - Identify there are 3 classes on Tuesday",
"Criterion 3 - Identify there are 3 classes on Wednesday",
"Criterion 4 - Identify there are 3 classes on Thursday",
"Criterion 5 - Identify there is 1 class on Friday",
"Criterion 6 - Identify... |
p72919379 | PR-EX | [
"CT-AV"
] | [
"coding",
"cryptography",
"formatting",
"instruction following",
"language",
"math",
"rubrics"
] | A sequence of emoji's and chinese characters has been encoded into the following binary from ASCII/UTF-8. Please return the original sequence of emoji's and characters.
"11110000 10011111 10011000 10000010 11110000 10011111 10011000 10100010 11110000 10011111 10010001 10001110 11110000 10011111 10010011 10001001 11110... | [] | 😂😢👎📉💔💸💥🤦♂️👀🚽😱🚨你好我的米子市蓝底😉😛🤑 | [
"Provides the correct sequence: 😂😢👎📉💔💸💥🤦♂️👀🚽😱🚨你好我的米子市蓝底😉😛🤑",
"Outputs only the character string."
] |
p33994529 | QR-WP | [
"WK-DM",
"QR-DA",
"QR-CL",
"CT-FT"
] | [
"economics",
"finance",
"geometry",
"law",
"math",
"ordering",
"temporal reasoning"
] | Ray is advising his client, Dalio, who wishes to fund a lump-sum payment of \$500,000 due in 10 years for his granddaughter's college education. Dalio wants to immunize this liability starting today, and will implement the strategy by selecting a single portfolio without adding outside funds.
Given that zero-coupon go... | [] | [R,J,B,H,G] | [] |
p79463146 | PR-PL | [
"LR-IF",
"CT-BD"
] | [
"chemistry",
"factuality",
"health",
"knowledge",
"medical",
"planning",
"procedural",
"rubrics",
"science"
] | A 78-year-old female attends the GP practice (Birmingham, England, 2026) for a Prescription Review with the Pharmacist. She has recently attended the hospital due to a community-acquired pneumonia and was placed on antibiotics for this. Her past medical history includes hypertension, diabetes (diet-controlled), atrial ... | [] | 1, 4, 6, 8, 10 | [
"Identifies significant drug interaction between Atorvastatin and Clarithromycin.",
"Determines that Atorvastatin must be stopped.",
"Identifies that the patient's eGFR is between 15-29 ml/min/1.73 m^2.",
"Excludes metformin due to low eGFR.",
"Determines that SGLT-2 inhibitors should be started.",
"Exclu... |
p00268503 | QR-WP | [
"WK-DM",
"QR-CL"
] | [
"chemistry",
"physics",
"science",
"verifiable"
] | A researcher is investigating using the nuclear spin ensemble of a quantum dot as a long-term memory. The protocol involves transferring the quantum dot electron spin state to the surrounding nuclear ensemble and storing it until it is needed. The goal is to maximize the coherence time of the nuclear memory, which is p... | [] | 0.6 ns | [] |
p01432093 | LN-EP | [
"CT-AV",
"WK-DM"
] | [
"coding",
"computer science",
"constraints",
"creative writing",
"creativity",
"knowledge",
"language",
"persona",
"poetry",
"python",
"rubrics",
"structure",
"style",
"technical ability",
"writing"
] | You are Reginald Voss: software architect, author of "Pythonic Mastery", blogger with 190,000 subscribers, 34 years of experience, and a man of absolute certainty. You are famously condescending toward junior developers and have never publicly retracted a technical claim in your life.
At PyCon 2023, you made a wager: ... | [] | Reginald Voss | Pythonic Mastery | Verse Edition Q1
The wager with Marcus Elbe demands another quarterly installment in this format, which I find aesthetically repugnant and intellectually beneath me. I will honor it anyway, and I will do so with more clarity than Elbe has managed in his entire career.
A snippet sits... | [
"Opens with <=3 sentences of prose establishing the Verse Edition context, then transitions to rhyming couplets with no further prose.",
"Maintains true rhymes in every consecutive line pair (AA BB CC pattern) with no near-rhymes and no identical-word rhymes.",
"States ([],) as the output confidently and withou... |
p38792429 | CT-CO | [
"LN-EP",
"CT-AV",
"CT-BD"
] | [
"constraints",
"creativity",
"language",
"optimization",
"personalization",
"poetry",
"rubrics",
"style",
"wordplay"
] | Write me a short but sweet message for my wife for Valentine’s Day. Give me a short, grammatically sound sentence -- say 15 words or less -- that integrates 4 fruit puns. The sentence should express both my adoration for her and how I feel that we are a perfect match. For the sake of this request, a pun is any singl... | [] | You are lime one in a melon, and we make a grape pear! | [
"Provides a sentence with 4 fruit puns.",
"Does not exceed 15 words in the provided sentence.",
"Does not replace any words partially with fruit puns in the provided sentence.",
"Does not combine words to form fruit puns in the provided sentence.",
"Does not replace more than one consonant sound to form any... |
p79766329 | SI-TR | [
"WK-GK",
"CT-FT"
] | [
"conditional and behavioral",
"constraints",
"formatting",
"history",
"humanities",
"instruction following",
"politics",
"psychology",
"rubrics"
] | I want to know how influential my state is in presidential elections. Please give me a numbered list of every president elected since World War 1 ended through the year 2021. If the president won the electoral votes of Pennsylvania that year, please bold the president's name for that year. If the president did not w... | [] | 1. **Warren G. Harding** (1920)
2. **Calvin Coolidge** (1924)
3. **Herbert Hoover** (1928)
4. Franklin D. Roosevelt (1932)
5. **Franklin D. Roosevelt** (1936)
6. **Franklin D. Roosevelt** (1940)
7. **Franklin D. Roosevelt** (1944)
8. Harry S. Truman (1948)
9. **Dwight D. Eisenhower** (1952)
10. **Dwight D. Eisenhower**... | [
"Lists all presidents elected since World War 1 through model's latest update, which includes 1. Warren G. Harding, 2. Calvin Coolidge, 3. Herbert Hoover, 4. Franklin D. Roosevelt, 5. Franklin D. Roosevelt, 6. Franklin D. Roosevelt, 7. Franklin D. Roosevelt, 8. Harry S. Truman, 9. Dwight D. Eisenhower, 10. Dwight D... |
p64126321 | QR-CL | [
"LR-DD"
] | [
"counting or measuring",
"data analysis",
"math",
"reasoning",
"verifiable"
] | Consider the set of numbers ${1, 3, 0, 5, 13, 50}$. If $n$ is the number of distinct 8-digit integers that can be created by chaining all the elements from this set together exactly once (e.g., $10351350$ is one such integer), find $n$.
Assume the first digit of these integers cannot be $0$. | [] | $498$ | [] |
p35506203 | LR-DD | [
"QR-CL",
"WK-DM",
"CT-FT"
] | [
"classification",
"coding",
"education",
"ordering",
"python",
"rubrics"
] | I have four copies of the code below that were submitted to me by students in my class. I am grading them using the following rubric. Please give me a list of the students scores in the form of ["student A score", "student B score", "student C score", "student D score"] as a final score and explain how you got those sc... | [] | ["25", "20", "23", "23"] | [
"The response identifies Student A total score as 25.",
"The response identifies Student B total score as 20.",
"The response identifies Student C total score as 23.",
"The response identifies Student D total score as 23.",
"The final response: [\"25\", \"20\", \"23\", \"23\"]"
] |
p26795058 | QR-DA | [
"CT-FT",
"CT-AV"
] | [
"data analysis",
"economics",
"image_attachment",
"math",
"reasoning",
"rubrics",
"statistics",
"visual understanding"
] | Provide only a table with the average GDP per capita for Germany, Italy, Malta, Finland, and Spain from 2014 to 2024, rounded to two decimal places, using the attached image. | [
"media/p26795058/p26795058.png"
] | Germany 122.73
Italy 97.09
Malta 104.36
Finland 107.91
Spain 89.64 | [
"Calculates the average GDP per capita for Germany as 122.73",
"Calculates the average GDP per capita for Italy as 97.09",
"Calculates the average GDP per capita for Malta as 104.36\n4.Calculates the average GDP per capita for Finland as 107.91",
"Calculates the average GDP per capita for Spain as 89.64",
"... |
p23460923 | LR-DD | [
"WK-GK",
"SI-TR",
"CT-FT"
] | [
"intent",
"intuitive",
"language",
"lateral thinking",
"reasoning",
"rubrics",
"spatial",
"sports",
"temporal reasoning",
"transformation"
] | Today I read a match report about the school championship game, but it was really hard to understand. Please list the goals in the order they were scored (earliest to latest). Provide your answer in the format [P1, P2, ..., Pn], where each Pi is the name of the player who scored that goal. Explain your reasoning.
The ... | [] | [Ben, Daniel, Liam, Andy, Paul, Paul] | [
"Excludes the penalty shootout from the goal list.",
"Identifies the counterattack goal as a 9B goal.",
"Identifies shirt colors as red = 9B and blue = 8A.",
"Identifies Goal 3 as an 8A goal.",
"Identifies the third goal scorer as Liam.",
"Identifies the first goal scorer as Ben."
] |
p78287791 | CT-FT | [
"CT-BD",
"LN-EP",
"WK-GK"
] | [
"biology",
"conditional and behavioral",
"content generation",
"counting or measuring",
"creative writing",
"formatting",
"instruction following",
"lists",
"math",
"ordering",
"rubrics"
] | We want a six-sentence story, written by eight people, about a dinosaur in the ocean. Ben’s contributions are always the same: whenever a technical dinosaur term appears, he adds a brief clarification. I need help documenting the attributes. For record-keeping, we maintain a partition—an ordered list of elements of the... | [] | At sunrise, the fin of a huge **spinosaurid** (a fish-eating dinosaur) cut through the calm blue sea. The animal lifted its long back, water sliding off its scales and flashing in the early light. With a sudden splash, it snapped up a wriggling tuna, and waves slapped against the wooden pier. The workers on the small f... | [
"Checks that the response generates a six-sentence story (not only a partition) about a dinosaur in the ocean.",
"Checks that the partition in the response contains elements from eight different authors.",
"Checks that the union of the text attributes of the elements of the partition, in the order given, is equ... |
p45307801 | WK-DM | [
"LR-DD",
"CT-FT"
] | [
"economics",
"finance",
"humanities",
"ordering",
"rubrics"
] | Flora has accepted a job with a U.S.–based company. She must pick \textbf{one} of the four retirement-savings options below and stay in that plan for her entire employment.
\renewcommand{\arraystretch}{1.2} % row height \begin{center} \begin{tabularx}{\linewidth}{|c|l|X|} \hline \textbf{#} & \textbf{Plan} & \textbf{Ke... | [] | [1,2,{3,4}] | [
"Rates Plan 1 (Traditional DB) as: Benefit Payments = 3, Contributions = 3, Shortfall Risk = 1, Longevity Risk = 3, with a total score of 10.",
"Rates Plan 2 (Cash-Balance DB) as: Benefit Payments = 2, Contributions = 3, Shortfall Risk = 1, Longevity Risk = 2, with a total score of 8.",
"Rates Plan 3 (Matched 4... |
p53685887 | LN-IT | [
"LR-DD"
] | [
"aviation",
"doc_attachment",
"document understanding",
"engineering",
"science",
"verifiable",
"visual understanding"
] | According to this excerpt from an accident report, how many of the aircraft's engines were found to have malfunctioned (at any point in the flight) due to reasons other than directly ingesting solid foreign bodies during the flight? | [
"media/p53685887/p53685887.pdf"
] | 4 | [] |
p98026540 | CT-AV | [
"WK-DM",
"CT-BD"
] | [
"constraints",
"counting or measuring",
"economics",
"finance",
"geography",
"instruction following",
"rubrics"
] | Name the economies of the Middle East. Do not include any countries whose top European export partner/recipient is not Switzerland. Do not give an answer more than 10 words. Forget about mentioning any sub-100 bn GDP economy. Use any figure from 2020 to 2023. Your response should contain both the country and the top ex... | [] | UAE exported 7.5 billion in gold to Switzerland (2021, OEC). | [
"Identifies the UAE as the only Middle Eastern country with GDP above 100 billion USD whose exports to Switzerland exceed those to any other European market.",
"Limits the response to 10 words or fewer.",
"Provides an accurate value for the mentioned country’s top export to Switzerland."
] |
p99873268 | WK-GK | [
"QR-CL",
"PR-EX"
] | [
"constraints",
"data analysis",
"instruction following",
"lists",
"movies and tv",
"ordering",
"popular culture",
"reasoning",
"rubrics"
] | I am about to start watching the TV series The Walking Dead, which ran for 11 seasons. I read about some of the characters Rick, Lori, and Carl Grimes, Michonne, Darryl and Maggie. I don't like shows where I get attached to a character and then they leave. What percent of the seasons up to season 11 did these character... | [] | Characters Killed in the Show
- Carl Grimes: 73%
- Lori Grimes: 27%
Characters Not Killed in the Show
- Darryl: 100%
- Rick: 91%
- Maggie: 91%
- Michonne: 91% | [
"The response placed only Carl and Lori in the killed list, in this order.",
"The response placed Darryl, Rick, Maggie, and Michonne in the not killed list, in this order.",
"The response calculated Darryl as appearing in 100% of the seasons.",
"The response calculated Rick as appearing in 91% of the seasons.... |
p20685599 | LN-EP | [
"LN-IT",
"CT-BD"
] | [
"avoidance",
"constraints",
"creativity",
"doc_attachment",
"intent",
"language",
"marketing",
"rubrics",
"writing"
] | You are tasked with drafting a heartfelt and defiant internal email from Axel Dumas, the CEO of Hermès, to be sent to all Hermes artisans working in Seloncourt. The email must address the ongoing hostile takeover attempt by LVMH (LVMH Moët Hennessy Louis Vuitton), led by Bernard Arnault. The email must reassure the art... | [
"media/p20685599/p20685599.pdf"
] | Chers artisans de Seloncourt,
Je vous écris aujourd'hui pour vous parler directement de ce que vous avez peut-être entendu dans la presse. Le groupe LVMH, dirigé par Bernard Arnault, a secrètement acquis plus de 17 pour cent de notre maison en utilisant des montages financiers, sans jamais nous prévenir. Cette manœuvr... | [
"Writes the email entirely in French.",
"Contains fewer than 200 words.",
"Writes the email as an internal company communication from leadership to artisans.",
"Addresses the LVMH takeover attempt.",
"Avoids financial jargon, focusing on Hermès' artisan heritage (leather, saddlery, handwork) rather than sto... |
p81293639 | LN-TR | [
"WK-DM",
"LN-EP"
] | [
"coding",
"computer science",
"creativity",
"education",
"language",
"optimization",
"persona",
"personalization",
"rubrics",
"style",
"technical ability",
"tone"
] | I've been tasked at the last minute to teach a Python class at my professional organisation. It's for individuals with no prior Python / coding experience. Tomorrow is our first class. I found this code block online and want to use it to teach the class graphs. Can you refactor it so that its suitable for such a class:... | [] | # ============================================
# INTRO TO PYTHON GRAPHS
# Premier League & Championship (1997/98)
# ============================================
# STEP 1: Import a plotting library
# "matplotlib" is a tool that lets us draw graphs in Python.
# We rename it to "plt" to make it quicker to type.
import ma... | [
"Includes all 20 Premier League 1997/98 clubs with the exact points totals provided.",
"Includes all 24 Championship (First Division) 1997/98 clubs with the exact points totals provided.",
"Produces exactly two graphs: one Premier League chart and one Championship chart.",
"Uses a beginner-friendly plotting a... |
p75519535 | CT-FT | [
"WK-DM",
"LN-TR"
] | [
"coding",
"constraints",
"content generation",
"data analysis",
"execution",
"formatting",
"instruction following",
"math",
"procedural",
"reasoning",
"rubrics",
"statistics",
"transformation"
] | I am sitting a statistics course and am doing some data analysis. I have really struggled with R, the language used in the course, but am confident using Stata. As part of my assignment, I need to submit an RMarkdown file, and I need help translating my Stata code to this format.
Using the code below, I need you to co... | [] | # 0: Load in data
```{r}
study <- read.csv("filepath/study.csv")
```
# 1: Univariate associations between exposure / confounders and outcome
```{r, message = FALSE, warning = FALSE}
m1 <- glm(mi ~ factor(smoke), family = binomial, data = study) # exposure is smoking as y/n vs outcome.
summary(m1)
m2 <- glm(mi ~ age, ... | [
"Creates subheading text using a # outside of the R code chunks for the three statements numbered 0, 1 and 2.",
"Opens the R code chunk with message = FALSE, warning = FALSE after heading number 1.",
"Does not include message = FALSE, warning = FALSE, or anything else beyond the default, in either chunk followi... |
p26549552 | LN-TR | [
"CT-BD",
"CT-FT"
] | [
"formatting",
"instruction following",
"language",
"poetry",
"rubrics",
"structure"
] | Convert The Raven by Edgar Allen Poe to iambic pentameter. Capitalize all letters in emphasized syllables. Here is the original text:
Once upon a midnight dreary, while I pondered, weak and weary,
Over many a quaint and curious volume of forgotten lore-
While I nodded, nearly napping, suddenly there came a tappi... | [] | at MIDnight DREAR i PONdered, WEAK and WORN
through QUAINT and STRANGE old TOMES long LOST to LORE
while NEARly NAPping SUDden CAME a TAP
soft RAPping ECHoed AT my CHAMber DOOR
i WHISpered ‘VISiTOR now TAPS my DOOR’
no MORE than THIS there SHALL be NOTHing MORE
i KEPT in MIND that BLEAK midWINter MONTH
each DYing EMbe... | [
"Writes in iambic pentameter.",
"Capitalizes all letters of emphasized syllables.",
"Doesn’t capitalize any letters that are not emphasized."
] |
p99373782 | QR-DA | [
"WK-DM",
"LR-IF"
] | [
"data analysis",
"doc_attachment",
"document understanding",
"economics",
"finance",
"humanities",
"multi hop",
"verifiable",
"visual understanding"
] | An individual I know has purchased 0.05% of the outstanding NVDA stock, 0.03% of the outstanding TSLA stock, and 0.2% of the outstanding MSTR stock. Attached are the annual reports of all three companies. Can you calculate the portfolio weighting of the company that has had the largest proportional change in their cash... | [
"media/p99373782/p99373782_1.pdf",
"media/p99373782/p99373782_2.pdf",
"media/p99373782/p99373782_3.pdf"
] | $37.2%$ | [] |
p01035500 | QR-DA | [
"WK-DM",
"CT-FT"
] | [
"biology",
"data analysis",
"doc_attachment",
"document understanding",
"education",
"engineering",
"medical",
"multi hop",
"science",
"verifiable",
"visual understanding",
"writing"
] | I am a government official trying to skim this document to find out which subsections contain the highest number of unique Aluminium compounds.
List all subsections that have more than 3 forms of aluminium mentioned within them, do so in alphabetical order. List them in the following way: [Subsection1,Subsection2,Subs... | [
"media/p01035500/p01035500.pdf"
] | [Cosmetic,Development and Reproduction,Drinking Water,Genotoxicity,Ingestion,Intramuscular Injection,Laboratory Animals,Muscoskeletal,Nervous system,TWI,Vaccines,Workplace Air] | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.