Different LLMs serve distinct purposes, from search engines and chatbots to data generation and multi-modal learning. As a Data Scientist, you don’t need to learn all the LLMs, as there is a different role for that, i.e., LLM Engineer. So, in this article, I’ll take you through all the LLMs that every Data Scientist should know based on their categories.
LLMs Every Data Scientist Should Know
Let’s go through all the LLMs every Data Scientist should know across four key categories: Auto-Encoding Models, Auto-Regressive Models, Sequence-to-Sequence Models, and Multi-Modal Models.
Auto-Encoding Models
Auto-encoding models are bidirectional transformers trained using masked language modelling (MLM). These models are crucial for tasks requiring deep contextual understanding, such as text classification, search ranking, and information retrieval.
These models are best for applications needing strong text comprehension rather than generation. Here are the essential LLMs you should know based on auto-encoding models:
- BERT: for applications like Search engines (Google Search), question answering, sentiment analysis, and named entity recognition (NER).
- RoBERTa: for applications like Document classification, recommendation systems, and legal/financial text analysis.
Here are some learning resources you can follow:
Auto-Regressive Models
Auto-regressive models generate text token-by-token in a left-to-right manner. They are used in chatbots, creative writing, and AI-assisted programming. These models are essential for any application requiring dynamic text generation and reasoning.
Here are the essential LLMs you should know based on auto-regressive models:
- GPT-4: for applications like Chatbots, content generation, programming assistance, and research.
- LLaMA 2: for applications like Open-source conversational AI, summarization, and knowledge extraction.
Here are some learning resources you can follow:
Sequence-to-Sequence (Seq2Seq) Models
Seq2Seq models use an encoder-decoder structure, making them powerful for applications requiring structured input-to-output transformations. These models are essential for structured NLP tasks requiring input transformation.
Here are the essential LLMs you should know based on Seq2Seq models:
- T5: for applications like Machine translation, text summarization, question answering, and data augmentation.
- BART: for applications like News summarization, dialogue generation, and text simplification.
Here are some learning resources you can follow:
Multi-Modal Models
Multi-modal models process multiple types of data (text, images, and audio), enabling applications like AI vision, speech-to-text, and AI-assisted creativity. These models are vital for bridging the gap between text, vision, and speech AI applications.
Here are the essential LLMs you should know based on multi-modal models:
- CLIP: for applications like AI art tools, image tagging and captioning, and zero-shot classification.
- GPT-4V: for applications like AI-powered assistants, document analysis, and image captioning.
Here are some learning resources you can follow:
If you are learning ML Algorithms and LLMs, my book will help you in your journey. Here are links to find the ebook and paperback versions:
Summary
So, here are all the LLMs every Data Scientist should know:
- BERT: Search engines, question answering, sentiment analysis, NER.
- RoBERTa: Document classification, recommendation systems, legal/financial text analysis.
- GPT-4: Chatbots, content generation, programming, research.
- LLaMA 2: Conversational AI, summarization, knowledge extraction.
- T5: Translation, summarization, question answering, data augmentation.
- BART: News summarization, dialogue, text simplification.
- CLIP: AI art, image tagging, captioning, zero-shot classification.
- GPT-4V: AI assistants, document analysis, image captioning.
I hope you liked this article on LLMs every Data Scientist should know. Feel free to ask valuable questions in the comments section below. You can follow me on Instagram for many more resources.





