Spaces:
Running
Running
Sakshi
commited on
Commit
Β·
50a0334
1
Parent(s):
2cd968a
rules changed
Browse files
policy_analyser/prompts/health/rules.txt
CHANGED
@@ -7,16 +7,16 @@ Extract the following data points from the policy document and apply rules on th
|
|
7 |
- "Deductible" : deductible in policy
|
8 |
- "Sublimits" : Sublimit or amount caps on different diseases
|
9 |
- "Copay" : copayment
|
10 |
-
- "PED Waiting Period" : Waiting period on pre-existing diseases
|
11 |
-
- "Thirty Day Waiting Period" :
|
12 |
-
- "Specific Illness Waiting Period" : waiting period on specific illnesses/diseases
|
13 |
- "Maternity Benefits" : benefits on maternity illnesses or cases
|
14 |
- "Pre_Post_Hospitalization" : pre & pos-hospitalization benefits
|
15 |
- "Daycare_Procedures" : if daycare procedures & treatments are covered
|
16 |
- "Restoration_Benefit" : if sum insured is restored after it gets exhausted
|
17 |
- "Preventive_Annual_Health_Checkup" : if free annual health checkup is covered
|
18 |
- "Ambulance_Cover" : cover on ambulance charges of hospitalization
|
19 |
-
- "Policy_Age" : duration of policy,
|
20 |
|
21 |
IF Insured_Address_City in Top_Cities:
|
22 |
Is_Top_City = true
|
|
|
7 |
- "Deductible" : deductible in policy
|
8 |
- "Sublimits" : Sublimit or amount caps on different diseases
|
9 |
- "Copay" : copayment
|
10 |
+
- "PED Waiting Period" : Waiting period on pre-existing diseases as of today
|
11 |
+
- "Thirty Day Waiting Period" : whether there is waiting period of 30 days before customer can claim as of today
|
12 |
+
- "Specific Illness Waiting Period" : waiting period on specific illnesses/diseases as of today
|
13 |
- "Maternity Benefits" : benefits on maternity illnesses or cases
|
14 |
- "Pre_Post_Hospitalization" : pre & pos-hospitalization benefits
|
15 |
- "Daycare_Procedures" : if daycare procedures & treatments are covered
|
16 |
- "Restoration_Benefit" : if sum insured is restored after it gets exhausted
|
17 |
- "Preventive_Annual_Health_Checkup" : if free annual health checkup is covered
|
18 |
- "Ambulance_Cover" : cover on ambulance charges of hospitalization
|
19 |
+
- "Policy_Age" : duration of policy, today's date - policy start date
|
20 |
|
21 |
IF Insured_Address_City in Top_Cities:
|
22 |
Is_Top_City = true
|
policy_analyser/prompts/health/suggest.txt
CHANGED
@@ -5,7 +5,7 @@ Format your response in the following format in less than 100 words.
|
|
5 |
Format in bullet points with respect to comparing factors and include catchy emojis wherever required:
|
6 |
|
7 |
<POLICY_PITCH>
|
8 |
-
Policy pitch in following format:
|
9 |
| Factor | Your Policy | Our Policy |
|
10 |
| --- | ---| --- |
|
11 |
| Sum Insured | β
if good, β if bad in their policy | β
if good, β if bad in our policy |
|
|
|
5 |
Format in bullet points with respect to comparing factors and include catchy emojis wherever required:
|
6 |
|
7 |
<POLICY_PITCH>
|
8 |
+
Policy pitch in following markdown table format:
|
9 |
| Factor | Your Policy | Our Policy |
|
10 |
| --- | ---| --- |
|
11 |
| Sum Insured | β
if good, β if bad in their policy | β
if good, β if bad in our policy |
|