Natural Language to SQL query

Hi everyone,
I am trying to understand the task of generating SQL queries from natural language. I’m trying to read papers but unable to understand as this is my first time reading papers. Can anyone suggest an easy to read paper on this topic or any resources ?
Thanks in advance.

Papers with code is a good resource for initial research of models, they have a Text to SQL section here.

Huggingface is another good starting point, they have some of the more lastest model such as CodeLlama that you could explore more.