{"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-2605-03460","title":"FinSTaR: Towards Financial Reasoning with Time Series Reasoning Models","arxiv_id":"2605.03460","date":"2026-05-05","proceeding":null,"authors":["Seunghan Lee","Jun Seo","Jaehoon Lee","Sungdong Yoo","Minjae Kim","Tae Yoon Lim","Dongwan Kang","Hwanil Choi","Soonyoung Lee","Wonbin Ahn"],"abstract":"Time series (TS) reasoning models (TSRMs) have shown promising capabilities in general domains, yet they consistently fail on financial domain, which exhibit unique characteristics. We propose a general 2 x 2 capability taxonomy for TSRMs by crossing 1) single-entity vs. multi-entity analysis with 2) assessment of the current state vs. prediction of future behavior. We instantiate this taxonomy in the financial domain---where the distinction between deterministic assessment and stochastic prediction is particularly critical---as ten financial reasoning tasks, forming the FinTSRBench benchmark based on S&P stocks. To this end, we propose FinSTaR (Financial Time Series Thinking and Reasoning), trained on FinTSR-Bench with distinct chain-of-thought (CoT) strategies tailored to each category. For assessment, which is deterministic, we employ Compute-in-CoT, a programmatic CoT that enables models to derive answers directly from raw prices. For prediction, which is inherently stochastic, we adopt Scenario-Aware CoT, which generates diverse scenarios before making a judgment, mirroring how financial analysts reason under uncertainty. FinSTaR achieves 78.9% average accuracy on FinTSRBench, substantially outperforming LLM and TSRM baselines. Furthermore, we show that the four capability categories are complementary and mutually reinforcing through joint training. Code is publicly available at: https://github.com/seunghan96/FinSTaR.","url_abs":"https://arxiv.org/abs/2605.03460","url_pdf":"https://arxiv.org/pdf/2605.03460","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=2605.03460","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.03460"}},"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/seunghan96/FinSTaR","reach":null}],"summary":{"ran":26},"by_repo_kind":{"found_in_text":{"samples":26,"ran":26,"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":26,"samples":[{"code_sha256_prefix":"519c797b11be865f","entry":"build_chat_prompt","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/training/data_utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/training/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"519c797b11be865f"}},{"code_sha256_prefix":"9249bdc2b68c34bf","entry":"compute_ema","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9249bdc2b68c34bf"}},{"code_sha256_prefix":"b3fb82d011f086ff","entry":"compute_ma","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"b3fb82d011f086ff"}},{"code_sha256_prefix":"50d53057394a722a","entry":"compute_rsi","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"50d53057394a722a"}},{"code_sha256_prefix":"ba0262f0496fbcbc","entry":"detect_and_load_json","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/evaluation/get_score.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/evaluation/get_score.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ba0262f0496fbcbc"}},{"code_sha256_prefix":"ed37ec1880683750","entry":"extract_answer","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/evaluation/utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/evaluation/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ed37ec1880683750"}},{"code_sha256_prefix":"d4d51361bf21c448","entry":"extract_prices_from_question","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_qa_3new_from_existing.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_qa_3new_from_existing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"d4d51361bf21c448"}},{"code_sha256_prefix":"5d9ef1c70976d264","entry":"extract_ticker","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_qa_3new_from_existing.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_qa_3new_from_existing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"5d9ef1c70976d264"}},{"code_sha256_prefix":"52622851b0d373c5","entry":"forecasting_series_reward","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/evaluation/utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/evaluation/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"52622851b0d373c5"}},{"code_sha256_prefix":"193a2fbb97fc51e6","entry":"format_ts_list","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_qa_3new_from_existing.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_qa_3new_from_existing.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"193a2fbb97fc51e6"}},{"code_sha256_prefix":"a22693c392689714","entry":"generate_f1_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_compute_cot.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_compute_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"a22693c392689714"}},{"code_sha256_prefix":"0e9144159be2bd2a","entry":"generate_f1_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_cot.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0e9144159be2bd2a"}},{"code_sha256_prefix":"9ebdcbc0a12ce4ba","entry":"generate_f2_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_compute_cot.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_compute_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9ebdcbc0a12ce4ba"}},{"code_sha256_prefix":"318765fb120e5755","entry":"generate_f2_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_cot.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"318765fb120e5755"}},{"code_sha256_prefix":"14d4283cae7c9278","entry":"generate_f2_input_aligned_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/prepare_final_data.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/prepare_final_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"14d4283cae7c9278"}},{"code_sha256_prefix":"79ab513bff7b4bb0","entry":"generate_f3_compute_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/prepare_final_data.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/prepare_final_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"79ab513bff7b4bb0"}},{"code_sha256_prefix":"449ee5f01613cbb9","entry":"generate_f3_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_compute_cot.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_compute_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"449ee5f01613cbb9"}},{"code_sha256_prefix":"e7436932f7472ff8","entry":"generate_f3_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/generate_cot.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/generate_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"e7436932f7472ff8"}},{"code_sha256_prefix":"bec7d7ec43f0537b","entry":"generate_f3_minimal_cot","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/prepare_final_data.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/prepare_final_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"bec7d7ec43f0537b"}},{"code_sha256_prefix":"52cd7a88b6ef4ee3","entry":"get_message","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/evaluation/inference.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/evaluation/inference.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"52cd7a88b6ef4ee3"}},{"code_sha256_prefix":"ef27e4a80870d4ae","entry":"invalid_mae_penalty","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/evaluation/utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/evaluation/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"ef27e4a80870d4ae"}},{"code_sha256_prefix":"c0c06b4bc4756314","entry":"load_json_data","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/training/data_utils.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/training/data_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c0c06b4bc4756314"}},{"code_sha256_prefix":"fa4974db935aa325","entry":"repr_both","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/prepare_fair_data.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/prepare_fair_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"fa4974db935aa325"}},{"code_sha256_prefix":"0d1d8c07cd93f33f","entry":"repr_raw_prices","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/prepare_fair_data.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/prepare_fair_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0d1d8c07cd93f33f"}},{"code_sha256_prefix":"d8c7d389a5257fd7","entry":"repr_returns","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/data_generation/prepare_fair_data.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/data_generation/prepare_fair_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"d8c7d389a5257fd7"}},{"code_sha256_prefix":"0202cd79cc986fb1","entry":"set_prompt","repo":"seunghan96/FinSTaR","repo_kind":"found_in_text","path":"src/evaluation/inference.py","file_url":"https://github.com/seunghan96/FinSTaR/blob/HEAD/src/evaluation/inference.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"0202cd79cc986fb1"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}