| { |
| "task_id": "consumerfinance_009", |
| "domain": "CFPB_REPORTS", |
| "autonomy_type": "ordered table", |
| "oracle_output_cardinality": 2, |
| "instruction": "我想整理一下 CFPB Reports 里那套一年一度的家庭财务稳定性调查报告,它的最新版页面上还能直接链回 2023 和 2022 两个旧版。我关心的是:2022 版里有些主题后来在后续年份的年报里被去掉了,我想看看这些被去掉的主题在站内还关联了哪些报告。具体查法是这样的。先在 CFPB Reports 栏目里锁定这套系列,确认最新版能直接链到 2023 和 2022 两个前序版本。然后以 2022 版为基准,找出那些在 2022 版里出现、但在后续年份年报中不再保留的主题。注意,那个专门用来标记\"属于同一调查系列\"的主题不算在内,把它排除掉。接着,对筛出的每个主题,帮我逐一确认以下内容:第一,这个主题最早是在哪一年的后续年报里消失的;第二,在 CFPB Reports 栏目里搜索这个主题,在 2022 年及之前的结果中,排在最前面的那份不属于这套系列的报告是哪一份;第三,打开这份报告,看它直接列出的 related resources 一共有几项;这些项目里,明确指回同一调查系列的有几项;而在这些指回来的报告当中,附录按字母编号且至少分了三个章节(比如 Appendix A、B、C 或更多)的又有几项;第四,经过上面这层层筛选最终剩下的那份报告,给出它的标题、发布日期,以及附录的字母编号范围。", |
| "start_url": "https://www.consumerfinance.gov/data-research/research-reports/", |
| "output_format": "最后按主题名称的字母顺序,输出一行字符串:<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": [ |
| "先锁定当前最新版可直接链回 2023 和 2022 的那套 CFPB household financial well-being 年报系列。", |
| "以 2022 版为基准,只保留那些在 2022 出现、但在后续年度年报中不再保留的主题,并排除专门标记“属于同一调查系列”的主题。", |
| "对每个主题再按题目要求寻找 2022 年及以前最靠前的非本系列 pivot report,并依次统计 direct related resources、same-series 回链数、qualified report 及其 appendix span。" |
| ], |
| "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 backlinks into the annual-survey series", |
| "final rows are produced only after separating the first jump target from later return-to-series counting" |
| ], |
| "control_dependency": [ |
| "binding the pivot report to same-series continuation forces an incorrect shrinkage of valid topic rows", |
| "title extraction must use the pivot detail page rather than search-result snippets", |
| "related-resource expansion must continue even when the first pivot page cannot itself continue the same-series chain" |
| ], |
| "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": [ |
| "先锁定当前最新版可直接链回 2023 和 2022 的那套 CFPB household financial well-being 年报系列。", |
| "以 2022 版为基准,只保留那些在 2022 出现、但在后续年度年报中不再保留的主题,并排除专门标记“属于同一调查系列”的主题。", |
| "对每个主题再按题目要求寻找 2022 年及以前最靠前的非本系列 pivot report,并依次统计 direct related resources、same-series 回链数、qualified report 及其 appendix span。" |
| ], |
| "exclusion_conditions": [ |
| "排除仍在后续年度年报中保留的主题。", |
| "排除把“pivot report 必须还能继续回到同一系列”错误当成第 3 列硬条件的结果。", |
| "排除直接属于同一调查系列的搜索结果或 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`" |
| } |
| } |
| } |
|
|