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-1K-Review
Code Review Dataset for AI and Programming Tasks
Overview
AIForge-02-Review is a curated English dataset designed for AI systems working on code review 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": "AIREV_00001",
"category": "code_review",
"language": "go",
"review_focus": "readability",
"scenario": "Review a Go change in the reports module related to report.",
"code_under_review": "func processReport(items []string) int {\n total := 0\n for _, item := range items { total += len(item) }\n return total\n}",
"review_comment": "The current implementation works, but it makes the readability story harder than necessary.",
"recommended_change": "Refactor the report path with clearer boundaries, stronger validation, and a smaller public surface.",
"severity": "Info",
"difficulty": 1
}
License
Released under CC BY 4.0.
Source
JumpLander
- Downloads last month
- 81