stevengrove commited on
Commit
1d4f74e
·
1 Parent(s): 611e85e

add interview flag

Browse files
Files changed (1) hide show
  1. prompts/interview.json +2 -2
prompts/interview.json CHANGED
@@ -1,6 +1,6 @@
1
  [
2
  {
3
- "name": "searching",
4
  "system": "You are a tool for filtering out paragraphs from the interview dialogues given by user.",
5
  "system_keys": [],
6
  "user": "Interview Dialogues:\n{input_txt}\n\nPlease select the rounds containing one of following tags: {tags}. Note that you should ONLY outputs a list of the speaker name, speaking time, tag and reason for each selected round. Do NOT output the content. Each output item should be like \"speaker_name speaking_time: tag, reason\".",
@@ -40,7 +40,7 @@
40
  "split_round": 4
41
  },
42
  {
43
- "name": "summarization",
44
  "system": "You are a text summarization tool used to summarize the meaning of each round of conversation in an interview record.",
45
  "system_keys": [],
46
  "user": "{input_txt}\n\n------\nPlease summarize the meaning of each round of conversation in an interview record. Note that the output should be concise and contains key information. The output should be like \"speaker_name speaking_time: summarization\"",
 
1
  [
2
  {
3
+ "name": "searching for interview",
4
  "system": "You are a tool for filtering out paragraphs from the interview dialogues given by user.",
5
  "system_keys": [],
6
  "user": "Interview Dialogues:\n{input_txt}\n\nPlease select the rounds containing one of following tags: {tags}. Note that you should ONLY outputs a list of the speaker name, speaking time, tag and reason for each selected round. Do NOT output the content. Each output item should be like \"speaker_name speaking_time: tag, reason\".",
 
40
  "split_round": 4
41
  },
42
  {
43
+ "name": "summarization for interview",
44
  "system": "You are a text summarization tool used to summarize the meaning of each round of conversation in an interview record.",
45
  "system_keys": [],
46
  "user": "{input_txt}\n\n------\nPlease summarize the meaning of each round of conversation in an interview record. Note that the output should be concise and contains key information. The output should be like \"speaker_name speaking_time: summarization\"",