Process Documentation

Description of process, documentation, diagrams

graph LR; A(Question: `What did Elijah wear?`) --> F{Pre-Trained Reading Comprehension Model} B(2 Kings 2:8) -->|target| F{Pre-Trained Reading Comprehension Model} C(2 Kings 1:8) -->|NIV| F{Pre-Trained Reading Comprehension Model} D(2 Kings 1:8) -->|ESV| F{Pre-Trained Reading Comprehension Model} E(2 Kings 1:8) -->|NLT| F{Pre-Trained Reading Comprehension Model} F -->|target| G(`Tishbite`) --> K[Embedding-based Similarity] F -->|NIV| H(`garment of hair`) --> K[Embedding-based Similarity] F -->|ESV| I(`hairy garment`) --> K[Embedding-based Similarity] F -->|NLT| J(`hairy garment and leather belt`) --> K[Embedding-based Similarity] style A fill:#ffdab9,stroke:#333,stroke-width:2px style B fill:#e0ffff,stroke:#333,stroke-width:1px style F fill:#e0ffff,stroke:#333,stroke-width:1px style G fill:#e0ffff,stroke:#333,stroke-width:1px style K fill:#e0ffff,stroke:#333,stroke-width:1px
-->