File size: 930 Bytes
328a20a
 
 
 
 
 
 
 
 
 
 
 
 
d00346d
 
 
 
 
 
 
 
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
task_categories:
- text-generation
language:
- en
tags:
- LLM
- DSL
- META-MODEL
- MDE
pretty_name: Errors in model generation
---
  This dataset is the result of errors found in generated ecore files by different LLMs, mainly GTP4-Turbo and Llama3-70b-Instruct.

The errors have been classified into :
  * Wrong Type : This can occur if the generated type is non existant or used in a wrong way
  * Missing declaration : this can be due to either a missing declaration like xsi or nonexistant one 
  * Start Token : this can mostly be due to start tag <?xml ..> <ecore ..> that are missing, happens when we can't read the file or error in start token
  * Semantic Error : this is overly noticed if the is a logic error where a certain attribute isn't present in the file while it was clearly mentioned in the description
  * Other Syntactic Error : This was attributed to all the other error that happened