Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -48,6 +48,7 @@ Each row captures a moment where a human code reviewer left an inline comment on
|
|
| 48 |
| `comment_line` | int | Line number where the comment was placed |
|
| 49 |
| `language` | string | Programming language |
|
| 50 |
| `quality_score` | float | Comment quality score (0.0-1.0) |
|
|
|
|
| 51 |
| `comment_length` | int | Character count of reviewer comment |
|
| 52 |
| `before_lines` | int | Line count of before code |
|
| 53 |
| `after_lines` | int | Line count of after code |
|
|
|
|
| 48 |
| `comment_line` | int | Line number where the comment was placed |
|
| 49 |
| `language` | string | Programming language |
|
| 50 |
| `quality_score` | float | Comment quality score (0.0-1.0) |
|
| 51 |
+
| `comment_type` | string | Category: suggestion, question, nitpick, bug, refactor, style, security, performance |
|
| 52 |
| `comment_length` | int | Character count of reviewer comment |
|
| 53 |
| `before_lines` | int | Line count of before code |
|
| 54 |
| `after_lines` | int | Line count of after code |
|