{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-06992","title":"FinCARDS: Card-Based Analyst Reranking for Financial Document Question Answering","arxiv_id":"2601.06992","date":"2026-01-11","proceeding":null,"authors":["Yixi Zhou","Fan Zhang","Yu Chen","Haipeng Zhang","Preslav Nakov","Zhuohan Xie"],"abstract":"Financial question answering (QA) over long corporate filings requires evidence to satisfy strict constraints on entities, financial metrics, fiscal periods, and numeric values. However, existing LLM-based rerankers primarily optimize semantic relevance, leading to unstable rankings and opaque decisions on long documents. We propose FinCards, a structured reranking framework that reframes financial evidence selection as constraint satisfaction under a finance-aware schema. FinCards represents filing chunks and questions using aligned schema fields (entities, metrics, periods, and numeric spans), enabling deterministic field-level matching. Evidence is selected via a multi-stage tournament reranking with stability-aware aggregation, producing auditable decision traces. Across two corporate filing QA benchmarks, FinCards substantially improves early-rank retrieval over both lexical and LLM-based reranking baselines, while reducing ranking variance, without requiring model fine-tuning or unpredictable inference budgets. Our code is available at https://github.com/XanderZhou2022/FINCARDS.","url_abs":"https://arxiv.org/abs/2601.06992","url_pdf":"https://arxiv.org/pdf/2601.06992","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.06992","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.06992"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/XanderZhou2022/FINCARDS","reach":{"status":"ok"}}],"summary":{"unverified":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":11,"samples":[{"code_sha256_prefix":"e244d9d2aab28bd0","entry":"build_prompt","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage0_query_intent.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage0_query_intent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e244d9d2aab28bd0"}},{"code_sha256_prefix":"5aa9c4cb01aca7a3","entry":"compute_dynamic_N","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage1_lexical_bm25.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage1_lexical_bm25.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5aa9c4cb01aca7a3"}},{"code_sha256_prefix":"879659deacd0ab77","entry":"create_chunk_card_prompt","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage0_generate_cards.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage0_generate_cards.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"879659deacd0ab77"}},{"code_sha256_prefix":"878aec73a336a31e","entry":"create_group_filter_prompt","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage2_card_rerank.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage2_card_rerank.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"878aec73a336a31e"}},{"code_sha256_prefix":"608f241d5d981fb4","entry":"create_listwise_ranking_prompt","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage3_bootstrap_listwise.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage3_bootstrap_listwise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"608f241d5d981fb4"}},{"code_sha256_prefix":"2f4c5819e6693897","entry":"determine_group_size_and_rounds","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage3_bootstrap_listwise.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage3_bootstrap_listwise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2f4c5819e6693897"}},{"code_sha256_prefix":"b71f050f40913644","entry":"parse_json_from_response","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage0_query_intent.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage0_query_intent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b71f050f40913644"}},{"code_sha256_prefix":"bdfd8505dfb037f6","entry":"process_single_question","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage1_lexical_bm25.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage1_lexical_bm25.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bdfd8505dfb037f6"}},{"code_sha256_prefix":"e018f9b79412e1d7","entry":"random_shuffle_and_group","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage3_bootstrap_listwise.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage3_bootstrap_listwise.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e018f9b79412e1d7"}},{"code_sha256_prefix":"ec6d4d3ea0711ac2","entry":"round_robin_group","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage2_card_rerank.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage2_card_rerank.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ec6d4d3ea0711ac2"}},{"code_sha256_prefix":"2ae5f9c473e7850b","entry":"tokenize","repo":"XanderZhou2022/FINCARDS","repo_kind":"found_in_text","path":"pipeline/stage1_lexical_bm25.py","file_url":"https://github.com/XanderZhou2022/FINCARDS/blob/HEAD/pipeline/stage1_lexical_bm25.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2ae5f9c473e7850b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}