@[email protected] to [email protected]English • 9 months agoHow Quickly Do Large Language Models Learn Unexpected Skills?nautil.usexternal-linkmessage-square19fedilinkarrow-up1112
arrow-up1112external-linkHow Quickly Do Large Language Models Learn Unexpected Skills?nautil.us@[email protected] to [email protected]English • 9 months agomessage-square19fedilink
minus-square@[email protected]linkfedilinkEnglish8•9 months agore: your last point, AFAIK, the TLDR bot is also not AI or LLM; it uses more classical NLP methods for summarization.
minus-square@[email protected]linkfedilinkEnglish3•9 months agohttps://github.com/RikudouSage/LemmyAutoTldrBot readme say summarization is in summarizer.py which use sumy, specifically LSA which documented here
minus-square@[email protected]linkfedilinkEnglish1•9 months agoNatural language processing falls under AI though, and so do large language models (see chapters 23 and 24 of Russell and Norvig, 2021 http://aima.cs.berkeley.edu/).
re: your last point, AFAIK, the TLDR bot is also not AI or LLM; it uses more classical NLP methods for summarization.
https://github.com/RikudouSage/LemmyAutoTldrBot readme say summarization is in summarizer.py which use sumy, specifically LSA which documented here
Natural language processing falls under AI though, and so do large language models (see chapters 23 and 24 of Russell and Norvig, 2021 http://aima.cs.berkeley.edu/).