FullStackBench
Enrichment pendingOfficial repository for our paper "FullStack Bench: Evaluating LLMs as Full Stack Coders"
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (430d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No criticals
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Backing
Company and funding context for ByteDance. Display-only - not part of trust score or organic ranking.
- Company
- Bytedance Inc.·GitHub org profile·today
- Commercial model
- Pure OSS·GitHub org profile (public repos)·today
Overview
Official repository for our paper "FullStack Bench: Evaluating LLMs as Full Stack Coders"
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
<a href="https://www.python.org/">Source link
Tags
README
FullStack Bench: Evaluating LLMs as Full Stack Coders
🏠 FullStack Bench Code • 📊 Benchmark Data • 📚 SandboxFusion
Table of contents
- FullStack Bench: Evaluating LLMs as Full Stack Coders
- 📌 Introduction
- 📚 SandboxFusion
- 📊 Data
- 💻 Usage
- 📖 Citation
📌Introduction
FullStack Bench is a multilingual benchmark for full-stack programming, covering a wide range of application domains and 16 programming languages with 3K test samples, which substantially pushes the limits of code LLMs in code-related abilities of the real-world code development scenarios.
Task Examples
FullStack Bench covers more mainstream application domains when compared to existing code evaluation benchmarks. Here is a visualization example from FullStack Bench, where the model is tasked with solving problems in the domain of desktop and web development using HTML.
Refer to our paper or dataset for more details.
Results
Refer to our paper for more results.
📚SandboxFusion
SandboxFusion is an an effective code sandbox execution tool to evaluate different programming tasks from different languages. It incorporates over 10 coding-related evaluation datasets, featuring a standardized data format and accessible via a uniform HTTP API.
Refer to our paper and 📚 Tutorial for more Details.
📊Data
| Dataset | Download |
|---|---|
| FullStack Bench Dataset | 🤗 HuggingFace |
💻Usage
Start the sandbox server:
docker run -d --rm -p 8080:8080 volcengine/sandbox-fusion:server-20241204
For users in mainland China, the following mirror is provided:
docker run -d --rm -p 8080:8080 vemlp-cn-beijing.cr.volces.com/preset-images/code-sandbox:server-20241204
Then, run the benchmark:
git clone https://github.com/bytedance/FullStackBench.git
cd FullStackBench
pip install -r requirements.txt
# modify the model configs in src/main.py
python src/main.py
📖Citation
If you find our work helpful, please use the following citations.
@misc{liu2024fullstackbenchevaluatingllms,
title={FullStack Bench: Evaluating LLMs as Full Stack Coders},
author={Siyao Liu and He Zhu and Jerry Liu and Shulin Xin and Aoyan Li and Rui Long and Li Chen and Jack Yang