{"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/codebert-a-pre-trained-model-for-programming","title":"CodeBERT: A Pre-Trained Model for Programming and Natural Languages","arxiv_id":"2002.08155","date":"2020-02-19","proceeding":"Findings of the Association for Computational Linguistics 2020","authors":["Zhangyin Feng","Daya Guo","Duyu Tang","Nan Duan","Xiaocheng Feng","Ming Gong","Linjun Shou","Bing Qin","Ting Liu","Daxin Jiang","Ming Zhou"],"abstract":"We present CodeBERT, a bimodal pre-trained model for programming language (PL) and nat-ural language (NL). CodeBERT learns general-purpose representations that support downstream NL-PL applications such as natural language codesearch, code documentation generation, etc. We develop CodeBERT with Transformer-based neural architecture, and train it with a hybrid objective function that incorporates the pre-training task of replaced token detection, which is to detect plausible alternatives sampled from generators. This enables us to utilize both bimodal data of NL-PL pairs and unimodal data, where the former provides input tokens for model training while the latter helps to learn better generators. We evaluate CodeBERT on two NL-PL applications by fine-tuning model parameters. Results show that CodeBERT achieves state-of-the-art performance on both natural language code search and code documentation generation tasks. Furthermore, to investigate what type of knowledge is learned in CodeBERT, we construct a dataset for NL-PL probing, and evaluate in a zero-shot setting where parameters of pre-trained models are fixed. Results show that CodeBERT performs better than previous pre-trained models on NL-PL probing.","url_abs":"https://arxiv.org/abs/2002.08155v4","url_pdf":"https://arxiv.org/pdf/2002.08155v4.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":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/microsoft/CodeBERT","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/JasonZhu-WHU/CoderAssistant","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/aminatadjer/test","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/graykode/commit-autosuggestions","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/sakirinn/llm4cvd","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/salesforce/codet5","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/zfj1998/CodeBert-Code2Text","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/zhangzwwww/dietcode","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"codebert-a-pre-trained-model-for-programming","repo_url":"https://github.com/zhangzwwww/dietcodebert","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"code-documentation-generation","task_name":"Code Documentation Generation"}],"methods":[{"method_slug":"codebert","method_name":"CodeBERT"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":1,"of":7,"metrics":{"Smoothed BLEU-4":"15.99"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"CodeBERT (MLM)","rank_in_archive_order":2,"of":7,"metrics":{"Smoothed BLEU-4":"15.55"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"pre-train w/ code only","rank_in_archive_order":3,"of":7,"metrics":{"Smoothed BLEU-4":"15.15"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"CodeBERT (RTD)","rank_in_archive_order":4,"of":7,"metrics":{"Smoothed BLEU-4":"15.03"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"RoBERTa","rank_in_archive_order":5,"of":7,"metrics":{"Smoothed BLEU-4":"14.52"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"Transformer","rank_in_archive_order":6,"of":7,"metrics":{"Smoothed BLEU-4":"14.31"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-6","task":"Code Documentation Generation","dataset":"CodeSearchNet","model":"seq2seq","rank_in_archive_order":7,"of":7,"metrics":{"Smoothed BLEU-4":"13.36"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-2","task":"Code Documentation Generation","dataset":"CodeSearchNet - Go","model":"CodeBERT (MLM)","rank_in_archive_order":1,"of":7,"metrics":{"Smoothed BLEU-4":"26.79"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-2","task":"Code Documentation Generation","dataset":"CodeSearchNet - Go","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":2,"of":7,"metrics":{"Smoothed BLEU-4":"26.66"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-2","task":"Code Documentation Generation","dataset":"CodeSearchNet - Go","model":"pre-train w/ code only","rank_in_archive_order":3,"of":7,"metrics":{"Smoothed BLEU-4":"26.39"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-2","task":"Code Documentation Generation","dataset":"CodeSearchNet - Go","model":"RoBERTa","rank_in_archive_order":4,"of":7,"metrics":{"Smoothed BLEU-4":"26.09"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-2","task":"Code Documentation Generation","dataset":"CodeSearchNet - Go","model":"CodeBERT (RTD)","rank_in_archive_order":5,"of":7,"metrics":{"Smoothed BLEU-4":"26.02"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-2","task":"Code Documentation Generation","dataset":"CodeSearchNet - Go","model":"seq2seq","rank_in_archive_order":6,"of":7,"metrics":{"Smoothed BLEU-4":"23.48"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":2,"of":8,"metrics":{"Smoothed BLEU-4":"14.56"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"CodeBERT (MLM)","rank_in_archive_order":3,"of":8,"metrics":{"Smoothed BLEU-4":"13.59"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"RoBERTa","rank_in_archive_order":4,"of":8,"metrics":{"Smoothed BLEU-4":"13.2"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"pre-train w/ code only","rank_in_archive_order":5,"of":8,"metrics":{"Smoothed BLEU-4":"13.07"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"CodeBERT (RTD)","rank_in_archive_order":6,"of":8,"metrics":{"Smoothed BLEU-4":"12.72"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"Transformer","rank_in_archive_order":7,"of":8,"metrics":{"Smoothed BLEU-4":"12.57"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-1","task":"Code Documentation Generation","dataset":"CodeSearchNet - Java","model":"seq2seq","rank_in_archive_order":8,"of":8,"metrics":{"Smoothed BLEU-4":"11.42"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"Transformer","rank_in_archive_order":1,"of":8,"metrics":{"Smoothed BLEU-4":"25.61"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":3,"of":8,"metrics":{"Smoothed BLEU-4":"9.54"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"CodeBERT (RTD)","rank_in_archive_order":4,"of":8,"metrics":{"Smoothed BLEU-4":"8.73"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"CodeBERT (MLM)","rank_in_archive_order":5,"of":8,"metrics":{"Smoothed BLEU-4":"8.51"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"pre-train w/ code only","rank_in_archive_order":6,"of":8,"metrics":{"Smoothed BLEU-4":"8.3"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"seq2seq","rank_in_archive_order":7,"of":8,"metrics":{"Smoothed BLEU-4":"6.88"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-5","task":"Code Documentation Generation","dataset":"CodeSearchNet - JavaScript","model":"RoBERTa","rank_in_archive_order":8,"of":8,"metrics":{"Smoothed BLEU-4":"5.72"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":2,"of":8,"metrics":{"Smoothed BLEU-4":"21.32"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"CodeBERT (MLM)","rank_in_archive_order":3,"of":8,"metrics":{"Smoothed BLEU-4":"21"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"pre-train w/ code only","rank_in_archive_order":4,"of":8,"metrics":{"Smoothed BLEU-4":"20.71"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"CodeBERT (RTD)","rank_in_archive_order":5,"of":8,"metrics":{"Smoothed BLEU-4":"20.25"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"RoBERTa","rank_in_archive_order":6,"of":8,"metrics":{"Smoothed BLEU-4":"19.9"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"seq2seq","rank_in_archive_order":7,"of":8,"metrics":{"Smoothed BLEU-4":"18.4"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-3","task":"Code Documentation Generation","dataset":"CodeSearchNet - Php","model":"Transformer","rank_in_archive_order":8,"of":8,"metrics":{"Smoothed BLEU-4":"18.25"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on","task":"Code Documentation Generation","dataset":"CodeSearchNet - Python","model":"CodeBERT (MLM)","rank_in_archive_order":2,"of":7,"metrics":{"Smoothed BLEU-4":"15.48"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on","task":"Code Documentation Generation","dataset":"CodeSearchNet - Python","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":3,"of":7,"metrics":{"Smoothed BLEU-4":"15.41"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on","task":"Code Documentation Generation","dataset":"CodeSearchNet - Python","model":"pre-train w/ code only","rank_in_archive_order":4,"of":7,"metrics":{"Smoothed BLEU-4":"15.12"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on","task":"Code Documentation Generation","dataset":"CodeSearchNet - Python","model":"RoBERTa","rank_in_archive_order":5,"of":7,"metrics":{"Smoothed BLEU-4":"14.92"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on","task":"Code Documentation Generation","dataset":"CodeSearchNet - Python","model":"Transformer","rank_in_archive_order":6,"of":7,"metrics":{"Smoothed BLEU-4":"13.44"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on","task":"Code Documentation Generation","dataset":"CodeSearchNet - Python","model":"seq2seq","rank_in_archive_order":7,"of":7,"metrics":{"Smoothed BLEU-4":"13.04"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-4","task":"Code Documentation Generation","dataset":"CodeSearchNet - Ruby","model":"CodeBERT (MLM+RTD)","rank_in_archive_order":2,"of":7,"metrics":{"Smoothed BLEU-4":"8.46"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-4","task":"Code Documentation Generation","dataset":"CodeSearchNet - Ruby","model":"CodeBERT (MLM)","rank_in_archive_order":3,"of":7,"metrics":{"Smoothed BLEU-4":"7.95"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-4","task":"Code Documentation Generation","dataset":"CodeSearchNet - Ruby","model":"Transformer","rank_in_archive_order":4,"of":7,"metrics":{"Smoothed BLEU-4":"7.87"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-4","task":"Code Documentation Generation","dataset":"CodeSearchNet - Ruby","model":"pre-train w/ code only","rank_in_archive_order":5,"of":7,"metrics":{"Smoothed BLEU-4":"7.36"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-4","task":"Code Documentation Generation","dataset":"CodeSearchNet - Ruby","model":"RoBERTa","rank_in_archive_order":6,"of":7,"metrics":{"Smoothed BLEU-4":"7.26"},"uses_additional_data":false},{"leaderboard":"/sota/code-documentation-generation-on-4","task":"Code Documentation Generation","dataset":"CodeSearchNet - Ruby","model":"seq2seq","rank_in_archive_order":7,"of":7,"metrics":{"Smoothed BLEU-4":"6.96"},"uses_additional_data":false},{"leaderboard":"/sota/code-search-on-codesearchnet","task":"Code Search","dataset":"CodeSearchNet","model":"CodeBERT","rank_in_archive_order":6,"of":6,"metrics":{"Go":"69.3","JS":"74.8","Java":"86.8","Overall":"76.0","PHP":"70.6","Python":"84.0","Ruby":"70.6"},"uses_additional_data":false},{"leaderboard":"/sota/type-prediction-on-manytypes4typescript","task":"Type prediction","dataset":"ManyTypes4TypeScript","model":"CodeBERT","rank_in_archive_order":4,"of":9,"metrics":{"Average Accuracy":"61.72","Average F1":"59.57","Average Precision":"59.34","Average Recall":"59.80"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2002.08155","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2002.08155"}},"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/zhangzwwww/dietcode","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/JasonZhu-WHU/CoderAssistant","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/microsoft/CodeBERT","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zfj1998/CodeBert-Code2Text","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/salesforce/codet5","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/aminatadjer/test","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/sakirinn/llm4cvd","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zhangzwwww/dietcodebert","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/graykode/commit-autosuggestions","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/peri-source/peri","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":2,"unverified":18},"by_repo_kind":{"official":{"samples":1,"ran":0,"repositories":1},"listed":{"samples":4,"ran":2,"repositories":3},"found_in_text":{"samples":15,"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":4,"samples":[{"code_sha256_prefix":"008726528c96e5c5","entry":"Model","repo":"sakirinn/llm4cvd","repo_kind":"listed","path":"CodeBERT/model.py","file_url":"https://github.com/sakirinn/llm4cvd/blob/HEAD/CodeBERT/model.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":"008726528c96e5c5"}},{"code_sha256_prefix":"0503ff378bea5dd8","entry":"RobertaClassificationHead","repo":"zhangzwwww/dietcode","repo_kind":"listed","path":"dietCodeBERT/codesearch/model.py","file_url":"https://github.com/zhangzwwww/dietcode/blob/HEAD/dietCodeBERT/codesearch/model.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":"0503ff378bea5dd8"}},{"code_sha256_prefix":"fe20afbd1ed12d33","entry":"Beam","repo":"zfj1998/CodeBert-Code2Text","repo_kind":"listed","path":"code/model.py","file_url":"https://github.com/zfj1998/CodeBert-Code2Text/blob/HEAD/code/model.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":"fe20afbd1ed12d33"}},{"code_sha256_prefix":"09b02d6c43ccfaa8","entry":"Seq2Seq","repo":"zfj1998/CodeBert-Code2Text","repo_kind":"listed","path":"code/model.py","file_url":"https://github.com/zfj1998/CodeBert-Code2Text/blob/HEAD/code/model.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":"09b02d6c43ccfaa8"}},{"code_sha256_prefix":"8053f41db1d56bde","entry":"Seq2Seq","repo":"microsoft/CodeBERT","repo_kind":"official","path":"CodeBERT/code2nl/model.py","file_url":"https://github.com/microsoft/CodeBERT/blob/HEAD/CodeBERT/code2nl/model.py","link_basis":"first_harvest_node","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":"8053f41db1d56bde"}},{"code_sha256_prefix":"ecd29a67eb6f5369","entry":"build_table","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/special.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/special.py","link_basis":"first_harvest_node","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":"ecd29a67eb6f5369"}},{"code_sha256_prefix":"5a1aedcf3f0c7290","entry":"delistify","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/util.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/util.py","link_basis":"first_harvest_node","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":"5a1aedcf3f0c7290"}},{"code_sha256_prefix":"dee538453dd482d2","entry":"fast_j0","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/special.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/special.py","link_basis":"first_harvest_node","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":"dee538453dd482d2"}},{"code_sha256_prefix":"ed15ecd3ff651e9b","entry":"fast_j1","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/special.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/special.py","link_basis":"first_harvest_node","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":"ed15ecd3ff651e9b"}},{"code_sha256_prefix":"f35d31e49f765f57","entry":"listify","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/logger.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/logger.py","link_basis":"first_harvest_node","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":"f35d31e49f765f57"}},{"code_sha256_prefix":"37d657d7803f8bb4","entry":"listify","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/util.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/util.py","link_basis":"first_harvest_node","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":"37d657d7803f8bb4"}},{"code_sha256_prefix":"121597dd382c5a02","entry":"load_tiff","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/initializers.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/initializers.py","link_basis":"first_harvest_node","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":"121597dd382c5a02"}},{"code_sha256_prefix":"9adb618f6c87b4a4","entry":"load_tiff_layer","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/initializers.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/initializers.py","link_basis":"first_harvest_node","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":"9adb618f6c87b4a4"}},{"code_sha256_prefix":"ba4bfc2758a0045e","entry":"normalize","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/initializers.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/initializers.py","link_basis":"first_harvest_node","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":"ba4bfc2758a0045e"}},{"code_sha256_prefix":"92d0ace70a4248ed","entry":"oddify","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/util.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/util.py","link_basis":"first_harvest_node","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":"92d0ace70a4248ed"}},{"code_sha256_prefix":"dde61ac910691485","entry":"reduce_add","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/comp/comp.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/comp/comp.py","link_basis":"first_harvest_node","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":"dde61ac910691485"}},{"code_sha256_prefix":"16e86d560b446cd7","entry":"reduce_mul","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/comp/comp.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/comp/comp.py","link_basis":"first_harvest_node","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":"16e86d560b446cd7"}},{"code_sha256_prefix":"8ce382543ba7073c","entry":"sample","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/states.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/states.py","link_basis":"first_harvest_node","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":"8ce382543ba7073c"}},{"code_sha256_prefix":"2e5dd6eaf5b83724","entry":"sanitize","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/logger.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/logger.py","link_basis":"first_harvest_node","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":"2e5dd6eaf5b83724"}},{"code_sha256_prefix":"38157a1ab1b0b136","entry":"transform","repo":"peri-source/peri","repo_kind":"found_in_text","path":"peri/conf.py","file_url":"https://github.com/peri-source/peri/blob/HEAD/peri/conf.py","link_basis":"first_harvest_node","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":"38157a1ab1b0b136"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}