You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generate_synthetic_table/prompts/academic.yaml
+51-40Lines changed: 51 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,8 @@ generate_qa_from_image: |
95
95
generate_synthetic_table: |
96
96
You are a Synthetic Data Generator specializing in Academic Data.
97
97
98
-
**CRITICAL INSTRUCTION: DO NOT COPY ORIGINAL DATA**
98
+
**⚠️ CRITICAL INSTRUCTION: DO NOT COPY ORIGINAL DATA ⚠️**
99
99
Your task is to generate a new HTML table with the SAME STRUCTURE as the original but COMPLETELY DIFFERENT academic data values.
100
-
The goal is to create realistic synthetic academic data that looks like it could come from the same domain, but with entirely different students, courses, and metrics.
101
100
102
101
**Inputs:**
103
102
1. **Original Table Structure (for structure reference ONLY - DO NOT copy the data values):**
@@ -107,55 +106,67 @@ generate_synthetic_table: |
107
106
{summary}
108
107
109
108
**Requirements:**
110
-
1. **Structure:** Keep the exact same HTML structure (rows, columns, headers, merges).
109
+
1. **Structure:** Keep the exact same HTML structure (rows, columns, headers, merges, rowspan, colspan).
111
110
2. **Headers:** Keep header text the same (column names, category labels).
112
-
3. **Data Transformation - MANDATORY:**
111
+
3. **⚠️ Data Transformation - ABSOLUTELY MANDATORY ⚠️:**
113
112
- **ALL data cell values MUST be replaced with completely new synthetic values.**
114
-
- **DO NOT copy any original data values** - generate fresh, realistic alternatives.
115
-
- For student names: Generate new Korean student names (e.g., "김철수" → "이영희", "학생A" → "학생B")
116
-
- For university names: Generate new Korean university names
117
-
- For course titles: Generate new course names
118
-
- For grades/scores: Generate new realistic values
119
-
- For model names (if research table): Generate new model/method names
120
-
- For dates: Generate new plausible dates
121
-
4. **Domain Consistency:**
122
-
- Ensure academic logic (credits sum correctly, GPA calculations valid)
123
-
- Use realistic Korean academic terminology
124
-
- Contexts: Transcripts, Research Papers, Enrollment Stats, Faculty Lists
125
-
5. **Output:** Return ONLY the raw HTML string starting with `<table>` and ending with `</table>`.
Copy file name to clipboardExpand all lines: generate_synthetic_table/prompts/business.yaml
+57-34Lines changed: 57 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ generate_qa_from_image: |
95
95
generate_synthetic_table: |
96
96
You are a Synthetic Data Generator specializing in Business Data.
97
97
98
-
**CRITICAL INSTRUCTION: DO NOT COPY ORIGINAL DATA**
98
+
**⚠️ CRITICAL INSTRUCTION: DO NOT COPY ORIGINAL DATA ⚠️**
99
99
Your task is to generate a new HTML table with the SAME STRUCTURE as the original but COMPLETELY DIFFERENT business data values.
100
100
The goal is to create realistic synthetic business data that looks like it could come from the same domain, but with entirely different companies, employees, products, and metrics.
101
101
@@ -107,54 +107,77 @@ generate_synthetic_table: |
107
107
{summary}
108
108
109
109
**Requirements:**
110
-
1. **Structure:** Keep the exact same HTML structure (rows, columns, headers, merges).
111
-
2. **Headers:** Keep header text the same (column names, category labels).
112
-
3. **Data Transformation - MANDATORY:**
110
+
1. **Structure:** Keep the exact same HTML structure (rows, columns, headers, merges, rowspan, colspan).
111
+
2. **Headers:** Keep header text the same (column names, category labels like 기업경쟁력, 시장경쟁력).
112
+
3. **⚠️ Data Transformation - ABSOLUTELY MANDATORY ⚠️:**
113
113
- **ALL data cell values MUST be replaced with completely new synthetic values.**
114
-
- **DO NOT copy any original data values** - generate fresh, realistic alternatives.
115
-
- For company names: Generate new Korean company names (e.g., "삼성물산" → "현대상사", "A팀" → "B팀")
116
-
- For employee names: Generate new Korean names
117
-
- For product names: Generate new product line names
118
-
- For revenue/sales figures: Generate new realistic amounts (different values)
119
-
- For dates: Generate new plausible dates
120
-
4. **Domain Consistency:**
114
+
- **NEVER copy any original data values** - generate fresh, realistic alternatives.
115
+
- For company/team names: Generate DIFFERENT names (e.g., "A팀" → "B팀")
116
+
- For employee names: Generate DIFFERENT Korean names (e.g., "김OO" → "박OO")
117
+
- For business metrics: Generate DIFFERENT numbers (e.g., "100억" → "150억")
118
+
- For strategy/description text: Write DIFFERENT content with similar structure
119
+
- For bullet point items: Create DIFFERENT but domain-appropriate content
120
+
4. **Styling:** Use **Tailwind CSS** classes (NO inline styles). **Observe and mimic the original image's visual style:**
121
+
- Look at the original image's color scheme and design
122
+
- Use appropriate Tailwind color classes to match the original style
0 commit comments