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.