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.

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
7