Natural language processing falls under AI though, and so do large language models (see chapters 23 and 24 of Russell and Norvig, 2021 aima.cs.berkeley.edu).
Comment on How Quickly Do Large Language Models Learn Unexpected Skills?
inspxtr@lemmy.world 8 months agore: your last point, AFAIK, the TLDR bot is also not AI or LLM; it uses more classical NLP methods for summarization.
dirtySourdough@lemmy.world 8 months ago
far_university1990@feddit.de 8 months ago
github.com/RikudouSage/LemmyAutoTldrBot readme say summarization is in summarizer.py which use sumy, specifically LSA which documented here