Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
AIForge-05-Architecture
Architecture Dataset for AI and Programming Tasks
Overview
AIForge-05-Architecture is a curated English dataset designed for AI systems working on architecture tasks in software engineering and programming.
Contents
data.jsonldata.jsonmetadata.json
Use Cases
- AI agent training
- Supervised fine-tuning
- Evaluation and benchmarking
- Software engineering research
Example Record
{
"id": "AIARC_00001",
"category": "architecture",
"domain": "recommendations",
"objective": "Design a monolith solution for a recommendations platform with low budget.",
"requirements": [
"Scale predictably",
"Keep observability high",
"Avoid unnecessary coupling",
"Support future growth"
],
"recommended_architecture": "A monolith approach with clear boundaries around the file and core business rules.",
"components": [
"API layer",
"Domain service",
"Persistence layer",
"Async worker",
"Monitoring and alerting"
],
"tradeoffs": "Monolith improves the low budget story, but the team must keep ownership boundaries explicit.",
"decision_rationale": "Choose the simplest architecture that satisfies the operational and product constraints.",
"difficulty": 3
}
License
Released under CC BY 4.0.
Source
JumpLander
- Downloads last month
- 89