Banana-Leopard commited on
Commit
c5db289
·
verified ·
1 Parent(s): 45834ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -23,7 +23,8 @@ We scraped the data from the popular coding website called GeeksForGeeks (GFG).
23
 
24
  We published this paper before the advent of ChatGPT, so this is not recent by any means and things on the GFG website might have changed since we scraped the data.
25
  There was also a lot of manual work that went into correcting the scraped data and putting it into the format that we needed it to be, so some of the complexities
26
- might not be exactly what you see on the GFG website.
 
27
 
28
  There is work being undertaken on the next version of the paper, where we plan to expand to dataset to several more languages and a lot more examples. Probably 10x more samples
29
  for 4-5 more languages. There will be a fundamental change in the tone of the work as well since TASTY was published before the ChatGPT, LLMs were not as popular then.
 
23
 
24
  We published this paper before the advent of ChatGPT, so this is not recent by any means and things on the GFG website might have changed since we scraped the data.
25
  There was also a lot of manual work that went into correcting the scraped data and putting it into the format that we needed it to be, so some of the complexities
26
+ might not be exactly what you see on the GFG website. For instance, what is given as "O(n)" on the GFG website is instead written as "linear" in our dataset.
27
+ In the same way, linear equivalents, "O(n+m)" are also cast to "linear". The same applies to all the classes in our dataset.
28
 
29
  There is work being undertaken on the next version of the paper, where we plan to expand to dataset to several more languages and a lot more examples. Probably 10x more samples
30
  for 4-5 more languages. There will be a fundamental change in the tone of the work as well since TASTY was published before the ChatGPT, LLMs were not as popular then.