CoolFace
Datasetpublic

jumplander/AIForge-1K-Review

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.jsonl data.json metadata.json Use Cases AI agent training Supervised fine-tuning Evaluation and benchmarking Software engineering research Example Record { "id": "AIREV_00001"… See the full description on the dataset page: https://huggingface.co/datasets/jumplander/AIForge-1K-Review.

sourceHugging Facecc-by-4.0updated 3mo agoView on Hugging Face
6likes25downloads
Dataset Card

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.jsonl
  • —data.json
  • —metadata.json

Use Cases

  • —AI agent training
  • —Supervised fine-tuning
  • —Evaluation and benchmarking
  • —Software engineering research

Example Record

json
{
  "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