Spaces:
Runtime error
Runtime error
| # True Positive Few-Shot Examples | |
| # (Actionable messages that should result in a to-do) | |
| ## Example 1 | |
| Input Message: | |
| {"323231519":"[2条]李JK老师-1228: 【深势科技】Bohrium用户您好,您有共计余额20.00元的体验卡将于2024-12-24 23:59:59到期,请及时使用。"} | |
| Expected Output JSON: | |
| ```json | |
| {"323231519":{"is_todo": true, "end_time":"2024-12-24 23:59:59","location":"线上平台:【深势科技】Bohrium","todo_content":"请尽快使用20元体验卡", "urgency": "important"}} | |
| ``` | |
| ## Example 2 | |
| Input Message: | |
| {"331150112": "开始日期为2025-03-31T15:01:37,内容源于'ASAP Sample',[2条]AlisaGG: 【小象超市】您好,我是小象超市骑手,【美团智能外卖柜】您的外卖已送至新一代产业园2栋4号柜(面向马路侧),格口号:27,取件码:9310,存柜超过12小时将被清理,请及时取件。"} | |
| Expected Output JSON: | |
| ```json | |
| {"331150112": {"is_todo": true, "end_time": "2025-04-01T03:01:37", "location": "线下:新一代产业园2栋4号柜", "todo_content": "取快递(格口号:27, 取件码:9310)", "urgency": "urgent"}} | |
| ``` | |
| ## Example 3 | |
| Input Message: | |
| {"331150111": "开始日期为2025-03-31T15:01:36,内容源于'ASAP Sample',AlisaGG: 【驿收发】您的邮政包裹已到凯丰花园2栋驿站,请23:00前凭5-5-6530来取,详询18320926368"} | |
| Expected Output JSON: | |
| ```json | |
| {"331150111": {"is_todo": true, "end_time": "2025-03-31T23:00:00", "location": "线下:凯丰花园2栋驿站", "todo_content": "取快递(单号:5-5-6530)", "urgency": "important"}} | |
| ``` | |
| ## Example 4 | |
| Input Message: | |
| {"323231510":"[3条]王斯煜[表情]Vince 黑客松nv: 【中通快递】包裹已到深圳光明正大城商业街103号店,取件码3-5-1092。到店扫"取件二维码",线上查询更方便!询19128399078"} | |
| Expected Output JSON: | |
| ```json | |
| {"323231510":{"is_todo": true, "end_time":"null","location":"线下地点:深圳光明正大城商业街103号店","todo_content":"快递取件,取件码为3-5-1092", "urgency": "important"}} | |
| ``` | |
| ## Example 5 | |
| Input Message: | |
| {"323231172":"[24条]斯煜[表情]Vince: 【高德打车】您有车费尚未支付,为不影响乘车信用,请前往高德地图app处理,或点击l.amap.com/2i0mBifpr 支付"} | |
| Expected Output JSON: | |
| ```json | |
| {"323231172":{"is_todo": true, "end_time":"null","location":"线上平台: 高德地图app","todo_content":"未支付车费,请点击l.amap.com/2i0mBifpr 支付", "urgency": "urgent"}} | |
| ``` | |
| ## Example 6 | |
| Input Message: | |
| {"405091409":"【圆通速递】快件尾号1014的包裹已送至(家门口)详询18038103314"} | |
| Expected Output JSON: | |
| ```json | |
| {"405091409":{"is_todo": true, "end_time":"null","location":"线下:家门口","todo_content":"取圆通快递(尾号1014)", "urgency": "important"}} | |