GPT3 writing working SQL

  • 2 Replies
  • 2017 Views
*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
GPT3 writing working SQL
« on: February 05, 2021, 01:55:36 am »
https://blog.seekwell.io/gpt3

The SQL (Structured Query) Language was originally developed in the hope that non-programmers would be able to use it to get their reports and answer their questions without the help of trained and experienced computer programmers. That didn't happen but it remains a valuable goal.

The linked article outlines another very promising attempt which uses GPT3 to write working SQL queries in response to plain english questions. What is interesting is that it can do this even without knowing the database schema in some cases because it can guess sensible names for the fields and tables that it would need. What is even more interesting is how easily it can learn from a few examples.

Quote
Input: how much revenue have we received from users with an email ending in 'seekwell.io' in the last 3 months?

GPT-3 Response: SELECT SUM(charges.amount) FROM users INNER JOIN charges ON users.id = charges.user_id WHERE users.email LIKE '%seekwell.io%' AND users.signup_dt>= now() - interval '3 months'

*

Don Patrick

  • Trusty Member
  • ********
  • Replicant
  • *
  • 633
    • AI / robot merchandise
Re: GPT3 writing working SQL
« Reply #1 on: February 05, 2021, 09:02:35 am »
Considering that GPT does not actually accommodate logical structure and takes example from random people's suggestions on stackoverflow, it seems to me that this changes the job from programming to debugging. It is impressive that it can associate words to, well, capitalised words, but on the whole I don't see the improvement: One still has to type the request and one still needs an expert to debug the code. Even more so because the machine makes inhuman mistakes.
CO2 retains heat. More CO2 in the air = hotter climate.

*

infurl

  • Administrator
  • ***********
  • Eve
  • *
  • 1365
  • Humans will disappoint you.
    • Home Page
Re: GPT3 writing working SQL
« Reply #2 on: February 05, 2021, 09:10:45 am »
GPT3 reminds me of the adage about a million monkeys. Even if one of them did type out the works of Shakespeare, none of them would know which one it was. GPT3 only produces results that might seem impressive only when they have been heavily curated. It only saves time compared to something that generates random strings.

 


OpenAI Speech-to-Speech Reasoning Demo
by ivan.moony (AI News )
March 28, 2024, 01:31:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am
LLaMA2 Meta's chatbot released
by 8pla.net (AI News )
October 18, 2023, 11:41:21 pm

Users Online

328 Guests, 0 Users

Most Online Today: 363. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles