Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,7 @@ size_categories:
|
|
| 16 |
|
| 17 |
This repository hosts the **CoRe** benchmark, designed to evaluate the reasoning capabilities of large language models on **program analysis tasks** including data dependency, control dependency, and information flow. Each task instance is represented as a structured JSON object with detailed metadata for evaluation and reproduction.
|
| 18 |
|
|
|
|
| 19 |
|
| 20 |
Each example is a JSON object with the following fields:
|
| 21 |
|
|
|
|
| 16 |
|
| 17 |
This repository hosts the **CoRe** benchmark, designed to evaluate the reasoning capabilities of large language models on **program analysis tasks** including data dependency, control dependency, and information flow. Each task instance is represented as a structured JSON object with detailed metadata for evaluation and reproduction.
|
| 18 |
|
| 19 |
+
It contains 25k data points (last update: Sep. 24th, 2025).
|
| 20 |
|
| 21 |
Each example is a JSON object with the following fields:
|
| 22 |
|