Update README.md
Browse filesAdjusted dataset card
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: cc
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
tags:
|
4 |
+
- code
|
5 |
+
- code-tracing
|
6 |
+
- structural-execution
|
7 |
+
- code-understanding
|
8 |
+
pretty_name: CoCoNUT
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
+
dataset_info:
|
12 |
+
description: >
|
13 |
+
CoCoNUT investigates the capabilities of selected Large Language Models on understanding structural code execution. The dataset includes tasks where models reproduce the code lines executed for specific input arguments, testing advanced code concepts such as Object-Oriented Programming (OOP), Concurrency, and Recursion. The dataset contains short programs, their traces, and evaluation metrics from HumanEval and complex scenarios.
|
14 |
+
visualizations:
|
15 |
+
- url: https://raw.githubusercontent.com/ClaasBeger/StructuralCodeUnderstanding/Visualizations/Bucket_linePlot_direct_overlap.png
|
16 |
+
description: Task Performance given Trace Length Buckets.
|
17 |
+
---
|