{"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/map-neo-highly-capable-and-transparent","title":"MAP-Neo: Highly Capable and Transparent Bilingual Large Language Model Series","arxiv_id":"2405.19327","date":"2024-05-29","proceeding":null,"authors":["Ge Zhang","Scott Qu","Jiaheng Liu","Chenchen Zhang","Chenghua Lin","Chou Leuang Yu","Danny Pan","Esther Cheng","Jie Liu","Qunshu Lin","Raven Yuan","Tuney Zheng","Wei Pang","Xinrun Du","Yiming Liang","Yinghao Ma","Yizhi Li","Ziyang Ma","Bill Lin","Emmanouil Benetos","Huan Yang","Junting Zhou","Kaijing Ma","Minghao Liu","Morry Niu","Noah Wang","Quehry Que","Ruibo Liu","Sine Liu","Shawn Guo","Soren Gao","Wangchunshu Zhou","Xinyue Zhang","Yizhi Zhou","YuBo Wang","Yuelin Bai","Yuhan Zhang","Yuxiang Zhang","Zenith Wang","Zhenzhu Yang","Zijian Zhao","Jiajun Zhang","Wanli Ouyang","Wenhao Huang","Wenhu Chen"],"abstract":"Large Language Models (LLMs) have made great strides in recent years to achieve unprecedented performance across different tasks. However, due to commercial interest, the most competitive models like GPT, Gemini, and Claude have been gated behind proprietary interfaces without disclosing the training details. Recently, many institutions have open-sourced several strong LLMs like LLaMA-3, comparable to existing closed-source LLMs. However, only the model's weights are provided with most details (e.g., intermediate checkpoints, pre-training corpus, and training code, etc.) being undisclosed. To improve the transparency of LLMs, the research community has formed to open-source truly open LLMs (e.g., Pythia, Amber, OLMo), where more details (e.g., pre-training corpus and training code) are being provided. These models have greatly advanced the scientific study of these large models including their strengths, weaknesses, biases and risks. However, we observe that the existing truly open LLMs on reasoning, knowledge, and coding tasks are still inferior to existing state-of-the-art LLMs with similar model sizes. To this end, we open-source MAP-Neo, a highly capable and transparent bilingual language model with 7B parameters trained from scratch on 4.5T high-quality tokens. Our MAP-Neo is the first fully open-sourced bilingual LLM with comparable performance compared to existing state-of-the-art LLMs. Moreover, we open-source all details to reproduce our MAP-Neo, where the cleaned pre-training corpus, data cleaning pipeline, checkpoints, and well-optimized training/evaluation framework are provided. Finally, we hope our MAP-Neo will enhance and strengthen the open research community and inspire more innovations and creativities to facilitate the further improvements of LLMs.","url_abs":"https://arxiv.org/abs/2405.19327v4","url_pdf":"https://arxiv.org/pdf/2405.19327v4.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":"map-neo-highly-capable-and-transparent","repo_url":"https://github.com/multimodal-art-projection/map-neo","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"paddle","reach":{"status":"ok"}}],"tasks":[{"task_slug":"language-modeling","task_name":"Language Modeling"},{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"large-language-model","task_name":"Large Language Model"}],"methods":[{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"attention-dropout","method_name":"Attention Dropout"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"cosine-annealing","method_name":"Cosine Annealing"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"discriminative-fine-tuning","method_name":"Discriminative Fine-Tuning"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"gpt","method_name":"GPT"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"linear-warmup-with-cosine-annealing","method_name":"Linear Warmup With Cosine Annealing"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"pythia","method_name":"Pythia"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"weight-decay","method_name":"Weight Decay"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2405.19327","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.19327"}},"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/multimodal-art-projection/map-neo","reach":{"status":"ok"}}],"summary":{"ran":7,"unverified":7},"by_repo_kind":{"official":{"samples":14,"ran":7,"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":14,"samples":[{"code_sha256_prefix":"5b805f401f543dbc","entry":"concat_model_path","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/utils.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/utils.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":"5b805f401f543dbc"}},{"code_sha256_prefix":"43caaeb95b39e09f","entry":"expand","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/multi_thread_process_to_doc.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/multi_thread_process_to_doc.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":"43caaeb95b39e09f"}},{"code_sha256_prefix":"31f2e6d5c0ebb9a0","entry":"get_base_url","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/get_high_quality_data/construct_fasttext_train_data.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/get_high_quality_data/construct_fasttext_train_data.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":"31f2e6d5c0ebb9a0"}},{"code_sha256_prefix":"0991208b3fcd80b6","entry":"match_left_right","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/latex/base_model.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/latex/base_model.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":"0991208b3fcd80b6"}},{"code_sha256_prefix":"9a1d0c03f326921b","entry":"minmax_size","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/latex/base_model.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/latex/base_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":"9a1d0c03f326921b"}},{"code_sha256_prefix":"7b6f9b7ddc1b2195","entry":"read_jsonl_dir","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/get_high_quality_data/consturct_dataset.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/get_high_quality_data/consturct_dataset.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":"7b6f9b7ddc1b2195"}},{"code_sha256_prefix":"4ac75dcec4205faf","entry":"sorted_boxes","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/utils.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/utils.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":"4ac75dcec4205faf"}},{"code_sha256_prefix":"d4bc7456e93f5011","entry":"find_all_left_or_right","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/latex/base_model.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/latex/base_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":"d4bc7456e93f5011"}},{"code_sha256_prefix":"cafca988e5b20807","entry":"preprocess_text","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/get_high_quality_data/consturct_dataset.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/get_high_quality_data/consturct_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":"cafca988e5b20807"}},{"code_sha256_prefix":"9918c2d9ae4702f9","entry":"read_yaml","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/utils.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/utils.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":"9918c2d9ae4702f9"}},{"code_sha256_prefix":"dbb182fb777e4fa8","entry":"remove_url_head","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/chinese_data_clean_pipeline/filter/utils.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/chinese_data_clean_pipeline/filter/utils.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":"dbb182fb777e4fa8"}},{"code_sha256_prefix":"e7d39271315ac8d9","entry":"sample_from_group","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/get_high_quality_data/construct_fasttext_train_data.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/get_high_quality_data/construct_fasttext_train_data.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":"e7d39271315ac8d9"}},{"code_sha256_prefix":"fc91caea85a1e25e","entry":"text_system","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/document-convert/multi_thread_process_to_doc.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/document-convert/multi_thread_process_to_doc.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":"fc91caea85a1e25e"}},{"code_sha256_prefix":"c09e2844ef167684","entry":"unify_format","repo":"multimodal-art-projection/map-neo","repo_kind":"official","path":"Matrix/chinese_data_clean_pipeline/filter/filter.py","file_url":"https://github.com/multimodal-art-projection/map-neo/blob/HEAD/Matrix/chinese_data_clean_pipeline/filter/filter.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":"c09e2844ef167684"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}