pith. sign in

arxiv: 2405.04324 · v1 · pith:WKTGWA46new · submitted 2024-05-07 · 💻 cs.AI · cs.CL· cs.SE

Granite Code Models: A Family of Open Foundation Models for Code Intelligence

classification 💻 cs.AI cs.CLcs.SE
keywords codemodelsgranitetasksllmsdevelopmentfamilysoftware
0
0 comments X
read the original abstract

Large Language Models (LLMs) trained on code are revolutionizing the software development process. Increasingly, code LLMs are being integrated into software development environments to improve the productivity of human programmers, and LLM-based agents are beginning to show promise for handling complex tasks autonomously. Realizing the full potential of code LLMs requires a wide range of capabilities, including code generation, fixing bugs, explaining and documenting code, maintaining repositories, and more. In this work, we introduce the Granite series of decoder-only code models for code generative tasks, trained with code written in 116 programming languages. The Granite Code models family consists of models ranging in size from 3 to 34 billion parameters, suitable for applications ranging from complex application modernization tasks to on-device memory-constrained use cases. Evaluation on a comprehensive set of tasks demonstrates that Granite Code models consistently reaches state-of-the-art performance among available open-source code LLMs. The Granite Code model family was optimized for enterprise software development workflows and performs well across a range of coding tasks (e.g. code generation, fixing and explanation), making it a versatile all around code model. We release all our Granite Code models under an Apache 2.0 license for both research and commercial use.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 14 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. ScreenParse: Moving Beyond Sparse Grounding with Complete Screen Parsing Supervision

    cs.CV 2026-02 conditional novelty 8.0

    ScreenParse dataset and ScreenVLM model deliver dense screen parsing that outperforms larger VLMs on PageIoU and transfers to better UI grounding.

  2. Structured Recurrent Mixers for Massively Parallelized Sequence Generation

    cs.CL 2026-05 unverdicted novelty 6.0

    Structured Recurrent Mixers provide a dual parallel-recurrent representation for sequence models, claiming superior training efficiency, information capacity, and inference throughput over linear complexity alternatives.

  3. Structured Recurrent Mixers for Massively Parallelized Sequence Generation

    cs.CL 2026-05 unverdicted novelty 6.0

    Structured Recurrent Mixers enable algebraic switching between parallel training and recurrent inference representations, delivering higher efficiency, information capacity, and throughput than other linear-complexity models.

  4. Structured Recurrent Mixers for Massively Parallelized Sequence Generation

    cs.CL 2026-05 conditional novelty 6.0

    Structured Recurrent Mixers enable algebraic switching between parallel training and recurrent inference representations, yielding higher throughput, concurrency, and training efficiency than comparable linear-complex...

  5. SynConfRoute: Syntax-Aware Routing for Efficient Code Completion with Small CodeLLMs

    cs.SE 2026-05 unverdicted novelty 6.0

    SynConfRoute routes code completions using syntax validation and token confidence, improving pass@1 by up to 31% on hard tasks and reducing accelerator usage by 58% versus always using the largest model.

  6. 6G Needs Agents: Toward Agentic AI-Native Networks for Autonomous Intelligence

    cs.NI 2026-05 unverdicted novelty 6.0

    6G networks need LLM-based agents in a layered semantic control plane to achieve autonomous intelligence, with empirical results showing that heterogeneous deployment across device-edge-core is required due to inheren...

  7. SweetSpot: An Analytical Model for Predicting Energy Efficiency of LLM Inference

    cs.AI 2026-02 unverdicted novelty 6.0

    SweetSpot is an analytical model from Transformer computational and memory complexity that identifies energy minima at short-to-moderate inputs and medium outputs, achieving 1.79% MAPE on H100 GPU measurements across ...

  8. Fine-Tuning Code Language Models to Detect Cross-Language Bugs

    cs.SE 2025-07 conditional novelty 6.0

    Fine-tuning 13 CodeLMs on a constructed CLB dataset with nine interaction types improves detection, with UniXcoder-base reaching F1 0.7407 and small models outperforming large ones.

  9. Robust Onion: Peeling Open Vocab Object Detectors Under Noise

    cs.CV 2026-06 unverdicted novelty 5.0

    Empirical study finds OV-OD robustness driven by vision backbone and image domain via layer-wise feature collapse analysis, validated with a low-parameter robustness improvement on real data.

  10. Not All RAGs Are Created Equal: A Component-Wise Empirical Study for Software Engineering Tasks

    cs.SE 2026-05 unverdicted novelty 5.0

    Retriever-side choices, particularly the retrieval algorithm, exert more influence on RAG performance than generator selection across code generation, summarization, and repair tasks.

  11. Position: Let's Develop Data Probes to Fundamentally Understand How Data Affects LLM Performance

    cs.AI 2026-05 unverdicted novelty 5.0

    The authors propose creating data probes—synthetic sequences from defined random processes—to reveal how data properties drive LLM behavior across workflow stages.

  12. "Don't Do That!": Guiding Embodied Systems through Large Language Model-based Constraint Generation

    cs.AI 2025-06 unverdicted novelty 5.0

    STPR uses LLMs to generate Python constraint functions from natural language instructions, then applies them via traditional search algorithms to point clouds in simulated Gazebo robot environments with reported full ...

  13. Robust Onion: Peeling Open Vocab Object Detectors Under Noise

    cs.CV 2026-06 unverdicted novelty 4.0

    Empirical analysis shows open vocabulary object detector robustness is driven mainly by vision backbone and image domain via similar feature collapse patterns, with a lightweight NN & TK0 method improving real-world p...

  14. The Sim-to-Real Gap of Foundation Model Agents: A Unified MDP Perspective

    cs.AI 2026-06 unverdicted novelty 4.0

    The paper proposes a unified MDP-based research agenda for addressing sim-to-real gaps in foundation model agents and advocates adopting classical solutions such as domain randomization.