{"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-03683","title":"Rethinking Recurrent Neural Networks for Time Series Forecasting: A Reinforced Recurrent Encoder with Prediction-Oriented Proximal Policy Optimization","arxiv_id":"2601.03683","date":"2026-01-07","proceeding":null,"authors":["Xin Lai","Shiming Deng","Lu Yu","Yumin Lai","Shenghao Qiao","Xinze Zhang"],"abstract":"Time series forecasting plays a crucial role in contemporary engineering information systems for supporting decision-making across various industries, where Recurrent Neural Networks (RNNs) have been widely adopted due to their capability in modeling sequential data. Conventional RNN-based predictors adopt an encoder-only strategy with sliding historical windows as inputs to forecast future values. However, this approach treats all time steps and hidden states equally without considering their distinct contributions to forecasting, leading to suboptimal performance. To address this limitation, we propose a novel Reinforced Recurrent Encoder with Prediction-oriented Proximal Policy Optimization, RRE-PPO4Pred, which significantly improves time series modeling capacity and forecasting accuracy of the RNN models. The core innovations of this method are: (1) A novel Reinforced Recurrent Encoder (RRE) framework that enhances RNNs by formulating their internal adaptation as a Markov Decision Process, creating a unified decision environment capable of learning input feature selection, hidden skip connection, and output target selection; (2) An improved Prediction-oriented Proximal Policy Optimization algorithm, termed PPO4Pred, which is equipped with a Transformer-based agent for temporal reasoning and develops a dynamic transition sampling strategy to enhance sampling efficiency; (3) A co-evolutionary optimization paradigm to facilitate the learning of the RNN predictor and the policy agent, providing adaptive and interactive time series modeling. Comprehensive evaluations on five real-world datasets indicate that our method consistently outperforms existing baselines, and attains accuracy better than state-of-the-art Transformer models, thus providing an advanced time series predictor in engineering informatics.","url_abs":"https://arxiv.org/abs/2601.03683","url_pdf":"https://arxiv.org/pdf/2601.03683","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.03683","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.03683"}},"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/Laixin233/-Reinforced-Encoder","reach":{"status":"ok"}}],"summary":{"unverified":8},"by_repo_kind":{"found_in_text":{"samples":8,"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":8,"samples":[{"code_sha256_prefix":"76710c83b6e18639","entry":"concentrateLoader","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"models/RLmodel/PPO4Pred.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/models/RLmodel/PPO4Pred.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":"76710c83b6e18639"}},{"code_sha256_prefix":"f0f562d5b288c264","entry":"difference","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/dataset.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/dataset.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":"f0f562d5b288c264"}},{"code_sha256_prefix":"35def78881d3a47f","entry":"inverse_diff","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/dataset.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/dataset.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":"35def78881d3a47f"}},{"code_sha256_prefix":"12640a5c31d3e0fe","entry":"mae","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/metric.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/metric.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":"12640a5c31d3e0fe"}},{"code_sha256_prefix":"885bbfff5614ce61","entry":"mape","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/metric.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/metric.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":"885bbfff5614ce61"}},{"code_sha256_prefix":"8a853c17ead5ce25","entry":"merge_dataset_info","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/TaskLoader.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/TaskLoader.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":"8a853c17ead5ce25"}},{"code_sha256_prefix":"87cd593720824374","entry":"mse","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/metric.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/metric.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":"87cd593720824374"}},{"code_sha256_prefix":"dbc39da49545d6ed","entry":"unpadding","repo":"Laixin233/-Reinforced-Encoder","repo_kind":"found_in_text","path":"task/dataset.py","file_url":"https://github.com/Laixin233/-Reinforced-Encoder/blob/HEAD/task/dataset.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":"dbc39da49545d6ed"}}]},"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":"us.anthropic.claude-sonnet-4-5-20250929-v1:0","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":1,"rejected_by_independent_check":1,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}