Advanced Topics in Computer Science: Advances in AI

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering key concepts from the lecture notes on Large Language Models and their applications in AI.

Last updated 12:20 PM on 4/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Large Language Models (LLMs)

A type of AI that can understand and generate human-like text based on the input it receives.

2
New cards

Prompt Engineering

The practice of designing inputs to generative AI tools to yield better outputs.

3
New cards

Fine-tuning

The process of adapting pre-trained LLMs to specific tasks to improve their performance.

4
New cards

Retrieval Augmented Generation (RAG)

An AI framework that enhances LLM output with information retrieved from external sources without altering the model.

5
New cards

Embeddings

Vector representations of words or phrases that capture their semantic meanings in high-dimensional space.

6
New cards

Transformers

Deep learning models that utilize self-attention mechanisms to process input sequences for tasks like language understanding.

7
New cards

Quantization

A technique to reduce the size of LLMs by decreasing the precision of the weights and activations to save memory and processing power.

8
New cards

Distillation

A process to create smaller, more efficient models that replicate the capabilities of larger models.

9
New cards

Attention Mechanism

A process within neural network architectures that allows models to focus on specific parts of input sequences, enhancing performance.

10
New cards

ROUGE Score

A metric for evaluating the quality of text generated by a model compared to reference texts, using recall and precision of n-grams.

11
New cards

Zero-shot Prompting

A technique where the model is prompted without any examples to generate responses, relying only on its pre-training.

12
New cards

One-shot Prompting

A technique involving providing a single example in the prompt to help the model generate relevant responses.

13
New cards

N-shot Prompting

A technique involving multiple examples provided in the prompt to guide the model's output.

14
New cards

Vector Databases

Databases optimized for storing and querying vector embeddings, allowing efficient retrieval of similar items based on vector similarity.

15
New cards

Transformer Architectures

Models that define the structure of transformers, which include encoders and decoders used in natural language processing tasks.

16
New cards

Generative Pre-trained Transformer (GPT)

A type of LLM developed by OpenAI that is pre-trained on a variety of internet text and fine-tuned for specific applications.