{"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/understanding-in-context-learning-from","title":"Understanding In-Context Learning from Repetitions","arxiv_id":"2310.00297","date":"2023-09-30","proceeding":null,"authors":["Jianhao Yan","Jin Xu","Chiyu Song","Chenming Wu","Yafu Li","Yue Zhang"],"abstract":"This paper explores the elusive mechanism underpinning in-context learning in Large Language Models (LLMs). Our work provides a novel perspective by examining in-context learning via the lens of surface repetitions. We quantitatively investigate the role of surface features in text generation, and empirically establish the existence of \\emph{token co-occurrence reinforcement}, a principle that strengthens the relationship between two tokens based on their contextual co-occurrences. By investigating the dual impacts of these features, our research illuminates the internal workings of in-context learning and expounds on the reasons for its failures. This paper provides an essential contribution to the understanding of in-context learning and its potential limitations, providing a fresh perspective on this exciting capability.","url_abs":"https://arxiv.org/abs/2310.00297v3","url_pdf":"https://arxiv.org/pdf/2310.00297v3.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":"understanding-in-context-learning-from","repo_url":"https://github.com/elliottyan/understand-icl-from-repetition","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"in-context-learning","task_name":"In-Context Learning"},{"task_slug":"text-generation","task_name":"Text Generation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.00297","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.00297"}},"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/elliottyan/understand-icl-from-repetition","reach":{"status":"ok"}}],"summary":{"ran":4,"unverified":12},"by_repo_kind":{"official":{"samples":16,"ran":4,"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":16,"samples":[{"code_sha256_prefix":"29f5d4f54911d0c4","entry":"build_custom_parser","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_2_tokens.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_2_tokens.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"29f5d4f54911d0c4"}},{"code_sha256_prefix":"c027fc249dfe28e3","entry":"build_custom_parser","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_semantic_2_phrase.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_semantic_2_phrase.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c027fc249dfe28e3"}},{"code_sha256_prefix":"da9a2d07dd8aa31a","entry":"format_subject","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_mmlu_label_space.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_mmlu_label_space.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"da9a2d07dd8aa31a"}},{"code_sha256_prefix":"cc095a6dcfbe16c4","entry":"replace_idx_with_random_tokens","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_gsm8k_cot.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_gsm8k_cot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cc095a6dcfbe16c4"}},{"code_sha256_prefix":"127d4c9d3dee7015","entry":"build_custom_parser","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_gsm8k_cot.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_gsm8k_cot.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":"127d4c9d3dee7015"}},{"code_sha256_prefix":"4e66424c29ed15de","entry":"compute_stats_dict","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_mask.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_mask.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":"4e66424c29ed15de"}},{"code_sha256_prefix":"94272d35afe37f93","entry":"replace_text_with_random_tokens","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_gsm8k_cot.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_gsm8k_cot.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":"94272d35afe37f93"}},{"code_sha256_prefix":"e1b97bfe6a33ee26","entry":"single_sentence_eval","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_self_reinforce.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_self_reinforce.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":"e1b97bfe6a33ee26"}},{"code_sha256_prefix":"c39bbde81028ab56","entry":"single_sentence_eval_2_phrase","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_2_phrase.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_2_phrase.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":"c39bbde81028ab56"}},{"code_sha256_prefix":"e4546e761c326e3e","entry":"single_sentence_eval_2_phrase","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_2_phrase_control_distance.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_2_phrase_control_distance.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":"e4546e761c326e3e"}},{"code_sha256_prefix":"a215a17f8a43dd5b","entry":"single_sentence_eval_2_phrase","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_2_phrase_stop_words.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_2_phrase_stop_words.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":"a215a17f8a43dd5b"}},{"code_sha256_prefix":"405e51c0abc050da","entry":"single_sentence_eval_2_phrase","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_semantic_2_phrase.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_semantic_2_phrase.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":"405e51c0abc050da"}},{"code_sha256_prefix":"5ee4fd4e2eaab0d2","entry":"single_sentence_eval_2_phrase_neighbour","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_2_phrase_control_distance_embed_neighbour.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_2_phrase_control_distance_embed_neighbour.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":"5ee4fd4e2eaab0d2"}},{"code_sha256_prefix":"562a31edcf54442e","entry":"single_sentence_eval_icl","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_mask.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_mask.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":"562a31edcf54442e"}},{"code_sha256_prefix":"1300344adb669654","entry":"single_sentence_eval_phrase","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_suffix.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_suffix.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":"1300344adb669654"}},{"code_sha256_prefix":"ada2836a4626ca22","entry":"single_sentence_eval_token_dependency","repo":"elliottyan/understand-icl-from-repetition","repo_kind":"official","path":"analyze_icl_rep/analyze_icl_random_2_tokens.py","file_url":"https://github.com/elliottyan/understand-icl-from-repetition/blob/HEAD/analyze_icl_rep/analyze_icl_random_2_tokens.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":"ada2836a4626ca22"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}