Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
12
12
query
stringlengths
17.9k
172k
TEST3_000000
You are an auditor for XBRL filings. Given the question and the provided filing (schema, presentation, calculation, definition, label, instance, and US GAAP taxonomy), identify the reported value of a financial element and calculate the actual value that should be reported based on calculation relationships. Answer...
TEST3_000001
You are an auditor for XBRL filings. Given the question and the provided filing (schema, presentation, calculation, definition, label, instance, and US GAAP taxonomy), identify the reported value of a financial element and calculate the actual value that should be reported based on calculation relationships. Answer...
TEST3_000002
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000003
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000004
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000005
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000006
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000007
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000008
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
TEST3_000009
"You are an auditor for XBRL filings. \nGiven the question and the provided filing \n(schema, presen(...TRUNCATED)
End of preview. Expand in Data Studio

FinReason Cup 2026 · Task 3 — development and test inputs

Questions only. The answers stay with the organizers.

This is the input side of the two ranked phases of Task 3, Financial Audit Verification, at the FinReason Cup 2026 (IEEE Big Data Cup 2026, Challenge 03). The practice phase is separate and ships its answers with it: see TheFinAI/FinMR and the starter kit.

File Cases Phase
development_inputs.jsonl 680 Development — scored, ranked, public leaderboard
test_inputs.jsonl 680 Test — acceptance receipt only, decides the final result

Format

One JSON object per line, two fields:

{"id": "DEV3_000000", "query": "You are an auditor for XBRL filings. ..."}

query carries the whole case: the instruction, the question, and the filing's schema, presentation, calculation, definition and label linkbases, its instance document, and the US GAAP taxonomy. Answer with the value the filing reports for the target element and the value its own calculation relationships imply:

{"id": "DEV3_000000", "extracted_value": "-1284", "calculated_value": "1284"}

Emit "0" when your system cannot determine a value. Never omit a line — a missing id invalidates the whole submission rather than costing you one case. Predictions are matched by id, never by row order.

How to submit

Upload predictions.jsonl, or a ZIP containing exactly one root-level file of that name, at the Task 3 submission page. Development returns scores, a receipt and a rank. Test returns an acceptance receipt and nothing else.

Two things worth knowing

No rule labels. The practice set tells you which data-quality rule each case came from. These files do not, on purpose: for one of the three rules the label alone gives away the answer's shape.

Do not look the answers up. Each case is a real SEC filing and says so in its own identifiers, so you can work out which one it is. Deriving the two values from the filing materials shipped with the case is the task. Reading either value out of a service that already publishes data-quality findings for that filing is not, and a submission produced that way is not a valid entry. See the Terms of Participation.

Construction

Drawn from SEC EDGAR XBRL filings across 455 companies. Development and test share no company: a filing yields many cases, so splitting by case would put the same financial statements on both sides. The rule mix is fixed rather than natural, so that a system which simply negates whatever it extracted cannot place well.

Deadline: 15 October 2026, 23:59 AoE.

Downloads last month
-