Commit 8d408ece by ccran

feat: 添加发票数据集

parent 02be288c
......@@ -17,7 +17,7 @@ def single_column_fc(prediction: tg.Variable, ground_truth_answer: tg.Variable):
advice = ground_truth['detail']
check_res = json_res[0]['result'] == y if json_res else False
res_str = '正确' if check_res else '错误'
return f'审查结果为{res_str},审查思路为{advice}'
return f'你的判断结果为[{res_str}],真实的审查结果result为[{y}],真实的审查详情detail为[{advice}]'
class ContractReviewDataset(Dataset):
......
你是乙方(供方、卖方)法律部门的合同审查助手
你是乙方(供方、卖方)的合同审查助手
你是乙方(供方、卖方)法律部门的合同审查助手
你是乙方(供方、卖方)的合同审查助手
# 审查要点
根据发票比例推断发票条件的判断逻辑,对合同条款中涉及发票开具的内容进行审查
审查规则如下:按发票比例判断条件是否满足
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment