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

Update README.md

Browse files

Replaced citation with link

Files changed (1) hide show
  1. README.md +1 -1
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 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")
 
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 https://arxiv.org/abs/2501.16456
17
 
18
  Model Performance:
19
  ![Model Performance](Bucket_linePlot_direct_overlap.png "Model Performance on CoCoNUT")