It is no secret that many researchers and RAs have copy-pasted code from ChatGPT to Stata. It is also true that those same researchers often spend hours debugging "hallucinated" commands or syntax that simply doesn't run.
I created Stata Bench to measure which models are actually reliable for our work.
It is the first such benchmark systematically testing current models on real-world Stata tasks to see which ones generate runnable, accurate code.
The project covers:
I created Stata Bench to measure which models are actually reliable for our work.
It is the first such benchmark systematically testing current models on real-world Stata tasks to see which ones generate runnable, accurate code.
The project covers:
- A Leaderboard: Comparing pass rates on data cleaning and analysis tasks.
- Fine-tuning: I am training a smaller model specifically on Stata syntax to reduce hallucinations.

Comment