Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset is the result of errors found in generated ecore files by different LLMs, mainly GTP4-Turbo and Llama3-70b-Instruct.
|
2 |
+
|
3 |
+
The errors have been classified into :
|
4 |
+
* Wrong Type : This can occur if the generated type is non existant or used in a wrong way
|
5 |
+
* Missing declaration : this can be due to either a missing declaration like xsi or nonexistant one
|
6 |
+
* 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
|
7 |
+
* 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
|
8 |
+
* Other Syntactic Error : This was attributed to all the other error that happened
|