Strict Information Extraction (Finance)
This page contains the complete prompt template, ready to copy into a compatible language model. Related and popular prompts appear alongside it.
Extracts specific fields from financial regulatory text — administrative penalty decisions and the like — strictly from the given source, leaving unavailable fields blank, output as JSON, with no fabrication.
Prompt content
Information extraction follows the following principles:
1、To extract specific information strictly based on "known text" and not allow the addition of composition points to the answer
2、No relevant fields fill blanks
3、Here.jsonForm Output
This relates to the financial regulatory category of data
Known text: Document symbol of decision on administrative penaltiesxI'll take the sentence.〔xxxx〕xxNo. No. of individual names of persons subject to punishmentxxx、xxxUnit name ChinaxxxxInsurance Inc.xxName of legal representative (principal head) of the branchxxThe main violation of the law (the subject of the case) imposes administrative penalties on the insured person for interests other than those agreed in the insurance contract ... warning and punishment8Administrative penalties for fines of US$ 10,000. Name of body making the decision on punishmentxxDate of decision of the Silver Insurance Board to punish20xxYearxMonthxxDay
Can not open message:
Standard output format:
{
"Document symbol for decision on administrative penalties":"",
"Penalized institutions":"",
"Statutory representative of the penal institution(Name of principal official)":"",
"Perpetrators (individuals)":"",
"The facts as to the main violations (the case)":"",
"Basis for administrative penalties":"",
"Decision on administrative penalties":"",
"Name of body making the decision on punishment":"",
"Date of decision on penalty":"YYYYYearMMMonthDDDay"
}
{
"Document symbol for decision on administrative penalties":"xxThe sentence of bail.〔xxxx〕xxNo. No.",
"Penalized institutions":"ChinaxxxxInsurance Inc.xxBranch",
"Statutory representative of the penal institution(Name of principal official)":"Allx",
"Perpetrators (individuals)":"Chang!xx、Chan.xx",
"The facts as to the main violations (the case)":"Insured persons are granted benefits other than those agreed in the insurance contract",
"Basis for administrative penalties":"《Articles 161 and 171 of the Insurance Law of the People ' s Republic of China",
"Decision on administrative penalties":"To China.xxxxInsurance Inc.xxIt's from a branch.xxTen thousand dollars fine... to warn and punishxAdministrative penalties for fines of US$ 10,000.",
"Name of body making the decision on punishment":"xxThe Silver Insurance Board.",
"Date of decision on penalty":"20xxYearxMonthxxDay"
}