Papers › Large Concept Models: Language Modeling in a Sentence Representation Space

Large Concept Models: Language Modeling in a Sentence Representation Space

11 Dec 2024arXiv:2412.08821archive 2025-07-28

LCM team, Loïc Barrault, Paul-Ambroise Duquenne, Maha Elbayad, Artyom Kozhevnikov, Belen Alastruey, Pierre Andrews, Mariano Coria, Guillaume Couairon, Marta R. Costa-jussà, David Dale, Hady Elsahar, Kevin Heffernan, João Maria Janeiro, Tuan Tran, Christophe Ropers, Eduardo Sánchez, Robin San Roman, Alexandre Mourachko, Safiyyah Saleem, Holger Schwenk

LLMs have revolutionized the field of artificial intelligence and have emerged as the de-facto tool for many tasks. The current established technology of LLMs is to process input and generate output at the token level. This is in sharp contrast to humans who operate at multiple levels of abstraction, well beyond single words, to analyze information and to generate creative content. In this paper, we present an attempt at an architecture which operates on an explicit higher-level semantic representation, which we name a concept. Concepts are language- and modality-agnostic and represent a higher level idea or action in a flow. Hence, we build a "Large Concept Model". In this study, as proof of feasibility, we assume that a concept corresponds to a sentence, and use an existing sentence embedding space, SONAR, which supports up to 200 languages in both text and speech modalities. The Large Concept Model is trained to perform autoregressive sentence prediction in an embedding space. We explore multiple approaches, namely MSE regression, variants of diffusion-based generation, and models operating in a quantized SONAR space. These explorations are performed using 1.6B parameter models and training data in the order of 1.3T tokens. We then scale one architecture to a model size of 7B parameters and training data of about 2.7T tokens. We perform an experimental evaluation on several generative tasks, namely summarization and a new task of summary expansion. Finally, we show that our model exhibits impressive zero-shot generalization performance to many languages, outperforming existing LLMs of the same size. The training code of our models is freely available.

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="2412.08821")

Code

Syntology Ran 0 of 10 code samples harvested from 1 repository linked to this paper; 10 have no recorded run.

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

facebookresearch/large_concept_model officialmentioned in papermentioned on GitHubpytorchMIT 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

10 samples harvested; 0 ran; 0 honoured the contract we drafted; 10 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.

10unverified

Licence: 0 of the 10 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 facebookresearch/large_concept_model. “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.

define_parquet_dataset facebookresearch/large_concept_model/lcm/datasets/parquet_utils.py official repository unverified MIT (permissive) · dcc4c0f743e740f8 · report
filter_empty_string facebookresearch/large_concept_model/lcm/datasets/sentence_splitting.py official repository unverified MIT (permissive) · 69d2f7ac6f37cc44 · report
find_closest_indices facebookresearch/large_concept_model/lcm/datasets/sentence_splitter_pipeline.py official repository unverified MIT (permissive) · 13a2a85ebdf50b7d · report
get_renaming_mappers facebookresearch/large_concept_model/lcm/datasets/configs.py official repository unverified MIT (permissive) · 3fea6348a0d357ee · report
insert_elements facebookresearch/large_concept_model/lcm/datasets/sentence_splitter_pipeline.py official repository unverified MIT (permissive) · a77dd5b86cb93ecb · report
merge_small_intervals facebookresearch/large_concept_model/lcm/datasets/sentence_splitter_pipeline.py official repository unverified MIT (permissive) · a99d1b23e0f7c52e · report
remove_emojis facebookresearch/large_concept_model/lcm/datasets/sentence_splitting.py official repository unverified MIT (permissive) · 55e3f0eada7f40a3 · report
remove_non_printable_chars facebookresearch/large_concept_model/lcm/datasets/sentence_splitting.py official repository unverified MIT (permissive) · 15193a94d33519a0 · report
return_none_on_failure facebookresearch/large_concept_model/lcm/datasets/dataloading.py official repository unverified MIT (permissive) · 8c1c048b8f2f8356 · report
truncate_sequence facebookresearch/large_concept_model/lcm/datasets/dataloader.py official repository unverified MIT (permissive) · 0b0a924396ab6c1a · report

Tasks

Language ModelingLanguage ModellingSentenceSentence EmbeddingSentence-EmbeddingZero-shot Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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