Skip to content
Vicente Cambrón Tocados edited this page Jul 14, 2024 · 11 revisions

POET is a template-based prompt generator for testing large language models (LLMs). It leverages customizable JSON templates to create diverse prompts, enabling comprehensive evaluation across various scenarios and inputs. This tool is complementary to EVA, a tool for classifying text inputs. Integration options include a Docker image launching a REST API with interactive documentation, facilitating its use and integration. POET is part of the Trust4AI research project.

Table of contents

  1. Home
  2. User Guide
    1. API Overview
      1. Key Features
      2. Main Endpoints
    2. Example of use
      1. Example 1: Generate a list of sentences
      2. Example 2: Download templates
  3. API Endpoints
    1. Get All Templates
    2. Download Templates CSV
    3. Get Template by ID
    4. Get All Placeholders
    5. Get Placeholders by Template ID
    6. Get Placeholder by ID
    7. Generate Inputs
    8. Generate Inputs with Template
    9. Generate Inputs with Template ID
Clone this wiki locally