Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
ArXiv:
License:
Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 3 new columns ({'dialogue_acts', 'state', 'intents'}) and 5 missing columns ({'dataset', 'turns', 'data_split', 'original_id', 'dialogue_id'}).

This happened while the json dataset builder was generating data using

zip://data/ontology.json::/tmp/hf-datasets-cache/heavy/datasets/17491416840772-config-parquet-and-info-ConvLab-dailydialog-4827645f/downloads/af2c057713ccdff4ffad9c27632fc7bcfacb3c1feaa81c3947b4ea4b332ed1d5

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              domains: struct<Ordinary Life: struct<description: string, slots: struct<>>, School Life: struct<description: string, slots: struct<>>, Culture & Education: struct<description: string, slots: struct<>>, Attitude & Emotion: struct<description: string, slots: struct<>>, Relationship: struct<description: string, slots: struct<>>, Tourism: struct<description: string, slots: struct<>>, Health: struct<description: string, slots: struct<>>, Work: struct<description: string, slots: struct<>>, Politics: struct<description: string, slots: struct<>>, Finance: struct<description: string, slots: struct<>>>
                child 0, Ordinary Life: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 1, School Life: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 2, Culture & Education: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 3, Attitude & Emotion: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 4, Relationship: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 5, Tourism: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 6, Health: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 7, Work: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 8, Politics: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
                child 9, Finance: struct<description: string, slots: struct<>>
                    child 0, description: string
                    child 1, slots: struct<>
              intents: struct<inform: struct<description: string>, question: struct<description: string>, directive: struct<description: string>, commissive: struct<description: string>>
                child 0, inform: struct<description: string>
                    child 0, description: string
                child 1, question: struct<description: string>
                    child 0, description: string
                child 2, directive: struct<description: string>
                    child 0, description: string
                child 3, commissive: struct<description: string>
                    child 0, description: string
              state: struct<>
              dialogue_acts: struct<categorical: list<item: null>, non-categorical: list<item: null>, binary: list<item: string>>
                child 0, categorical: list<item: null>
                    child 0, item: null
                child 1, non-categorical: list<item: null>
                    child 0, item: null
                child 2, binary: list<item: string>
                    child 0, item: string
              to
              {'dataset': Value(dtype='string', id=None), 'turns': [{'dialogue_acts': {'binary': [{'domain': Value(dtype='string', id=None), 'intent': Value(dtype='string', id=None), 'slot': Value(dtype='string', id=None)}], 'categorical': Sequence(feature=Value(dtype='null', id=None), length=-1, id=None), 'non-categorical': Sequence(feature=Value(dtype='null', id=None), length=-1, id=None)}, 'emotion': Value(dtype='string', id=None), 'speaker': Value(dtype='string', id=None), 'utt_idx': Value(dtype='int64', id=None), 'utterance': Value(dtype='string', id=None)}], 'data_split': Value(dtype='string', id=None), 'original_id': Value(dtype='string', id=None), 'dialogue_id': Value(dtype='string', id=None), 'domains': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 3 new columns ({'dialogue_acts', 'state', 'intents'}) and 5 missing columns ({'dataset', 'turns', 'data_split', 'original_id', 'dialogue_id'}).
              
              This happened while the json dataset builder was generating data using
              
              zip://data/ontology.json::/tmp/hf-datasets-cache/heavy/datasets/17491416840772-config-parquet-and-info-ConvLab-dailydialog-4827645f/downloads/af2c057713ccdff4ffad9c27632fc7bcfacb3c1feaa81c3947b4ea4b332ed1d5
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Open a discussion for direct support.

domains
sequence
dataset
string
original_id
string
turns
list
data_split
string
dialogue_id
string
[ "Attitude & Emotion" ]
dailydialog
train-0
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Say, Jim, how about going for a few beers after dinner?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "You know that is tempting but is really not good for our fitness." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What do you mean? It will help us to relax." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Do you really think so? I don't. It will just make us fat and act silly. Remember last time?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I guess you are right. But what shall we do? I don't feel like sitting at home." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I suggest a walk over to the gym where we can play singsong and meet some of our friends." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 6, "utterance": "That's a good idea. I hear Mary and Sally often go there to play pingpong. Perhaps we can make a foursome with them." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "Sounds great to me! If they are willing, we could ask them to go dancing with us. That is excellent exercise and fun, too." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 8, "utterance": "Good. Let' s go now." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 9, "utterance": "All right." } ]
train
dailydialog-train-0
[ "Relationship" ]
dailydialog
train-1
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Can you do push-ups?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Of course I can. It's a piece of cake! Believe it or not, I can do 30 push-ups a minute." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 2, "utterance": "Really? I think that's impossible!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "You mean 30 push-ups?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Yeah!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "It's easy. If you do exercise everyday, you can make it, too." } ]
train
dailydialog-train-1
[ "Relationship" ]
dailydialog
train-2
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Can you study with the radio on?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "No, I listen to background music." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What is the difference?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "The radio has too many comerials." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "That's true, but then you have to buy a record player." } ]
train
dailydialog-train-2
[ "Relationship" ]
dailydialog
train-3
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Are you all right?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I will be all right soon. I was terrified when I watched them fall from the wire." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Don't worry. He is an acrobat 。" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I see." } ]
train
dailydialog-train-3
[ "Relationship" ]
dailydialog
train-4
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hey John, nice skates. Are they new?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yeah, I just got them. I started playing ice hockey in a community league. So, I finally got myself new skates." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What position do you play?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I'm a defender. It's a lot of fun. You don't have to be able to skate as fast on defense." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Yeah, you're a pretty big guy. I play goalie, myself." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 5, "utterance": "Oh, yeah? Which team?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "The Rockets." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 7, "utterance": "Really? I think we play you guys next week. Well, I have to go to practice. See you later." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "All right, see you later." } ]
train
dailydialog-train-4
[ "Relationship" ]
dailydialog
train-5
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hey Lydia, what are you reading?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "I'm looking at my horoscope for this month! My outlook is very positive. It says that I should take a vacation to someplace exotic, and that I will have a passionate summer fling!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What are you talking about? Let me see that... What are horoscopes?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "It's a prediction of your month, based on your zodiac sign. You have a different sign for the month and date you were born in. I was born on April 15th, so I'm an Aries. When were you born?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "January 5th." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Let's see. . . you're a Capricorn. It says that you will be feeling stress at work, but you could see new, exciting developments in your love life. Looks like we'll both have interesting summers!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "That's bogus. I don't feel any stress at work, and my love life is practically nonexistent. This zodiac stuff is all a bunch of nonsense." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "No, it's not, your astrology sign can tell you a lot about your personality. See? It says that an Aries is energetic and loves to socialize." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Well, you certainly match those criteria, but they're so broad they could apply to anyone. What does it say about me?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 9, "utterance": "A Capricorn is serious-minded and practical. She likes to do things in conventional ways. That sounds just like you!" } ]
train
dailydialog-train-5
[ "Relationship" ]
dailydialog
train-6
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Frank's getting married, do you believe this?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 1, "utterance": "Is he really?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Yes, he is. He loves the girl very much." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Who is he marring?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "A girl he met on holiday in Spain, I think." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Have they set a date for the wedding?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Not yet." } ]
train
dailydialog-train-6
[ "Relationship" ]
dailydialog
train-7
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "I hear you bought a new house in the northern suburbs." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "That's right, we bought it the same day we came on the market." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What kind of house is it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "It's a wonderful Spanish style." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "Oh, I love the roof tiles on Spanish style houses." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "And it's a bargaining. A house like this in river side costs double the price." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 6, "utterance": "Great, is it a two bedroom house?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "No, it has three bedrooms and three beds, and has a living room with a twelve-foot ceiling. There's a two-car garage." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 8, "utterance": "That's a nice area too. It'll be a good investment for you." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "Yeas, when will you buy a house?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Not untill the end of this year, you know, just before my wedding." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 11, "utterance": "Right, congratulations." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 12, "utterance": "Thank you." } ]
train
dailydialog-train-7
[ "Attitude & Emotion" ]
dailydialog
train-8
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hi, Becky, what's up?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Not much, except that my mother-in-law is driving me up the wall." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What's the problem?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "She loves to nit-pick and criticizes everything that I do. I can never do anything right when she's around." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "For example?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Well, last week I invited her over to dinner. My husband and I had no problem with the food, but if you listened to her, then it would seem like I fed her old meat and rotten vegetables. There's just nothing can please her." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "No, I can't see that happening. I know you're a good cook and nothing like that would ever happen." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "It's not just that. She also criticizes how we raise the kids." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "My mother-in-law used to do the same thing to us. If it wasn't disciplining them enough, then we were disciplining them too much. She also complained about the food we fed them, the schools we sent them too, and everything else under the sun." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "You said she used to? How did you stop her?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "We basically sat her down and told her how we felt about her constant criticizing, and how we welcomed her advice but hoped she'd let us do our things. She understood, and now everything is a lot more peaceful." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 11, "utterance": "That sounds like a good idea. I'll have to try that." } ]
train
dailydialog-train-8
[ "Attitude & Emotion" ]
dailydialog
train-9
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "How are Zina's new programmers working out?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I hate to admit it, but they're good. And fast. The Filipino kid is a genius." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "So you'll make the Stars.com deadline, and have us up and running next week?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "It'll be close, but we'll make it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Good. After Stars.com starts paying us, we won't need Vikam's cash anymore." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "And if we don't need them, we won't need Zina, either." } ]
train
dailydialog-train-9
[ "Relationship" ]
dailydialog
train-10
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Do you like cooking?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Yes. I like cooking very much. I got this hobby when I was 12 years sold." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Why do you like it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I have no idea. I like cooking by myself. I like to taste delicious food." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "That's wonderful!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "And I love trying new recipes, which I usually test with my friends. You can come, too." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 6, "utterance": "Really? I hope I can have a chance to taste it. Don't forget to tell me." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Certainly." } ]
train
dailydialog-train-10
[ "Relationship" ]
dailydialog
train-11
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Anyone home? Jen!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I'm in the kitchen... let yourself in!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Wow! You're really working up a storm!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I know. I've even worked up a sweat." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "You look like a cooking show host--only messier." } ]
train
dailydialog-train-11
[ "Relationship" ]
dailydialog
train-12
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "You look so tan and healthy!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Thanks. I just got back from summer camp." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "How was it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "Great. I got to try so many things for the first time." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Like what?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I went sailing, fishing, and horseback riding." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "I'm so jealous." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "The counselors were so nice too. It was the best summer ever. Except for all those mosquitoes!" } ]
train
dailydialog-train-12
[ "Relationship" ]
dailydialog
train-13
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Diana, do you like the perfume I gave you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "It's good. But to tell you the truth, I don't wear perfume." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I'm sorry. I didn't know that." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "That's all right. Thank you all the same." } ]
train
dailydialog-train-13
[ "Ordinary Life" ]
dailydialog
train-14
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Ah, ah, ah ..." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "All right, Bill. Here' s your daily exercise schedule. You are to jog before breakfast." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Jog?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Then, you are to walk to work." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Walk?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Thirty minutes in gym at lunch time." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Oh no." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Use the stairs, never the elevator." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Oh, dear." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "And three times a week, you can either swim, play racketball, or hand ball." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Oh no." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "OK, you can stop now. It' s time for the dance class." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 12, "utterance": "Dance class! I don't know how." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 13, "utterance": "You will." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 14, "utterance": "Oh ..." } ]
train
dailydialog-train-14
[ "Relationship" ]
dailydialog
train-15
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hi Bill, I saw your grandma yesterday." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Oh where was that?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I was running around the track at my college and there she was walking around the same track." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Grannie always tries to stay fit and healthy. She is always making us kids eat the proper foods." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Well, it pays off for her. How old is she anyway?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "She will be 86 next month." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 6, "utterance": "That is truly amazing!" } ]
train
dailydialog-train-15
[ "School Life" ]
dailydialog
train-16
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "I would like to register for a class today." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "No problem, what class would you like to take?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I would very much enjoy taking a Psychology class. Because I'm crazy." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "There are two classes that are still open." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Which days are these classes on?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "The first class is a Tuesday and Thursday class from two to three." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "What about the other class?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "The other class is on Monday and Wednesday from 10 am - 12." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Are you sure there are no more open classes?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "I'm positive." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Sign me up for Monday and Wednesday." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "Okay, I'll sign you up." } ]
train
dailydialog-train-16
[ "Relationship" ]
dailydialog
train-17
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Dad, why are you taping the windows?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Honey, a typhoon is coming." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 2, "utterance": "Really? Wow, I don't have to go to school tomorrow." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Jenny, come and help, we need to prepare more food." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "OK. Dad! I'm coming." } ]
train
dailydialog-train-17
[ "School Life" ]
dailydialog
train-18
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hi, my name is Lean, and I'm from Russia." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Nice to meet you, Lean. My name is Alike. I'm from Japan." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "To me English is a difficult language." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "A second language is always difficult." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "True, but English is harder than most. It's a crazy language." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 5, "utterance": "A crazy language? Why do you say that?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "One letter can have several pronunciations and one word can have several meanings." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "No wonder you say English is a crazy language." } ]
train
dailydialog-train-18
[ "Ordinary Life" ]
dailydialog
train-19
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Can I help you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I hope so. I'm looking for some material for a paper I'm writing, and I'm not quite sure where to look." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I'll certainly try to help you. What topic is your paper on?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "My paper is on the influence of television on children." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "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." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Thank you for you help." } ]
train
dailydialog-train-19
[ "Relationship" ]
dailydialog
train-20
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Here's your hot dog and beer. What happened? Did I miss anything?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yeah, Cal Ripen just hit a home run." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What's the score?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Well it was 3 to 4, but Ripen's home run made it 5 to 4 since another player was on first base." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "So Baltimore is winning?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Right." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 6, "utterance": "This is a really great place to watch a baseball game." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "Yeah, there isn't a bad seat in the place." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 8, "utterance": "The fans are great here, too. Not like in Philadelphia." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 9, "utterance": "It was a great idea to spend a day watching a game." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 10, "utterance": "Yeah, it reminds you why they say baseball is America's favorite pastime." } ]
train
dailydialog-train-20
[ "Attitude & Emotion" ]
dailydialog
train-21
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "How do you like the pizza here?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Perfect. It really hits the spot." } ]
train
dailydialog-train-21
[ "Relationship" ]
dailydialog
train-22
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Do you have a light?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Sorry, I don't smoke." } ]
train
dailydialog-train-22
[ "Attitude & Emotion" ]
dailydialog
train-23
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "fear", "speaker": "user", "utt_idx": 0, "utterance": "I was scared stiff of giving my first performance." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Were you? your performance was excellent." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Thank you for your kindly words." } ]
train
dailydialog-train-23
[ "Relationship" ]
dailydialog
train-24
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Excuse me. Could you please take a picture of us with this camera?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Sure. Which button do I press to shoot?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "This one." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Do I have to focus it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "No, this is a focus-free camera. All you have to do is point and press the button." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "All right. Say cheese!" } ]
train
dailydialog-train-24
[ "Relationship" ]
dailydialog
train-25
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Every country should face the history." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yeah, we don't live in the vacuum. We have traditional values and long but different history." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Sometimes, we, human beings, really had done something wrong, so we should admit it at first." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "But there is always somebody who wants to turn his back on the true history." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I believe such things won't be realized, just daydreaming." } ]
train
dailydialog-train-25
[ "Relationship" ]
dailydialog
train-26
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Do you like traveling, Kathy?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I like traveling for pleasure to get places for vacation for instance. But I don't like traveling to work, waiting for buses, or ..." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Or getting stuck in traffic jams when you're driving." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Exactly." } ]
train
dailydialog-train-26
[ "Relationship" ]
dailydialog
train-27
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Your house is too small. Why not buy a big one." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I do wish I could afford one." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "You can get a loan from the bank. You know LPF program provides low cost loans for participants home purchases." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Of course I know that. But don't you notice that the house price is skyrocketing?" } ]
train
dailydialog-train-27
[ "Attitude & Emotion" ]
dailydialog
train-28
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "How do you do, Prof. Smith." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "How do you do, Ms. Yang. You speak very good English." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Thank you. I begin to like English even when I was a child." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Where did you learn it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "At school, in China. This is my first time to be out of my own country." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 5, "utterance": "It's amazing." } ]
train
dailydialog-train-28
[ "Relationship" ]
dailydialog
train-29
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Do you want black or white coffee?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "White, please" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Look! there's a Folk concert tomorrow evening. Do you Want to go?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I don't like Folk music very much." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "What kind of music do you like?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I like classical music. Do you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Not very much. Classical music sends me to sleep" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I don't believe you." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "It's true." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "You are funny!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "So are you! How about another coffee?" } ]
train
dailydialog-train-29
[ "Relationship" ]
dailydialog
train-30
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What do you like to do in your spare time?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I like playing chess." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Do you have any hobbies besides playing chess?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I'm afraid not." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Do you have any hobbies like playing tennis or things like that?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Oh, yes. I like playing basketball." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Can you tell me why you like it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Because I like the feeling of cooperating with others." } ]
train
dailydialog-train-30
[ "Relationship" ]
dailydialog
train-31
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Where is John? I can't find him anywhere." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Haven't you heard that he is in prison?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 2, "utterance": "What? Beg your pardon." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "John is in prison now. He was copped outstealing." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 4, "utterance": "I just cann't believe my ears!" } ]
train
dailydialog-train-31
[ "School Life" ]
dailydialog
train-32
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Can I help you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I hope so. I'm looking for some material for a paper I'm writing, and I'm not quite sure where to look." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I'll certainly try to help you. What topic is your paper on?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "My paper is on the influence of television on children." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "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." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Thank you for you help." } ]
train
dailydialog-train-32
[ "Relationship" ]
dailydialog
train-33
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hey, Ted. What are you up to this Friday?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Well, I have the day off from work." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "That's great! Do you have any plans?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Well, I'Ve been working so hard lately, so I'll probably just take it easy." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "Sounds nice." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yeah, I'll probably just stay in and relax. Maybe watch a few movies." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Can I stop by?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Sure. Any time." } ]
train
dailydialog-train-33
[ "Relationship" ]
dailydialog
train-34
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "You honestly believe the world's improving every year?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yes, I do. I think that science is making us wiser. What do you think?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I don't think you're right there." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I believe industry is making us wealthier." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I don't believe that." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "And in my opinion, medicine is making us healthier." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "I agree with you in the sense. But we're all more miserable than ever, aren't we?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I don't agree with you. I maintain that we're healthier, wealthier and wiser than we were a hundred years ago." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "That's your opinion not mine." } ]
train
dailydialog-train-34
[ "Relationship" ]
dailydialog
train-35
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What do you plan to do for your birthday?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I want to have a picnic with my friends, Mum." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "How about a party at home? That way we can get together and celebrate it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "OK, Mum. I'll invite my friends home." } ]
train
dailydialog-train-35
[ "School Life" ]
dailydialog
train-36
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "How may I help you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I would like to return this book." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Is that all you need?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I also want to check out this video." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Is that all you would like to check out?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "That's all I need." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Do you have your library card?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Here it is." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Make sure to take proper care of this video." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "That won't be a problem." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "If you damage the video, you will be fined." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "I won't damage it." } ]
train
dailydialog-train-36
[ "Attitude & Emotion" ]
dailydialog
train-37
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What's the matter with you then? You look miserable." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "It's us." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "What do you mean by us." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Well, you always say you're busy." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "That's right." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "And you often go back to live with your parents and leave our son in the room by himself." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "I ... I ... I miss my parents, also they miss me." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Oh I remember, I cut terrible calls, and you didn't say anything about it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "You mean I am groaned a few words?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "Totally not. Perhaps it's about our marriage." } ]
train
dailydialog-train-37
[ "Relationship" ]
dailydialog
train-38
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hi, Mary. You look pale today. What's the matter with you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I think I've caught a cold. Now I'm aching all over." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "You'd better take some medicine and have a good rest. I hope you'll be yourself pretty soon." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Thank you. I suppose I should go to see a doctor." } ]
train
dailydialog-train-38
[ "Relationship" ]
dailydialog
train-39
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "I feel like going for a drink, it's been a long day." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Great idea! Peter, I could use the drink." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "How about the new bar across road?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "Sounds good. The food there is fantastic, too." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "I agree, I had lunch there last week." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "excellent! That sounds like a plan." } ]
train
dailydialog-train-39
[ "Relationship" ]
dailydialog
train-40
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Could you tell me the right time, please?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Well. My watch says five past two. But it's no use rely on it because it has been gaining and losing these last a few days." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "You have to go and fix it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Yes. I will." } ]
train
dailydialog-train-40
[ "Relationship" ]
dailydialog
train-41
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "does your family have a record of your ancestors?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "sure. My mom has been working on our family tree for years. She's always updating it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "do you have a copy of your family tree in your house? I'd love to see it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I can show it to you now, if you like. I think it goes back about 8 generations so far." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "that's amazing. Do you have a large extended family?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I'Ve got 30 cousins on my mom's side and 10 cousins on my dad's side." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "are you very close to your first-cousins?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "the ones that are my age are close relatives. Now that I'm older, I don't spend as much time with them as I used to, so I don't know my younger cousins as well as the older ones." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "I see. who's the head of your household?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "it's definitely my mother. And, her mother is definitely the matriarch of the bigger family." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "that's interesting. What does your grandfather think of your step-mother?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "at first, she was quite critical of her, but now that they'Ve been married for a few years, she's starting to accept the fact that my father divorced my mother." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 12, "utterance": "that's pretty much how you feel about your step-mother. Like grandmother, like grandson." } ]
train
dailydialog-train-41
[ "Relationship" ]
dailydialog
train-42
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "Hi, Mr. Wang. Do you feel like going boating with me?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Sounds interesting, I haven't gone boating for some time now, and what time?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "How about tomorrow afternoon?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "Sure. Where shall I meet you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "At the gate of the park." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Great. I look forward to meeting you." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 6, "utterance": "See you then." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "See you." } ]
train
dailydialog-train-42
[ "Relationship" ]
dailydialog
train-43
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "I hear that you've been to the Saikei Ski Resort for the weekend. Did you enjoy it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Yes, it's so exciting, though I had the most falls in our skiing team." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Isn't there any coach to teach you how to ski?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Of course there is. The top-level coaches there are from the State Sports General Administration." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Could you move smoothly?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yes. My face even ached in the icy wind." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "What happened afterwards?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I was skiing on and on excitedly until I realized one thing-I could not stop! You can just imagine how terrified I was." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Poor girl!" } ]
train
dailydialog-train-43
[ "Relationship" ]
dailydialog
train-44
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "You look pale recently." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Yeah. I have got much pressure in the company. I have tobe wrapped upon my work." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Take good care of yourself." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "Thank you. I will." } ]
train
dailydialog-train-44
[ "Relationship" ]
dailydialog
train-45
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hey, Maggy, Did you hear about David?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "About David? No, I didn't hear anything." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "You know, about David and his new boss." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Sorry, I don't quite follow you." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Well, I heard David has been fired." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Oh, that is a shame. He is really hard working." } ]
train
dailydialog-train-45
[ "Relationship" ]
dailydialog
train-46
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "how do you usually get to school?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I usually ride my bike. Which form of transport do you prefer to use?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I feel that I can see more when I pedal a bicycle, but when I feel lazy, I drive my car." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I think we should discourage people from using their private cars. They produce too much pollution!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I agree, but I would find it difficult to stop using my car. It's just so convenient." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "cars might be convenient, but they're so bad for the environment." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "do you have a car?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "no. I used to have one though. Once I started using my bicycle to get around, I found that I didn't really need it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "maybe if I sold my car now, I wouldn't be so tempted to use it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "you could try. It would save you a lot of money." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "that's true. Every month, I spend hundreds of dollars on gas, insurance, and repairs." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "if you got to class by riding a bicycle every day instead of driving, you will get lots of exercise, too!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 12, "utterance": "I could stand to lose a few pounds. Having a car has made me lazy. I never end up walking anywhere!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 13, "utterance": "let's go to a car dealership. I'll help you try to sell your car for a good price." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 14, "utterance": "sounds good! Let's go!" } ]
train
dailydialog-train-46
[ "Attitude & Emotion" ]
dailydialog
train-47
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What's wrong with him?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "His nose is out of joint because we forgot to invite him to the party." } ]
train
dailydialog-train-47
[ "School Life" ]
dailydialog
train-48
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What are you going to do for one year abroad, Tom?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Study, study, study. I want to learn a lot." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "You are going to take courses?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Yes. I am going to take some university courses there." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Sounds hard." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yes, but I think it's probably for the best." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Won't you get lonely?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Hey, I am a pretty cool guy. I will make friends, and I'll have a lot of extracurricular activities too. You know, like fencing, or theater or something." } ]
train
dailydialog-train-48
[ "Relationship" ]
dailydialog
train-49
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "Isn't this lovely weather? Will you help me water the flowers, Jack?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Well, do you think I have to?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I do. We haven't watered them for quite a few days." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Please look at the sky. Don' t you see the dark clouds? It's going to rain soon." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "Good. So we don't have to work. How nice!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "But I don't think it's so nice." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Why?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "The weather report says it's going to rain for a whole week." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Oh, I'm afraid all the flowers will die in the rain." } ]
train
dailydialog-train-49
[ "Attitude & Emotion" ]
dailydialog
train-50
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "On, darn. The grocery store is closed." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yeah, this one closes at ten. We could drive to the 24 - hour store on sixth." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Alright. We are out of everything." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I wish the store close to us was open 24 - house a day." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I know, our schedules are so weird. Sometimes, the little corner store is the only thing within walking distance that's open when we get home." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yeah, and the prices there are very high." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "I know. Three dollars for milk." } ]
train
dailydialog-train-50
[ "Relationship" ]
dailydialog
train-51
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Do you think they two will get married?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "You can count on it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I think so. Yes, they get along so well." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "I like him. He' s good for her." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "You're right. He sure is." } ]
train
dailydialog-train-51
[ "Relationship" ]
dailydialog
train-52
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Dad, where are we off to?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "First we will go to the city centre and stop for something to drink. Then we will visit the University Museum." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Where are we going to have a drink?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "There is a coffee shop round the corner. Can you see that big building at the end of the road?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Yes?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "That is a bank. The coffee shop is opposite the bank." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Good. I will have hot chocolate." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "A stop! Wait for the lights to turn green." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "When crossing the road you must always pay attention to what's around you." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "Sorry. How far is the museum?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "I am not sure. We will ask for directions in the coffee shop." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "Here we are. You find us a table and I'll get the drinks." } ]
train
dailydialog-train-52
[ "Relationship" ]
dailydialog
train-53
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "How about going to the cinema tonight?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "That's great. What's on tonight?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I am not sure about the name of the film, but I know it's a romantic one." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Romantic? I am afraid I like thrillers better." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Don't you think it's too bloody?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "On the contrary, very exciting." } ]
train
dailydialog-train-53
[ "Attitude & Emotion" ]
dailydialog
train-54
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "I feel so uncomfortable." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Are you sick?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "No. The teacher is dragging the chalk over the blackboard. It set my teeth on edge." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "He'll finish writing in a minute." } ]
train
dailydialog-train-54
[ "Relationship" ]
dailydialog
train-55
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "I have made up my mind. I am getting a tattoo." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 1, "utterance": "Really? Are you sure?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Yeah! Why not? They are trendy and look great! I want to get a dragon on my arm or maybe a tiger on my back." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Yeah but, it is something that you will have forever! They use indelible ink that can only be removed with laser treatment. On top of all that, I have heard it hurts a lot!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 4, "utterance": "Really?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Of course! They use this machine with a needle that pokes your skin and inserts the ink." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Oh, I didn't know that! I thought they just paint it on your skin or something." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I think you should reconsider and do some more research about tattoos. Also, find out where the nearest tattoo parlor is and make sure they used sterilized needles, and that the place is hygienic." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Maybe I should just get a tongue piercing!" } ]
train
dailydialog-train-55
[ "Relationship" ]
dailydialog
train-56
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Excuse me, what's the screen near your steering wheel for?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "It's a portable TV. It's a popular thing now." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Oh, that's new to me. So what's on everyday?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "News about current affairs, documentaries, music, movies, noncommercial ads and so on." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Is there anything interesting?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yes, there are something good and informative. I think that many people underestimate the value of TV in education." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "I agree. Are there any commercials on the TV?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Of course. Because the TV stations need to make money from commercials between the programs." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "That makes a lot of sense. Does the TV work well?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "Not always. It depends on the transmission of the satellite signals." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "I got it. Do you pay for the programs?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "Yes , 50 Yuan per month." } ]
train
dailydialog-train-56
[ "Attitude & Emotion" ]
dailydialog
train-57
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "user", "utt_idx": 0, "utterance": "Oh, no!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 1, "utterance": "How dreadful!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Look at the view from the window." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 3, "utterance": "Oh, dear. That's terrible. Not at all what I expected." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "user", "utt_idx": 4, "utterance": "It's awful, isn't it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 5, "utterance": "I can't bear to look at it. I'm rather disappointed." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "It can't be helped." } ]
train
dailydialog-train-57
[ "Relationship" ]
dailydialog
train-58
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What do you do in your free time, Nancy?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Well, I like playing the violin." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Really? How long have you been playing the violin?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "About ten years so far. I started learning when I was in middle school." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "That's really interesting." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Sure. So what about you? Do you have any hobbies?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 6, "utterance": "Well, I like collecting matchbox! I'm not sure if that counts, though." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "Of course it does. Everybody has his own hobby." } ]
train
dailydialog-train-58
[ "Relationship" ]
dailydialog
train-59
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "How can I tell her about this?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Don't worry, you'll find a way." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "There is no need to be so frustrated." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "How can you live without job in the future?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Don't worry, you'll find a way." } ]
train
dailydialog-train-59
[ "Relationship" ]
dailydialog
train-60
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What sports do you like to play?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I like baseball and basketball." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "How about football?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "In my country football is brand new, so I never learned the game when I was younger." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "It's a very popular game in America." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yeah. I heard a lot about it. Is it really that fun?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "For me, it's one of those games that are fun to both watch and play." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Are you a football player?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "No, I just for fun with my friends. We play two hand touch or flag football. We're too old to play tackle football." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "What is two hand touch and flag football?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Instead of tackling somebody, you just have to touch them with two hands, or if it is flag football, grab the flag that the ball carrier is wearing." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "I see. It's safer then right?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 12, "utterance": "Exactly. We play every Saturdays on the field by the tennis courts. If you want to learn and play a little, you're welcome to join us." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 13, "utterance": "I'll give it a try. Give me a call and let's go down together." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 14, "utterance": "Ok. I'll call you Saturday morning." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 15, "utterance": "Great." } ]
train
dailydialog-train-60
[ "Attitude & Emotion" ]
dailydialog
train-61
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What upsets you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "sadness", "speaker": "system", "utt_idx": 1, "utterance": "My parents called. As usual, they reminded me again that I should have a plan to marry by my late 20s. Easier said then done. Who should I marry? I have no time to go on a date." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "It is not your mother finding one for you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I will find one myself, of course. I'm a modern girl." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Perhaps you can try the three minutes date, the latest type." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 5, "utterance": "You mean dozens of the opposite sex meet each other for three minutes in a dimly bar serving alcohol, I hate that idea." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "No, there is an updated virgin, three minutes video date. I know an online dating website providing such service with a microphone and webcam, you can sigh for it. You can be face-to-face with a guy talking for maximum three minutes." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I don't think it makes sense. Three minutes is such a short time." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "I think you can find out if there is a possibility of romance within the first second of meeting someone, so-called love at first sight." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 9, "utterance": "Anyway, I don't want to post my face up for sale on the internet like that." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Don't worry. There are many other options using the internet as dating methods. Some sites operate at international standard even have got certifications. Of course, for these sites, you have to pay a membership fee. But all in all, it is more serious and professional. The chance of meeting a good and serious person who does not play games is higher." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 11, "utterance": "I don't want to post my personal information on the internet. I'm not knowing who is reading it." } ]
train
dailydialog-train-61
[ "Relationship" ]
dailydialog
train-62
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Are you going to the party on Saturday?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I was thinking about it. Are you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Yeah, I heard it's going to be a lot of fun." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 3, "utterance": "Really? Well, what time does it start?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "It starts at 8" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Well, who all is going to be there?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Everyone from school." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "How do you know it's going to be so fun?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 8, "utterance": "This party is going to have a DJ, food, and drinks." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 9, "utterance": "Wow, that does sound like it's going to be fun." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 10, "utterance": "So am I going to see you at the party?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 11, "utterance": "Yeah, I will be there." } ]
train
dailydialog-train-62
[ "School Life" ]
dailydialog
train-63
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Could you talk to me for a few minutes about my grades?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Step into my office for a moment. What is your concern?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Am I failing?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Let's go on the computer to see what's up. Do you think you are doing well?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "sadness", "speaker": "user", "utt_idx": 4, "utterance": "I am pretty sure that I am in trouble." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I can see that you are trying, but where do you think you could improve?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "I missed a few classes; I need to make sure I come to school on a regular basis." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Having a regular study routine and following it is very important, right?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "I'll try; it's hard!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "Thanks for stopping by!" } ]
train
dailydialog-train-63
[ "School Life" ]
dailydialog
train-64
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "Good luck on your test tomorrow. We'll be crossing our fingers for you!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Thanks." } ]
train
dailydialog-train-64
[ "Attitude & Emotion" ]
dailydialog
train-65
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 0, "utterance": "I'll never ever work together with him!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "What happened? Quarrel again?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 2, "utterance": "Will you take my materials back from him for me? Please!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Don't ask me. I don't wannabe involved in your quarrel." } ]
train
dailydialog-train-65
[ "Ordinary Life" ]
dailydialog
train-66
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 0, "utterance": "Oh, my God! I've been cheated!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 1, "utterance": "What? What did you buy?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 2, "utterance": "It's a brick! I can't believe how stupid I was. Damn it!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "What is it? Why did you buy a brick?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 4, "utterance": "There was a guy on the sidewalk. He had three new boxes, Panasonic video camera boxes. He said he had to get rid of them quick." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "And?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "So he said he'd sell me one for twenty dollars. A four-hundred-dollar camera for twenty bucks." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "And it's a brick?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Yes." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 9, "utterance": "I can't believe how stupid you are. Why didn't you open the box?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "I wanted to. But he said, no, the box is still in its plastic wrap from the store. If it's opened, other people won't believe it's new." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "So he had the boxes wrapped in plastic." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 12, "utterance": "Yes, it was the kind of perfect plastic wrap that comes with new products. Look, it even had a bar-code price sticker on it! It looked brand new." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 13, "utterance": "But why would a guy be selling new video cameras for twenty dollars?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 14, "utterance": "He said he had to get rid of them. They were stolen." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 15, "utterance": "Aha! Now I understand. You were trying to buy stolen goods on the sidewalk. So, what I think is, you deserve to get cheated!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 16, "utterance": "C'mon, don't blame me! I thought it was a new camera. We could use it. We were even thinking about buying a camera. I don't understand how he could have such a perfect-looking box." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 17, "utterance": "That's no problem. He just has a friend who works in a shop that can do plastic wrap. That's easy. And probably it's the same shop he got the boxes from. Maybe his friend works in an electronics store. They sell video cameras there. Probably they had a couple video camera boxes lying around. So they get the idea of wrapping bricks to sell to fools like you. Twenty dollars a brick. That's a good profit if they can sell enough bricks." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 18, "utterance": "You're right, Sarah. I was a fool. I can't believe it. How could I fall for such a trick?" } ]
train
dailydialog-train-66
[ "Relationship" ]
dailydialog
train-67
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Is the clock right?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I'm afraid it gains a little." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "By how many minutes?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Two." } ]
train
dailydialog-train-67
[ "Relationship" ]
dailydialog
train-68
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hey, Mary, what's up?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Just so so. Last night I met this great guy at the bar and we had such a wonderful time, so we decided to meet again tonight." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Oh, that's exciting. What does this guy look like? Is he hot?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Well, I didn't think so at first. But as we started talking, I found him extremely funny and witty. I couldn't stop laughing at his jokes! And we have so much in common. We like the same team, music, and most amazingly, we both love Chinese food! I have the feeling that we are going to be great friends." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "It seems you two are a good match. What qualities do you look for in a friend?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "There's nothing definite I think. I don't have a list or anything, but when I first meet somebody, I can usually tell whether or not that person is going to be a good friend. It seems I have radar helping me spot new friends." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 6, "utterance": "Well, that's something I've never heard of. But if you ask me what I value most in a friend, I would say honesty." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I agree. You can't expect a close relationship with a dishonest person. Those are the people that will turn their back on you when you are in need." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Yeah, I know. A friend in need is a friend indeed. I don't need fair-weather friends either." } ]
train
dailydialog-train-68
[ "School Life" ]
dailydialog
train-69
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What's up? You don't look too good." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 1, "utterance": "Yeah, my head hurts, that's all. I'Ve been in physics class all day. It's killer!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I liked physics. It's all math, really. arcs, curves, velocity, cool stuff." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Yeah, yeah, but today's lesson was all about the creation of the universe." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "A physics class about the creation of the universe? That's some pretty unscientific language there. Sounds more religious to me." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "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." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "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." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Math, sheath. What's the evidence?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "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!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "Anyway, it's just a theory. Why do people go around touting theories? Where's the scientific rigor in that?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Dude, don't equivocate. A theory only becomes a theory after withstanding rigorous testing. You slept through class, didn't you?" } ]
train
dailydialog-train-69
[ "School Life" ]
dailydialog
train-70
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Today more and more people advocate lifelong learning. But people have different views about lifelong learning. How do you understand lifelong learning?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I think lifelong learning is the concept that it's never too soon or too late for learning" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Does that mean studying all the time?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I don't think so. I think it's about your attitude towards learning. One should be open to new ideas, decisions, skills or behaviors." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Then the axiom -' You can't teach an old dog new tricks' doesn't work any longer." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "You're right. Lifelong learning is about finding learning opportunities at all ages and in numerous contexts" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Yes, I agree with you. When I retired I will participate in programs to keep momentally active." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Me too. To keep up with the changing world, one must be involved in lifelong learning and be ready to accept new things." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "You know what? I've recently been teaching myself French." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 9, "utterance": "Really? That's great! I know that your company has a lot of clients in France." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Yes, so I want to learn French to develop my career." } ]
train
dailydialog-train-70
[ "Relationship" ]
dailydialog
train-71
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "How old are you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Nine... but I'll be ten on May 1st. When is your birthday?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I'm older than you! I'll be ten on April 14th." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Are you going to have a birthday party?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Maybe. I'll have to ask my mother." } ]
train
dailydialog-train-71
[ "Attitude & Emotion" ]
dailydialog
train-72
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 0, "utterance": "It smells like an ashtray in here!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Hi honey! What's wrong? Why do you have that look on your face?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 2, "utterance": "What's wrong? I thought we agreed that you were gonna quit smoking." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "No! I said I was going to cut down which is very different. You can't just expect me to go cold turkey overnight!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 4, "utterance": "Look, there are other ways to quit. You can try the nicotine patch, or nicotine chewing gum. We spend a fortune on cigarettes every month and now laws are cracking down and not allowing smoking in any public place. It's not like you can just light up like before." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I know, I know. I am trying but, I don't have the willpower to just quit. I can't fight with the urge to reach for my pack of smokes in the morning with coffee or after lunch! Please understand?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "user", "utt_idx": 6, "utterance": "Fine! I want a divorce!" } ]
train
dailydialog-train-72
[ "Relationship" ]
dailydialog
train-73
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Why are you shivering?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "It's freezing." } ]
train
dailydialog-train-73
[ "Relationship" ]
dailydialog
train-74
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "It seems that you get antsy when you hear I praise another guy." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 1, "utterance": "I get antsy not because you praise a guy, but because you may be taken for a ride by a guy like him." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "How come you think of him that way?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 3, "utterance": "Because you seem to have lost your vigilance. You should be on the watch out." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I have no reason to distrust him. He's never caused any harm." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "anger", "speaker": "system", "utt_idx": 5, "utterance": "Isn't there anything that sounds fishy?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Nothing smells a rat. I told you that he's an all-right guy." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 7, "utterance": "All-right guy? All right. Let's talk about something else instead." } ]
train
dailydialog-train-74
[ "Attitude & Emotion" ]
dailydialog
train-75
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "user", "utt_idx": 0, "utterance": "Cheese! It tastes like cardboard." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "disgust", "speaker": "system", "utt_idx": 1, "utterance": "I think so. Maybe that's why it's cheap here." } ]
train
dailydialog-train-75
[ "Relationship" ]
dailydialog
train-76
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Have you signed up to join the company's Christmas party?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Sure, I have. Will you join?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I will. You know, as a newcomer, I think it might be a good opportunity to get to know people from the other departments of our company in a more relaxed atmosphere." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "You are right. Our company's Christmas party has always been an amazing occasion for everybody to relax and get to know each other better. It is also a time to make new friends and do some networking." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "I hope that it is not a formal one when the boss is there." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "No, it will not be formal at all. It is a fun time. You will love the game show. Please dress casually. Usually there is an over abandon of drinks, so be careful with that." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Don't worry, I can handle that. And I know if the boss is there, even it is an informal evening, it does not make a good impression to get totally drunk in front of him." } ]
train
dailydialog-train-76
[ "Relationship" ]
dailydialog
train-77
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "If the weatherman's predictions are accurate, it should rain tomorrow." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I hope not. Then we'd have to reschedule our baseball game." } ]
train
dailydialog-train-77
[ "Relationship" ]
dailydialog
train-78
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "hi, Emily, do you know that guy over there?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "The tall one? Sure, that's Drive, he works with Lily." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "He is cute. What dose he do?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I'm not sure, he is a manager I think." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 4, "utterance": "Really? Are you going to introduce us?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Well, he has already taken you know, that's his wife right there." } ]
train
dailydialog-train-78
[ "Attitude & Emotion" ]
dailydialog
train-79
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "You didn't ring me last night. You said you would." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "sadness", "speaker": "system", "utt_idx": 1, "utterance": "I'm sorry to have made you disappointed." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "That's all right. But why were you so rude to me at lunch." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 3, "utterance": "Was I? Sorry, I didn't mean to be. I do apologize." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "And why are you yarning now? Are you bored?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Forgive me darling. I'm very tired." } ]
train
dailydialog-train-79
[ "Relationship" ]
dailydialog
train-80
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Hi, Nicole. Did you have a good weekend?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yes, I did. But I feel tired today." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 2, "utterance": "Really? Why?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Well, on Saturday I cleaned the house and played tennis. Then on Sunday I hiked in the country." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "And I bet you studied, too." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Yeah. I studied on Sunday evening. What about you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Well, I didn't clean the house and I didn't study. I stayed in bed and watched TV." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "That sounds like fun, but did you exercise?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Sort of. I played golf on my computer!" } ]
train
dailydialog-train-80
[ "Relationship" ]
dailydialog
train-81
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "There will be a parade to celebrate National Day this weekend." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "What's the route?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "From Zhongshan Circus to City Bank." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "If only I could join it!" } ]
train
dailydialog-train-81
[ "Attitude & Emotion" ]
dailydialog
train-82
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Excuse me. I'm afraid you're in my seat. You've moved my books." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "system", "utt_idx": 1, "utterance": "Oh, dear." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "You must have realized somebody was here." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Oh, well, I looked around. There wasn't any other space. I waited a while and nobody came. I'm sorry if I've taken your place." } ]
train
dailydialog-train-82
[ "Relationship" ]
dailydialog
train-83
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What's the life expectancy in your country?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I'm not sure, but probably about 75 years. How about in your country?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "About 70, I think. This newspaper article talks about the problems of an aging population. It's a problem that will soon affect most of the world." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I heard that the government might need to increase the retirement age, because otherwise there will not be enough workers to support the young and the elderly." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Perhaps we need to have more babies! Tina gave birth to a baby boy yesterday." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "Did she? That's great. However, if we have too many children, that will have a bad effect on the enviroment." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "How's your son these days?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Oh, he's fine. Kids seem to grow up very quickly nowadays." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "He'll be a teenager before you know it! Teenagers are often rebellious! When do you mine it is a good age to have a child?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 9, "utterance": "I had mine when I was 24. that's a little young. I'd suggest you wait until you are in your late twenties. , or even in your early thirties if you have a good career." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 10, "utterance": "Yes, I think you're right. I'm thinking about having a child, but not just yet." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 11, "utterance": "Is there a big generation gap between parents and their children in you country?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 12, "utterance": "Yes, there is. Teenagers do not want to live traditional lives. They want to go out, have fun, and explore the world. They want to develop their own view of life. Parents usually try to discourage them, but they don't often succeed." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 13, "utterance": "Parents usually give their children more freedom in my country. Sometimes they give them too much freedom." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 14, "utterance": "It's almost impossible to get the right balance. If you are too strict, kids might ignore you. If you are too lenient, they might go wild." } ]
train
dailydialog-train-83
[ "Relationship" ]
dailydialog
train-84
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "I'm going to Japan this year on vacation." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Have you ever been to America?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "No, but I'd really like to." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "You'd like it." } ]
train
dailydialog-train-84
[ "Relationship" ]
dailydialog
train-85
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "Hey, Mark, long time no see." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Julie! It's good to see you again. How have you been?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Great. I just got back from a week's vacation in Thailand." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 3, "utterance": "Really? How was it?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "Fantastic! I didn't want to come back." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 5, "utterance": "I hear the beaches in Thailand are beautiful." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 6, "utterance": "They are. And not only that the people are friendly, but also the food is delicious, not to mention cheap." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 7, "utterance": "I do like Thai food. Did you see much of Bangkok?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 8, "utterance": "Not much. I've got enough city life in Beijing." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 9, "utterance": "I know what you mean. I could use a vacation myself." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 10, "utterance": "Hey, wouldn't it be great if we could go to Thailand together sometime?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 11, "utterance": "Yeah, it sure would." } ]
train
dailydialog-train-85
[ "Attitude & Emotion" ]
dailydialog
train-86
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Could I see the manager please? I have a complaint to make." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Yes, I'm the manager here. What can I do for you, Madam?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Did you have the room checked before we move in?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Which room are you in?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "1808. The toilet doesn't work properly, the water doesn't run in the shower." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "I'm awfully sorry to hear that. I'll turn to it right away." } ]
train
dailydialog-train-86
[ "Relationship" ]
dailydialog
train-87
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "Congratulations, Vivian. You won the grand prize, again." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 1, "utterance": "Isn't it just great! I just knew I'd win!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 2, "utterance": "You did? How? Did you wear red underwear again this year?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Not only that!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Tell me! Tell me! What's your secret? !" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "OK, OK. I'll whisper it to you, but you have to promise not to tell anyone!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "surprise", "speaker": "user", "utt_idx": 6, "utterance": "What? ! You did that? ? ! ! !" } ]
train
dailydialog-train-87
[ "Relationship" ]
dailydialog
train-88
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "We are going to the concert this evening. Will you join us." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I'm very sorry I can't." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Why not?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I've been snowed under with since my bosses away on business." } ]
train
dailydialog-train-88
[ "Relationship" ]
dailydialog
train-89
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "You' v been work here for nearly a month, how do you feel about the job?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Not bad. Thank you for your help. I am always busy with this job, I feel a bit tired." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I had the same feeling when I first came to work here. but after a period of time, I feel better, I am sure you' ll get used to this busy job." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I also feel that work efficiency here is very high. and you have strong working ability and professional skill, it seems that you know all, that's really wonderful!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "You know the phrase, the survival the fittest. We have no choices." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "That's right, I have to work hard." } ]
train
dailydialog-train-89
[ "Relationship" ]
dailydialog
train-90
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "The music is on. May I have the pleasure to dance with you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Sorry, I'm engaged for the foxtrot. Will the next Walls be all right?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Certainly." } ]
train
dailydialog-train-90
[ "Relationship" ]
dailydialog
train-91
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Excuse me, is this seat taken?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "No, please feel free." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Thanks a lot." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Do you work in Shanghai?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Yes I do. How about you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "No, I'm a tourist. This place is amazing! It's much bigger than I imagined, and much more exciting! There's so much to see here." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "You can say that again! It's much more modern than people imagine. Where are you from?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "Um, well let's see ... I'm from Kansas originally. A much quieter and more peaceful place than here, that's for sure!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 8, "utterance": "Uh huh ..." } ]
train
dailydialog-train-91
[ "Relationship" ]
dailydialog
train-92
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Look at this headline, Soo Mi." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Wow! So many people in the United States get divorced!" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Is it the same in Korea?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I don't think so. In Korea some marriages break up, but most couples stay together." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Do people get married young?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Not really. Very few people get married beforethe age of 20." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Hmm. Do women usually work after they get married?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "No, a lot of women stay home and take care of their families. But some work." } ]
train
dailydialog-train-92
[ "Attitude & Emotion" ]
dailydialog
train-93
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 0, "utterance": "Boy! What a beauty! I fall in love with her at the first sight." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "The beauty under the tree?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 2, "utterance": "Of course. No girl is more charming." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "She is a young man!" } ]
train
dailydialog-train-93
[ "School Life" ]
dailydialog
train-94
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Excuse me. Where do I register?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Oh, over there in Pacific Pavilion." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Is that the large, white building?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "Yeah, that's it." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 4, "utterance": "Thanks." } ]
train
dailydialog-train-94
[ "Relationship" ]
dailydialog
train-95
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "How was your education going on in Australia?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "I'm going to graduate this summer." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Where are you going to work then, in Australia or back in China?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I'm planning to return to China after graduation." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Why are you choosing to leave a foreign country? Many people are reluctant to leave the superior living environment abroad." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Well, I think personal development is much more important than simply having a superior living environment." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Yeah, China's developing so fast and development opportunities can be found almost in every corner of the country." } ]
train
dailydialog-train-95
[ "Relationship" ]
dailydialog
train-96
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Do you have any particular hobbies, Tom?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Oh, yes. I love playing badminton, table tennis and computer games. And playing the games has become my favorite." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "I hear many teenagers will spend hours and hours sitting at computers. And they don't care about their own health at all. How about you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I'm no better than them. They say it's mindless to sit in front of a machine all the time, but I think it's stimulating." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "You won't play online games full of violence, will you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Once in a while." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "It's no good. And I think spending several hours each day playing computer games is a waste of time. You might as well do something healthy and meaningful." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I hope I can practice self-control again." } ]
train
dailydialog-train-96
[ "Relationship" ]
dailydialog
train-97
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "What's the plot of your new movie?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "It's a story about a policemen who is investigating a series of strange murders. I play the part of the detective. He has to catch the killer, but there's very little evidence. It's a psychological th" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "Did you enjoy making the movie? We heard stories of disagreement with other actors and with the director." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "I have had disagreement with every director. I'Ve worked with. We'Ve always disagreed in a friendly way and we have always resolved our differences. It was the same when I made this movie. I don't no" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 4, "utterance": "Critics are not very happy with the movies that you'Ve made recently. Does that bother you?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 5, "utterance": "Not at all. The feedback from audience has been great. I care about what they think more than what the critics think." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 6, "utterance": "Did you do you own stunts in the movie?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 7, "utterance": "I wanted to, but my insurance company wouldn't let me. All of my stunts were done by a stuntman. As you know, I used to do my own stunts, but I'll leave that to the experts in future." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 8, "utterance": "Thank you very much for doing this interview." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "system", "utt_idx": 9, "utterance": "My pleasure. Have you seen the movie yet?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "happiness", "speaker": "user", "utt_idx": 10, "utterance": "Yes. I have. I liked it very much. Like you, I was very impressed with Rachel's performance in the movie. She's going to be a star." } ]
train
dailydialog-train-97
[ "Relationship" ]
dailydialog
train-98
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Who's that old lady trimming the trees?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "She's my grandma." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "question", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 2, "utterance": "She's looks very healthy. How old is she?" }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "inform", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 3, "utterance": "92." } ]
train
dailydialog-train-98
[ "Attitude & Emotion" ]
dailydialog
train-99
[ { "dialogue_acts": { "binary": [ { "domain": "", "intent": "directive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "user", "utt_idx": 0, "utterance": "Mom. My legs are killing me." }, { "dialogue_acts": { "binary": [ { "domain": "", "intent": "commissive", "slot": "" } ], "categorical": [], "non-categorical": [] }, "emotion": "no emotion", "speaker": "system", "utt_idx": 1, "utterance": "Hold on. We will be successful right away." } ]
train
dailydialog-train-99
End of preview.
YAML Metadata Warning: The task_categories "conversational" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, text2text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, other

Dataset Card for DailyDialog

To use this dataset, you need to install ConvLab-3 platform first. Then you can load the dataset via:

from convlab.util import load_dataset, load_ontology, load_database

dataset = load_dataset('dailydialog')
ontology = load_ontology('dailydialog')
database = load_database('dailydialog')

For more usage please refer to here.

Dataset Summary

DailyDialog is a high-quality multi-turn dialog dataset. It is intriguing in several aspects. The language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way and cover various topics about our daily life. We also manually label the developed dataset with communication intention and emotion information.

  • How to get the transformed data from original data:
  • Main changes of the transformation:
    • Use topic annotation as domain. If duplicated dialogs are annotated with different topics, use the most frequent one.
    • Use intent annotation as binary dialogue act.
    • Retain emotion annotation in the emotion field of each turn.
    • Use nltk to remove space before punctuation: utt = ' '.join([detokenizer.detokenize(word_tokenize(s)) for s in sent_tokenize(utt)]).
    • Replace " ’ " with "'": utt = utt.replace(' ’ ', "'").
    • Add space after full-stop
  • Annotations:
    • intent, emotion

Supported Tasks and Leaderboards

NLU, NLG

Languages

English

Data Splits

split dialogues utterances avg_utt avg_tokens avg_domains cat slot match(state) cat slot match(goal) cat slot match(dialogue act) non-cat slot span(dialogue act)
train 11118 87170 7.84 11.22 1 - - - -
validation 1000 8069 8.07 11.16 1 - - - -
test 1000 7740 7.74 11.36 1 - - - -
all 13118 102979 7.85 11.22 1 - - - -

10 domains: ['Ordinary Life', 'School Life', 'Culture & Education', 'Attitude & Emotion', 'Relationship', 'Tourism', 'Health', 'Work', 'Politics', 'Finance']

  • cat slot match: how many values of categorical slots are in the possible values of ontology in percentage.
  • non-cat slot span: how many values of non-categorical slots have span annotation in percentage.

Citation

@InProceedings{li2017dailydialog,
    author = {Li, Yanran and Su, Hui and Shen, Xiaoyu and Li, Wenjie and Cao, Ziqiang and Niu, Shuzi},
    title = {DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset},
    booktitle = {Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017)},
    year = {2017}
}

Licensing Information

CC BY-NC-SA 4.0

Downloads last month
2
Edit dataset card