@[email protected] to [email protected]English • 2 years 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 • 2 years agomessage-square19fedilink
minus-square@[email protected]linkfedilinkEnglish8•2 years 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•2 years 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•2 years 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/).