input
stringlengths
2.9k
7.27k
output
sequencelengths
1
1
id
stringlengths
41
41
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Who's your favorite film star ? Person2:Tom Hanks is always my favorite film star . Person1: What films feature him ? Person2:Many ! Output:
[ "formal" ]
task1533-00699f88a3ba4e6e94c0e48b3aa0151f
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Good morning . Your ticket and passport , please ? Person2:Here you are . Person1: Do you have any baggage to check in ? Person2:Yes , one box . Person1: Would you please put it on the scale ? Person2:OK . By the way , can you tell me how many kilos of free baggage each passenger is allowed ? Person1: The baggage allowance is different according to the class of your ticket . What class are you travelling ? Person2:First-class . Person1: For a first-class passenger , the free baggage allowance is forty kilos . Person2:How many pieces of baggage can I carry on to the plane ? Person1: Passengers holding first class tickets may carry 2 pieces within the total weight of 5 kg onto the plane . Person2:If my baggage exceeds the allowance , what should I do ? Person1: If the checked baggage is over the allowance , we will charge you for the overweight . Person2:I see . Thank you very much for your information . Person1: You're welcome . Your boarding pass and baggage check , please . Person2:Goodbye ! Output:
[ "informal" ]
task1533-43c749a684c54a6ba2872eb638acaca6
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Jack , could you check your calendar ? Person2:Sure , what's going on ? Person1: We're planning a weekend camping trip , and we want to know which weekend is best for everyone . Person2:Let me see ... The weekend after next looks pretty good.Otherwise , I'm all booked up . Output:
[ "formal" ]
task1533-b7f46b102d9b401584452b8764a6947e
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Hello , is this apartment management ? Person2:Can I help you ? Person1: Yes , this is the tenant of apartment ten . I guess my kitchen sink is clogging up again , and so is the bathtub . Person2:Alright . I'll send someone over tomorrow . Person1: Um , I'd really appreciate it if you send someone over to fix it today . It's really a bother . I can't cook or take a shower . Person2:Fine , I'll be up in a few minutes . Person1: Thanks , I appreciated it . Output:
[ "informal" ]
task1533-e8b7f60cee3e406bb5645a8b8959f60c
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: The whether in Beijing is just beautiful . Person2:Autumn is the best season in Beijing you know ? Person1: Yes . I can see . The summer heat is over . And the winter cold is still far away . Person2:What is the whether like in Washington at this time of this year ? Person1: Autumn is also very nice In Washington . Person2:Is it very cold in winter there ? Person1: No . it isn ’ t . But sometimes it slows a lot in winter . Person2:Does it rain a lot in summer there ? Person1: Oh . Yes . Sometimes it rains very heavily Person2:How about here in Beijing ? Person1: There ’ s a lot of rain in summer . But it seldom rains in autumn Person2:I feel it ’ s rather dry here Person1: That ’ s true . many people from the south don ’ t like the whether here . Person2:Are you from south ? Person1: No . I ’ m from the north . I was born in Beijing actually . Person2:I see . So this is your hometown ? Output:
[ "formal" ]
task1533-ca6cfcdaf5954ce5b450a783c90a44d3
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: This place serves good breakfasts , don't you think ? Person2:Yes . But I'm not used to eating American-style breakfast . Person1: What are you planning to do today ? Person2:I saw yesterday that they rent windsurfers at the beach . I want to rent one . Person1: Have you done windsurfing before ? Person2:No , but it looks fun . I always wanted to try it . Person1: Can you take a little advice from a friend ? Person2:Sure . What ? Person1: Don't waste your money . Windsurfing is very hard . And it will be windy today.They will charge you fifty dollars for a half-hour , and you won't be able to windsurf.You will fall and fall and fall . Person2:But I always wanted to try it . Person1: Yes , but it takes a long time to learn.You would spend a thousand dollars to learn it on a rental windsurfer . Person2:Well , I will see . How was your day at the office ? Output:
[ "formal" ]
task1533-b70a3382a7524de19d893b2c55ff0e5e
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Hello , I'm Jack . Are you Christina ? Person2:Yes I am . Nice to meet you , Jack . Person1: Are you from Italy , Christina ? Person2:No , I am German . I live in Munich . Person1: Really , I went to Munich last week . Person2:And did you like it ? Person1: Oh , yes . It is a fantastic city . And I like German food as well . Person2:And where are you from , Jack ? Person1: I am from California in the United States . But I am now studying in England . Person2:What are you studying ? Person1: I am studying languages . This year I am doing German and Italian . Person2:Oh , excellent . Why don't we talk in German for a while then ? Output:
[ "informal" ]
task1533-99c7e06cb6764565b00e55bfb7a73123
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: What case do you have against the police ? Person2:I want to take them to court for arresting me . Person1: I don ’ t understand . Person2:There was no reason for them to arrest me . Person1: They let you go , didn ’ t they ? Person2:They released me the next morning . Person1: They detained you at the station ? Person2:That ’ s exactly what they did . Person1: Why did they arrest you ? Person2:They said I matched the description of a robber . Person1: I get it now . Person2:I ’ m definitely taking them to court . Output:
[ "informal" ]
task1533-6c5c8418bddd41fda8215ab666219734
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Bobby ! Come here , look what I got you ! Person2:What is that ? Person1: A chess board ! Daddy is going to teach you how to play ! Person2:Cool ! Person1: Ok , each player gets 16 pieces . You can be the white ones and I ’ ll play with the black pieces . Now in the front , you set up the pawns . Those are the least valuable pieces and can only move one space forward . When you are about to capture another piece , it can move one space diagonally . Person2:What about all these other pieces ? Person1: See this one that looks like a tower ? It ’ s called the rook . The one with the tall hat is called the bishop . See this little horsey ? This is called the knight , it ’ s a very important piece so it ’ s best to not let your opponent capture it . Person2:And these two ? They are husband and wife ? Person1: That ’ s right ! That ’ s the queen and that ’ s the king . If the other player captures your king , he will say ” Check Mate ” and the game is over ! Doesn ’ t this sound fun ? Person2:Nah ! This is boring ! I ’ m gonna go play Killer Zombies on my PlayStation ! Output:
[ "informal" ]
task1533-e3dc7724c72644f0ad85b77f58073eac
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: What type of movies do you like ? Person2:I like all sorts of movies , primarily drama and science fiction . Person1: That's an interesting combination . How about western movies ? Person2:Western and horror are the two types of movies I don't care for . Person1: Why don't you like horror ? They're entertaining . Person2:Some are entertaining , but I find most of them stupid and childish . For example , I don't understand why a person always goes into the house alone when something is suspicious . Person1: Ha ha . I know what you mean . But it's just a movie . They need for the characters to do that . Output:
[ "informal" ]
task1533-f94b73133c6d475a81dc16cee186c8cd
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Excuse me , I need your assistance . Person2:Sure , what's up ? Person1: I have no idea where my class is . Person2:Tell me which building it's in . Person1: My class is in the C building . Person2:I know where the C building is . Person1: Do you mind telling me where it is ? Person2:Of course , which room number is it ? Person1: Number 261 . Person2:I actually have a class right around there . Person1: Can you please show me ? Person2:I can do that . Output:
[ "formal" ]
task1533-284b8808d22844b1a3800aa7272cedd8
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Excuse me . Can you tell me how to get started using these machines ? Person2:Of course . Are you a new member here ? Person1: Yes . Person2:Welcome . My name is Johnson . Person1: Nice to meet you . Person2:Do you have any experience using weights ? Person1: No , I don't . So I need some help . Person2:Well , first it is important to go through a good stretch.You must warm up properly so that you don't hurt yourself on the machines . Person1: Yes , I know that.Derek just led me through the warm up in the aerobics room.So I'm ready , I think . I can start using the machines . Person2:Alright . Great . Then we must get a card for you . Person1: What do you mean--a membership card ? I already have one . Person2:No . Not that . I mean a training card.The card allows you to keep track of how much weight you use on each machine.Here , let me show you . Person1: I'm ready . Person2:Now , you can see that on this card there are all the machines listed.So , when you go through the series of twelve machines , you enter in the number of repetitions you do.And you also enter in the weight at which you set the machine . Person1: I see . So this card helps me to keep track of my progress . Person2:Yes . And it also reminds you what is a suitable weight for each machine.Today , I will go through the machines with you one by one . I will show you how to use them.And we will determine what is a good starting weight for you . Person1: Alright . Great . Person2:So you write your name and member number at the top of the card.And then , after you exercise each time , you file the card here . Person1: Great . Why don't we start on the machines ? Person2:Are you alright ? Can you do more ? Person1: I'm sorry . I know there are still seven machines . But I'm exhausted . Person2:That's okay . Don't worry.It ' s important not to push yourself . Especially not at the beginning . Person1: What can I do though ? I don't know the proper settings for the rest of the machines . Person2:We can just go through them next time . It's no problem . Really.The most important thing is to know your limits.So if you feel burned out now , it is good to stop.Because if you strain a muscle or hurt your back , then you won't be able to exercise for a couple weeks . Right ? Person1: Yes . I suppose it's best to stop . Output:
[ "formal" ]
task1533-8eb134f292df4a66a05ef8693df5d39e
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: I was just thinking to call you , then the phone rang and it was you calling me . Person2:Great minds think alike . Output:
[ "informal" ]
task1533-ffbe9a411bad427cb42b2fdf32013dd7
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Can I help you , ma'am . Person2:Yes , will you keep our bags until 6 p . m . ? Person1: Are you all our guests ? Person2:Yes , we checked out just now . Person1: Please fill in this form . Person2:Is this all right ? Person1: So you are leaving this evening.We keep your bags until 6 p . m . Here's your tag . Person2:Thanks a lot . Output:
[ "formal" ]
task1533-6c9775b76af541f39ee1cde93e3e84d1
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: OH , This is the famous Emperor Palace building . Person2:It ’ s huge . Person1: Would you like to go to the top ? Person2:Yes , of course . Person1: The view is breath-taking . Output:
[ "informal" ]
task1533-4f9e06fd5d35455a915c107152083fb1
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: I wish you would not be so selfish . Person2:Selfishness is one human beings instincts . It is very difficult to get it out root and branch . Person1: But you should at least consider your son's future . Person2:His mother , not me , should do this . Output:
[ "informal" ]
task1533-b06699b1c851464a8f42f79988df16d1
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: What did you do this weekend , Kate ? Person2:Oh , Diane and I went for a drive in the country on Saturday . Person1: That sounds nice . Where did you go ? Person2:We drove to the lake and had a picnic . We had a great time ! How about you ? Did you do anything special ? Person1: Not really . I just worked on my car all day . Person2:That old thing ! Why don't you just buy a new one ? Person1: But then what would I do every weekend ? Output:
[ "informal" ]
task1533-cb563fe2296844bc9ee2880ee4be61d1
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: How are Zina's new programmers working out ? Person2:I hate to admit it , but they're good . And fast . The Filipino kid is a genius . Person1: So you'll make the Stars.com deadline , and have us up and running next week ? Person2:It'll be close , but we'll make it . Person1: Good . After Stars.com starts paying us , we won't need Vikam's cash anymore . Person2:And if we don't need them , we won't need Zina , either . Output:
[ "formal" ]
task1533-eb1d21e62e21408298d1bf62c53c112e
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Good morning . Phyllis Seymour speaking . Person2:Hi , Ms . Seymour ? It ’ s Allan Parker . I ’ Ve been waiting to call you and thank you for all your help last week . Person1: Thank you very much , Mr . Parker . But , that is my job . Person2:Well , I want to let your boss know that she ’ d better hold on to you ! You ’ re a hard worker ! Output:
[ "informal" ]
task1533-faee9d2fdd12442c843df40fdffe341d
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: When shooting a gun , accuracy is very important . Person2:You only need to tell me that once . Output:
[ "informal" ]
task1533-8aa704f2c6174f9b8e1ccdeb2f4d69a6
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Hey , let's go out and grab a couple of beers tonight ! Person2:Sorry , I can't . I have to work late at the laboratory . Person1: Nigel , you sure lead a dog's life , what's up with that ? Person2:My boss wants me to finish this project tonight . Output:
[ "formal" ]
task1533-558e7cc2dcc24b79bce529ac6abc0475
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Are you new to this school ? Person2:Yes , I ’ m new . Person1: Is this your first year in college ? Person2:I transferred from another school . Person1: Where did you transfer from ? Person2:I was at PCC before . Person1: Why did you transfer ? Person2:I was going to go here first , but my grades weren ’ t good enough . Person1: Did you like it at PCC ? Person2:PCC is an incredible school . Person1: Well , I wish you luck here . Person2:I ’ m sure I ’ ll like it here . Output:
[ "informal" ]
task1533-209c1ae0d0414ba888ef3624591971e5
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Wake up sleepyhead.The sun is beginning to shine . What a lovely summer day ! Person2:Yeah , clearly blue sky.But it is a bit too hot for me . I don't like heat and humidity . Person1: It's not that hot . It's cooler than yesterday . Let's go swimming ! Person2:That's a thought . It's still early , and the beach isn't crowded at this time of the day . If we don't stay too long , we won't get sunburned . Person1: Yeah , sounds like fun . I can wear my new pink bikini . Person2:There won't be anyone there to appreciate how cute you are . Person1: Who cares ! Well , the smart guys get there early . That's the kind of guy I want to meet . Let's go ! Person2:If you are going to husband hunting in a bikini , then I want to wear one , too . Person1: Ok , you could borrow one of mine . Person2:Thanks , how about the green and black one ? Person1: No problem . Here it is . Output:
[ "informal" ]
task1533-e8d80d11eb214a65865219fce7da3b81
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Mark is parade his knowledge again . Person2:Yeah ! He ’ s very good at showing off his knowledge . Person1: A well-learned person never does that . Output:
[ "informal" ]
task1533-a3607e75d8364c69b35f09e59be8cbc2
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Hello , Mrs . Taylor . I'm here to pick up Diane . Person2:Hi , Ben . Come in . Diane's not ready yet , so you'll have to wait a few minutes . Output:
[ "informal" ]
task1533-3b3d2c4dcb9141219a7c0ea0635c1a10
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Sam , we are hard up for the everyday expenses . When can you find a job . Person2:I'm looking for it , but you see , the market shard for jobs , too . Person1: You liar , I saw you again in the inn . I bet you don't want to work at all . Output:
[ "formal" ]
task1533-5a5179d1b48042fabeb00f981b9827ae
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: What a busy week ! Person2:Really ! I've never seen so much work . Person1: Right.How are you going to spend your weekend ? Person2:I don't know . I have no idea . Person1: Would you like to play some tennis with me before going home ? Person2:I'm not good at sports , I have never played tennis , and I know I would be terrible . Person1: You should try it.It ' s a great game . Come on , let me help you . I'm a good player , and a good teacher , too.What do you say ? Person2:OK , but don't say I didn't warn you . Person1: That was a pretty good shot , Mary . Person2:Thanks.This is fun ! Person1: Let me help you with your serve . Person2:No one has ever tried to show me how to play a sport before.Maybe I should learn to do something . Person1: Of course , you can.All you need is a little help and a lot of practice . Person2:Do you really think I can be a good player ? Person1: Well , maybe not a Michael Zhang , but better than the average . Person would you like to play again Wednesday ? Person2:Yes . This has been fun . Output:
[ "informal" ]
task1533-7e67ae7e0f4a488ead62c2035cbd1d78
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: Julia , are you free tonight ? Person2:What's up ? Person1: I want to invite you to go to the movies . Person2:Are you asking me for a date ? Person1: Yes . Person2:I don ’ t like to go to the movies on a date . It's noisy there . Person1: Where do you want to meet ? Person2:Let's go to the coffee shop then . It's quiet there . Person1: What time should we meet ? Person2:How about seven ? Person1: All right . Output:
[ "informal" ]
task1533-2dbb139944794c97ae131a27a5aa2991
Definition: You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. You are required to assign a label 'formal' if there is an absence of emotion and a presence of questions anywhere within the conversation. If such pattern is not found assign the label 'informal'. Positive Example 1 - Input: Person1: Hey man , you wanna buy some weed ? Person2:Some what ? Person 1:Weed ! You know ? Pot , Ganja , Mary Jane some chronic ! Person2: Oh , umm , no thanks . Person1: I also have blow if you prefer to do a few lines . Person2: No , I am ok , really . Person1: Come on man ! I even got dope and acid ! Try some ! Person2: Do you really have all of these drugs ? Where do you get them from ? Person1: I got my connections ! Just tell me what you want and I ’ ll even give you one ounce for free . Person2: Sounds good ! Let ’ s see , I want . Person1: Yeah ? Person2:I want you to put your hands behind your head ! You are under arrest ! Output: informal Positive Example 2 - Input: Person1: The taxi drivers are on strike again . Person2: What for ? Person1: They want the government to reduce the price of the gasoline . Person1: It is really a hot potato . Output: informal Negative Example 1 - Input: Person1: What are your personal weaknesses ? Person2: I ’ m afraid I ’ m a poor talker . I ’ m not comfortable talking with the people whom I have just met for the first time . That is not very good for business , so I have been studying public speaking . Person1: Are you more of a leader or a follower ? Person2: I don ’ t try to lead people . I ’ d rather cooperate with everybody , and get the job done by working together . Person1: Do you think you can make yourself easily understood in English ? Person2:Yes , in most circumstances . Person1: Are you available for travel ? Person2: Yes , I like travelling . I am young , and unmarried . It ’ s no problem for me to travel frequently . Output: formal Negative Example 2 - Input: Person1: Hello , this is Mike , Kara . Person2: Mike ! Good to hear from you . How are you ? Person1: Everything is fine , and how are you ? Person2:Things are going well with me . Person 1:Kara , I had fun the other night at the movies and was wondering if you would like to go out again this Friday . Person2: Mike , I don't think that it's a good idea to go out again . I really need to focus on getting packed and ready to move back home . Person1: Maybe we could just meet for coffee or something . Person2: I can't really deal with any distractions right now , but I appreciate the nice evening we spent together . Output: informal Now complete the following example - Input: Person1: John dates her seven times a week . Person2:Really ? That's a straws in the wind . Person1: I think so . Maybe he's fallen for her . Person2:Yeah . They suit each other . A perfect match between a man and a girl . Output:
[ "informal" ]
task1533-a54450b3e2f141b2aaf5627c8077f6dc