Empromptu Docs
  • Welcome
  • Getting Started
    • Take a Tour of Empromptu
    • How do you define Accuracy?
    • Quickstart
      • Quickstart - Archive
  • Advanced Configuration
  • No App, Use Prompt Optimizer
  • Examples
  • Basics
    • Projects and Tasks
    • Prompts Overview
      • Manual Optimization
      • Automatic Optimization
    • Input Optimization
    • Edge Case Optimizer
    • Evaluations
    • Models
    • Data Generator
    • Core Concepts
    • Usage Guide
      • Data Viewer
      • Performance Over Time
      • Prompt Explorer
      • Show Input Space
      • Prompt Performance
      • Prompt Playground
    • Best Practices
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  1. Basics
  2. Usage Guide

Show Input Space

Purpose:

  • Dimensionality Reduction Visualization: View a reduced-dimensional plot of your LLM interactions, where each dot represents a single API call.

  • Cluster Analysis: Identify clusters of similar input data and see how different prompt families perform across these clusters.

  • Identify Edge Cases: Spot regions of poor performance (often color-coded) to pinpoint specific areas where prompts need refinement or additional testing.

Example: Consider an app that processes various types of web-scraped content. By using the Show Input Space tool, you can see clusters representing different content types (e.g., news articles, blog posts, research papers). If you notice that a cluster corresponding to research papers is predominantly blue (indicating lower accuracy), you know that you should focus on developing a more tailored prompt family for that content.

PreviousPrompt ExplorerNextPrompt Performance

Last updated 4 months ago