paper-with-me

홈 › Papers

Mimir: Large-scale Multilingual Concept Modeling

2026-05-24 · Elio Musacchio, Lucia Siciliani, Pierpaolo Basile arxiv

Current language modeling approaches are built around tokens. Text corpora are split into tokens, and models are trained by performing computations on these tokens, such as predicting the next token given the preceding ones as context. This paradigm has become the standard in modern language modeling, especially given the outstanding performance obtained by token-based architectures. However, recent works have not only begun to question how language models process and understand meaning from tokens, but also to question whether using higher levels of granularity could advance the research field. This led to the idea of Concept Modeling, that is, to directly train models for next-concept prediction rather than next-token prediction. The goal is to change the input from tokens to concepts, forcing the underlying language model to shift its granularity from fine-grained tokens to broad concepts. In this work, we introduce Mimir, a 1.6B Large Concept Model trained for multilingual concept understanding and generation. We leverage a large-scale multilingual pre-training corpus (38,883,987,240 sentences) spanning 46 languages and a large-scale multi-turn and multilingual instruction-tuning dataset (66,816,428 sentences) covering a total of 35 languages. We extensively evaluate model performance against a language model with a comparable number of parameters.

📄 PDF Abstract BibTeX arXiv:2605.25263

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MIMIR: A Streamlined Platform for Personalized Agent Tuning in Domain Expertise

2024-04-03 · Chunyuan Deng, Xiangru Tang, Yilun Zhao, Hanming Wang 외

Recently, large language models (LLMs) have evolved into interactive agents, proficient in planning, tool use, and task execution across a wide variety of tasks. However, without specific agent tuning, open-source models…

Mimir: Improving Video Diffusion Models for Precise Text Understanding

2024-12-04 · CVPR 2025 1 · Shuai Tan, Biao Gong, Yutong Feng, Kecheng Zheng 외

Text serves as the key control signal in video generation due to its narrative nature. To render text descriptions into video clips, current video diffusion models borrow features from text encoders yet struggle with lim…

DecoderReading ComprehensionVideo Generation

DFM Mimir v1: An Open HRM Delivering Frontier Performance at 1B Parameters Using Only Permissible Post-Training Data

2026-08-13 · Peter Schneider-Kamp, Jacob Nielsen, Gianluca Barmina, Kenneth Enevoldsen 외 arxiv

Current large language model development relies on massive, often non-permissible datasets, creating a high barrier for researchers committed to open-source and ethically sourced data. We introduce Mimir v1, a 1-billion-…

MIMIR: Masked Image Modeling for Mutual Information-based Adversarial Robustness

2023-12-08 · Xiaoyun Xu, Shujian Yu, Zhuoran Liu, Stjepan Picek

Vision Transformers (ViTs) achieve excellent performance in various tasks, but they are also vulnerable to adversarial attacks. Building robust ViTs is highly dependent on dedicated Adversarial Training (AT) strategies. …

Adversarial Robustness

MimirRAG: A Multi-Agent RAG Framework for Financial Data Retrieval with Metadata Integration

2026-05-24 · Magnus Samuelsen, Wilmer Nyström, Somnath Mazumdar, Mansoor Hussain 외 arxiv

Retrieval-augmented generation (RAG) systems offer a promising approach to reduce hallucinations and improve answer accuracy in large language models (LLMs), a requirement for reliable, financial analysis where answers m…

Information Retrieval