ClaasBeger commited on
Commit
b93db59
·
verified ·
1 Parent(s): d0eeb80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
  ## Dataset Info:
14
  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 the corresponding call arguments.
15
  For advanced topics, no call arguments are needed since they are directly contained in the main function.
16
- The Code can be found at the github repository: https://github.com/ClaasBeger/StructuralCodeUnderstanding
17
 
18
  Model Performance:
19
  ![Model Performance](Bucket_linePlot_direct_overlap.png "Model Performance on CoCoNUT")
@@ -21,10 +21,13 @@ Model Performance:
21
  ## Citation
22
 
23
  ```bibtex
24
- @inproceedings{CoCoNUT,
25
- title={CoCoNUT: Structural Code Understanding does not fall out of a tree},
26
- author={Claas Beger, Saikat Dutta},
27
- booktitle={Proceedings of the 2nd International Workshop on Large Language Models for Code},
28
- year={2025}
 
 
 
29
  }
30
  ```
 
13
  ## Dataset Info:
14
  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 the corresponding call arguments.
15
  For advanced topics, no call arguments are needed since they are directly contained in the main function.
16
+ The Code can be found at the github repository: https://github.com/ClaasBeger/StructuralCodeUnderstanding and the paper pre-print is available at \cite{arxiv.org/abs/2501.16456}
17
 
18
  Model Performance:
19
  ![Model Performance](Bucket_linePlot_direct_overlap.png "Model Performance on CoCoNUT")
 
21
  ## Citation
22
 
23
  ```bibtex
24
+ @misc{beger2025coconutstructuralcodeunderstanding,
25
+ title={CoCoNUT: Structural Code Understanding does not fall out of a tree},
26
+ author={Claas Beger and Saikat Dutta},
27
+ year={2025},
28
+ eprint={2501.16456},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.LG},
31
+ url={https://arxiv.org/abs/2501.16456},
32
  }
33
  ```