用句子级语义表示训练大模型,实现跨语言零样本生成。
Large Concept Models: Language Modeling in a Sentence Representation Space
- 在句子嵌入空间中进行自回归生成,跳过词元层级处理。
- 70亿参数模型在1.3万亿词上训练,跨语言零样本性能超同类模型。
- 适合研究多语言生成、高阶语义建模的开发者和研究人员。
大语言模型(LLM)已成为人工智能主流工具,但其以词元为单位处理输入输出的方式,与人类在多层级抽象下理解与创造内容的模式存在显著差异。本文提出一种新架构——大型概念模型(Large Concept Model),在显式的高层语义表示空间中运作。其中‘概念’是语言和模态无关的更高层次思想或行为单元,本研究将概念等同于句子,并采用支持200种语言的文本与语音模态的句子嵌入空间SONAR。模型在该嵌入空间中进行自回归句子预测,探索了基于MSE回归、扩散模型及量化空间等多种方法。实验使用约16亿参数模型和1.3万亿词训练数据;进一步扩展至70亿参数模型和约2.7万亿词数据。在摘要生成与摘要扩展等生成任务上评估,结果表明模型在多种语言上表现出色的零样本泛化能力,优于同等规模的现有大语言模型。训练代码已公开。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。