Prompt Engineering Flashcards
(120 cards)
What is Access Logging?
The recording of all document access events, including who viewed, edited, or downloaded a file, for auditing and security.
What are Adapters in neural networks?
Lightweight neural network components inserted into a pre-trained model to enable task-specific fine-tuning without modifying the base model weights.
Define API Integration.
The ability to programmatically interact with a model or service using an Application Programming Interface.
What is an Artifact ID?
A unique identifier used to reference and retrieve generated or uploaded documents within systems like Grok.
Explain Audit Log / Traceability.
A system that records all interactions, prompts, and model outputs for accountability, debugging, and compliance.
What are Base Weights?
The original parameters learned during the pretraining of a model, prior to any fine-tuning or customization.
What do BLEU / ROUGE Metrics measure?
Evaluation scores used to measure the quality of text generated by comparing it to reference outputs; BLEU is commonly used in translation, ROUGE in summarization.
What is Branching Generation?
A model generation mode where multiple parallel possibilities are explored rather than following a linear chain of logic.
What is the purpose of a Caching Layer in LLM deployment?
A system that stores previously computed model responses to speed up response times and reduce compute costs.
Define Chained Reasoning.
A multi-step logical process where the model connects individual inferences across multiple parts of the prompt.
What does Cloud Drive Integration refer to?
The capability of an AI service to connect with platforms like Google Drive, Dropbox, or OneDrive for document access and management.
What is a Command-Line Interface (CLI)?
A text-based method to interact with a model or document service through scripts or shell commands.
What is a Context Window?
The maximum number of tokens (words and punctuation) that a model can consider at once while generating a response.
What is a Contextual Memory Agent?
An LLM-based system designed to retain, recall, and use session-specific information across multiple interactions.
What is Cross-document Linking?
The ability to reference, connect, or embed information between multiple documents in a system.
What is a Custom Metadata Schema?
User-defined structures used to attach properties like author, topic, or status to documents for classification or querying.
What is Data Augmentation?
Techniques for expanding training datasets using modified, paraphrased, or synthesized examples to improve model robustness.
Define Dialogue Bias.
A setting or characteristic that influences the model’s tone, persona, or role adherence during conversation.
What is Document Chunking?
The process of breaking a large document into smaller, manageable segments for input into an LLM with context window constraints.
What is Document Indexing?
The process of organizing and storing documents in a way that allows for semantic search and retrieval.
What does Domain Adaptation involve?
Adjusting a pre-trained model to perform better on a specific domain or type of data by fine-tuning or modifying prompts.
What are Embeddings?
Vector representations of words, sentences, or documents that capture semantic meaning for tasks like similarity search or clustering.
What is Emotion Bias?
A model tuning configuration that encourages responses to align with a specific emotional tone (e.g., optimistic, neutral).
What is an Evaluation Benchmark?
A standardized dataset and task used to compare the performance of different LLMs or configurations.