{"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/listening-to-chaotic-whispers-a-deep-learning","title":"Listening to Chaotic Whispers: A Deep Learning Framework for News-oriented Stock Trend Prediction","arxiv_id":"1712.02136","date":"2017-12-06","proceeding":null,"authors":["Ziniu Hu","Weiqing Liu","Jiang Bian","Xuanzhe Liu","Tie-Yan Liu"],"abstract":"Stock trend prediction plays a critical role in seeking maximized profit from\nstock investment. However, precise trend prediction is very difficult since the\nhighly volatile and non-stationary nature of stock market. Exploding\ninformation on Internet together with advancing development of natural language\nprocessing and text mining techniques have enable investors to unveil market\ntrends and volatility from online content. Unfortunately, the quality,\ntrustworthiness and comprehensiveness of online content related to stock market\nvaries drastically, and a large portion consists of the low-quality news,\ncomments, or even rumors. To address this challenge, we imitate the learning\nprocess of human beings facing such chaotic online news, driven by three\nprinciples: sequential content dependency, diverse influence, and effective and\nefficient learning. In this paper, to capture the first two principles, we\ndesigned a Hybrid Attention Networks to predict the stock trend based on the\nsequence of recent related news. Moreover, we apply the self-paced learning\nmechanism to imitate the third principle. Extensive experiments on real-world\nstock market data demonstrate the effectiveness of our approach.","url_abs":"http://arxiv.org/abs/1712.02136v3","url_pdf":"http://arxiv.org/pdf/1712.02136v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"listening-to-chaotic-whispers-a-deep-learning","repo_url":"https://github.com/Pie33000/stock-prediction","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":null},{"paper_slug":"listening-to-chaotic-whispers-a-deep-learning","repo_url":"https://github.com/gkeng/Listening-to-Chaotic-Whishpers--Code","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"unanswered"}},{"paper_slug":"listening-to-chaotic-whispers-a-deep-learning","repo_url":"https://github.com/lvksh/2020WN_CS545","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"listening-to-chaotic-whispers-a-deep-learning","repo_url":"https://github.com/sungsoo-lim90/Stat491_Project","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"unanswered"}}],"tasks":[{"task_slug":"stock-market-prediction","task_name":"Stock Market Prediction"},{"task_slug":"stock-trend-prediction","task_name":"Stock Trend Prediction"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/stock-market-prediction-on-astock","task":"Stock Market Prediction","dataset":"Astock","model":"HAN Stock","rank_in_archive_order":16,"of":17,"metrics":{"Accuray":"57.35","F1-score":"56.61","Precision":"58.41","Recall":"57.20"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1712.02136","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1712.02136"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Pie33000/stock-prediction","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lvksh/2020WN_CS545","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sungsoo-lim90/Stat491_Project","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/gkeng/Listening-to-Chaotic-Whishpers--Code","reach":{"status":"unanswered"}}],"summary":{"ran_draft_wrong":3,"ran_honours":2,"unverified":1},"by_repo_kind":{"listed":{"samples":6,"ran":5,"repositories":2}},"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":6,"samples":[{"code_sha256_prefix":"c9d09f31b1ac29e1","entry":"create_article_list","repo":"Pie33000/stock-prediction","repo_kind":"listed","path":"show_results.py","file_url":"https://github.com/Pie33000/stock-prediction/blob/HEAD/show_results.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c9d09f31b1ac29e1"}},{"code_sha256_prefix":"d35a6a4277b50b47","entry":"daily_label","repo":"lvksh/2020WN_CS545","repo_kind":"listed","path":"Code/dataloader_creation_splitting.py","file_url":"https://github.com/lvksh/2020WN_CS545/blob/HEAD/Code/dataloader_creation_splitting.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d35a6a4277b50b47"}},{"code_sha256_prefix":"4c8dac9d91a91045","entry":"getThreshold","repo":"lvksh/2020WN_CS545","repo_kind":"listed","path":"Code/dataloader_creation_splitting.py","file_url":"https://github.com/lvksh/2020WN_CS545/blob/HEAD/Code/dataloader_creation_splitting.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4c8dac9d91a91045"}},{"code_sha256_prefix":"81555ba8100b0d20","entry":"open_numpy","repo":"Pie33000/stock-prediction","repo_kind":"listed","path":"show_results.py","file_url":"https://github.com/Pie33000/stock-prediction/blob/HEAD/show_results.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"81555ba8100b0d20"}},{"code_sha256_prefix":"5a5d356b11c9b2e3","entry":"open_pickle","repo":"Pie33000/stock-prediction","repo_kind":"listed","path":"show_results.py","file_url":"https://github.com/Pie33000/stock-prediction/blob/HEAD/show_results.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5a5d356b11c9b2e3"}},{"code_sha256_prefix":"29353f595a01e115","entry":"buildDataloader_v2","repo":"lvksh/2020WN_CS545","repo_kind":"listed","path":"Code/dataloader_creation_splitting.py","file_url":"https://github.com/lvksh/2020WN_CS545/blob/HEAD/Code/dataloader_creation_splitting.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":"29353f595a01e115"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}