{"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/a-survey-of-information-cascade-analysis","title":"A Survey of Information Cascade Analysis: Models, Predictions, and Recent Advances","arxiv_id":"2005.11041","date":"2020-05-22","proceeding":null,"authors":["Fan Zhou","Xovee Xu","Goce Trajcevski","Kunpeng Zhang"],"abstract":"The deluge of digital information in our daily life -- from user-generated content, such as microblogs and scientific papers, to online business, such as viral marketing and advertising -- offers unprecedented opportunities to explore and exploit the trajectories and structures of the evolution of information cascades. Abundant research efforts, both academic and industrial, have aimed to reach a better understanding of the mechanisms driving the spread of information and quantifying the outcome of information diffusion. This article presents a comprehensive review and categorization of information popularity prediction methods, from feature engineering and stochastic processes, through graph representation, to deep learning-based approaches. Specifically, we first formally define different types of information cascades and summarize the perspectives of existing studies. We then present a taxonomy that categorizes existing works into the aforementioned three main groups as well as the main subclasses in each group, and we systematically review cutting-edge research work. Finally, we summarize the pros and cons of existing research efforts and outline the open challenges and opportunities in this field.","url_abs":"https://arxiv.org/abs/2005.11041v3","url_pdf":"https://arxiv.org/pdf/2005.11041v3.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":"a-survey-of-information-cascade-analysis","repo_url":"https://github.com/Xovee/casflow","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":null},{"paper_slug":"a-survey-of-information-cascade-analysis","repo_url":"https://github.com/Xovee/ccgl","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"a-survey-of-information-cascade-analysis","repo_url":"https://github.com/Xovee/hdgnn","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"feature-engineering","task_name":"Feature Engineering"},{"task_slug":"marketing","task_name":"Marketing"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2005.11041","atlas_url":"https://app.syntology.ai/?focus=2005.11041","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2005.11041"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/Xovee/casflow","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Xovee/ccgl","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Xovee/hdgnn","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":10,"ran_draft_wrong":2,"unverified":5},"by_repo_kind":{"listed":{"samples":17,"ran":12,"repositories":3}},"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":0,"samples":[{"code_sha256_prefix":"c41794102b9f3069","entry":"Invdegree_matrix","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/utils/graph_tools.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/utils/graph_tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c41794102b9f3069"}},{"code_sha256_prefix":"76d79073639d1c3c","entry":"acc","repo":"Xovee/hdgnn","repo_kind":"listed","path":"codes/gnn_train/tools.py","file_url":"https://github.com/Xovee/hdgnn/blob/HEAD/codes/gnn_train/tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"76d79073639d1c3c"}},{"code_sha256_prefix":"74187cbf2bffbbff","entry":"charac_function","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/characteristic_functions.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/characteristic_functions.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"74187cbf2bffbbff"}},{"code_sha256_prefix":"4290905ee7090fdc","entry":"compute_cheb_coeff","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/graphwave.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/graphwave.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4290905ee7090fdc"}},{"code_sha256_prefix":"0fbc4387afcf2db4","entry":"compute_cheb_coeff_basis","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/graphwave.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/graphwave.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0fbc4387afcf2db4"}},{"code_sha256_prefix":"6dab6885871344ad","entry":"cross_entropy_loss","repo":"Xovee/hdgnn","repo_kind":"listed","path":"codes/gnn_train/tools.py","file_url":"https://github.com/Xovee/hdgnn/blob/HEAD/codes/gnn_train/tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6dab6885871344ad"}},{"code_sha256_prefix":"eb7ba08613818849","entry":"degree_matrix","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/utils/graph_tools.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/utils/graph_tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eb7ba08613818849"}},{"code_sha256_prefix":"de7ad73d28f91ccf","entry":"dot_sim_2","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/tools.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"de7ad73d28f91ccf"}},{"code_sha256_prefix":"7ba2d94d446bf525","entry":"get_negative_mask","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/tools.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7ba2d94d446bf525"}},{"code_sha256_prefix":"9858df6684d94526","entry":"laplacian","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/utils/graph_tools.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/utils/graph_tools.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9858df6684d94526"}},{"code_sha256_prefix":"b8a9341d81c3f6d8","entry":"read_labels","repo":"Xovee/casflow","repo_kind":"listed","path":"gene_emb.py","file_url":"https://github.com/Xovee/casflow/blob/HEAD/gene_emb.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":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b8a9341d81c3f6d8"}},{"code_sha256_prefix":"ef0b8f55202174f1","entry":"sequence2list","repo":"Xovee/casflow","repo_kind":"listed","path":"gene_emb.py","file_url":"https://github.com/Xovee/casflow/blob/HEAD/gene_emb.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":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef0b8f55202174f1"}},{"code_sha256_prefix":"4cf1a96acf28df24","entry":"augmentor_sim","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/augmentor.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/augmentor.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4cf1a96acf28df24"}},{"code_sha256_prefix":"d99ee1ea8c38a2b9","entry":"charac_function_multiscale","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/graphwave/characteristic_functions.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/graphwave/characteristic_functions.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d99ee1ea8c38a2b9"}},{"code_sha256_prefix":"f553a8a1f0f560c8","entry":"dot_sim_1","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/utils/tools.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/utils/tools.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f553a8a1f0f560c8"}},{"code_sha256_prefix":"8b5ac074fd9e0047","entry":"main","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/distilling.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/distilling.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8b5ac074fd9e0047"}},{"code_sha256_prefix":"103bb5930b2e4aa5","entry":"main","repo":"Xovee/ccgl","repo_kind":"listed","path":"src/gene_emb.py","file_url":"https://github.com/Xovee/ccgl/blob/HEAD/src/gene_emb.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"103bb5930b2e4aa5"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}