CoolFace
Modelpublic

luzimu/FullStack-Learn-LM-30B-A3B

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
1likes93downloads
Model Card

FullStack-Agent

Overview

This model is introduced in the paper "FullStack-Agent: Enhancing Agentic Full-Stack Web Coding via Development-Oriented Testing and Repository Back-Translation".

In this paper, we introduce FullStack-Agent, a unified system that combines a multi-agent full-stack development framework equipped with efficient coding and debugging tools (FullStack-Dev), an iterative self-improvement method that improves the abilities of LLMs through repository augmentation and back-translation (FullStack-Learn), and a full-stack development benchmark that comprehensively evaluates frontend, backend, and database functionalities (FullStack-Bench).

Official Repository: mnluzimu/FullStack-Agent

[image]

Quick Start

Instructions for installation and running of the three components are in the following documents:

Models

Model NameHuggingface Link
FullStack-Learn-LM-30B-A3B🤗 luzimu/FullStack-Learn-LM-30B-A3B

Dataset

Dataset NameHuggingface Link
FullStack-Bench🤗 luzimu/FullStack-Bench

Experimental Results

Experimental results of FullStack-Dev on FullStack-Bench compared to popular baseline methods are shown below:

[image]

The result of using more templates is presented below:

[image]

Using more templates result in better performance in most of the metrics, which might be due to the fact that with more templates to choose from, the agent can find the most appropriate and easy-to-work-with templates, thus making the development process smoother.

Experimental results of FullStack-Learn tested on with FullStack-Dev on FullStack-Bench are as follows:

[image]

Citation

If you find our project helpful, please cite:

bibtex
@misc{lu2026fullstackagentenhancingagenticfullstack,
      title={FullStack-Agent: Enhancing Agentic Full-Stack Web Coding via Development-Oriented Testing and Repository Back-Translation}, 
      author={Zimu Lu and Houxing Ren and Yunqiao Yang and Ke Wang and Zhuofan Zong and Mingjie Zhan and Hongsheng Li},
      year={2026},
      eprint={2602.03798},
      archivePrefix={arXiv},
      primaryClass={cs.SE},
      url={https://arxiv.org/abs/2602.03798}, 
}