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: Hey . Steven . You have a large chunk of money , but why do you still live in the old flat , instead of buying a new villa ? Person2:I like to live here and enjoy my neighbors ' company . And I don't think I should waste money just because I have much of it . Person1: But I found you always hate to part with your money . Look at the car you drive ; it's such a junker ! Person2:Oh , the car is old but still in good condition . I just think we should be thrifty , whether you are rich or not . Person1: But ... But ... Person2:But what ? Just remember that thrift is not only a great virtue , but also a great revenue . Person1: Maybe you are right . Output:
[ "formal" ]
task1533-c05ed78dd56347fa81acb22be7c10368
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 , I ’ d like you to meet Charles Brown , our new manager at the airport . Person2:Yes , certainly . How can I recognize him ? Person1: He is short , well-built , and he ’ s got light blond hair . Person2:Is there anything else ? Person1: He has a mustache , if I remember correctly , and a light complexion . Person2:How old is he ? Person1: He is in his late thirties . Person2:Well . I shouldn ’ t have any trouble recognizing him . What time does his flight arrive ? Person1: At two thirty . Output:
[ "formal" ]
task1533-e055a6ddf2b3499784b743ee3a4600a7
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: So , who do you work for ? Person2:I work for a large multinational company called DAK Group . We have five main area of business - construction , heavy industry , shipbuilding , motor vehicles and telecommunications . Person1: And which side of the business do you work in ? Person2:The motor vehicles division . I work in our Belgian factory . We manufacture components for our car production plants in Europe . Person1: Where are DAK headquarters ? Person2:In Seoul . But the company has operations in over fifty countries and thirty factories all over the world . Output:
[ "formal" ]
task1533-aa7734064dc74863a3aea790db59e30c
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: let's go out for a walk . Person2:I don't really feel like a walk . Person1: Well , shall we go to the cinema ? Person2:All right.That sounds more interesting . Output:
[ "informal" ]
task1533-017e5cf31453494190968de634ee1232
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: Jim , I heard you took a trip to San Diego . Is that right ? Person2:Yeah , I just got back this morning . Person1: That sounds really nice . What did you do there ? Person2:Well , we were only there for three days , so we didn't do too much . We went shopping and went out to dinner a few times . And at night we walked around the city with some friends . Person1: Did you take any pictures ? Person2:Yes , I have them with me . Do you want to look at them ? Person1: Sure , I love looking at photos . Person2:This one is of my wife and me on the beach , and this one is our daughter Emily standing next to my wife . Person1: Your daughter looks like her mother . Person2:I know , they look very similar . Person1: Where was this picture taken ? Person2:That was taken at the train station before we left . Person1: Did you have time to go to the zoo ? Person2:No , not this time . We went there last time . Person1: It looks like you all had a nice time . Person2:Yeah , it was a lot of fun . Output:
[ "informal" ]
task1533-37faa73822854d5997ef23d97b0d5776
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: OK , Mr . Wu . You may come in . I'm Anne Smith and on my right , my colleague , Anna Duncan , and on my left , Angela Lamb . Do please sit down . Person2:Thank you . Good afternoon Mrs . Smith , Miss Duncan , Miss Lamb . Person1: Your English is fluent . Person2:Thank you . Person1: How do you think of the weather today ? Person2:I don't like the weather like this . Cold and rainy . Hope it become sunny as soon as possible . Output:
[ "informal" ]
task1533-a6d9e566a36d498381ed358a76dca3d1
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 am very nervous about signing my escrow papers . Person2:Escrow involves a lot of paperwork , but I will explain all of the steps to you as we go along . Person1: What should I have brought with me ? Person2:The only thing I will need to see is your driver ’ s license , as I will be notarizing these papers . Person1: I feel a little overwhelmed by so many papers . Person2:Don ’ t worry about how many papers there are . We are going to look at them one at a time . Person1: My boyfriend is an attorney and told me that I could fax him anything if I had a question . Person2:Please get any outside help that you need in understanding your escrow documents . Person1: Is this the last thing that I will need to do before the house becomes mine ? Person2:At the close of escrow , the house will be yours ! Output:
[ "informal" ]
task1533-d3ec46364a0749138d47087646a777ea
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 was school today , Dominic ? Person2:I hate school ! Person1: why ? What happened ? Person2:I messed up my mid-term exam so badly today ! Person1: it's just one exam . Can you re-take the exam ? Person2:yes , but it's so humiliating ! I don't want my friends to know I failed ! Person1: why didn't you do a good job ? Person2:I don't know . I sat down in my seat , looked at my paper , and then my mind just went totally blank . Person1: do you think you studied enough for the exam ? Person2:no ... Person1: what did you do last night ? Person2:I watched TV . Person1: did you study at all last night for your exam ? Person2:no , not really . Person1: I am sure if you had studied , you would have done well . When can you re-take your exam ? Person2:tomorrow . Person1: alright . Get out your books and I'll help you prepare . Output:
[ "informal" ]
task1533-0c0e3fa50342400cbcfe177e4ef21870
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: Hectic . It's always hectic . But how was your windsurfing ? Person2:I tried it for a half-hour.It was interesting , but ... well ... I couldn't really do it . Person1: See ? I told you . It's very hard . Person2:I couldn't even stand on it and hold the sail . I probably fell down fifty times . Person1: Fifty times ? Person2:Yes , it was really stupid . Person1: And how much did it cost to rent it ? Person2:It was fifty dollars for a half-hour . Person1: Well , that's not too bad then . Person2:What do you mean ? It's expensive ! Person1: Yes , but you have to calculate a little.You paid fifty dollars and you fell down fifty times.So you only spent one dollar per fall . That's cheap . Output:
[ "informal" ]
task1533-585db8a1604c4ab587097eddc1359cee
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 sort of salary did you get at your previous job ? Person2:Well , I got $ 3,000 per month . Person1: I see . I am sure we can offer you $ 3 , 500 at the beginning . Would that be satisfactory ? Person2:Yes , I think so . That would be more than I have wished . Person1: Good . We also have health insurance , bonus and paid vacation . When can you begin to work ? Person2:What about early next week ? Person1: Good . Please come in on Monday . Working hours are from eight to four-thirty . Lunch is fifty-five minutes . Person2:Yes , sir . Output:
[ "formal" ]
task1533-d8f5a51fb46e4d66a4ce2631610fd45f
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 , My name is Candy Brown . May I have your name ? Person2:Hello , Candy . My name is Jim White . Nice to meet you . Person1: Nice to meet you , too . Where are you from ? Person2:I'm from New Orleans . What about you ? Person1: I was born here . Person2:Really ? This is a beautiful town . Person1: It's nice talking to you . But I have to go . Person2:OK . Can I have your phone number ? Person1: OK . It's 15066688866 . Call me ! Bye-bye , then . Person2:I will . Bye . Output:
[ "informal" ]
task1533-3b56bb2f645b4355a867f4bf99400d4c
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 is great . I'm surprised there are so many things here . Person2:Yes , but it takes a while to find things . It's not organized as carefully as a regular store . Person1: What's the difference between an outlet and a regular store ? Person2:Usually a clothes company will send their overstock to an outlet . The prices are very low . But you may find faulty products here too . Person1: Faulty products ? Person2:Yes . Sometimes the fault is very small ; if you have a needle and thread , you can fix it yourself . So it's a good deal to buy it . Person1: Oh , that's easy for me . I think it's really a good deal . Person2:Yes . You can save a lot of money in this way . Person1: That's great for me . Look , children's clothes ! I'd like to buy some winter clothes for my son and daughter . Person2:Why not buy the sweater ? It only costs 30 Yuan . Person1: Yes , I'll take it . Are there any jeans ? Xiaohui's jeans are always dirty . I also need four pairs of slippers . Person2:How many do you want to buy ? Person1: I ought to make the most of it while I'm here , don't you think ? Person2:You're right . Output:
[ "informal" ]
task1533-cf97e3cb68a44845a08041f5b4710aa9
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: My girlfriend dumped me . Person2:Well , that's life . Output:
[ "informal" ]
task1533-bff4730252dc42218343f563dff37a52
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: Why did the teacher criticise Myra in front of the whole class ? Person2:Because Myra was cheating on exams.and she spoke back rudely . Person1: I don't think that Myra should have spoken so rudely to the teacher . I know she was angry , but that's still no excuse for rudeness . Output:
[ "formal" ]
task1533-425b228508ff4c04acbb3cb8a326c8f7
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: Did you understand question number three ? Person2:Not at all , I was totally in the dark . Output:
[ "formal" ]
task1533-4c956adf2a49454db6f259b77518d0c1
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 , Ann , I am really sorry about last night . I shouldn't have said those things to you . Person2:I am sorry too . I know we've been talking about this beach trip for a while . I should have told Bob I was busy this weekend . Person1: don't be silly . You guys should spend as much time together as you can . Besides we can go to the beach anytime . Person2:thanks for understanding . Person1: well that's what being friends is about , isn't it ? Person2:hey , what if the three of us go to the beach together ? Besides , you and Bob haven't seen each other for a while . I don't want my best friend and my boyfriend to be complete strangers . Person1: Nah , I wouldn't worry about that . But I don't want to be the third wheel . You two should have some quiet time to yourselves . Person2:I know Bob won't mind . You can bring a date , like that guy from the bar you keep talking about . Person1: maybe ... I'll think about it . Output:
[ "informal" ]
task1533-f7020dce88a04055ba1a53198aebb118
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: At their last meeting , the stockholders voted unanimously to block the merger of our company with Blycore . All the executive committee was in favor of the merger ... I don't understand how the stockholders could have so much power to throw a wrench in the plans ... Person2:If they all unite on a certain issue , it's the stockholders who have the final say . You'd think it might be our CEO or the workers , but in fact , the stockholders control the money so they have the most power . Person1: Is it really that simple ? It doesn't seem very efficient to run things that way ... Person2:It might not be the most efficient , but if you think about it , it makes pretty good sense . The stockholders are our investors . They own the capital in our company , so they should have say about what is done with the company . Person1: I guess I'd buy that ... Output:
[ "formal" ]
task1533-b8171053b1c046ba9842de4e1739d718
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'm tired of dancing . Person2:But to me it's really enjoyable . Person1: Maybe it's because you always have pretty girls as your partners . Person2:Maybe so . Output:
[ "informal" ]
task1533-8c6df067234048a9b66a255a12f9c537
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's your brother doing ? Person2:As a matter of fact , he hasn't been feeling too well . Person1: I'm sorry to hear that . What's the matter ? Person2:Tell him I hope he's better soon . Person1: I'll tell him . Thanks for asking about him . Output:
[ "informal" ]
task1533-8c5cc4e00c38491fbbf53c458451bb26
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: Let ’ s play a game ! Person2:OK ! How about Scrabble ? Person1: No , no , a friend of mine taught me this really fun game . I ’ m going to describe someone ’ s face , and you guess who it is ! Person2:OK ! Person1: Let ’ s see . He has a roman nose , bushy eyebrows and dimples ! Person2:Our cousin Pete ! My turn ! She has a pointy nose , sunken eyes and a mole on her chin ! Person1: Aunt Rose ! That mole is so huge ! OK , my turn . He has a crooked nose and full lips . He has quite a few freckles and an oval face . Oh , he is also bald ! Person2:Your future husband ! Person1: Not funny . Output:
[ "informal" ]
task1533-d1a47de25fe342db970c52f0b5611e8f
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've got a bone to pick with you over your last shipment to Dalian . A part of the goods were damaged in transit . Person2:I'm very sorry to hear that . Person1: Please handle future shipments with more care . Person2:We'll take great care . Output:
[ "informal" ]
task1533-661e9026630b47f2b324442437b18c60
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 nice dress , Jean.You look marvelous ! Person2:You , too . Where did you get your new hat ? Person1: From the Crown's . Oh , what lovely earrings you have ! Are they diamond ? Person2:Yes . It's a birthday present from my husband ! Person1: Well , you are lucky to have such a considerate husband . Mine hasn't brought me a single rose since we married . Person2:He'll come out with surprises . Just wait and see . Look at that woman , with the white chiffon ! Person1: She's chic , isn't she ? Person2:Yes . I like the dress . It must be the latest fashion . Look , the hem has lowered , and the waist narrowed . Person1: It makes me feel rather shabby . That woman has a good taste in dressing , I would say . Person2:Yes . She dressed with an individual flair . I rather envy her . Person1: Most women follow fashion like sheep.They don't know any better than imitate . Person2:I quite agree with you.See the woman there ? I dare say she hasn't got any eyes . How could she match the mauve gown with the green handbag ? And all that jewelry ! Person1: The gown is quite expensive , believe me . Person2:So what ? It only makes her look cheap and vulgar . Person1: You know those upstarts . They're all show-offs ! I think I'd better have a diet ; otherwise I'd look like a ballon soon . Person2:You're quite slim . In fact , if you were one of those starlets , the movie company would say you have a fabulous figure . Person1: Thanks . I'm flattered . Person2:Oh , my shoes pinch me . Let's find a seat and sit a while . Output:
[ "informal" ]
task1533-3c45f6b05cc545d98b0d45064458fb1b
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 , Jason . How did you sleep ? Person2:Pretty well , thanks . Still feeling the effects of jet lag a bit , but last night I got at lease six hours of rest . Person1: Great ! So , are you ready for a full day of shopping ? Person2:Yep . Let's do it . I'm pretty excited ! Person1: I know a place that should be perfect . It's called the China Friendship Shopping Center and it's pretty much like an American mall - except with more variety . You can even buy a live chicken there if you want . Person2:Live chicken ? Thanks , but no thanks . So ... tell me about bargaining . How can I do it like a local ? Person1: Well . I'll be honest and say you'll never be as good at bargaining as a local person . You're a foreigner and the sellers can see that . But ... if you're smart , you can get bargains that are not too far away from the local price . Person2:Cool ! Teach me ! Person1: For starters , you want to do a lot of scouting first . You've got to know what things cost . Person2:Someone told me to go to a convenience store and see how much a soft drink or a tube of toothpaste costs . The idea is that by comparing the prices of those items , you can figure out the relative prices of everything else . Person1: That could be helpful . But when you go into a shopping center ... prices become very flexible . You have to be able to read the market . Output:
[ "informal" ]
task1533-09a95c18e5a24bcfa8a279f16a4fded8
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: Did you hear the news ? Two of our major suppliers , Murphy Music and U-Tunes are merging ! If they are conglomerated into one company into one company , it would have some serious affects on our market strategy . Person2:Are you sure ? Who told you that ? I highly doubt that they would take the step to merge into one company ... They're supposed to be bitter enemies , the strictest of competitors.It must be a rumor.It can't be true . Person1: I read it myself on the financial page.They ' re really going to join together . U-Tunes was bought out by Murphy's , they will take over the company as of next month . Person2:The competition must have been too stiff for U-Tunes.Otherwise why would they allow themselves to be taken over by their sworn enemy ? Person1: I guess they must have figured it would be easier to merge than to keep up the cutthroat competition.If you can't beat'em , join'em . Output:
[ "informal" ]
task1533-c103ec0895fc45bf8caa1ff75448e0c9
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 was your date with Betty ? Person2:Let's change the subject . Output:
[ "formal" ]
task1533-57ce3b7f91d744129430d67b898193a7
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 really dislike reading academic books . Person2:That may be so , but reading them is an important way to expand your knowledge . Output:
[ "informal" ]
task1533-2129ebe38daa4f17aa2f4aa628455c31
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: Yeah , it's really cute . But why a monkey suit ? Is Hello Kitty having an identity complex ? Person2:No , she's wearing my Chinese zodiac sign . Person1: You were born in the year of the monkey ? Person2:Yeah , are you surprised ? Person1: Not at all ! That explains everything ! Output:
[ "informal" ]
task1533-6608784270734949aafa17542033a2b6
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 would like to buy some beef . Person2:What kind do you want ? Person1: I need to get ground beef . Person2:How many pounds would you like me to get you ? Person1: I need about four pounds . Person2:Exactly what type of ground beef do you want ? Person1: Extra lean . Person2:I'll get that for you right now . Person1: I appreciate that . Person2:Don't mention it , I'll just wrap this up for you . Person1: Thanks for your help . Output:
[ "informal" ]
task1533-82cd3c3349f046ca9b534160320b25db
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: Mr . Emory ? I ’ d appreciate it if you would look over these letters before you leave today . Person2:I ’ d be glad to . Just leave them on my desk . I didn ’ t expect you to finish so soon . Person1: Thank you , sir . I ’ ll leave them here . If there are no problems , I ’ ll mail them out this afternoon . Person2:Great . Good work . Output:
[ "informal" ]
task1533-050f076b2af949b48530cedc82a70895
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 man behind your mother must be your elder brother . Person2:Yes , he was 29 then . Person1: He looked his age . Output:
[ "informal" ]
task1533-8e2b12b712884b3493a46347d383afb4
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: Did you have a good weekend ? Person2:Well I wanted to go for a picnic but it rained too much . Person1: Oh I see . So what did you do then ? Person2:I washed my car instead . Person1: Ahh . And how about on Sunday ? Did you watch the football ? Person2:No I didn ’ t . I worked in the morning then I played tennis with my husband . Output:
[ "formal" ]
task1533-8509d6d9cee543deb8c49cc814e257c0
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 , may I help you ? Person2:We'd like to take a tour to Florence . Person1: That's a beautiful city . When do you want to go there ? Person2:We have got a 2 weeks ' vocation and we plan to leave on Thursday . Person1: Then please have a look at the table , there are so many plans . Output:
[ "formal" ]
task1533-c6f6c59df0ee4213b30526094c74a3c9
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: All the soldiers in that country are armed to the teeth . Person2:What's happening in that country ? Person1: The neighboring country is threatening their sovereignty with its nuclear bombs . Output:
[ "formal" ]
task1533-07a7569480c54929aa92877c3cfa272a
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: Welcome to Galant . How can I help you ? Person2:Hi . I would like to get an internet plan for my house . Person1: Of course . We have three different plans with different prices you can choose from . The first one is the cheapest but most basic plan which is thirty dollars a month . This is for broadband internet with a download speed of five hundred and twelve kbps . Person2:I have no idea what kbps means . I just want to be able to get online , play games and chat with my friends . Oh , and watch movies online as well . Person1: Well , this connection might be a bit too slow for your needs . I suggest you get the premium package for fifty dollars a month which includes a connection speed of two megabytes . That way you can play games online without any lag . This package also includes a wireless router and a personal firewall absolutely free ! Person2:Do I have to pay an installation fee ? Person1: Lucky for you , this month we aren ’ t charging our normal installation fee . You are saving yourself 100 bucks right there ! And we ’ ll throw in this pen drive ! Person2:Awesome ! Output:
[ "informal" ]
task1533-ff7c01b9c2314e60a40df7259a1529df
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: Why did Tom quit his job ? Person2:He said his present job seemed to be a blind alley . Person1: If he doesn't change his attitude toward work , I don't think a new job can make any difference . Output:
[ "formal" ]
task1533-eca4e9799e7e4618b24703d0c57071ce
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 much does this cost ? Person2:Sixty dollars . Output:
[ "formal" ]
task1533-c133eea270da4fdd9f6eed2d36d4f584
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 afternoon , you look a little stuck . Can I help ? Person2:The thing is , I've got all of this information here , all of these leaflets , but I can't make head nor tail of them ! Person1: I see . What is it exactly that you are interested in ? Person2:I'm not sure which would be better for me ; buying some insurance or putting my money in a Savings Deposit . Person1: Well , that all depends on how much you want to invest . Person2:I was thinking of around 10,000 RIB . Person1: That's a nice round figure to deal with ! OK , if you were to buy this insurance policy , your yearly fixed income from it would be 94.35 RIB . Person2:And for the Savings Deposit ? Person1: For the Savings Deposit you could actually get more . You see , in time deposit , the interest rate is 1.58 % after the 20 % interest tax . So , technically you could get more than a third more . Person2:Wow ! A third more ? Very good . Output:
[ "informal" ]
task1533-b342778742414dc199be630cee476244
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 ? Person2:Yes , I need to apply for a parking permit . Person1: Are you a professor ? Person2:What ? Are you kidding ? I'm only 22 years old ! Person1: Yes , I am kidding.But don't you know only professors and students with disabilitiescan apply for parking permits ? Person2:Yes , I know . I have a disability.My hip was broken last year . And I can't walk well . Person1: Oh , I'm sorry . I didn't know . Person2:It's alright . You didn't see me walk to the desk . Person1: Here is the application form . I also need to see your student ID and your permission letter from the university . Person2:My permission letter ? Person1: Yes , the letter that certifies you have a disability.And it must certify your disability entitles you to a parking place . Person2:I was told I should have the letter sent directly to your office . Person1: Yes . Or you can bring it yourself . Person2:But I asked them to send it to you directly . Person1: Let me look in the file then . Maybe we received it . Person2:My name is Derek Schneider , S - C - H - N - E - I - D - E - R . Person1: Yes , here it is.Alright . Then I just need your completed application form , and I will be able to process your request . Person2:Good . I will sit over there and fill out the form . I will give it to you in a few minutes.Oh , by the way , can I apply for any parking lot I want ? Person1: The form has a map on the back . You may specify your top four choices.We will give a spot in the lot that has an opening . Person2:I see . Thank you . Person1: You're very welcome . Output:
[ "informal" ]
task1533-c707d723261047d2a2cd74eba47ce013
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 ? Person2:I hope so . I'm looking for some material for a paper I'm writing , and I'm not quite sure where to look . Person1: I'll certainly try to help you.What topic is your paper on ? Person2:My paper is on the influence of television on children . Person1: There are several possible sources you might use for that topic . I suggest you use the computer and the computer will give you a list of every scientific journal that talks about children and television . Person2:Thank you for you help . Output:
[ "informal" ]
task1533-2bf4f51f46f44431ba99e3f17bf9bc7c
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: We need to elect club officials before the summer starts . Person2:I guess we should start with nominees first . Person1: Let's make it the first item of business in our next meeting . Person2:We should probably let everyone know ahead of time so they will be prepared . Person1: Can you take care of sending out a bulletin by e-mail to all the club members ? Person2:Yes , I can do that this afternoon . Person1: Let's schedule the actual election times the week after the nominations . Doesn't that seem logical ? Person2:Yes , let me put it on the calendar . Output:
[ "informal" ]
task1533-5564b32d2610466ea02d6b432a4ee4a3
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 need help preparing for my presentation on Friday . Person2:I could help you with that . Person1: Are you sure you have the time ? Person2:I promise you that I have the time to do this . If I didn't , I wouldn't offer to help . Person1: What would be the best time for you to help me ? Person2:Tomorrow night would work for me . Person1: Should we just meet here ? Person2:OK , and I'll bring some information that helped me with my presentation . Person1: I'll see you then . Person2:See you tomorrow night . Output:
[ "formal" ]
task1533-b036c05bc12a43308f02f7af72d80e76
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 ! The Inland hotel . How may I help you ? Person2:Good morning . I ’ d like to book a room for Friday night and Saturday night . Person1: Certainly . What kind of room would you like ? Person2:A single room please . I hope you ’ re not fully booked . Person1: A single room ? That ’ s fine . In whose name shall I make the booking ? Person2:Jones . According to your website , the nightly rate is $ 50 , including breakfast . Person1: We offer a 20 % discount for guests staying of Friday and Saturday . The total cost will be $ 80 , including breakfast . Person2:Thank you very much . I look forward to seeing you on Friday . Person1: Could I just take your credit card number please ? I should mention that there is a cancellation charge of $ 20 . Person2:That ’ s fine . My credit card number is ... Output:
[ "formal" ]
task1533-7d55e536b6fe4da0a14494fe083dbf7b
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 can't believe Mr . Fro didn't buy it . Who does that guy think he is anyway ? Bill Gates ? Person2:He had a lot of nerve telling us our ads sucked . Person1: Time to order . Balista , today I want a skinny triple latte . Person2:When did you start worrying about your weight ? Person1: I'm not . I just don't feel like drinking whole milk today . Why ? Do you think I'm fat ? Person2:No , Jess , chill out ! Output:
[ "formal" ]
task1533-aae3cb2989c34cfc880852c34e769088
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: Mary , why don't you come to my house this Saturday ? Person2:I don't know . I'll have to ask my host mom . Person1: Come on , Mary . This is America . You make your own decisions here . Person2:But I still have to tell her . Person1: Of course . Person2:Tell you what , give me your phone number . Person1: It's 555-4321 . Person2:Got it . I'll call you later tonight and we can talk about what to do on Saturday . Output:
[ "informal" ]
task1533-9a02994e6b74489f9d189984e06b7870
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 , Bobby , It seems that I can't arrive at your home by 12 o'clock . Person2:What happened ? We're all expecting you , Hans , Dick , Archie ... Person1: I'm so sorry , I've been held up by the damn traffic jam for half an hour . I'd have arrived but for that . Person2:I see . Where are you now , Li ? Person1: Thirty meters ahead is the Waterloo Bridge . Person2:It's not far away from home , It's - let me see – about 20 minutes'walk , Can you walk here ? Person1: I've thought of that , but what can I do with my car ? If only I had taken a taxi ! Person2:That's too bad , But don't worry.We ' ll put off dinner till one o'clock . Person1: I'm so terribly sorry to keep you waiting . Person2:It doesn't matter.Bye . Person1: Bye . Output:
[ "formal" ]
task1533-7943b1bd1ee946f496d0a3e24dd3951b
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 , my father isn't there at all . Are you kidding ? Person2:Poor fellow ! What's the date today , buddy ? Person1: It's ... OH , it's the first of April , April Fools ' Day . Person2:You forgot all about it , didn't you ? Output:
[ "formal" ]
task1533-e6803855169c41f8822f70d9dccb7f67
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 ’ s the matter , BOB ? Person2:I think it ’ s my ankle . Person1: What happened ? Person2:One of my snow-shoes that cause on rocks . Person1: Can you stand ? Person2:I don ’ t think so . It ’ s kind of sore . Person1: what I have to give you a hospital for an ex-treat . Person2:It ’ s that really necessary ? Person1: It maybe worse than it seems . Output:
[ "formal" ]
task1533-956ddd7eb81c4f9cbb207f1fc943b532
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 that man over there talking to James ? Person2:Where ? Oh , that's Henry . Person1: He's very handsome , isn't he ? What's he like ? Person2:He's very nice , actually , but rather eccentric . Person1: Really ? I love eccentric people . Person2:Yes , but he may be too eccentric even for you . Person1: Why ? What do you mean by that ? Person2:Well , haven't you heard ? Person1: Heard what ? No one ever tells me anything . Person2:Well , apparently , he's been having an affair with his secretary . Person1: Really ! How fascinating . Person2:According to Mary , he's divorcing his wife and there's a big fight going on about the children . I thought everyone knew . Person1: Well , what can I say ? I didn't know . Oh , I meant to tell you earlier , your blouse doesn't really match your skirt . Those colors don't really suit you either . Person2:Oh . Thanks . Look , I must just go and say hello to someone . I'll be right back . Output:
[ "informal" ]
task1533-c1c99e632a0642f2b17e0ac4e3b7f62a
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: Hi , Anna . I haven ’ t seen you for ages . Where have you been ? Person2:I ’ Ve been away on holidays for sometime . Person1: No wonder I haven ’ t seen you recently . Where did you spend your holidays ? Person2:I went with my husband . Our first stop was Bangkok . We stayed there for 5 days . Then we flew to Hong Kong , stopover for 3 days . Our last stop was China . We visited the Great Wall . Person1: You must have a wonderful time . Person2:Yes . We enjoyed ourselves very much . Have you traveled much , Luke ? Person1: No , my wife doesn ’ t like traveling . We haven ’ t been traveling for more than ten years . The first time we traveled together was in 1978 when we just got married . We spent our honeymoon in the Alps . Output:
[ "informal" ]
task1533-fd8f76fb79d644bea227d27420825fe4
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: Our national economy is increasing hand over fist . Person2:That ’ s really a good phenomenon to see . Person1: I hope it ’ ll continue for a long time . Output:
[ "informal" ]
task1533-0ff1e9be8d1d4278847bf8b920e3d1e1
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: Thank you for showing me your offices , Mr . Becker . I can see why Washington bureaucrats enjoy their jobs . Person2:Why do you say that ? Person1: The city is beautiful , the off ... , the offices are modern and comfortable , and the work is so interesting . Person2:Many people work for the federal government their entire adult lives . Government service can be a rewarding and secure career . Person1: Do you mean financially rewarding ? Person2:Well , many positions pay salaries that are comparable to those in private industries . Person1: I ’ Ve always thought that most bureaucrats are lazy . Person2:Sometimes that ’ s true , but not usually . Most feds are honest , hard-working professionals . It ’ s hard to keep highly trained people , so the pay and working conditions have to be attractive . Person1: How much do you make ? Person2:I ’ m a GS - 15 . That ’ s high on the scale of workers , but even a GS - 1 is paid a living wage . Output:
[ "informal" ]
task1533-dd227b65595b414fbbdc965c9170c278
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 really hate to say this , but don't go away mad , just go away . Person2:I knew this would happen some day . Person1: Then , why didn't you try to prevent it in the beginning ? Person2:Well . It's not all my fault , Anna . You are responsible , too . Person1: I don't want to argue anymore . Please get out of my life ! Person2:I think we can still talk . Person1: No way ! Please don't follow me around . Person2:Talk it easy , Anna . You really don't hate me . do you ? Person1: Yes , I do . Leave me alone ! Output:
[ "informal" ]
task1533-4bc4ded959984336beeed9e9258f8ae0
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 , Ted . What are you up to this Friday ? Person2:Well , I have the day off from work . Person1: That ’ s great ! Do you have any plans ? Person2:Well , I ’ Ve been working so hard lately , so I ’ ll probably just take it easy . Person1: Sounds nice . Person2:Yeah , I ’ ll probably just stay in and relax . Maybe watch a few movies . Person1: Can I stop by ? Person2:Sure . Any time . Output:
[ "informal" ]
task1533-89faf6f0fb504a899536c4e85555cff6
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 am really impressed with your presentation skills . Person2:Thank you . I have been working on it for several years . Person1: Well , your time has been well spent ! Person2:It also helps that I have strong team members , such as yourself . You really know your stuff ! Person1: Thanks , but I have to admit I am really good at bluffing ! Output:
[ "informal" ]
task1533-a7542555c80c45aea0031d4c1352e904
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 winter in Ottawa is freezing . Person2:From mid-November , snow started to pile up in Ottawa . Person1: I think I will be adapted to it . Person2:Although the weather here is very cold , the people are warm . Person1: Yes , that's the reason why I remain here . Output:
[ "informal" ]
task1533-59c5153d163c48eeb395075fe8cf483e
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: Wow ! I can ’ t believe I ’ m standing here ! Person2:What are you so excited about ? Person1: I ’ m standing in front of an exquisite work of art ! Person2:What ’ s the big deal ? It ’ s just a picture of some woman . Person1: I ’ Ve seen it so many times in books , but I never imagined I ’ d get to see it in person . Person2:There are tons of other paintings that I think are better . Person1: Maybe so , but do you have any idea how much this one is worth ? Person2:No , how much is it worth ? Person1: About 80 million dollars . Person2:Whoa . Output:
[ "informal" ]
task1533-aebef2a48b464e50b4762918b196ec2d
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 ’ s up ? You don ’ t look too good . Person2:Yeah , my head hurts , that ’ s all . I ’ Ve been in physics class all day . It ’ s killer ! Person1: I liked physics . It ’ s all math , really . arcs , curves , velocity , cool stuff . Person2:Yeah , yeah , but today ’ s lesson was all about the creation of the universe . Person1: A physics class about the creation of the universe ? That ’ s some pretty unscientific language there . Sounds more religious to me . Person2:It ’ s all religion . Take the theory of the Big Bang.How is it possible that all of the stuff in the universe comes from an explosion ? That ’ s no better than Atlas carrying the globe on his back or African myths about turtles and stuff . Person1: Turtles ? Whatever ... Look , all that ’ s required for the creation of matter an imbalance of particles and anti-particles . At least , that ’ s what the math says . Person2:Math , sheath . What ’ s the evidence ? Person1: There is evidence ! You know Edwin Hubble ? He ’ s the guy who in the early twentieth century was the first scientist to measure the drift of matter in the universe , thus advancing notions of an expanding universe . What would it be expanding from ? Well , the Big Bang ... DUH ! Person2:Anyway , it ’ s just a theory . Why do people go around touting theories ? Where ’ s the scientific rigor in that ? Person1: Dude , don ’ t equivocate . A theory only becomes a theory after withstanding rigorous testing . You slept through class , didn ’ t you ? Output:
[ "informal" ]
task1533-1aeb3584b619470aa140b2f8157cfe67
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: OK , Ann , you spent quite a bit of time in Australia recently so why don't you talk about that ? Person2:I really liked living in Australia . I was an international student and I studied education at the university of Sydney . And living in Sydney was fantasticbecuase I could go to the beach anytime I wanted and there was a great nightlife in Sydney . There are lots of great clubs . And people were very , very friendly and easy-going and I met a lot of international people in living Sydney . Person1: Mm-hm . How long were you there ? Person2:I was there for almost a year . Person1: Oh , OK . Person2:And I travelled a little bit in Australia . I went up the east coast . Up to Frasier Island . Which is a world heritage site . And I saw dingo running along the beach and sharks in the water . We climbed cliffs and went through a rain forest and went camping and then we went up to the ... , which is a but north . And the further north you go in Australia , the hotter it gets . So we were able to go swimming in the ocean and I went diving for the first time but it was a little bit risky cause I didn't have a diving license , so I went on an introductory dive and I saw a giant clam that had a really purple spongy inside that I was able to touch and then the clam closed up really quickly . Person1: So , did you , did you lose your finger ? Person2:Almost . Person1: Almost . Ah , you're lucky . Um , it's funny , you go in the water and you worry about sharks , but not clams . Person2:Exactly . Person1: Will you be going back to Australia soon ? Person2:I'd like to go and live there for at least another year . Probably I'll go back to Sydney or maybe I'll go down to Melbourne because it's a really interesting cultural city . They have lot of museums and parks . Output:
[ "formal" ]
task1533-f4840edb37084d95a95d4875ae78c5ab
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: just don't understand why we have to take the subway . Look at this place . It's modern enough . But it's far from lively . Person2:It's convenient . People in network go everywhere by subway if they don't drive . Person1: This isn't network , Frida . We are in San Francisco . Person2:What's the difference ? Person1: We haven't come here in business but for pleasure . We should go out exciting . What can you see in the subway ? Nothing ! Person2:What can you see from a tram or a double-decker ? Person1: I can see people who are walking on the sidewalk . I can see cars driving on the streets . I can see the sun shining and beautiful flowers dancing in the wind . I can even smell the scent of flowers and the freshness of the air . Person2:But they are not as convenient as the subway . Person1: You miss the point ! We are not in a hurry to go anywhere . Person2:Well , maybe you are right . We'll be more amused in a tram or a double-decker than on the subway . Person1: I'm so glad you can finally see things in my way . Can we leave this dull place now ? Person2:What about the tickets ? I've already bought them . Person1: Just throw them away ! Output:
[ "informal" ]
task1533-0d862528b2c440bf909638d0868c1e47
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: Where are you going for your holidays , Charles ? Person2:To Australia . I'm going to visit my uncle in Brisbane for three weeks . Person1: Good gracious ! You certainly are lucky . How are you going there ? Person2:By air , of course . It takes over two weeks to go by sea . Person1: I once went to Singapore by air . It was very exciting-but never again . Person2:Why ? Did you feel frightened ? Person1: For a short time . One of the engines caught fire . Person2:What did the pilot do ? Person1: He put it out and flew back to the airport . Then he asked the people at the airport where the emergency runway was . Person2:Did you land safely ? Person1: Yes , we did . But I shall never fly again . Output:
[ "formal" ]
task1533-b3d0e71f70474b53bb4076b9d112fd55
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: Doctor , I slipped and fell on my way to school . The ground is so slippery from the snow . It seems I can't move my left arm now . Person2:Let me see . Roll up your sleeve , please . Um ... it's swollen and red here . I'm afraid we'll need to take an X-ray to see if it's broken . Person1: What if it's broken ? Person2:Then we'll put you in a cast . Person1: What do you mean by a cast ? Person2:Well , we apply tape and plaster to from a solid enclosure to protect the bones from moving . In this way they will heal properly . Take it easy . It won't hurt you . Let me see . The X-ray picture indicates that your humerus is broken in two places . And you'll have to wear the cast for three weeks . You'll need to come back in two weeks , so I can have another look . Output:
[ "formal" ]
task1533-73ef4cc46b0248e6a0263a63bdb34d88
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 interested in mountaineering ? Person2:Yes . in some sense . I should say I like mountain climbing , you know , because I'm not so professional . How about you ? Person1: I'm the same with you , an amateur mountain climber . 1 went climbing in the Rocky Mountains with my friends last summer vacation . We spent two days in the mountains . Person2:How did you spend the night there ? Person1: We pitched a tent in the night , waiting for the sunrise . Wow ! It was too beautiful . Person2:I had a similar experience , but that was on the top of Tasha Mountain in my country . Person1: Tasha Mountain ? It's very famous in China , isn't it ? Person2:Yes.It IS one of the Five Mountains . Person1: I want to climb Tasha Mountain this summer vacation . Would you be my guide ? Person2:I'd love to . Output:
[ "informal" ]
task1533-244b4b22a76840e687bf5c19dcac16e5
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 do you think of the lawyer's speech ? Person2:He has a glib tongue . Few people can argue him down . Person1: Don't believe him . He's liar . Person2:We cannot expect a man like him to speak the truth . Output:
[ "formal" ]
task1533-c7ccd2582d0f4584a4a2a88bc1519e33
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 afternoon , may I help you ? Person2:I have booked a table for 3 this evening . I would like to cancel it . Person1: May I have your name , please ? Person2:Sure . Brown and we have reserved a table next to the door . Person1: Yes , I see . We will cancel your order . Output:
[ "formal" ]
task1533-fa847d1aa89f41079d6437c7f88d711f
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: Why did the boss come down on Joe like a ton of bricks . Person2:He spoke evil behind his back . Person1: How did he know that he had bad mouthed him ? Person2:Someone told Joe off . Person1: He is then in a very difficult situation . Person2:Sure . He ’ ll get the bag , I think . Output:
[ "formal" ]
task1533-a12ad32d226d476bbd3d1e2b3eb20333
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 would you reckon the taxing increases ? Person2:Well , the state will benefit a lot , I suppose . Person1: But what do most people think about it ? Person2:Ah , it ’ s hard to say . Output:
[ "formal" ]
task1533-dbb9de78b6d0445ab7f1daa54b317983
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: By the way , how many books am I allowed to check out ? Person2:You can check out two books at a time . Person1: How long can I keep the books ? Person2:For two weeks . After that you must renew the books if you wish to keep them longer . Output:
[ "formal" ]
task1533-49d22f58103a4ad887b910dd04e79895
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 am looking for some information about home stay . Person2:Well , I have been in a host home before . During my first year in the us , I stayed with a family . They are nice . Person1: How did you pay them ? Person2:Well , that depends . If you stay for a long time . They will offer a discount . Output:
[ "formal" ]
task1533-687493778d294d33b5115fa76d3a2cb2
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'm thirsty . Pull over to that store , I'll buy some drinks . Person2:I'm afraid I can't . Parking is not allowed here . Person1: Oh , that's too bad . Where can you park around here ? Person2:There is a square in front of us , we can park the car there . Person1: Is a shop there ? Person2:I'm not sure , you know I'm not familiar with the city , too . Person1: Just stop here for a moment . The police will not notice . Person2:No , that's too risky . Person1: All right . Let's go to the square to have a look . Output:
[ "informal" ]
task1533-c13b3c97370b412f8e6fa7067f402235
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: Have you ever thought about your ideal home ? Person2:I have , actually ; I ’ Ve always wanted to build my dream home myself . Person1: What would it be like ? Person2:Well , it would be spacious and located next to a park , because a nice view is important to me . Person1: How many rooms would it have ? Person2:I ’ d want it to have three bedrooms on a second floor with balconies on each , and one main bedroom on the main floor with an attached en suite . I ’ d also want a large living room and kitchen connected to each other so that there would be one large open space for people to spend time with each other . Person1: How many bathrooms would your dream home have ? Person2:I ’ d have one guest bathroom in the basement , one attached to the main bedroom , and one upstairs , so a total of three . Person1: How would you decorate your house ? Person2:I don ’ t like a lot of clutter , so I wouldn ’ t have lots of things out . I would have a few vases on the mantel piece and some pictures of my family on the walls , but other than that , most things would be kept in closets . Person1: How many TVs would your dream home have ? Person2:I think TV is a great waste of time , so I would only have one small TV in the kitchen to watch the news in the morning . Output:
[ "formal" ]
task1533-f5f39908eec046cb92a7ecc70a158cb9
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'm so glad to meet you . Person2:How is everything going on ? Person1: Fine . Person2:You look prettier than before . Person1: Really ? Thank you . Output:
[ "informal" ]
task1533-b83c68a46ebb4c1488a5f879529015e5
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: Hi , Sandra . how was your weekend ? Person2:Great ! I went hiking in the mountains on Saturday . Person1: Fantastic ! how was that ? Person2:Really good ! you should try it sometime . Person1: I might . what did you do yesterday ? Person2:Uh , nothing much , just went to bed early . I was still tired from Saturday . Output:
[ "informal" ]
task1533-a4be037a49e1442a8d8bb6b742212676
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: Anna , Would you like to dance ? Person2:I ’ d love to , but I ’ m a terrible dancer . I ’ m afraid I may step on your toes . Person1: Don ’ t worry about it . I ’ ll show you how . It ’ s a piece of cake . Person2:Thank you . I ’ ll try my best . Output:
[ "informal" ]
task1533-10586e5f79c84d44ac964501361d250e
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: Why don't you come round for a meal one evening next week ? Person2:I'd love to . Person1: Which day would suit you ? Person2:Any day except Tuesday . Person1: How about Thursday ? Person2:Yes , Thursday would be fine . What time shall I come ? Person1: Oh , about 6:00 . Will that be OK ? Person2:Yes , of course . Thank you very much . Person1: See you on Thursday , then . Output:
[ "informal" ]
task1533-ed79fca2c5784eeb8f4f9b8cc7cb6810
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 . Is there any body here ? Person2:Yes . Person1: I've finished up all my water . I would kill for a sip of water . Person2:Sure , come on in . Person1: Thank you very much . Are you here alone ? Person2:My father and sister are out to photographing . What about you ? Person1: I'm a back-packer from America . Person2:What is a back-packer ? Person1: It means a hiker who loves traveling around the world . Person2:Cool . You must have been to a lot of places . Person1: Yes , actually almost half of all the countries over the world . I love traveling places . Person2:So cool . I want to be a back-packer when I grow up . Person1: You can do it . But do work hard on your English to make it easier . Person2:I'll try my best . Output:
[ "informal" ]
task1533-bd905ad0354f467dbf04620dc70e4b50
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: Have you heard anything about Markweed Inc . ? They have called me back for interview , and I'm considering taking a job with them . Person2:Well , to start with , Markweed Inc . has a reputation for being one of the best employers in the field . Person1: The best ... huh ? With so many companies out there , how did they establish themselves in such a solid position on top ? Person2:First of all , they have an excellent benefits package for all employees , even the maintenance staff have health and dental coverage . Person1: Really ? What about the pay rate ? Are the wages pretty high ? Person2:From what I hear , they are very reasonable . A lot of the prestige the company has built is because they have attacked some high profile employees with their incentives . Person1: Well , what about the work environment ? Not every one is motivated solely by money . Person2:It's a great place to work . They give you fair pay and benefits , and a lot of room to grow . I think if they off you a job , you should definitely take it . Output:
[ "informal" ]
task1533-6b216edc5d144d39a8173494f7fa5a84
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 have just had my new paper published . Person2:You have done excellent work . Person1: I'm going to Britain . Person2:Really ? How did you get the chance ? Person1: I have been accepted by Oxford University on PhD . Person2:My warmest congratulations on your entering the Oxford University . Person1: I really appreciate your kind words . Output:
[ "informal" ]
task1533-9542bf3e31824e84bb9a9b0bcd26c9c2
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 went shopping without my umbrella yesterday morning . Person2:Yesterday morning was beautiful i thought the sunning was going to continue . Person1: So did i . that's why i didn't take my umbrella . i got cold in the rain in the afternoon.it was raining cats and dogs . Person2:I know . i could not believe it when i got hit by that storm.it was pouring with rain all afternoon . Person1: We really have some miserable weather sometime . i wish i would live somewhere which were sunning all year round . Person2:If it was sunning all year round there would be drought.you probably would not like it either . Person1: I guess you are right . maybe i just wish the weather could be a little more predictable . Person2:The weather forecasters are not good at predicting the weather would be like.our weather is so changeable . Output:
[ "informal" ]
task1533-4b5da1fced2040b4980cc265ac7fb3eb
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 the galaxies in the universe moving through space ? Person2:No , the galaxies sit more or less passively in the space around them . But not too much . As the space between galaxies expands , it carries the galaxies further apart - like raisins in an expanding dough . Person1: But I heard that our Milky way galaxy may one day collide with a neighboring galaxy . If galaxies are moving apart from each other , how can they collide ? Person2:Well , the universe is a chaotic place , and the gravity from one galaxy , or from a group of galaxies , may disturb the motion of its near neighbors , causing them to collide . However , on average , when you compare two large enough chunks of space , the galaxies in one are moving away from the galaxies in the other . Person1: Wow , you're really informative . Thanks a lot . Person2:You're welcome . Output:
[ "informal" ]
task1533-88955d7b02504011bc7c2fa04440c0d3
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 wondering if I could borrow the company van for a fundraiser this weekend . Person2:Sure , I think that would be possible . Where is the fundraiser ? Person1: It is in the park downtown . Person2:Would you need it for both Saturday and Sunday ? Person1: We will need it for Saturday only . Person2:I think that would be OK . Who will be driving it ? Person1: Mary and I will be driving the van . Person2:Could you drop it off on Sunday night ? Person1: Yes , we can do that . Can we borrow the chairs from the lunchroom also ? Person2:Yes , that would be fine . Just make sure that everything is returned by Sunday night . Output:
[ "informal" ]
task1533-20910878eb0a41f0ab777fc0728e3dd9
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 like football best of all . Person2:Do you ? Person1: It's a very good game . Person2:Do you watch it or do you still play it ? Person1: I only watch now . Output:
[ "informal" ]
task1533-ff5ff766a3e642bab6d5d348e86a805a
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 is the matter with him ? Person2:I don't know , what's wrong ? Person1: I feel he is as cold as charity to me . Person2:Maybe you should ask him openly . Output:
[ "formal" ]
task1533-9746c36eaae540358602d10f089a29c5
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: Lisa , I am told you did very well in your exam . Person2:I was the only one who got a strait A in my class . Person1: Congratulations on your success . Person2:Thank you . Output:
[ "informal" ]
task1533-25809d4541a8405b9b8e47d74b2f4bf8
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 did your vacation go ? Person2:I traveled the Three Gorges . Person1: What about the trip ? Do you enjoy yourself ? Person2:Yes , we had a good time . The trip was terrific . We toured the Three Gorges by boat . Its realty exciting ! Person1: Did your boat float down the river ? Person2:Yes . There are many places where the gorge is very narrow , with steep cliffs on both sides . Person1: Sounds dangerous . Person2:Yes , but we have life jackets . And we got a real kick out of that . Person1: What a thrilling trip ! Output:
[ "informal" ]
task1533-d26f7319391f40a79fc9e38a4abe4525
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 you doing , Christopher ? Person2:To be honest , I'm really fed up with work at the moment . I need a break ! Person1: Are you doing anything this weekend ? Person2:I have to work on Saturday all day ! I really hate my job ! Person1: Are you available on Sunday ? Person2:Yes , that's my only day off until Thursday . Person1: Ok , well , my friends and I are planning on going to the beach on Sunday . We tend to leave around noon whenever we go anywhere , so you could still sleep in . Do you want to come with us ? Person2:That'd be fantastic ! Which beach are you going to ? Person1: It's a quiet beach just about an hour outside of the city . Person2:What should I bring with me ? Person1: We've got plenty of inflatables , but if you want to sit on a chair , you'll have to bring your own sunlounger . Person2:I can just use my beach towel . I love lazing around in the sun . Person1: Do you like surfing ? Person2:I've actually never tried . Do you have a surfboard ? Person1: We've got a few . I can teach you how to surf on Sunday . It'll be fun ! Person2:I can't wait ! It sounds like we're going to have a great time . How much money should I bring ? Person1: You'll just need roughly $ 10 for food and gas money . My friend is driving , so we usually all chip in a few dollars for gas money . Person2:Ok , where and when should I meet you ? Person1: We'll pick you up at your place at noon . Be there or be square ! Output:
[ "informal" ]
task1533-e53c27fb932e4704a68a56d8ab585316
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: Where to , miss ? Person2:Hi ! Crenshaw and Hawthorne , at the Holiday Inn that is on that corner . Person1: Sure thing . So , where are you flying in from ? Person2:From China . Person1: Really ? You don ’ t look very Chinese to me , if you don ’ t mind me saying so . Person2:It ’ s fine . I am actually from Mexico . I was in China on a business trip , visiting some local companies that manufacture bathroom products . Person1: Wow sounds interesting ! Excuse me if I am being a bit nosy but , how old are you ? Person2:Don ’ t you know it ’ s rude to ask a lady her age ? Person1: Don ’ t get me wrong ! It ’ s just that you seem so young and already doing business overseas ! Person2:Well thank you ! In that case , I am 26 years old , and what about yourself ? Person1: I am 40 years old and was born and raised here in the good old U . S of A , although I have some Colombian heritage . Person2:Really ? That ’ s great ! Do you speak some Spanish ? Person1: Uh ... yeah .. of course ! Output:
[ "informal" ]
task1533-62a94366a77a4e5cae122b3e0b86847f
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's bothering that guy ? Person2:Nothing . He's just got a chip on the shoulder . Output:
[ "formal" ]
task1533-2dab841963a84ac58a97fc35b9486d30
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: Old Dyson looks as if he maybe kick the bucket any day . Person2:Why do you say that ? Person1: I ’ Ve ever seen a living being looked so thin . Person2:Really ? In my eyes it ’ s normal , as an old man , to be thin is better than to be fat . Person1: Maybe you are right . Output:
[ "informal" ]
task1533-dd61615610484e2aa7733859309b7176
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'm going to have some people over for dinner Saturday night.Would you like to join us ? Person2:Oh , I'm afraid I'll be busy tomorrow evening . Person1: Some other time then ? Person2:OK.Thanks for asking me . Output:
[ "informal" ]
task1533-f0a82d744e88404f9f40ccaab287dfc6
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: Tell me , what do you enjoy doing in your spare time ? Person2:I enjoy drawing and painting . Person1: You know how to draw and paint ? Person2:Yes , I do . Person1: When did you learn how to do that ? Person2:I learned back in high school . Person1: Oh , so you took an art class ? Person2:Yeah , I loved that art class . Person1: I see that you're pretty talented . Person2:Thank you very much . Person1: I wish I had a talent like that . Person2:I'm sure you have a talent . It's just hidden . Output:
[ "formal" ]
task1533-08a984d9b74a46f3b48d1e2d41947f20
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: Come in , young man . Person2:( while shaking hands ) I am Zhang Wei , nice to meet you , sir . Person1: I am Smith , the personnel director . Please have a seat , son . Person2:Thank you . Have you received my resume ? Person1: Actually , I haven ’ t had time to look it over . Did you bring another copy with you ? Person2:Of course , here you are , sir . Person1: Call me Mr . Smith . Person2:Certainly , it would be my pleasure , Mr . Smith . Output:
[ "formal" ]
task1533-08798cfc45d04501bb5997e171f337be
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: Did you see that ? Person2:No , I missed it . Person1: How could you miss that ? Person2:Someone was in the way . Output:
[ "formal" ]
task1533-d35a4f277b8944488b1c5461d1f62823
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: Hi , my name is Pete . You are Ann . Isn't that right ? Person2:Hi Pete , how do you know my name ? Person1: Do you see that girl in the red top ? She told me who you were . Person2:Oh Andrea , the Spanish girl ? Person1: Yes , that's her . Person2:I met her last week at a party . Anyway , you must be from the United States ? Person1: Actually I live in London , but my family lives in Seattle . Person2:Oh , I am from London as well . Person1: Where in London do you live ? Person2:In Wimbledon - quite close to the tennis courts actually . Which is very nice because I love tennis . Person1: I play tennis there every week . Shall we have a game one day ? Person2:That would be lovely . But now let's go and get a drink . Output:
[ "informal" ]
task1533-af09073a200f403d942a812d8510feda
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: Do you speak only English in the class , or does your teacher explain everything to you in Spanish ? Person2:Oh , we never speak Spanish in class ! Miss.Parker speaks to us only in English . Person1: I suppose she's right.Does she speak English very slowly ? Person2:Not always.Sometimes we don't understand her.Then she has to repeat what she said . Person1: It must be interesting to study English . Person2:Mario and I are the best students in the class.Miss.Parker says that my pronunciation is very good . Person1: Is English pronunciation easy or difficult ? Person2:Sometimes it's difficult.Some words look different from the way one pronounces them . Output:
[ "informal" ]
task1533-e91eef46801941b998987a5c42ca42aa
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: Flowers for my favorite girl . Person2:How did you know that I love red roses ? Person1: That's a secret . Here , let me help you with your coat , and we'll be on our way . Person2:( at the dance ) That band is playing good music . Shall we dance ? Person1: Fine , what do you call this ? Person2:Foxtrot . Oh . you're a good dancer . Person1: Really ? Thank you . I am thinking the same thing about you . Person2:I prefer the old style of dance because I enjoy holding a pretty girl like you closely . Output:
[ "informal" ]
task1533-52c9ad8b6c7f4f59abf07851a8bf731c
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: Welcome to Lincoln Bank . What can we do for you today ? Person2:Hello . I called earlier in the week and spoke to someone in the personal loans department about an overseas study loan . She said to come in as soon as I had the chance , as this must be done in person . I'd like to apply today . Person1: OK , that's absolutely fine . I will need to see some credentials before we can get started . Do you have the notification of admission letter from your university , your passport and your visa with you ? Person2:Yes , yes . It's all here . There you go . I'm not sure if I need any other proof or guarantee to get this loan , do I ? Person1: You do , I'm afraid . There are 3 ways to do this . You can choose , mortgage , pledge or guarantee mode . Person2:Yes , I read about all of these in the brochure and decided which would be more suitable for me . I'd like to go for the guarantee mode , please . Person1: Right , that's no problem . I see you are already well informed . If you choose that one , you can borrow up to 70 % of the total tuition and miscellaneous fees . Person2:OK , that's perfect , 70 % is excellent , it'll be a big help . Thanks . Output:
[ "informal" ]
task1533-e279e0a5ddec4c25820da5c18b2e7bc8
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: Do you believe in UFO's ? Person2:Sure . A UFO is just a space vehicle from another planet . If you think about it , our space shuttles are UFOs . Person1: I've never thought about it like that before . Person2:I've seen photos of UFOs in America before , but they've all looked doctored up . Person1: Do you think that there's life on other planets ? Person2:I think there must be . Person1: Why is that ? Person2:I don't't think it would make sense if we were the only beings in this whole world . The world is just far too big for that . Person1: Do you think that there's intelligent life trying to contact us ? Person2:No , but we're trying to contact them . Person1: I suppose you're right . Person2:I think that countries are working hard to find a planet that we can live on in the future so that when global warming destroys this planet , humankind will not become extinct . Person1: Do you really think that global warming Wil destroy Earth some day ? Person2:There's a lot of evidence that suggest it will , but I don't think it's going to happen any time soon . Output:
[ "formal" ]
task1533-f3c5bf7956834260b22f9e03384c2879
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's the matter with you ? You don't look well . Person2:Nothing . Maybe it is just the weather . Rainy days often make me feel a little sad . Person1: Really ? I like rainy days . The moisture in the air is good for my skin . Person2:Sure . But it is too cold today . I have to put on warm clothes and look stupid . Person1: Me , too . At this time of the year , I often miss my home in the warm south . Output:
[ "formal" ]
task1533-4bb5f7f9385941419335262b87245156
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 suppose you like cinematography and costumes and that sort of stuff ? Person2:Yes , I do . The look of a picture is very important . Person1: I think sound is even more important ! Guns , bombs , sirens--that's what makes a movie exciting ! Person2:You wouldn't know a good movie even if it bit you on the nose . Person1: In my book , all a good movie needs is a chase scene and lots of things that blow up . Person2:Enough ! If we don't finish the game , there won't be time for any movies tonight ! Output:
[ "formal" ]
task1533-97506904c48e479ebad0f8681b15712c
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 hate this kind of weather ! Person2:When I was a kid , there was a weather who said there is no such thing as bad weather . Person1: I think he had water on the brain . This is bad . Person2:He said there are only all kinds of good weather . Person1: Okay , Pollyanna , what's so good about this weather ? Person2:Well , for one , we have an excuse to stay home . Person1: We ' get ' to stay home ? Do you know something that I don't ? Person2:I know that there is hot chocolate in the kitchen and some new Cds just waiting for us . Output:
[ "informal" ]
task1533-5f9f2d5a0467467db624384ab37bdd90