File size: 1,527 Bytes
1d94398
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: apache-2.0
---

A description of the fields:

| Column                  | What it captures                              | Typical values            |
| ----------------------- | --------------------------------------------- | ------------------------- |
| `id`                    | Row identifier                                | 1-100                     |
| `repo_name`             | Example repository label                      | `repo_14`                 |
| `file_path`             | Path + filename with extension                | `src/utils/parsefile.py`  |
| `language`              | Programming language                          | Python, Java…             |
| `function_name`         | Target symbol that was reviewed               | `validateSession`         |
| `annotation_summary`    | Free-text note written by the annotator       | “Added input validation…” |
| `potential_bug`         | Did the annotator flag a likely bug? (Yes/No) |                           |
| `test_cases_written`    | Number of unit-tests already present          | 0-25                      |
| `readability_rating`    | 1 (poor) – 5 (excellent)                      |                           |
| `docstring_quality`     | 1 (weak) – 5 (strong)                         |                           |
| `cyclomatic_complexity` | Simple complexity estimate (1-15)             |                           |
| `topic_tags`            | Semicolon-separated topical tags              | `security;dp;testing`     |