SGR-BENCH / data_en /constraint /consumerfinance_009.json
Ninggggy's picture
Sync local dataset files and folders
0b2af11 verified
{
"task_id": "consumerfinance_009",
"domain": "CFPB_REPORTS",
"autonomy_type": "ordered table",
"oracle_output_cardinality": 2,
"instruction": "I want to organize the annual household financial stability survey report series in CFPB Reports, whose latest version page still links directly to the 2023 and 2022 editions. Some topics that appeared in the 2022 edition were later dropped from subsequent annual reports, and I want to see which other reports on the site are associated with these dropped topics. First, locate this series within the CFPB Reports section and confirm that the latest version links directly to the two previous editions (2023 and 2022). Then, using the 2022 edition as the baseline, identify topics that appear in the 2022 edition but are no longer retained in subsequent annual reports. Note: exclude the topic specifically used to mark \"belongs to the same survey series.\" Next, for each identified topic, confirm the following one by one: first, the year in which this topic first disappeared from subsequent annual reports; second, when searching for this topic within the CFPB Reports section, among results from 2022 and earlier, which report that does not belong to this series appears first; third, open that report, count how many related resources are listed on the page, how many of those explicitly link to the same survey series, and among those reports that link to the same survey series, how many have appendices labeled alphabetically with at least three sections (e.g., Appendix A, B, C or more); fourth, for the report that survives this multi-level screening, provide its title, publication date, and the alphabetical range of its appendices.",
"start_url": "https://www.consumerfinance.gov/data-research/research-reports/",
"output_format": "Finally, output a single-line string sorted alphabetically by topic name: <topic>|<first-missing-year>|<pivot-report-or-NONE>|<pivot-date-or-NONE>|<direct-related-count>|<same-series-count>|<qualified-count>|<representative-report-or-NONE>|<publication-date-or-NONE>|<appendix-span-or-NONE>",
"oracle_answer": "Saving|2023|Consumer Savings App Strategies and Savings Outcomes|2022-12-07|4|2|1|Emergency Savings and Financial Security: Insights from the Making Ends Meet Survey and Consumer Credit Panel|2022-03-23|A-D,Student loans|2023|Report of the CFPB Education Loan Ombudsman|2022-10-20|0|0|0|NONE|NONE|NONE",
"metadata": {
"State-Gated Retrieval": [
"First, locate the CFPB household financial well-being annual report series whose latest version links directly to 2023 and 2022.",
"Using the 2022 edition as the baseline, retain only topics that appear in 2022 but are no longer retained in subsequent annual reports, and exclude the topic specifically marked as \"belongs to the same survey series.\"",
"For each topic, find the earliest non-series pivot report from 2022 or earlier, then count its directly listed related resources, how many link back to the same survey series, how many qualify under the appendix rule, and the appendix span of the final qualifying report."
],
"dependency_type": "Data + Control",
"intra_chain": true,
"inter_chain": true,
"data_dependency": [
"current CFPB Reports pages yield the 2024 -> 2023 -> 2022 annual-survey chain and the 2022 topic baseline",
"report detail pages and report-search results yield first-disappearance year, pivot report title/date, related-resource counts, and links back to the annual-survey series",
"final rows are produced only after separating the first jump target from later return-to-series counting"
],
"control_dependency": [
"requiring the pivot report itself to link back to the same survey series incorrectly rules out valid topic rows",
"title extraction must use the pivot detail page rather than search-result snippets",
"related-resource expansion must continue even when the pivot report itself does not link back to the same survey series"
],
"freeze": {
"historical_window": "currently linked 2024, 2023, and 2022 CFPB household financial well-being annual reports; topic disappearance is judged over that three-year chain, and pivot-report search is restricted to 2022-and-earlier reports"
},
"answer_type": "multi-row ordered table"
},
"rubric": {
"inclusion_conditions": [
"First, locate the CFPB household financial well-being annual report series whose latest version links directly to 2023 and 2022.",
"Using the 2022 edition as the baseline, retain only topics that appear in 2022 but are no longer retained in subsequent annual reports, and exclude the topic specifically marked as \"belongs to the same survey series.\"",
"For each topic, find the earliest non-series pivot report from 2022 or earlier, then count its directly listed related resources, how many link back to the same survey series, how many qualify under the appendix rule, and the appendix span of the final qualifying report."
],
"exclusion_conditions": [
"Exclude topics that are still retained in subsequent annual reports.",
"Exclude results that incorrectly treat \"the pivot report itself must link back to the same survey series\" as a hard condition for column 3.",
"Exclude search results that directly belong to the same survey series or reports from after 2022."
],
"normalization": {
"field_separator": "|",
"record_separator": ",",
"schema": [
"topic",
"first-missing-year",
"pivot-report-or-NONE",
"pivot-date-or-NONE",
"direct-related-count",
"same-series-count",
"qualified-count",
"representative-report-or-NONE",
"publication-date-or-NONE",
"appendix-span-or-NONE"
],
"topic_order": "alphabetical by topic name",
"date_format": "pivot-date and publication-date use YYYY-MM-DD when present",
"appendix_span": "canonical span uses compact labels such as `A-D`",
"none_rule": "if qualified-count is 0, representative-report, publication-date, and appendix-span are all `NONE`"
}
}
}