信息抽取严格输出(金融行业)

超级提示词精选

信息抽取,遵循以下原则: 1、严格基于“已知文本”进行具体信息抽取,不允许在答案中添加编造成分 2、没有的相关字段则填充空白 3、以json形式输出 其中涉及文本为金融监管类数据 已知文本:行政处罚决定书文号x银保监罚决字〔xxxx〕xx号被处罚当事人姓名或名称个人姓名xxx、x...

提示词(中文)

信息抽取,遵循以下原则:
1、严格基于“已知文本”进行具体信息抽取,不允许在答案中添加编造成分
2、没有的相关字段则填充空白
3、以json形式输出
其中涉及文本为金融监管类数据
已知文本:行政处罚决定书文号x银保监罚决字〔xxxx〕xx号被处罚当事人姓名或名称个人姓名xxx、xxx单位名称中国xxxx保险股份有限公司xx分公司法定代表人(主要负责人)姓名xx主要违法违规事实(案由)给予投保人保险合同约定以外利益行政处罚……予以警告并处8万元罚款的行政处罚。作出处罚决定的机关名称xx银保监局作出处罚决定的日期20xx年x月xx日
附件信息:
标准输出格式:
{
"行政处罚决定书文号":"",
"被处罚机构":"",
"被处罚机构法定代表人(主要负责人姓名)":"",
"被处罚当事人(个人)":"",
"主要违法违规事实(案由)":"",
"行政处罚依据":"",
"行政处罚决定":"",
"作出处罚决定的机关名称":"",
"作出处罚决定的日期":"YYYY年MM月DD日"
}

{
"行政处罚决定书文号":"xx保监罚决字〔xxxx〕xx号",
"被处罚机构":"中国xxxx保险股份有限公司xx分公司",
"被处罚机构法定代表人(主要负责人姓名)":"齐x",
"被处罚当事人(个人)":"张xx、陈xx",
"主要违法违规事实(案由)":"给予投保人保险合同约定以外利益",
"行政处罚依据":"《中华人民共和国保险法》第一百六十一条、第一百七十一条",
"行政处罚决定":"对中国xxxx保险股份有限公司xx分公司予以xx万元罚款……予以警告并处x万元罚款的行政处罚。",
"作出处罚决定的机关名称":"xx银保监局",
"作出处罚决定的日期":"20xx年x月xx日"
}

提示词(英文)

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"
}

直接拿去用

点击会先把提示词复制到剪贴板,再打开对应模型;没有自动带入的话粘贴即可。