LLMs Are More Than Generative AI
Bill Franks
Internationally recognized chief analytics officer who is a thought leader, speaker, consultant, and author focused on analytics, data science, and AI
While large language models (LLMs) and generative AI have been all the rage over the past year, the most attention has been given to their intersection - the text generation capabilities of LLMs. There is no doubt that the ability to generate answers to questions
?
Creation / Generation
This is the LLM use case that gets most of the attention these days. You ask an application like ChatGPT a question and it comes back with a detailed answer. Or, you provide a request to an application like DALL-E and it generates an image based on that request. There are also generators focused on code, video, and 3D virtual worlds.
The interesting thing to me is that many of the same fundamental algorithmic approaches are utilized for generators of all types. The content that is provided back – text, pictures, videos – varies. Since they all ingest a prompt, however, they must all be trained to understand and decompose that prompt to guide the generation process. Hence, they all need LLMs. But generation of new content to answer a question, while what most people focus on, is not all LLMs can do.
?
Summarization
LLMs are also terrific at summarizing information
One of the advantages of using AI to summarize content is that the risk of errors is lower than with generation. The reason is because you are limiting the LLM to taking what you gave it and summarizing it rather than asking it to come up with new content. While it is possible the LLM could focus on the wrong things or miss a pattern in your inputs, it is unlikely that it will get something completely wrong.
?
领英推荐
Translation
Translation, though often underrated, might have some of the broadest applicability and impact. For example, LLMs are already being used to help translate old code from now-uncommon languages into modern coding languages. An LLM can take the old code and generate a draft of how that would translate in the new coding language. Of course, it won’t be perfect and will take some human editing to complete the job. If the LLM gets the new code “mostly right”, a good programmer will be able to understand what the code is aiming to do and make the edits required to finish the translation – even with limited knowledge of the original language.
Human language translation
?
Interpretation / Extraction
Another key use of LLMs is having them interpret a statement
LLMs can also help with classic use cases such as sentiment analysis
?
Wrap-Up
The topics covered above are certainly not an exhaustive list of all that LLMs can do, but they do represent some common and powerful uses. Moreover, they should be enough to reinforce the point of this blog, which is that LLMs can do a lot more than just generation of text content. Don’t neglect to explore how those other uses might be of benefit to you and your organization!
Brand Expert | Strategic Advisor | Design/Art/Creative | SaaS Solutions | Startups Advisor | Product Design | Websites | B2B & B2C | AI Marketing
11 个月Thank you Bill Franks for this informative article, and to you Tyler James Johnson for the comment below, it provided a meaningful contribution to look at perspective that diverges from the focus on generative AI.
??I am a Professional Digital Marketer | YouTube SEO Expert ?? | Website SEO | Facebook & Google Ads | Shopify Dropshipping | Podcast Marketing | Helping Businesses Boost Visibility, Engagement & Revenue!?? Let’s grow!??
11 个月Great article ! Bill Franks
Part-time Executive Consultant at Self Employed
12 个月Just like old times, Bill Franks educating me on Advanced Analytics!
LLM Engineer
12 个月Great Article! Recently, I was experimenting with OpenAIs Assistants API which has function-calling capabilities that can be used to add more power to the LLM models including access to the research articles from Arxiv and summarize them as needed.
A very thoughtful article. Thank you, Bill. Other than content generation, what would you say LLMs do best? Summarization? Interpretation?