Techniques & Methods

A

Techniques & Methods

Adversarial Training

<p><span>This approach enhances the resilience of machine learning models by exposing them to custom-crafted challenging examples. The idea is to make the model learn more effective and reliable ways to interpret data.</span></p>
Techniques & Methods

Alignment

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This refers to the process of fine-tuning an LLM to conform to certain ethical guidelines. It aims to mitigate issues arising from uncurated training data, such as biased or harmful outputs.&quot;}" data-sheets-userformat="{&quot;2&quot;:4354,&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;11&quot;:4,&quot;15&quot;:&quot;Arial&quot;}">This refers to the process of fine-tuning an LLM to conform to certain ethical guidelines. It aims to mitigate issues arising from uncurated training data, such as biased or harmful outputs.</span></p>
Techniques & Methods

Attention

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;In the context of GPT's transformer architecture, attention refers to the model's ability to understand the relational context between words in a given text sequence. This technique was originally outlined in the paper \&quot;Attention Is All You Need.\&quot;&quot;}" data-sheets-userformat="{&quot;2&quot;:4354,&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;11&quot;:4,&quot;15&quot;:&quot;Arial&quot;}">In the context of GPT's transformer architecture, attention refers to the model's ability to understand the relational context between words in a given text sequence. This technique was originally outlined in the paper "Attention Is All You Need."</span></p>
Techniques & Methods

Attention Mechanism

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This technique, employed in deep learning models, assigns varying degrees of significance or \&quot;attention\&quot; to different words or features during data processing.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This technique, employed in deep learning models, assigns varying degrees of significance or "attention" to different words or features during data processing.</span></p>
Techniques & Methods

Autoregression

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;In language models, this refers to the dependency of future token predictions on the tokens previously generated by the model, not just the initial input.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">In language models, this refers to the dependency of future token predictions on the tokens previously generated by the model, not just the initial input.</span></p>

B

Techniques & Methods

Backpropagation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This algorithm is used to train neural networks by optimizing the weights of the network in relation to the gradient of a loss function. It is essential for accurately fine-tuning the model.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This algorithm is used to train neural networks by optimizing the weights of the network in relation to the gradient of a loss function. It is essential for accurately fine-tuning the model.</span></p>
Techniques & Methods

Backward Chaining

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A reasoning approach where the algorithm starts from a desired outcome and works its way backward to identify the data or conditions that could lead to that outcome.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A reasoning approach where the algorithm starts from a desired outcome and works its way backward to identify the data or conditions that could lead to that outcome.</span></p>
Techniques & Methods

Bandit Optimization

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A real-time decision-making strategy in machine learning that balances the act of exploring new options with exploiting known effective options, all while having limited information.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A real-time decision-making strategy in machine learning that balances the act of exploring new options with exploiting known effective options, all while having limited information.</span></p>
Techniques & Methods

Beam Search

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;In natural language processing (NLP), this is an algorithm that sifts through sequences of tokens to find the most probable sequence. It does so by keeping track of a fixed number of the best sequences at each step.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">In natural language processing (NLP), this is an algorithm that sifts through sequences of tokens to find the most probable sequence. It does so by keeping track of a fixed number of the best sequences at each step.</span></p>

C

Techniques & Methods

Chain-of-Thought

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A prompting technique designed to enhance the reasoning abilities of Large Language Models (LLMs). The technique breaks down complex tasks or questions into simpler steps for better understanding, and may even involve additional data gathering through web searches. A more advanced version, known as Tree-of-Thought, allows for logical branching and backtracking.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A prompting technique designed to enhance the reasoning abilities of Large Language Models (LLMs). The technique breaks down complex tasks or questions into simpler steps for better understanding, and may even involve additional data gathering through web searches. A more advanced version, known as Tree-of-Thought, allows for logical branching and backtracking.</span></p>
Techniques & Methods

Completion

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The generated output from a Large Language Model (LLM) in response to a given prompt. This term originates from the way prompts are usually structured, requiring the model to complete a sentence or thought.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The generated output from a Large Language Model (LLM) in response to a given prompt. This term originates from the way prompts are usually structured, requiring the model to complete a sentence or thought.</span></p>
Techniques & Methods

Coreference Resolution

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The task of identifying and harmonizing different expressions in a text that refer to the same entity.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The task of identifying and harmonizing different expressions in a text that refer to the same entity.</span></p>

D

Techniques & Methods

Data Augmentation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The practice of increasing the volume of training data by adding variations or creating synthetic data based on existing examples.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The practice of increasing the volume of training data by adding variations or creating synthetic data based on existing examples.</span></p>
Techniques & Methods

Data Mining

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The activity of examining datasets to unearth novel patterns, which may enhance model performance.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The activity of examining datasets to unearth novel patterns, which may enhance model performance.</span></p>
Techniques & Methods

Decoding Rules

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Guidelines that govern the process of text generation in a language model.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">Guidelines that govern the process of text generation in a language model.</span></p>
Techniques & Methods

Dependency Parsing

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;In natural language processing, this is the act of dissecting a sentence to discern the grammatical connections between its various elements, like subjects, objects, and modifiers.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">In natural language processing, this is the act of dissecting a sentence to discern the grammatical connections between its various elements, like subjects, objects, and modifiers.</span></p>
Techniques & Methods

Distributed Training

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The technique of spreading the training of an AI model across multiple computing devices, enabling quicker processing and greater data capacity.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The technique of spreading the training of an AI model across multiple computing devices, enabling quicker processing and greater data capacity.</span></p>

E

Techniques & Methods

Entity Annotation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This involves tagging unstructured text with labels that identify specific entities like people, organizations, or locations, making the text machine-readable.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This involves tagging unstructured text with labels that identify specific entities like people, organizations, or locations, making the text machine-readable.</span></p>
Techniques & Methods

Entity Extraction

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A broad term describing the techniques used to add structure to data, usually via annotation, so it becomes interpretable by machine learning algorithms.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A broad term describing the techniques used to add structure to data, usually via annotation, so it becomes interpretable by machine learning algorithms.</span></p>
Techniques & Methods

Evaluation Metrics

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Quantifiable standards like perplexity, accuracy, F1 score, or BLEU score, used to gauge the effectiveness of a language model.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">Quantifiable standards like perplexity, accuracy, F1 score, or BLEU score, used to gauge the effectiveness of a language model.</span></p>
Techniques & Methods

Extractive Summarization

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This entails generating a summary by selecting key sentences or points from the original text. ChatGPT can perform this function when summarizing large volumes of text.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This entails generating a summary by selecting key sentences or points from the original text. ChatGPT can perform this function when summarizing large volumes of text.</span></p>

F

Techniques & Methods

Feature Extraction

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This involves isolating essential pieces of information from a dataset for easier processing and analysis, a step ChatGPT utilizes to better understand prompts and formulate responses.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This involves isolating essential pieces of information from a dataset for easier processing and analysis, a step ChatGPT utilizes to better understand prompts and formulate responses.</span></p>
Techniques & Methods

Few-Shot Learning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The ability of a model to understand a task quickly with very few training examples.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The ability of a model to understand a task quickly with very few training examples.</span></p>
Techniques & Methods

Fine-Grained Control

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This refers to the capability of a model to produce text with specific characteristics, such as a particular tone or style, by altering its internal settings.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This refers to the capability of a model to produce text with specific characteristics, such as a particular tone or style, by altering its internal settings.</span></p>
Techniques & Methods

Fine Tuning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The process of adapting a pre-trained model to more specific tasks by training it further on a specialized dataset. This is generally more efficient than starting training from scratch.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The process of adapting a pre-trained model to more specific tasks by training it further on a specialized dataset. This is generally more efficient than starting training from scratch.</span></p>
Techniques & Methods

Forward Chaining

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This is a reasoning technique where the AI starts with available data to form possible solutions, assessing various hypotheses to identify those most relevant to the issue at hand.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This is a reasoning technique where the AI starts with available data to form possible solutions, assessing various hypotheses to identify those most relevant to the issue at hand.</span></p>

G

Techniques & Methods

Generation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Refers to the act of creating new text using a language model. This can be automated via the model's own token predictions or guided by human input.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">Refers to the act of creating new text using a language model. This can be automated via the model's own token predictions or guided by human input.</span></p>
Techniques & Methods

Greedy Algorithms

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;These algorithms, often used in NLP, aim to find the most probable sequence of tokens by selecting the token with the highest likelihood at each step.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">These algorithms, often used in NLP, aim to find the most probable sequence of tokens by selecting the token with the highest likelihood at each step.</span></p>

H

Techniques & Methods

Hallucination

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This occurs when a generative AI model produces content that deviates from factual or logical expectations. For example, generating an animal image that combines disparate features from different species. Such outcomes are usually considered errors.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This occurs when a generative AI model produces content that deviates from factual or logical expectations. For example, generating an animal image that combines disparate features from different species. Such outcomes are usually considered errors.</span></p>
Techniques & Methods

Heuristics

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;These are general guidelines or tactics employed for decision-making or problem-solving. ChatGPT uses heuristics to understand input and generate appropriate output.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">These are general guidelines or tactics employed for decision-making or problem-solving. ChatGPT uses heuristics to understand input and generate appropriate output.</span></p>

I

Techniques & Methods

Inference

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The act of utilizing a trained model to make predictions or decisions based on new, unseen data.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The act of utilizing a trained model to make predictions or decisions based on new, unseen data.</span></p>
Techniques & Methods

Information Extraction

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This is the technique of pulling out structured information from unstructured sources like text or images. It is a process ChatGPT employs to understand user input and formulate relevant responses.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This is the technique of pulling out structured information from unstructured sources like text or images. It is a process ChatGPT employs to understand user input and formulate relevant responses.</span></p>

J

Techniques & Methods

Joint Probability

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This is the likelihood of multiple events happening simultaneously. ChatGPT uses joint probability calculations to understand and respond to user input.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This is the likelihood of multiple events happening simultaneously. ChatGPT uses joint probability calculations to understand and respond to user input.</span></p>

K

Techniques & Methods

Knowledge Representation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The practice of formally structuring knowledge so that it is machine-readable. ChatGPT employs this to better understand and respond to queries.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The practice of formally structuring knowledge so that it is machine-readable. ChatGPT employs this to better understand and respond to queries.</span></p>

L

Techniques & Methods

Linguistic Annotation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The act of tagging sentence data sets with particular subjects, often for purposes like sentiment analysis or other NLP tasks.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The act of tagging sentence data sets with particular subjects, often for purposes like sentiment analysis or other NLP tasks.</span></p>
Techniques & Methods

Low Rank Adaption (LoRA)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A fine-tuning technique that is both memory-efficient and cost-effective, allowing for quicker model training.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A fine-tuning technique that is both memory-efficient and cost-effective, allowing for quicker model training.</span></p>

M

Techniques & Methods

Markov Decision Process

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A mathematical structure for modeling decision-making scenarios where the result of each decision relies on the current state. This framework is employed by ChatGPT for interpreting inputs and producing fitting responses.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A mathematical structure for modeling decision-making scenarios where the result of each decision relies on the current state. This framework is employed by ChatGPT for interpreting inputs and producing fitting responses.</span></p>
Techniques & Methods

Masked Language Modeling

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A training technique where selected tokens in an input sequence are obscured, requiring the model to predict them based on the remaining contextual information.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A training technique where selected tokens in an input sequence are obscured, requiring the model to predict them based on the remaining contextual information.</span></p>
Techniques & Methods

Multitask Learning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The technique of training a single model on various tasks at once, enhancing its performance and shared learning across different tasks.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The technique of training a single model on various tasks at once, enhancing its performance and shared learning across different tasks.</span></p>

N

Techniques & Methods

Named Entity Recognition (NER)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;An NLP task that involves identifying and categorizing named entities in text, like names of people, places, or organizations.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">An NLP task that involves identifying and categorizing named entities in text, like names of people, places, or organizations.</span></p>

O

Techniques & Methods

Offline Reinforcement Learning (RL)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A technique for training AI models using a pre-collected dataset, without needing real-time environmental interactions.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A technique for training AI models using a pre-collected dataset, without needing real-time environmental interactions.</span></p>
Techniques & Methods

One-Shot / Few-Shot

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Terminology for prompts that either ask a straightforward question (one-shot) or require multiple examples for improved performance (few-shot).&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">Terminology for prompts that either ask a straightforward question (one-shot) or require multiple examples for improved performance (few-shot).</span></p>
Techniques & Methods

One-Shot Learning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The capability of a model to understand a new task from just a single example during its training phase.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The capability of a model to understand a new task from just a single example during its training phase.</span></p>
Techniques & Methods

Online Learning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A machine learning approach where the model gets trained incrementally as new data becomes available.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A machine learning approach where the model gets trained incrementally as new data becomes available.</span></p>
Techniques & Methods

Overuse Penalty

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A corrective measure applied in ChatGPT&rsquo;s decoding algorithm to curb repetitive phrasing.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A corrective measure applied in ChatGPT&rsquo;s decoding algorithm to curb repetitive phrasing.</span></p>

P

Techniques & Methods

Part-of-Speech Tagging (POS)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;An NLP task where each word in a sentence is labeled according to its grammatical function, such as a noun or verb.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">An NLP task where each word in a sentence is labeled according to its grammatical function, such as a noun or verb.</span></p>
Techniques & Methods

Pre-training in AI

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The initial phase of training a language model on a massive dataset before honing it for specialized tasks.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The initial phase of training a language model on a massive dataset before honing it for specialized tasks.</span></p>
Techniques & Methods

Prompt

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The textual stimulus presented to a large language model (LLM). Prompts can range from short queries, like \&quot;What's the capital of England?\&quot;, to lengthy textual descriptions of problems or tasks. Models often have token limitations, affecting the length of acceptable prompts.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The textual stimulus presented to a large language model (LLM). Prompts can range from short queries, like "What's the capital of England?", to lengthy textual descriptions of problems or tasks. Models often have token limitations, affecting the length of acceptable prompts.</span></p>
Techniques & Methods

Prompt Engineering

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The art of carefully crafting or selecting the query or statement fed into a machine learning model in order to yield a specific, desired output.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The art of carefully crafting or selecting the query or statement fed into a machine learning model in order to yield a specific, desired output.</span></p>
Techniques & Methods

Prompt Injection

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A technique for influencing or manipulating the behavior of products like chatbots or GitHub Copilot that employ LLM technology. This can reveal internal system settings or undermine alignment training.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A technique for influencing or manipulating the behavior of products like chatbots or GitHub Copilot that employ LLM technology. This can reveal internal system settings or undermine alignment training.</span></p>
Techniques & Methods

Proximal Policy Optimization (PPO)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;An algorithm employed in reinforcement learning to streamline the training process for models.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">An algorithm employed in reinforcement learning to streamline the training process for models.</span></p>

Q

Techniques & Methods

Query

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A request made to a database or other source of information to extract data. ChatGPT utilizes queries to pull pertinent information for generating responses.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A request made to a database or other source of information to extract data. ChatGPT utilizes queries to pull pertinent information for generating responses.</span></p>

R

Techniques & Methods

Regularization

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A method for curtailing overfitting by incorporating a penalty term into the loss function to limit model complexity.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A method for curtailing overfitting by incorporating a penalty term into the loss function to limit model complexity.</span></p>
Techniques & Methods

Reinforcement Learning from Human Feedback (RLHF)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A technique for aligning models by using human feedback to train a reward model, subsequently fine-tuning a large language model.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A technique for aligning models by using human feedback to train a reward model, subsequently fine-tuning a large language model.</span></p>
Techniques & Methods

Response Quality

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;An evaluation metric considering how well an AI system replies to prompts, taking into account the relevance, coherence, and accuracy of the response.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">An evaluation metric considering how well an AI system replies to prompts, taking into account the relevance, coherence, and accuracy of the response.</span></p>
Techniques & Methods

Retrieval Augmented Generation (RAG)

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The practice of enriching a model's prompt with additional information obtained from web searches or private documents to generate a more informed output.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The practice of enriching a model's prompt with additional information obtained from web searches or private documents to generate a more informed output.</span></p>

S

Techniques & Methods

Scaling Laws

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;An observed principle in AI stating that model performance typically improves with increases in data, computational power, and model size.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">An observed principle in AI stating that model performance typically improves with increases in data, computational power, and model size.</span></p>
Techniques & Methods

Self-Attention

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A mechanism within Transformer-based models allowing them to discern relationships among tokens in an input sequence, thereby informing the output generation process.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A mechanism within Transformer-based models allowing them to discern relationships among tokens in an input sequence, thereby informing the output generation process.</span></p>
Techniques & Methods

Semantic Annotation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The act of tagging queries or products with relevant markers to improve search engine accuracy.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The act of tagging queries or products with relevant markers to improve search engine accuracy.</span></p>
Techniques & Methods

Semantic Similarity

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A metric evaluating the degree of meaning similarity between two text snippets, usually in a vector space.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A metric evaluating the degree of meaning similarity between two text snippets, usually in a vector space.</span></p>
Techniques & Methods

Sequence Generation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The act of using a language model to produce a chain of tokens, which could form a sentence or paragraph, based on learned patterns.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The act of using a language model to produce a chain of tokens, which could form a sentence or paragraph, based on learned patterns.</span></p>
Techniques & Methods

Supervised Fine-Tuning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The preliminary stage of fine-tuning in which human AI trainers supply dialogues involving both the user and the AI to the model.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The preliminary stage of fine-tuning in which human AI trainers supply dialogues involving both the user and the AI to the model.</span></p>
Techniques & Methods

System Prompt

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A built-in prompt that accompanies user input to set the behavior of a chatbot or other LLM applications. Instances of system prompt leaks have offered insights into how these tools are configured.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A built-in prompt that accompanies user input to set the behavior of a chatbot or other LLM applications. Instances of system prompt leaks have offered insights into how these tools are configured.</span></p>

T

Techniques & Methods

Text Classification

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The categorization of textual content based on its semantic content. ChatGPT utilizes text classification to understand user queries and generate suitable responses.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The categorization of textual content based on its semantic content. ChatGPT utilizes text classification to understand user queries and generate suitable responses.</span></p>
Techniques & Methods

Topic Modeling

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A method for identifying prevalent themes across a set of textual documents by analyzing word co-occurrence patterns.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A method for identifying prevalent themes across a set of textual documents by analyzing word co-occurrence patterns.</span></p>
Techniques & Methods

Training

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;The process of exposing a neural network to vast datasets to adjust its parameters and improve its output. Large model training involves enormous datasets and can take significant time.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">The process of exposing a neural network to vast datasets to adjust its parameters and improve its output. Large model training involves enormous datasets and can take significant time.</span></p>
Techniques & Methods

Transfer Learning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A technique involving the training of a machine on a related task to enhance its performance on its primary task.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A technique involving the training of a machine on a related task to enhance its performance on its primary task.</span></p>

U

Techniques & Methods

Upstream Sampling

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A fine-tuning technique used in ChatGPT that generates multiple responses which are then ranked to select the best one.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A fine-tuning technique used in ChatGPT that generates multiple responses which are then ranked to select the best one.</span></p>

V

Techniques & Methods

Validation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;A process in machine learning where a model is assessed using a subset of data it has not seen during training to check its learning efficacy.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">A process in machine learning where a model is assessed using a subset of data it has not seen during training to check its learning efficacy.</span></p>
Techniques & Methods

Variation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;In natural language processing, a variation is also known as a query or utterance and works alongside intents to facilitate human-like conversation. A variation is a specific phrasing that someone might use to accomplish a certain action or intent. For example, if the intent is to \&quot;pay by credit card,\&quot; a variation could be, \&quot;Can I use my card to pay?\&quot;&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">In natural language processing, a variation is also known as a query or utterance and works alongside intents to facilitate human-like conversation. A variation is a specific phrasing that someone might use to accomplish a certain action or intent. For example, if the intent is to "pay by credit card," a variation could be, "Can I use my card to pay?"</span></p>
Techniques & Methods

Vector Representation

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This is a method for converting words into a numerical format that computers can understand and process. Algorithms for vector representation are employed by ChatGPT to comprehend the semantics of words and produce suitable replies.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This is a method for converting words into a numerical format that computers can understand and process. Algorithms for vector representation are employed by ChatGPT to comprehend the semantics of words and produce suitable replies.</span></p>

W

Techniques & Methods

Word Embedding

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Similar to vector representation, word embedding is a technique for converting words into a format that computers can analyze. ChatGPT uses algorithms for word embedding to understand the semantics of text and provide fitting responses.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">Similar to vector representation, word embedding is a technique for converting words into a format that computers can analyze. ChatGPT uses algorithms for word embedding to understand the semantics of text and provide fitting responses.</span></p>

Z

Techniques & Methods

Zero-Shot Learning

<p><span data-sheets-root="1" data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;This denotes an AI model's capacity to comprehend and respond appropriately to tasks it was not explicitly trained on.&quot;}" data-sheets-userformat="{&quot;2&quot;:899,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;10&quot;:1,&quot;11&quot;:4,&quot;12&quot;:0}">This denotes an AI model's capacity to comprehend and respond appropriately to tasks it was not explicitly trained on.</span></p>