Papers › MAP-Neo: Highly Capable and Transparent Bilingual Large Language Model Series

MAP-Neo: Highly Capable and Transparent Bilingual Large Language Model Series

29 May 2024arXiv:2405.19327archive 2025-07-28

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

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.19327")

Code

Syntology Ran 7 of 14 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

multimodal-art-projection/map-neo officialmentioned in papermentioned on GitHubpaddle report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 7 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
7unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from multimodal-art-projection/map-neo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

concat_model_path multimodal-art-projection/map-neo/Matrix/document-convert/utils.py official repository ran no licence file found · pointer only · 5b805f401f543dbc · report
expand multimodal-art-projection/map-neo/Matrix/document-convert/multi_thread_process_to_doc.py official repository ran no licence file found · pointer only · 43caaeb95b39e09f · report
get_base_url multimodal-art-projection/map-neo/Matrix/get_high_quality_data/construct_fasttext_train_data.py official repository ran fingerprinted no licence file found · pointer only · 31f2e6d5c0ebb9a0 · report
match_left_right multimodal-art-projection/map-neo/Matrix/document-convert/latex/base_model.py official repository ran fingerprinted no licence file found · pointer only · 0991208b3fcd80b6 · report
minmax_size multimodal-art-projection/map-neo/Matrix/document-convert/latex/base_model.py official repository ran no licence file found · pointer only · 9a1d0c03f326921b · report
read_jsonl_dir multimodal-art-projection/map-neo/Matrix/get_high_quality_data/consturct_dataset.py official repository ran no licence file found · pointer only · 7b6f9b7ddc1b2195 · report
sorted_boxes multimodal-art-projection/map-neo/Matrix/document-convert/utils.py official repository ran no licence file found · pointer only · 4ac75dcec4205faf · report
find_all_left_or_right multimodal-art-projection/map-neo/Matrix/document-convert/latex/base_model.py official repository unverified no licence file found · pointer only · d4bc7456e93f5011 · report
preprocess_text multimodal-art-projection/map-neo/Matrix/get_high_quality_data/consturct_dataset.py official repository unverified no licence file found · pointer only · cafca988e5b20807 · report
read_yaml multimodal-art-projection/map-neo/Matrix/document-convert/utils.py official repository unverified no licence file found · pointer only · 9918c2d9ae4702f9 · report
remove_url_head multimodal-art-projection/map-neo/Matrix/chinese_data_clean_pipeline/filter/utils.py official repository unverified no licence file found · pointer only · dbb182fb777e4fa8 · report
sample_from_group multimodal-art-projection/map-neo/Matrix/get_high_quality_data/construct_fasttext_train_data.py official repository unverified no licence file found · pointer only · e7d39271315ac8d9 · report
text_system multimodal-art-projection/map-neo/Matrix/document-convert/multi_thread_process_to_doc.py official repository unverified no licence file found · pointer only · fc91caea85a1e25e · report
unify_format multimodal-art-projection/map-neo/Matrix/chinese_data_clean_pipeline/filter/filter.py official repository unverified no licence file found · pointer only · c09e2844ef167684 · report

Tasks

Language ModelingLanguage ModellingLarge Language Model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDiscriminative Fine-TuningDropoutGPTLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionPythiaResidual ConnectionSoftmaxWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections