# Technical Document: Image Analysis
## Overview
The image presents a comparative analysis of three text generation models (ZeroGen, DemoGen, Ground Truth) across two categories: **Entail** (green) and **Not Entail** (red). Each model generates pairs of sentences (A and B) to evaluate semantic relationships.
---
### **1. ZeroGen**
- **Entail**
- **Sentence A**: "Can drinking alcohol increase the risk of liver disease?"
- **Sentence B**: "Does alcohol consumption contribute to liver disease risk?"
- **Not Entail**
- **Sentence A**: "What are the side effects of metformin?"
- **Sentence B**: "Can I take ibuprofen for a headache?"
---
### **2. DemoGen**
- **Entail**
- **Sentence A**: "What are the side effects of chemotherapy?"
- **Sentence B**: "What are the possible adverse effects of chemotherapy?"
- **Not Entail**
- **Sentence A**: "What are the common symptoms of influenza?"
- **Sentence B**: "Can I take ibuprofen to manage my headache?"
---
### **3. Ground Truth**
- **Entail**
- **Sentence A**: "My 3yrs old boy found my bleach at the laundry and I suspect he swallowed a bit of it. How do I treat this pls."
- **Sentence B**: "What the Doc will do if a child swallows bleach?"
- **Not Entail**
- **Sentence A**: "I have exercise induced asthma. Would any of these non drug devises be suitable please?"
- **Sentence B**: "Are there any treatments or cures for albinism?"
---
### **Key Observations**
1. **Entail Pairs**:
- Sentences A and B in each model’s "Entail" category share a direct semantic relationship (e.g., rephrased questions about alcohol/liver disease, chemotherapy side effects).
2. **Not Entail Pairs**:
- Sentences A and B in "Not Entail" categories address unrelated topics (e.g., metformin vs. ibuprofen, influenza symptoms vs. headache management).
3. **Color Coding**:
- **Green** (Entail) and **Red** (Not Entail) labels are positioned on the left side of each model’s section.
---
### **Structure**
- **Vertical Layout**: Three models (ZeroGen, DemoGen, Ground Truth) are stacked vertically.
- **Horizontal Layout**: Each model contains two sub-sections ("Entail" and "Not Entail") with paired sentences.
- **Textual Content**: All sentences are natural language queries or statements, with no numerical data or visual elements.
---
### **Conclusion**
The image evaluates the ability of text generation models to produce semantically related or unrelated sentence pairs. Ground Truth examples include real-world scenarios (e.g., child safety), while ZeroGen/DemoGen focus on medical and health-related topics.