yulongchen commited on
Commit
ed95e7f
·
1 Parent(s): 4a21dec

Add system

Browse files
Files changed (1) hide show
  1. system/process_time.py +1 -1
system/process_time.py CHANGED
@@ -63,7 +63,7 @@ def get_ICL(data, top_k=None):
63
  pledge = line["pledge"]
64
  event = line["event_description"]
65
  time = line["event_date"]
66
- input=f"Pledge: {pledge}\nEvent Summary: {event} (Event Date: {time})\nIs this event summary useful?"
67
  input = input.strip()
68
  output = line["label"].strip()
69
  ICL = f"{ICL}Input: {input}\nOutput: {output}\n\n"
 
63
  pledge = line["pledge"]
64
  event = line["event_description"]
65
  time = line["event_date"]
66
+ input=f"Pledge: {pledge}\nEvent Summary: {event} (Event Date: {time})\nIs this event summary useful to track the fulfilment of this pledge"
67
  input = input.strip()
68
  output = line["label"].strip()
69
  ICL = f"{ICL}Input: {input}\nOutput: {output}\n\n"