The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

YAML Metadata Warning: empty or missing yaml metadata in repo card

Check out the documentation for more information.

CodeReview: Intelligent Code Review System

πŸ“‘ Paper | 🌐 Project Page | πŸ’Ύ Released Resources | πŸ“¦ Repo

We release the raw data for our processed CodeReview-Synth dataset, derived from the original dataset from BigCode team.

The data format for each line in the code_review_samples.jsonl is as follows:

{
  "code_snippet": <the original code to be reviewed>,
  "language": <programming language>,
  "review_comments": <structured code review feedback>,
  "severity": <issue severity level>,
  "category": <review category type>,
  "source": <the source of the raw code files>,
  "meta": <meta information about this sample>
}

Some samples may have incomplete review comments due to filtering constraints during processing.

*Note: Code review suggestions are generated through automated analysis and may require human verification for production use.

Downloads last month
-