Hacker News new | ask | show | jobs
by PaulHoule 1144 days ago
Sports chat is an interesting case for LLMs because people will want to talk about who won the game last weekend but the foundation model takes so long too train you can’t keep it fresh enough to answer those questions out of the foundation model so you somehow have to combine the LLM with a database of recent developments.
1 comments

Basically, an LLM for Madlibs?

   _____ should get rid of _____.
https://en.wikipedia.org/wiki/Mad_Libs

Or maybe a sports ELIZA?

  I get the sense you are frustrated by the recent loss.
https://en.wikipedia.org/wiki/ELIZA
Bing chat seems to do a search lookup and then have the LLM riff on that, which is what i’d do if i had to talk about something i didn’t know anything about.