| { |
| "paper_id": "2020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:40:38.450451Z" |
| }, |
| "title": "Find or Classify? Dual Strategy for Slot-Value Predictions on Multi-Domain Dialog State Tracking", |
| "authors": [ |
| { |
| "first": "Jian-Guo", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Illinois at Chicago", |
| "location": { |
| "settlement": "Chicago", |
| "country": "USA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Kazuma", |
| "middle": [], |
| "last": "Hashimoto", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "k.hashimoto@salesforce.com" |
| }, |
| { |
| "first": "Chien-Sheng", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Yao", |
| "middle": [], |
| "last": "Wan", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Huazhong University of Science and Technology", |
| "location": { |
| "settlement": "Wuhan", |
| "country": "China" |
| } |
| }, |
| "email": "wanyao@hust.edu.cn" |
| }, |
| { |
| "first": "Philip", |
| "middle": [ |
| "S" |
| ], |
| "last": "Yu", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Illinois at Chicago", |
| "location": { |
| "settlement": "Chicago", |
| "country": "USA" |
| } |
| }, |
| "email": "psyu@uic.edu" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "rsocher@salesforce.com" |
| }, |
| { |
| "first": "Caiming", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "cxiong@salesforce.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Dialog state tracking (DST) is a core component in task-oriented dialog systems. Existing approaches for DST mainly fall into one of two categories, namely, ontology-based and ontology-free methods. An ontology-based method selects a value from a candidate-value list for each target slot, while an ontology-free method extracts spans from dialog contexts. Recent work introduced a BERT-based model to strike a balance between the two methods by pre-defining categorical and non-categorical slots. However, it is not clear enough which slots are better handled by either of the two slot types, and the way to use the pre-trained model has not been well investigated. In this paper, we propose a simple yet effective dualstrategy model for DST, by adapting a single BERT-style reading comprehension model to jointly handle both the categorical and noncategorical slots. Our experiments on the Mul-tiWOZ datasets show that our method significantly outperforms the BERT-based counterpart, finding that the key is a deep interaction between the domain-slot and context information. When evaluated on noisy (MultiWOZ 2.0) and cleaner (MultiWOZ 2.1) settings, our method performs competitively and robustly across the two different settings. Our method sets the new state of the art in the noisy setting, while performing more robustly than the best model in the cleaner setting. We also conduct a comprehensive error analysis on the dataset, including the effects of the dual strategy for each slot, to facilitate future research.", |
| "pdf_parse": { |
| "paper_id": "2020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Dialog state tracking (DST) is a core component in task-oriented dialog systems. Existing approaches for DST mainly fall into one of two categories, namely, ontology-based and ontology-free methods. An ontology-based method selects a value from a candidate-value list for each target slot, while an ontology-free method extracts spans from dialog contexts. Recent work introduced a BERT-based model to strike a balance between the two methods by pre-defining categorical and non-categorical slots. However, it is not clear enough which slots are better handled by either of the two slot types, and the way to use the pre-trained model has not been well investigated. In this paper, we propose a simple yet effective dualstrategy model for DST, by adapting a single BERT-style reading comprehension model to jointly handle both the categorical and noncategorical slots. Our experiments on the Mul-tiWOZ datasets show that our method significantly outperforms the BERT-based counterpart, finding that the key is a deep interaction between the domain-slot and context information. When evaluated on noisy (MultiWOZ 2.0) and cleaner (MultiWOZ 2.1) settings, our method performs competitively and robustly across the two different settings. Our method sets the new state of the art in the noisy setting, while performing more robustly than the best model in the cleaner setting. We also conduct a comprehensive error analysis on the dataset, including the effects of the dual strategy for each slot, to facilitate future research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Booking was successful. Reference number is: 7gawk763. Anything else I can do for you? I also need to book an expensive restaurant with Japanese food.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "(hotel, price range, cheap), (hotel, type hotel) (hotel, price range, cheap), (hotel, type, hotel) , (hotel, parking, yes) (hotel, price range, cheap), (hotel, type, hotel), (hotel, parking, yes), (hotel, book day, Tuesday), (hotel, book people, 6), (hotel, book stay, 3) (hotel, price range, cheap), (hotel, type, hotel), (hotel, parking, yes), (hotel, book day, Tuesday), (hotel, book people, 6), (hotel, book stay, 3), (restaurant, price range, expensive), (restaurant, type, Japanese) Figure 1 : An example of dialog state tracking for booking a hotel and reserving a restaurant. Each turn contains a user utterance (grey) and a system utterance (orange). The dialog state tracker (green) tracks all the < domain, slot, value > triplets until the current turn. Blue color denotes the new state appearing at that turn. Best viewed in color.", |
| "cite_spans": [ |
| { |
| "start": 78, |
| "end": 98, |
| "text": "(hotel, type, hotel)", |
| "ref_id": null |
| }, |
| { |
| "start": 101, |
| "end": 122, |
| "text": "(hotel, parking, yes)", |
| "ref_id": null |
| }, |
| { |
| "start": 250, |
| "end": 271, |
| "text": "(hotel, book stay, 3)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 489, |
| "end": 497, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "Virtual assistants play important roles in facilitating our daily life, such as booking hotels, reserving restaurants and making travel plans. Dialog State Tracking (DST), which estimates users' goal and intention based on conversation history, is a core component in task-oriented dialog systems (Young et al., 2013; Gao et al., 2019a) . A dialog state consists of a set of < domain, slot, value > triplets, and DST aims to track all the states accumulated across the conversational turns. Fig. 1 shows a dialogue with corresponding annotated turn states.", |
| "cite_spans": [ |
| { |
| "start": 297, |
| "end": 317, |
| "text": "(Young et al., 2013;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 318, |
| "end": 336, |
| "text": "Gao et al., 2019a)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 491, |
| "end": 497, |
| "text": "Fig. 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "Traditional approaches for DST usually rely on hand-crafted features and domain-specific lexicon, and can be categorized into two classes (Xu and Hu, 2018; Gao et al., 2019b; Zhong et al., 2018) : i.e., ontology-based and ontology-free. The ontology-based approaches Zhong et al., 2018; require full access to the pre-defined ontol-ogy to perform classification over the candidatevalue list. However, in practice, we may not have access to an ontology or only have partial ontology in the industry. Even if a full ontology exists, it is computationally expensive to enumerate all the values when the full ontology for some slots is very large and diverse (Wu et al., 2019; Xu and Hu, 2018) . The ontology-free approaches (Gao et al., 2019b; Xu and Hu, 2018) find slot values directly from the input source using a copy mechanism without requiring an ontology, e.g., learning span matching with start and end positions in the dialog context. However, it is nontrivial to handle situations where values do not appear in the dialog context or have various descriptions by users.", |
| "cite_spans": [ |
| { |
| "start": 138, |
| "end": 155, |
| "text": "(Xu and Hu, 2018;", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 156, |
| "end": 174, |
| "text": "Gao et al., 2019b;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 175, |
| "end": 194, |
| "text": "Zhong et al., 2018)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 267, |
| "end": 286, |
| "text": "Zhong et al., 2018;", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 655, |
| "end": 672, |
| "text": "(Wu et al., 2019;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 673, |
| "end": 689, |
| "text": "Xu and Hu, 2018)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 721, |
| "end": 740, |
| "text": "(Gao et al., 2019b;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 741, |
| "end": 757, |
| "text": "Xu and Hu, 2018)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "To mitigate the above issues, recently, (Zhou and Small, 2019) introduced a question asking model to generate questions asking for values of eachdomain slot pair and a dynamic knowledge graph to learn relationships between the (domain, slot) pairs. introduced a BERT-based model (Devlin et al., 2019) to strike a balance between the two methods by pre-defining categorical and non-categorical slots. However, more studies are needed to know which slots are better handled by either of the two slot types, and the way to use the pre-trained models is not well investigated Gao et al., 2019b; ).", |
| "cite_spans": [ |
| { |
| "start": 40, |
| "end": 62, |
| "text": "(Zhou and Small, 2019)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 279, |
| "end": 300, |
| "text": "(Devlin et al., 2019)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 572, |
| "end": 590, |
| "text": "Gao et al., 2019b;", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "Inspired by the task-oriented dialog schema design in and the recent successful experience in locating text spans in machine reading comprehensions (Gao et al., 2019b; Asai et al., 2019) . we design a simple yet effective Dual-Strategy Dialog State Tracking model (DS-DST), which adapts a single BERT question answering model to jointly handle both the categorical and non-categorical slots, and different with previous approaches on multi-domain DST, we enable the model with direct interactions between dialog context and the slot. We decide whether a slot belongs to a non-categorical slot or a categorical slot by following the heuristics from . For example, it is common that when users book hotels, the requests for parking are usually yes or no with limited choices. These kinds of slots are defined as categorical slots, and the slot values are selected over a partial ontology. In addition, how long the user will stay has unlimited values and it can be found in the context. These kinds of slots are treated as non-categorical slots, and the values are found trough span matching in the dialog context. Hence, the model is flexible depending on the access level to the ontology or whether the values of slots could be found directly in the dialog context.", |
| "cite_spans": [ |
| { |
| "start": 148, |
| "end": 167, |
| "text": "(Gao et al., 2019b;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 168, |
| "end": 186, |
| "text": "Asai et al., 2019)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "Our contributions are summarized as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 We designed a simple yet effective dualstrategy model based on BERT with strong interactions between the dialog context and domain-slot pairs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Our model achieves state of the art on Multi-WOZ 2.0 and competitive performance on MultiWOZ 2.1 (Eric et al., 2019) . Our model also performs robustly across the two different settings.", |
| "cite_spans": [ |
| { |
| "start": 99, |
| "end": 118, |
| "text": "(Eric et al., 2019)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 We conducted a comprehensive error analysis on the dataset, including the effects of the dual strategy for each slot, to facilitate future research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialog State Tracking", |
| "sec_num": null |
| }, |
| { |
| "text": "Multi-domain DST, which tracks dialog states in complicated conversations across multiple domains with many slots, has been a hot research topic during the past few years, along with the development of Dialogue State Tracking Challenges Henderson et al., 2014a,b; Kim et al., 2016 Kim et al., , 2017 . Traditional approaches usually rely on hand-crafted features or domain-specific lexicon (Henderson et al., 2014c; Wen et al., 2016) , making them difficult to be adapted to new domains. In addition, these approaches require a pre-defined full ontology, in which the values of a slot are constrained by a set of candidate values Liu and Lane, 2017; Zhong et al., 2018; . To tackle these issues, several methods have been proposed to extract slot values through span matching with start and end positions in the dialog context. For example, (Xu and Hu, 2018) utilizes an attentionbased pointer network to copy values from the dialog context. (Gao et al., 2019b) poses DST as a reading comprehension problem and incorporates a slot carryover model to copy states from previous conversational turns. However, tracking states only from the dialog context is insufficient since many values in DST cannot be exactly found in the context due to annotation errors or diverse descriptions of slot values from users. On the other hand, pre-trained models such as BERT (Devlin et al., 2019) and GPT (Radford et al., 2018) have shown promising performances in many downstream tasks. Among them, DSTreader (Gao et al., 2019b) uti-lizes BERT as word embeddings for dialog contexts, SUMBT employs BERT to extract representations of candidate values, and BERT-DST adopts BERT to encode the inputs of the user turn as well as the previous system turn. Different from these approaches where the dialog context and domain-slot pairs are usually separately encoded, we employ strong interactions to encode them. 1 . Moreover, We investigate and provide insights to decide slot types and conduct a comprehensive analysis of the popular MultiWOZ datasets.", |
| "cite_spans": [ |
| { |
| "start": 237, |
| "end": 263, |
| "text": "Henderson et al., 2014a,b;", |
| "ref_id": null |
| }, |
| { |
| "start": 264, |
| "end": 280, |
| "text": "Kim et al., 2016", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 281, |
| "end": 299, |
| "text": "Kim et al., , 2017", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 390, |
| "end": 415, |
| "text": "(Henderson et al., 2014c;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 416, |
| "end": 433, |
| "text": "Wen et al., 2016)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 630, |
| "end": 649, |
| "text": "Liu and Lane, 2017;", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 650, |
| "end": 669, |
| "text": "Zhong et al., 2018;", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 841, |
| "end": 858, |
| "text": "(Xu and Hu, 2018)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 942, |
| "end": 961, |
| "text": "(Gao et al., 2019b)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1359, |
| "end": 1380, |
| "text": "(Devlin et al., 2019)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1389, |
| "end": 1411, |
| "text": "(Radford et al., 2018)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 1494, |
| "end": 1513, |
| "text": "(Gao et al., 2019b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Another direction for multi-domain DST is based on generative approaches (Lei et al., 2018; Wu et al., 2019; Le et al., 2020) which generate slot values without relying on fixed vocabularies and spans. However, such generative methods suffer from generating ill-formatted strings (e.g., repeated words) upon long strings, which is common in DST. For example, the hotel address may be long and a small difference makes the whole dialog state tracking incorrect. By contrast, both the categorical (picklist-based) and non-categorical (span-based) methods can rely on existing strings rather than generating them.", |
| "cite_spans": [ |
| { |
| "start": 73, |
| "end": 91, |
| "text": "(Lei et al., 2018;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 92, |
| "end": 108, |
| "text": "Wu et al., 2019;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 109, |
| "end": 125, |
| "text": "Le et al., 2020)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Let X = (U sys 1 , U usr 1 ), . . . , (U sys T , U usr T ) denote a set of pairs of a system utterance U sys t and a user utterance U usr t (1 \u2264 t \u2264 T ), given a dialogue context with T turns. Each turn (U sys t , U usr t ) talks about a particular domain (e.g., hotel), and a certain number of slots (e.g., price range) are associated with the domain. We denote all the N possible domain-slot pairs as S = {S 1 , . . . , S N }, where each domain-slot pair consists of {s 1 , . . . , s n } tokens, e.g., hotel-price range includes three tokens. Let X t = {(U sys 1 , U usr 1 ), . . . , (U sys t , U usr t )} denote the dialogue context at the t th turn and X t has {x 1 , . . . , x m } tokens. Our goal is to predict the values for all the domain-slot pairs in S. Here we assume that M domain-slot pairs in S are treated as non-categorical slots, and the remaining N \u2212 M pairs as categorical slots. Each categorical slot has L possible candidate values (picklist), i.e., {V 1 , . . . , V L }, where L is the size of the picklist, and each value has {v 1 , . . . , v c } tokens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DS-DST: a Dual Strategy for DST", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Bearing these notations in mind, we then pro-pose a dual strategy model with direct interactions between dialog context and domain-slot pairs for DST. Fig. 2 shows an overview of the architecture of our proposed DS-DST model. We first utilize a pre-trained BERT (Devlin et al., 2019) to encode information about the dialogue context X t along with each domain-slot pair in S, and obtain contextualized representations conditioned on the domain-slot information. We then design a slot gate to handle special types of values. In particular, for the non-categorical slots, we utilize a two-way linear mapping to find text spans. For the categorical slots, we select the most plausible values from the picklists based on the contextual representation.", |
| "cite_spans": [ |
| { |
| "start": 262, |
| "end": 283, |
| "text": "(Devlin et al., 2019)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 151, |
| "end": 157, |
| "text": "Fig. 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "DS-DST: a Dual Strategy for DST", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We employ a pre-trained BERT (Devlin et al., 2019) to encode the domain-slot types and dialog contexts. For the j th domain-slot pair and the dialog context X t at the t th turn, we concatenate them and get corresponding representations:", |
| "cite_spans": [ |
| { |
| "start": 29, |
| "end": 50, |
| "text": "(Devlin et al., 2019)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Context Encoder", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "R tj = BERT ([CLS] \u2295 S j \u2295 [SEP] \u2295 X t ) ,", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Slot-Context Encoder", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where [CLS] is a special token added in front of each sample, and [SEP] is a special separator token. The outputs of BERT in Eq. (3.1) can be decomposed as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Context Encoder", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "R tj = [r CLS tj , r 1 tj , . . . , r K tj ], where r CLS", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Context Encoder", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "tj is the aggregated representation of the total K sequential input tokens, and [r 1 tj , . . . , r K tj ] are the token-level representations. They are used for slotvalue predictions in the following sections, and the BERT is fine-tuned during the training process.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Context Encoder", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "As there are many domain-slot pairs in multidomain dialogues, it is nontrivial to correctly predict whether a domain-slot pair appears at each turn of the dialogue. Here we follow (Wu et al., 2019; Xu and Hu, 2018) and design a slot gate classification module for our neural network. Specifically, at the t th turn, the classifier makes a decision among {none, dontcare, prediction}, where none denotes that a domain-slot pair is not mentioned or the value is 'none' at this turn, dontcare implies that the user can accept any values for this slot, and prediction represents that the slot should be processed by the model with a real value. We utilize r CLS tj for the slot-gate classification, and the probability for the j th domain-slot pair at the t th turn is calculated as:", |
| "cite_spans": [ |
| { |
| "start": 180, |
| "end": 197, |
| "text": "(Wu et al., 2019;", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 198, |
| "end": 214, |
| "text": "Xu and Hu, 2018)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "P gate tj = softmax(W gate \u2022 r CLS tj + b gate ), (2) !\"# $$% & $$% ' ! $$#() $$* & $$* + ! ! ! ! ! , -./ , & , ' ! , /01 , '23 , 4 ! ! !", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "!\"#$\" %&'\"($ )*+\"$*,-\"*(. /.0 %&'\"($ )*+\"$*,-\"*(.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "5657 8659:;<7 =<78>:9>65 !\"# $$? & $$? @ ! $$#() ! ! A -./ A & A @ A /01", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "1(+*.& !*2*3#$*\"4 5#\"'6*.7", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\"#$% \"#$% where W gate and b gate are learnable parameters and bias, respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We adopt the cross-entropy loss function for the slot gate classification as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L gate = T t=1 N j=1 \u2212 log(P gate tj \u2022 (y gate tj ) ),", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where y gate tj is the one-hot gate label for the j th domain-slot pair at the t th turn.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Slot-Gate Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "For each non-categorical slot, its value can be mapped to a span with start and end position in the dialog context, e.g., slot leave at in the taxi domain has spans 4 : 30pm in the context. We take token-level representations [r 1 tj , . . . , r K tj ] of the dialog context as input, and apply a two-way linear mapping to get a start vector \u03b1 start tj and an end vector \u03b1 end tj :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "\u03b1 start tj , \u03b1 end tj = W span \u2022 [r 1 tj , ..., r K tj ] + b span ,", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "where W span and b span are learnable parameters and bias, respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The probability of the i th word being the start position of the span is computed as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "p start i tj = e \u03b1 start tj \u2022r i tj k \u03b1 start tj \u2022r k tj", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": ", and the loss for the start position pre-diction can be calculated as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L start = T t=1 M j=1 \u2212 log(P start tj \u2022 (y start tj ) ),", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "where y start tj is the one-hot start position label for the j th domain-slot pair at the t th turn.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Similarly, we can also get the loss L end for end positions prediction. Therefore, the total loss L span for the non-categorical slot-value prediction is the summation of L start and L end .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Non-Categorical Slot-Value Prediction", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Each categorical slot has several candidate values; e.g., slot price range in the hotel domain has three values {cheap, expensive, moderate}. At the t th turn, for the j th domain-slot pair, we first use another pre-trained BERT to get the aggregated representation of each value in the candidate list:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "y CLS l = BERT([CLS] \u2295 V l \u2295 [SEP]), (6)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "where l \u2208 {1, . . . , L}. Note that during the training process, this separate BERT model acts as a feature extractor and its model parameters are fixed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "We calculate the relevance score between the aggregated representation and a reference candidate by the cosine similarity (Lin et al., 2017) : where r CLS tj and y CLS l are the aggregated representations from the slot-context encoder and the reference candidate value, respectively.", |
| "cite_spans": [ |
| { |
| "start": 122, |
| "end": 140, |
| "text": "(Lin et al., 2017)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "cos(r CLS tj , y CLS l ) = r CLS tj \u2022 (y CLS l ) r CLS tj y CLS l ,", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "During the training process, we employ a hinge loss to enlarge the difference between the similarity of r CLS tj to the target value and that to the most similar value in the candidate-value list:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L picklist = T t=1 N \u2212M j=1 max(0, \u03bb \u2212 cos(r CLS tj , y CLS target ) + max y CLS l =y CLS target cos(r CLS tj , y CLS l )),", |
| "eq_num": "(8)" |
| } |
| ], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "where \u03bb is a constant margin and l \u2208 {1, . . . , L}, and L picklist only requires partial ontology for DS-DST.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Categorical Slot-Value Prediction", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "During training process, the above three modules can be jointly trained and share parameters of BERT. We optimize the summations of different losses as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training Objective", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L total = L gate + L span + L picklist .", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "Training Objective", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "For the slots that are not mentioned or the users can accept any values (i.e., slots \u2208 {none, dontcare}) at each dialogue turn, L span and L picklist are set to 0 and only the slot-gate classification is optimized during the training process.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training Objective", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "4 Experimental Setup", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training Objective", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "We use the MultiWOZ 2.0 dataset and the MultiWOZ 2.1 (Eric et al., 2019) dataset. MultiWOZ 2.0 is one of the largest multi-domain dialogue corpora with seven distinct domains and over 10, 000 dialogues. Compared with the original dataset, MultiWOZ 2.1 conducts dataset correction, including correcting dialog states, spelling errors, dialogue utterance corrections, and mis-annotations to reduce several substantial noises (more details can be found in Eric et al. (2019) ).", |
| "cite_spans": [ |
| { |
| "start": 53, |
| "end": 72, |
| "text": "(Eric et al., 2019)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 453, |
| "end": 471, |
| "text": "Eric et al. (2019)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "As hospital and police domains contain very few dialogues (5% of total dialogues), and they only appear in the training dataset, we ignore them in our experiments, following Wu et al. (2019) . We adopt only five domains (i.e., train, restaurant, hotel, taxi, attraction) and obtain totally 30 domainslot pairs in the experiments. Table 1 summarizes the domain-slot pairs and their corresponding statistics in MultiWOZ 2.0 and MultiWOZ 2.1. We follow the standard training/validation/test split strategy provided in the original datasets, and the data pre-processing script provided in Wu et al. (2019) .", |
| "cite_spans": [ |
| { |
| "start": 174, |
| "end": 190, |
| "text": "Wu et al. (2019)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 585, |
| "end": 601, |
| "text": "Wu et al. (2019)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 330, |
| "end": 337, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "For MultiWOZ 2.0 and 2.1, the candidate values for the categorical slots are derived based on the ground-truth values of each slot that appeared in the partial dataset ontology. Besides, Since there are no provided ground-truth start positions and end positions for non-categorical slots in the datasets, we find the spans trough string matching between the ground truth values and the values in the dialog contexts, and we treat the start and end positions of the span which appeared at the most recent dialog turn as the ground-truth start positions and end positions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Datasets", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We make a comparison with several existing models 2 and introduce some of them as below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "\u2022 SpanPtr (Xu and Hu, 2018) . It applies a RNNbased pointer network to find text spans with start and end pointers for each domain-slot pair.", |
| "cite_spans": [ |
| { |
| "start": 10, |
| "end": 27, |
| "text": "(Xu and Hu, 2018)", |
| "ref_id": "BIBREF31" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "\u2022 Ptr-DST. It is a variant based on SpanPtr with the exception that some slots are categorical slots, following DS-DST.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "\u2022 DSTreader (Gao et al., 2019b) . It models the DST from the perspective of machine reading comprehensions and applies a pre-trained BERT as initial word embeddings.", |
| "cite_spans": [ |
| { |
| "start": 12, |
| "end": 31, |
| "text": "(Gao et al., 2019b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "\u2022 DSTQA (Zhou and Small, 2019) . It applies a dynamically-evolving knowledge graph and generates question asking for the values of a domain-slot", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 30, |
| "text": "(Zhou and Small, 2019)", |
| "ref_id": "BIBREF35" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "MultiWOZ 2.0 MultiWOZ 2.1 SpanPtr (Xu and Hu, 2018) 30.28% 29.09% Ptr-DST -42.17% DSTreader (Gao et al., 2019b) 39.41% 36.40% TRADE (Wu et al., 2019) 48.62% 45.60% COMER (Ren et al., 2019) 45.72% -DSTQA w/span (Zhou and Small, 2019) 51.36% 49.67% DSTQA w/o span + (Zhou and Small, 2019) 51.44%", |
| "cite_spans": [ |
| { |
| "start": 34, |
| "end": 51, |
| "text": "(Xu and Hu, 2018)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 92, |
| "end": 111, |
| "text": "(Gao et al., 2019b)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 132, |
| "end": 149, |
| "text": "(Wu et al., 2019)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 170, |
| "end": 188, |
| "text": "(Ren et al., 2019)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 210, |
| "end": 232, |
| "text": "(Zhou and Small, 2019)", |
| "ref_id": "BIBREF35" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "51.17% BERT-DST -43.40% MA-DST (Kumar et al., 2020) -51.04% SST-2 + 51.17% 55.23% NA-DST (Le et al., 2020) 50 pair.", |
| "cite_spans": [ |
| { |
| "start": 31, |
| "end": 51, |
| "text": "(Kumar et al., 2020)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 89, |
| "end": 106, |
| "text": "(Le et al., 2020)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 TRADE (Wu et al., 2019) . It contains a slot gate module for slots classification and a pointer generator for states generation.", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 25, |
| "text": "(Wu et al., 2019)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 COMER (Ren et al., 2019) . It applies BERT as contextualized word embeddings and first generates the slot sequences in the belief state, then generates the value sequences for each slot.", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 26, |
| "text": "(Ren et al., 2019)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 BERT-DST . It uses BERT to obtain schema element embeddings and encode system as well as user utterances for dialogue state tracking. Different from the original model, it incorporates a pointer-generator copying mechanism for non-categorical slots of the Multi-WOZ datasets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 SST-2 . It uses the graph neural network to incorporate slot relations and model slot interactions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "For our proposed methods, we design three variants:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 DS-DST. It represents our proposed dual strategy model for DST, which can simultaneously handle the non-categorical slots as well as the categorical ones. Following heuristics from , time and number related slots are treated as non-categorical slots, resulting in five slot types across four domains (nine domain-slot pairs in total), and the rest slots are treated as categorical slots (See also in Table 4 ). We also conduct investigations to decide domain-slot types in the experiments.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 402, |
| "end": 409, |
| "text": "Table 4", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 DS-Span. Similar to Xu and Hu (2018) ; Gao et al. (2019b) , it treats all domain-slot pairs as non-categorical slots, where corresponding values for each slot are extracted through text spans (string matching) with start and end positions in the dialog context.", |
| "cite_spans": [ |
| { |
| "start": 22, |
| "end": 38, |
| "text": "Xu and Hu (2018)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 41, |
| "end": 59, |
| "text": "Gao et al. (2019b)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 DS-Picklist. Similar to , It assumes a full ontology is available and treats all domain-slot pairs as categorical slots, where corresponding values for each slot are found in the candidate-value list (picklist).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "We evaluate all the models using the joint accuracy metric. At each turn, the joint accuracy is 1.0 if and only if all < domain, slot, value > triplets are predicted correctly, otherwise 0. The score is averaged across all the turns in the evaluation set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Overall performance Table 2 shows the results on the test sets of two datasets. We can see that our models achieve the top performance on MultiWOZ 2.0 and competitive performance on MultiWOZ 2.1. Among these state-of-the-art results, ours are less sensitive to the dataset differences.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 20, |
| "end": 27, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Joint Accuracy", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Comparing DS-Span and DS-DST, we can find that jointly using the non-categorical and categorical approaches is indeed helpful in multi-domain DST. When the model has access to the full ontology, DS-Picklist shows that our method could further improve the DST performance. Although DS-Picklist is higher than DS-DST, in real scenarios, it may be nontrivial to have access to the full ontology. In the paper, we jointly train the three mod-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Joint Accuracy", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Joint Accuracy BERT-DST 43.40% DS-DST 51.21% BERT-DST-Picklist (single turn) 39.86% BERT-DST-Picklist (whole dialog history) 46.42% ToD-BERT (Wu et al., 2020) 48.00% DS-Picklist 53.30% Table 3 : Joint accuracy on the test sets of MultiWOZ 2.1. BERT-DST is the model used in MultiWOZ 2.1. BERT-DST-Picklist is the original model described in , where a full ontology is required and all the slots are treated as categorical slots,. 'single turn' and 'whole dialog history' represent the Bert utterance inputs are the current dialog turn and the whole dialog history, respectively. ules in Section 3.5, we also conduct experiments for separately training the non-categorical slots and categorical slots. DS-DST drops by 1.90% on Mul-tiWOZ 2.1, which shows the benefits of jointly training.", |
| "cite_spans": [ |
| { |
| "start": 141, |
| "end": 158, |
| "text": "(Wu et al., 2020)", |
| "ref_id": "BIBREF29" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 63, |
| "end": 76, |
| "text": "(single turn)", |
| "ref_id": null |
| }, |
| { |
| "start": 185, |
| "end": 192, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "Detailed comparisons with BERT related methods Compared with those methods as shown in Table 2 , we can observe that DS-Span, which employs the strength of BERT, outperforms SpanPtr by 10.91%, and it outperforms COMMER and DSTreader, which also use a pre-trained BERT model as dialog context embeddings and word embeddings, respectively. DS-DST outperforms BERT-DST, which separately encodes dialog context and domain-slot pairs based on BERT, by 7.81% on MultiWOZ 2.1. The above results shows the effectiveness of our model design based on BERT, where we enforce the strong interactions between dialog context and domain-slot pairs. To further investigate the differences and importance of strong interactions, we reproduce the original BERT-DST model described in . In addition, we compare with ToD-BERT (Wu et al., 2020) , which is a large pre-trained model based on several task-oriented dialogue datasets, and it also separately encodes dialog context and domain-slot pairs. We show the results in Table 3 . 3 We observe that our model is consistently much better than BERT-DST and BERT-DST-Picklist. Moreover, our models based on BERT surpass the strong ToD-BERT. We conclude that our improvements come from the strong interactions between slots and dialog context. Therefore, it is important to 3 Here we did not show the results when treating all the slots as non-categorical slots, one reason is that the performances of BERT-DST-Span are much worse than BERT-DST. (Noreen, 1989 ). The slots above the first dashed line are categorical slots and the slots below the first dashed line are non-categorical slots for DS-DST. The last row shows the average slot accuracy.", |
| "cite_spans": [ |
| { |
| "start": 806, |
| "end": 823, |
| "text": "(Wu et al., 2020)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 1013, |
| "end": 1014, |
| "text": "3", |
| "ref_id": null |
| }, |
| { |
| "start": 1302, |
| "end": 1303, |
| "text": "3", |
| "ref_id": null |
| }, |
| { |
| "start": 1474, |
| "end": 1487, |
| "text": "(Noreen, 1989", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 87, |
| "end": 94, |
| "text": "Table 2", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 1003, |
| "end": 1010, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "employ strong interactions to multi-domain DST tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Models", |
| "sec_num": null |
| }, |
| { |
| "text": "Now that we have observed that DS-DST and DS-Picklist perform much better than DS-Span, we focus on where the accuracy improvement comes from. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Per Slot Accuracy", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Error analysis To better understand the improvement, we conducted an error analysis and inspected actual examples on the MultiWOZ 2.1 validation set. Table 5 shows the top-10 slots, according to the ratio of ground-truth slot values which cannot be found through span matching. That is, for such examples, DS-Span cannot extract the ground-truth strings, resulting in the low joint accuracy. Here, we show how well our DS-DST and DS-Picklist can correctly predict the missing values in DS-Span.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 150, |
| "end": 157, |
| "text": "Table 5", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis and Discussions", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "As we can see in this table, the two methods dramatically reduce the errors for some slots such as attraction-type, hotel-internet and hotel-parking. Hence, for these kinds of slots, it is better to treat them as categorical slots. Among the top-10 slots, the time-related slots such as taxi-leave at and trainarrive by, which are span-based slots in DS-DST, DS-Span and DS-DST cannot perform well as there are no span matching in the dialogue context, and only few values (i.e., 'none' and 'dontcare') can be correctly predicted by the slot-gate classification. When the ontology is accessible, DS-Picklist can further reduce the error rates, since the predicted values can be found in the candidate-values lists.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis and Discussions", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "On the other hand, we also investigated slots whose ground-truth values can be found through span matching, and we did not observe a significant difference between the three methods. This means that both the non-categorical and categorical methods perform similarly when target values are explicitly mentioned in the dialogues. Therefore, when most of the slot values can be found directly in the dialog context, these slots can be treated as either non-categorical slots or categorical slots.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis and Discussions", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "As our model relies on the slot-gate classification in Section 3.2, we also investigate the potential influence of this module. We replace this module with an oracle slot-gate classification module, and the joint accuracy is improved from 55.23% to 86.10% on the development set of MultiWOZ 2.1, which indicates that there is a great space to improve the performance with better designs of the slot-gate classification module.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Analysis and Discussions", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "Examples Table 6 shows three examples of dialogue turns in the validation set. In the first example, we can see that DS-Span cannot correctly extract the ground-truth values, because the User does not always explicitly mention 'yes' or 'no' when being asked about the internet or parking requests. In the second example, the User and the System are talking about a swimming pool, but they just say 'pool' and its meaning can be inferred from the context. As a result, DS-Span can only extract 'pool' as a value, which is not sufficient. In the third example, all the predictions are semantically correct; however, in terms of the string match, only DS-Picklist can correctly predict the value. The two other methods rely on span extraction. This is caused by formatting issues; that is, it is not always guaranteed that strings in the context satisfy desired formats, such as time expressions. Based on our analysis, future work needs to consider more relevant evaluation metrics than the widely-used User i am looking for an expensive place to stay on the north side of cambridge . System i am sorry , i haven ' t found any matches , would you like me to look for something else ? User i am looking for a 4 star hotel and i need free internet and parking . <hotel, internet, yes>, <hotel, stars, 4>, <hotel, parking, yes>, <hotel, type, hotel>, <hotel, area, north>, <hotel, price range, internet, free internet>, <hotel, stars, 4>, <hotel, parking, internet>, <hotel, type, none>, <hotel, area, north>, <hotel, price range, internet, yes>, <hotel, stars, 4>, <hotel, parking, yes>, <hotel, type, none>, <hotel, area, north>, <hotel, string matching metric. For example, in the QA research community, it is investigated how to more robustly evaluate QA models (Chen et al., 2019) .", |
| "cite_spans": [ |
| { |
| "start": 1258, |
| "end": 1265, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1266, |
| "end": 1275, |
| "text": "internet,", |
| "ref_id": null |
| }, |
| { |
| "start": 1276, |
| "end": 1281, |
| "text": "yes>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1282, |
| "end": 1289, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1290, |
| "end": 1296, |
| "text": "stars,", |
| "ref_id": null |
| }, |
| { |
| "start": 1297, |
| "end": 1300, |
| "text": "4>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1301, |
| "end": 1308, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1309, |
| "end": 1317, |
| "text": "parking,", |
| "ref_id": null |
| }, |
| { |
| "start": 1318, |
| "end": 1323, |
| "text": "yes>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1324, |
| "end": 1331, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1332, |
| "end": 1337, |
| "text": "type,", |
| "ref_id": null |
| }, |
| { |
| "start": 1338, |
| "end": 1345, |
| "text": "hotel>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1346, |
| "end": 1353, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1354, |
| "end": 1359, |
| "text": "area,", |
| "ref_id": null |
| }, |
| { |
| "start": 1360, |
| "end": 1367, |
| "text": "north>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1368, |
| "end": 1375, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1376, |
| "end": 1388, |
| "text": "price range,", |
| "ref_id": null |
| }, |
| { |
| "start": 1389, |
| "end": 1398, |
| "text": "internet,", |
| "ref_id": null |
| }, |
| { |
| "start": 1399, |
| "end": 1414, |
| "text": "free internet>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1415, |
| "end": 1422, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1423, |
| "end": 1429, |
| "text": "stars,", |
| "ref_id": null |
| }, |
| { |
| "start": 1430, |
| "end": 1433, |
| "text": "4>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1434, |
| "end": 1441, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1442, |
| "end": 1450, |
| "text": "parking,", |
| "ref_id": null |
| }, |
| { |
| "start": 1451, |
| "end": 1461, |
| "text": "internet>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1462, |
| "end": 1469, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1470, |
| "end": 1475, |
| "text": "type,", |
| "ref_id": null |
| }, |
| { |
| "start": 1476, |
| "end": 1482, |
| "text": "none>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1483, |
| "end": 1490, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1491, |
| "end": 1496, |
| "text": "area,", |
| "ref_id": null |
| }, |
| { |
| "start": 1497, |
| "end": 1504, |
| "text": "north>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1505, |
| "end": 1512, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1513, |
| "end": 1525, |
| "text": "price range,", |
| "ref_id": null |
| }, |
| { |
| "start": 1526, |
| "end": 1535, |
| "text": "internet,", |
| "ref_id": null |
| }, |
| { |
| "start": 1536, |
| "end": 1541, |
| "text": "yes>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1542, |
| "end": 1549, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1550, |
| "end": 1556, |
| "text": "stars,", |
| "ref_id": null |
| }, |
| { |
| "start": 1557, |
| "end": 1560, |
| "text": "4>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1561, |
| "end": 1568, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1569, |
| "end": 1577, |
| "text": "parking,", |
| "ref_id": null |
| }, |
| { |
| "start": 1578, |
| "end": 1583, |
| "text": "yes>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1584, |
| "end": 1591, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1592, |
| "end": 1597, |
| "text": "type,", |
| "ref_id": null |
| }, |
| { |
| "start": 1598, |
| "end": 1604, |
| "text": "none>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1605, |
| "end": 1612, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1613, |
| "end": 1618, |
| "text": "area,", |
| "ref_id": null |
| }, |
| { |
| "start": 1619, |
| "end": 1626, |
| "text": "north>,", |
| "ref_id": null |
| }, |
| { |
| "start": 1627, |
| "end": 1634, |
| "text": "<hotel,", |
| "ref_id": null |
| }, |
| { |
| "start": 1635, |
| "end": 1635, |
| "text": "", |
| "ref_id": null |
| }, |
| { |
| "start": 1762, |
| "end": 1781, |
| "text": "(Chen et al., 2019)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 9, |
| "end": 16, |
| "text": "Table 6", |
| "ref_id": "TABREF9" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Analysis and Discussions", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "Open discussions Multi-domain dialog state tracking is enjoying popularity in enhancing research on task-oriented dialog systems, to handle tasks across different domains and support a large number of services. However, it should be noted that there is much room for improvement with the popular MultiWOZ 2.0 and MultiWOZ 2.1 (Eric et al., 2019) datasets, due to their annotation errors, ambiguity, and inconsistency. Moreover, a potential problem is that no standard ways have been established for the evaluation of the MultiWOZ dataset. Some papers are following the pre-processing ways provided by Wu et al. (2019) , while others have their own ways, which may result in unfair comparisons; for example, there are some 'none' values in the test set, and an evaluation metric without considering them will lead to higher accuracy (up to 3% in our experience). Recent work has refined the datasets to form the latest MultiWOZ 2.2 dataset with higher quality and consistency . We encourage providing more details of the data processing in future work, and more importantly, testing models on the test set with the higher quality.", |
| "cite_spans": [ |
| { |
| "start": 326, |
| "end": 345, |
| "text": "(Eric et al., 2019)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 601, |
| "end": 617, |
| "text": "Wu et al. (2019)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ground Truths", |
| "sec_num": null |
| }, |
| { |
| "text": "In this paper, we have proposed a dual strategy model with strong interactions between the dialog context and domain-slot pairs for the task of multi-domain dialog state tracking. In particular, we predict the slot value via selecting over a partial ontology for categorical slots or finding values from the dialog context for non-categorical slots. Our models achieve the state of the art results on the MultiWOZ 2.0 and competitive results on the MultiWOZ 2.1. Moreover, we conduct a comprehensive analysis on the dataset to facilitate future research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We employ a pre-trained BERT model with the \"bert-base-uncased\" configuration. 4 During the fine-tuning process, we update all the model parameters using the BertAdam (Devlin et al., 2019) optimizer. The maximum input sequence length after WordPiece tokenization for BERT is set to 512. The constant margin \u03bb is set to 0.5 for the DS-DST and DS-Picklist models. For the Multi-WOZ 2.0 and MultiWOZ 2.1 datasets, the initial learning rate is set to 1e \u2212 4, and the proportion for learning rate warmup is set to 0.1. The batch size is set to 16. We follow the learning rate decay mechanism as in , and we set the maximum number of the training epochs to 5. We check the joint accuracy on the validation set after every 1,000 iterations, and keep the best checkpoint to be used for the final evaluation on the test set.", |
| "cite_spans": [ |
| { |
| "start": 79, |
| "end": 80, |
| "text": "4", |
| "ref_id": null |
| }, |
| { |
| "start": 167, |
| "end": 188, |
| "text": "(Devlin et al., 2019)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A.1 Training Details", |
| "sec_num": null |
| }, |
| { |
| "text": "We present outputs of DS-Span and DS-DST in all the turns for two dialogues (i.e., MUL0729, PMUL2428) on the validation set of the MultiWOZ 2.1. Table 7 and Table 8 show the predicted dialog states for MUL0729 and PMUL2428, respectively. In Table 7 , hotel type and hotel internet are predicted incorrectly by DS-Span, where the value yes of hotel internet has a different description free wifi in the dialog context. For this type of values, DS-Span cannot find the spans directly in the dialog context. In Table 8 , DS-Span does not correctly predict the state <taxi, departure, funky fun house> at the 6 th turn. no , i am sorry . you will have to call them for the entrance fee . the phone number is 01223304705 . User:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 145, |
| "end": 164, |
| "text": "Table 7 and Table 8", |
| "ref_id": null |
| }, |
| { |
| "start": 241, |
| "end": 248, |
| "text": "Table 7", |
| "ref_id": null |
| }, |
| { |
| "start": 508, |
| "end": 515, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A.2 Sample Output", |
| "sec_num": null |
| }, |
| { |
| "text": "thank you . i am also looking to book a taxi to travel between the 2 . i need it to arrive to the restaurant by the reservation time .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A.2 Sample Output", |
| "sec_num": null |
| }, |
| { |
| "text": "Ground Truths: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <taxi, arrive by, 15:00>, <attraction, name, funky fun house>, <taxi, destination, nandos>, <taxi, departure, funky fun house> DS-Span: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <taxi, arrive by, 15:00>, <attraction, name, funky fun house>, <taxi, destination, nandos>, <taxi, departure, none> Turn 6", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A.2 Sample Output", |
| "sec_num": null |
| }, |
| { |
| "text": "<restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <taxi, arrive by, 15:00>, <attraction, name, funky fun house> , <taxi, destination, nandos>, <taxi, departure, funky fun house> System: your taxi is booked and will be a white audi . the contact number is 07057575130 . how else may i help you ? User: that s all . thank you for your help !", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DS-DST:", |
| "sec_num": null |
| }, |
| { |
| "text": "Ground Truths: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <taxi, arrive by, 15:00>, <attraction, name, funky fun house> , <taxi, destination, nandos>, <taxi, departure, funky fun house> DS-Span: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <taxi, arrive by, 15:00>, <attraction, name, funky fun house> , <taxi, destination, nandos>, <taxi, departure, funky fun house> Turn 7", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DS-DST:", |
| "sec_num": null |
| }, |
| { |
| "text": "<restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <taxi, arrive by, 15:00>, <attraction, name, funky fun house> , <taxi, destination, nandos>, <taxi, departure, funky fun house> Table 8 : Predicted dialog states of DS-Span and DS-DST for domains (i.e., taxi, attraction, restaurant) in dialogue PMUL2428 from the MultiWOZ 2.1 dataset.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 276, |
| "end": 283, |
| "text": "Table 8", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "DS-DST:", |
| "sec_num": null |
| }, |
| { |
| "text": "Recent work on question answering has shown that the joint encoding of query-context pairs is crucial to achieving high accuracy(Qiu et al., 2019;Asai et al., 2019)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We did not compare with and(Shan et al., 2020) as the datasets preprocessing is different with other baselines and ours.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://github.com/huggingface/ transformers/tree/master/examples", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work is supported in part by NSF under grants III-1763325, III-1909323, and SaTC-1930941. We thank Salesforce research members for their insightful discussions, and the anonymous reviewers for their helpful and valuable comments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Learning to retrieve reasoning paths over wikipedia graph for question answering", |
| "authors": [ |
| { |
| "first": "Akari", |
| "middle": [], |
| "last": "Asai", |
| "suffix": "" |
| }, |
| { |
| "first": "Kazuma", |
| "middle": [], |
| "last": "Hashimoto", |
| "suffix": "" |
| }, |
| { |
| "first": "Hannaneh", |
| "middle": [], |
| "last": "Hajishirzi", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "Caiming", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1911.10470" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Akari Asai, Kazuma Hashimoto, Hannaneh Hajishirzi, Richard Socher, and Caiming Xiong. 2019. Learn- ing to retrieve reasoning paths over wikipedia graph for question answering. arXiv preprint arXiv:1911.10470.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Multiwoz-a largescale multi-domain wizard-of-oz dataset for taskoriented dialogue modelling", |
| "authors": [ |
| { |
| "first": "Pawe\u0142", |
| "middle": [], |
| "last": "Budzianowski", |
| "suffix": "" |
| }, |
| { |
| "first": "Tsung-Hsien", |
| "middle": [], |
| "last": "Wen", |
| "suffix": "" |
| }, |
| { |
| "first": "Bo-Hsiang", |
| "middle": [], |
| "last": "Tseng", |
| "suffix": "" |
| }, |
| { |
| "first": "Inigo", |
| "middle": [], |
| "last": "Casanueva", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Ultes", |
| "suffix": "" |
| }, |
| { |
| "first": "Milica", |
| "middle": [], |
| "last": "Osman Ramadan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ga\u0161i\u0107", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pawe\u0142 Budzianowski, Tsung-Hsien Wen, Bo-Hsiang Tseng, Inigo Casanueva, Stefan Ultes, Osman Ra- madan, and Milica Ga\u0161i\u0107. 2018. Multiwoz-a large- scale multi-domain wizard-of-oz dataset for task- oriented dialogue modelling. In EMNLP.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Evaluating question answering evaluation", |
| "authors": [ |
| { |
| "first": "Anthony", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Stanovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "Matt", |
| "middle": [], |
| "last": "Gardner", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2nd Workshop on Machine Reading for Question Answering", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anthony Chen, Gabriel Stanovsky, Sameer Singh, and Matt Gardner. 2019. Evaluating question answering evaluation. In Proceedings of the 2nd Workshop on Machine Reading for Question Answering.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Schema-guided multi-domain dialogue state tracking with graph attention neural networks", |
| "authors": [ |
| { |
| "first": "Lu", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Boer", |
| "middle": [], |
| "last": "Lv", |
| "suffix": "" |
| }, |
| { |
| "first": "Chi", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Su", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| }, |
| { |
| "first": "Bowen", |
| "middle": [], |
| "last": "Tan", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "AAAI", |
| "volume": "", |
| "issue": "", |
| "pages": "7521--7528", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lu Chen, Boer Lv, Chi Wang, Su Zhu, Bowen Tan, and Kai Yu. 2020. Schema-guided multi-domain di- alogue state tracking with graph attention neural net- works. In AAAI, pages 7521-7528.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Bert: Pre-training of deep bidirectional transformers for language understanding", |
| "authors": [ |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Devlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming-Wei", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenton", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. Bert: Pre-training of deep bidirectional transformers for language understand- ing. In NAACL.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Multiwoz 2.1: Multi-domain dialogue state corrections and state tracking baselines", |
| "authors": [ |
| { |
| "first": "Mihail", |
| "middle": [], |
| "last": "Eric", |
| "suffix": "" |
| }, |
| { |
| "first": "Rahul", |
| "middle": [], |
| "last": "Goel", |
| "suffix": "" |
| }, |
| { |
| "first": "Shachi", |
| "middle": [], |
| "last": "Paul", |
| "suffix": "" |
| }, |
| { |
| "first": "Abhishek", |
| "middle": [], |
| "last": "Sethi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sanchit", |
| "middle": [], |
| "last": "Agarwal", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuyag", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Dilek", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1907.01669" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mihail Eric, Rahul Goel, Shachi Paul, Abhishek Sethi, Sanchit Agarwal, Shuyag Gao, and Dilek Hakkani- Tur. 2019. Multiwoz 2.1: Multi-domain dialogue state corrections and state tracking baselines. arXiv preprint arXiv:1907.01669.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Neural approaches to conversational ai. Foundations and Trends R in Information Retrieval", |
| "authors": [ |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Michel", |
| "middle": [], |
| "last": "Galley", |
| "suffix": "" |
| }, |
| { |
| "first": "Lihong", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "13", |
| "issue": "", |
| "pages": "127--298", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jianfeng Gao, Michel Galley, Lihong Li, et al. 2019a. Neural approaches to conversational ai. Founda- tions and Trends R in Information Retrieval, 13(2- 3):127-298.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Dialog state tracking: A neural reading comprehension approach", |
| "authors": [ |
| { |
| "first": "Shuyang", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Abhishek", |
| "middle": [], |
| "last": "Sethi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sanchit", |
| "middle": [], |
| "last": "Aggarwal", |
| "suffix": "" |
| }, |
| { |
| "first": "Tagyoung", |
| "middle": [], |
| "last": "Chung", |
| "suffix": "" |
| }, |
| { |
| "first": "Dilek", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "SIGDIAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shuyang Gao, Abhishek Sethi, Sanchit Aggarwal, Tagyoung Chung, and Dilek Hakkani-Tur. 2019b. Dialog state tracking: A neural reading comprehen- sion approach. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "The second dialog state tracking challenge", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "SIGDIAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Henderson, Blaise Thomson, and Jason D Williams. 2014a. The second dialog state tracking challenge. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The third dialog state tracking challenge", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "IEEE SLT", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Henderson, Blaise Thomson, and Jason D Williams. 2014b. The third dialog state tracking challenge. In IEEE SLT.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Word-based dialog state tracking with recurrent neural networks", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Henderson, Blaise Thomson, and Steve Young. 2014c. Word-based dialog state tracking with recurrent neural networks. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The fifth dialog state tracking challenge", |
| "authors": [ |
| { |
| "first": "Seokhwan", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Luis", |
| "middle": [], |
| "last": "Fernando", |
| "suffix": "" |
| }, |
| { |
| "first": "D'", |
| "middle": [], |
| "last": "Haro", |
| "suffix": "" |
| }, |
| { |
| "first": "Rafael", |
| "middle": [ |
| "E" |
| ], |
| "last": "Banchs", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Koichiro", |
| "middle": [], |
| "last": "Yoshino", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "2016 IEEE Spoken Language Technology Workshop (SLT)", |
| "volume": "", |
| "issue": "", |
| "pages": "511--517", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Seokhwan Kim, Luis Fernando D'Haro, Rafael E Banchs, Jason D Williams, Matthew Henderson, and Koichiro Yoshino. 2016. The fifth dialog state track- ing challenge. In 2016 IEEE Spoken Language Tech- nology Workshop (SLT), pages 511-517. IEEE.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "The fourth dialog state tracking challenge", |
| "authors": [ |
| { |
| "first": "Seokhwan", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Luis", |
| "middle": [], |
| "last": "Fernando", |
| "suffix": "" |
| }, |
| { |
| "first": "D'", |
| "middle": [], |
| "last": "Haro", |
| "suffix": "" |
| }, |
| { |
| "first": "Rafael", |
| "middle": [ |
| "E" |
| ], |
| "last": "Banchs", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Dialogues with Social Robots", |
| "volume": "", |
| "issue": "", |
| "pages": "435--449", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Seokhwan Kim, Luis Fernando D'Haro, Rafael E Banchs, Jason D Williams, and Matthew Hender- son. 2017. The fourth dialog state tracking chal- lenge. In Dialogues with Social Robots, pages 435- 449. Springer.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "The eighth dialog system technology challenge", |
| "authors": [ |
| { |
| "first": "Seokhwan", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Michel", |
| "middle": [], |
| "last": "Galley", |
| "suffix": "" |
| }, |
| { |
| "first": "Chulaka", |
| "middle": [], |
| "last": "Gunasekara", |
| "suffix": "" |
| }, |
| { |
| "first": "Sungjin", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Atkinson", |
| "suffix": "" |
| }, |
| { |
| "first": "Baolin", |
| "middle": [], |
| "last": "Peng", |
| "suffix": "" |
| }, |
| { |
| "first": "Hannes", |
| "middle": [], |
| "last": "Schulz", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Jinchao", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Mahmoud", |
| "middle": [], |
| "last": "Adada", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1911.06394" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Seokhwan Kim, Michel Galley, Chulaka Gunasekara, Sungjin Lee, Adam Atkinson, Baolin Peng, Hannes Schulz, Jianfeng Gao, Jinchao Li, Mahmoud Adada, et al. 2019. The eighth dialog system technology challenge. arXiv preprint arXiv:1911.06394.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Ma-dst: Multi-attention based scalable dialog state tracking", |
| "authors": [ |
| { |
| "first": "Adarsh", |
| "middle": [], |
| "last": "Kumar", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Ku", |
| "suffix": "" |
| }, |
| { |
| "first": "Anuj", |
| "middle": [], |
| "last": "Kumar Goyal", |
| "suffix": "" |
| }, |
| { |
| "first": "Angeliki", |
| "middle": [], |
| "last": "Metallinou", |
| "suffix": "" |
| }, |
| { |
| "first": "Dilek", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adarsh Kumar, Peter Ku, Anuj Kumar Goyal, Angeliki Metallinou, and Dilek Hakkani-Tur. 2020. Ma-dst: Multi-attention based scalable dialog state tracking. AAAI.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Non-autoregressive dialog state tracking", |
| "authors": [ |
| { |
| "first": "Hung", |
| "middle": [], |
| "last": "Le", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [ |
| "H" |
| ], |
| "last": "Steven", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hoi", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hung Le, Richard Socher, and Steven CH Hoi. 2020. Non-autoregressive dialog state tracking. ICLR.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Sumbt: Slot-utterance matching for universal and scalable belief tracking", |
| "authors": [ |
| { |
| "first": "Hwaran", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Jinsik", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Tae-Yoon", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hwaran Lee, Jinsik Lee, and Tae-Yoon Kim. 2019. Sumbt: Slot-utterance matching for universal and scalable belief tracking. In ACL.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Sequicity: Simplifying task-oriented dialogue systems with single sequence-to-sequence architectures", |
| "authors": [ |
| { |
| "first": "Wenqiang", |
| "middle": [], |
| "last": "Lei", |
| "suffix": "" |
| }, |
| { |
| "first": "Xisen", |
| "middle": [], |
| "last": "Jin", |
| "suffix": "" |
| }, |
| { |
| "first": "Min-Yen", |
| "middle": [], |
| "last": "Kan", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhaochun", |
| "middle": [], |
| "last": "Ren", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiangnan", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Dawei", |
| "middle": [], |
| "last": "Yin", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wenqiang Lei, Xisen Jin, Min-Yen Kan, Zhaochun Ren, Xiangnan He, and Dawei Yin. 2018. Sequic- ity: Simplifying task-oriented dialogue systems with single sequence-to-sequence architectures. In ACL.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Adversarial ranking for language generation", |
| "authors": [ |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Dianqi", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodong", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhengyou", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming-Ting", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "NIPS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kevin Lin, Dianqi Li, Xiaodong He, Zhengyou Zhang, and Ming-Ting Sun. 2017. Adversarial ranking for language generation. In NIPS.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "An end-to-end trainable neural network model with belief tracking for taskoriented dialog", |
| "authors": [ |
| { |
| "first": "Bing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Ian", |
| "middle": [], |
| "last": "Lane", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "INTERSPEECH", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bing Liu and Ian Lane. 2017. An end-to-end trainable neural network model with belief tracking for task- oriented dialog. In INTERSPEECH.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Computer-Intensive Methods for Testing Hypotheses: An Introduction", |
| "authors": [ |
| { |
| "first": "Eric", |
| "middle": [ |
| "W" |
| ], |
| "last": "Noreen", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eric W. Noreen. 1989. Computer-Intensive Methods for Testing Hypotheses: An Introduction. Wiley- Interscience.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Dynamically fused graph network for multi-hop reasoning", |
| "authors": [ |
| { |
| "first": "Lin", |
| "middle": [], |
| "last": "Qiu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yunxuan", |
| "middle": [], |
| "last": "Xiao", |
| "suffix": "" |
| }, |
| { |
| "first": "Yanru", |
| "middle": [], |
| "last": "Qu", |
| "suffix": "" |
| }, |
| { |
| "first": "Hao", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Lei", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Weinan", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yong", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin Qiu, Yunxuan Xiao, Yanru Qu, Hao Zhou, Lei Li, Weinan Zhang, and Yong Yu. 2019. Dynamically fused graph network for multi-hop reasoning. In ACL.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Improving language understanding by generative pre-training", |
| "authors": [ |
| { |
| "first": "Alec", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| }, |
| { |
| "first": "Karthik", |
| "middle": [], |
| "last": "Narasimhan", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alec Radford, Karthik Narasimhan, Tim Salimans, and Ilya Sutskever. 2018. Improving language under- standing by generative pre-training.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Large-scale multi-domain belief tracking with knowledge sharing", |
| "authors": [ |
| { |
| "first": "Pawe\u0142", |
| "middle": [], |
| "last": "Osman Ramadan", |
| "suffix": "" |
| }, |
| { |
| "first": "Milica", |
| "middle": [], |
| "last": "Budzianowski", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ga\u0161i\u0107", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Osman Ramadan, Pawe\u0142 Budzianowski, and Milica Ga\u0161i\u0107. 2018. Large-scale multi-domain belief track- ing with knowledge sharing. In ACL.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Towards scalable multi-domain conversational agents: The schema-guided dialogue dataset", |
| "authors": [ |
| { |
| "first": "Abhinav", |
| "middle": [], |
| "last": "Rastogi", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaoxue", |
| "middle": [], |
| "last": "Zang", |
| "suffix": "" |
| }, |
| { |
| "first": "Srinivas", |
| "middle": [], |
| "last": "Sunkara", |
| "suffix": "" |
| }, |
| { |
| "first": "Raghav", |
| "middle": [], |
| "last": "Gupta", |
| "suffix": "" |
| }, |
| { |
| "first": "Pranav", |
| "middle": [], |
| "last": "Khaitan", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Abhinav Rastogi, Xiaoxue Zang, Srinivas Sunkara, Raghav Gupta, and Pranav Khaitan. 2020. Towards scalable multi-domain conversational agents: The schema-guided dialogue dataset. AAAI.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Scalable and accurate dialogue state tracking via hierarchical sequence generation", |
| "authors": [ |
| { |
| "first": "Liliang", |
| "middle": [], |
| "last": "Ren", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianmo", |
| "middle": [], |
| "last": "Ni", |
| "suffix": "" |
| }, |
| { |
| "first": "Julian", |
| "middle": [], |
| "last": "Mcauley", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Liliang Ren, Jianmo Ni, and Julian McAuley. 2019. Scalable and accurate dialogue state tracking via hi- erarchical sequence generation. EMNLP.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "A contextual hierarchical attention network with adaptive objective for dialogue state tracking", |
| "authors": [ |
| { |
| "first": "Yong", |
| "middle": [], |
| "last": "Shan", |
| "suffix": "" |
| }, |
| { |
| "first": "Zekang", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Jinchao", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Fandong", |
| "middle": [], |
| "last": "Meng", |
| "suffix": "" |
| }, |
| { |
| "first": "Yang", |
| "middle": [], |
| "last": "Feng", |
| "suffix": "" |
| }, |
| { |
| "first": "Cheng", |
| "middle": [], |
| "last": "Niu", |
| "suffix": "" |
| }, |
| { |
| "first": "Jie", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2006.01554" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yong Shan, Zekang Li, Jinchao Zhang, Fandong Meng, Yang Feng, Cheng Niu, and Jie Zhou. 2020. A con- textual hierarchical attention network with adaptive objective for dialogue state tracking. arXiv preprint arXiv:2006.01554.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "A networkbased end-to-end trainable task-oriented dialogue system", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Tsung-Hsien Wen", |
| "suffix": "" |
| }, |
| { |
| "first": "Nikola", |
| "middle": [], |
| "last": "Vandyke", |
| "suffix": "" |
| }, |
| { |
| "first": "Milica", |
| "middle": [], |
| "last": "Mrksic", |
| "suffix": "" |
| }, |
| { |
| "first": "Lina", |
| "middle": [ |
| "M" |
| ], |
| "last": "Gasic", |
| "suffix": "" |
| }, |
| { |
| "first": "Pei-Hao", |
| "middle": [], |
| "last": "Rojas-Barahona", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Su", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Ultes", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tsung-Hsien Wen, David Vandyke, Nikola Mrksic, Milica Gasic, Lina M Rojas-Barahona, Pei-Hao Su, Stefan Ultes, and Steve Young. 2016. A network- based end-to-end trainable task-oriented dialogue system. In EACL.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "The dialog state tracking challenge", |
| "authors": [ |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Raux", |
| "suffix": "" |
| }, |
| { |
| "first": "Deepak", |
| "middle": [], |
| "last": "Ramachandran", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Black", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "SIGDIAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jason Williams, Antoine Raux, Deepak Ramachandran, and Alan Black. 2013. The dialog state tracking challenge. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Tod-bert: Pre-trained natural language understanding for task-oriented dialogues", |
| "authors": [ |
| { |
| "first": "Chien-Sheng", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Steven", |
| "middle": [], |
| "last": "Hoi", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "Caiming", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2004.06871" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chien-Sheng Wu, Steven Hoi, Richard Socher, and Caiming Xiong. 2020. Tod-bert: Pre-trained natural language understanding for task-oriented dialogues. arXiv preprint arXiv:2004.06871.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Transferable multi-domain state generator for task-oriented dialogue systems", |
| "authors": [ |
| { |
| "first": "Chien-Sheng", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Madotto", |
| "suffix": "" |
| }, |
| { |
| "first": "Ehsan", |
| "middle": [], |
| "last": "Hosseini-Asl", |
| "suffix": "" |
| }, |
| { |
| "first": "Caiming", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| }, |
| { |
| "first": "Pascale", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chien-Sheng Wu, Andrea Madotto, Ehsan Hosseini- Asl, Caiming Xiong, Richard Socher, and Pascale Fung. 2019. Transferable multi-domain state gener- ator for task-oriented dialogue systems. In ACL.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "An end-to-end approach for handling unknown slot values in dialogue state tracking", |
| "authors": [ |
| { |
| "first": "Puyang", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Qi", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Puyang Xu and Qi Hu. 2018. An end-to-end approach for handling unknown slot values in dialogue state tracking. In ACL.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Pomdp-based statistical spoken dialog systems: A review", |
| "authors": [ |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| }, |
| { |
| "first": "Milica", |
| "middle": [], |
| "last": "Ga\u0161i\u0107", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the IEEE", |
| "volume": "101", |
| "issue": "5", |
| "pages": "1160--1179", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steve Young, Milica Ga\u0161i\u0107, Blaise Thomson, and Ja- son D Williams. 2013. Pomdp-based statistical spo- ken dialog systems: A review. Proceedings of the IEEE, 101(5):1160-1179.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Multiwoz 2.2: A dialogue dataset with additional annotation corrections and state tracking baselines", |
| "authors": [ |
| { |
| "first": "Xiaoxue", |
| "middle": [], |
| "last": "Zang", |
| "suffix": "" |
| }, |
| { |
| "first": "Abhinav", |
| "middle": [], |
| "last": "Rastogi", |
| "suffix": "" |
| }, |
| { |
| "first": "Srinivas", |
| "middle": [], |
| "last": "Sunkara", |
| "suffix": "" |
| }, |
| { |
| "first": "Raghav", |
| "middle": [], |
| "last": "Gupta", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianguo", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jindong", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2007.12720" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaoxue Zang, Abhinav Rastogi, Srinivas Sunkara, Raghav Gupta, Jianguo Zhang, and Jindong Chen. 2020. Multiwoz 2.2: A dialogue dataset with addi- tional annotation corrections and state tracking base- lines. arXiv preprint arXiv:2007.12720.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Global-locally self-attentive encoder for dialogue state tracking", |
| "authors": [ |
| { |
| "first": "Victor", |
| "middle": [], |
| "last": "Zhong", |
| "suffix": "" |
| }, |
| { |
| "first": "Caiming", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Socher", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Victor Zhong, Caiming Xiong, and Richard Socher. 2018. Global-locally self-attentive encoder for di- alogue state tracking. In ACL.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "User: i am looking for a train from ely to cambridge . do you have such trains ? Ground Truths: <train, destination, cambridge>, <train, departure, ely> DS-Span: <train, destination, cambridge>, <train, departure, ely> Turn 1 DS-DST: <train, destination, cambridge>, <train, departure, ely> System: there are 70 trains do you have a date and time you would like to go ? User: i would like", |
| "authors": [ |
| { |
| "first": "Li", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Kevin", |
| "middle": [], |
| "last": "Small", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Multi-domain dialogue state tracking as dynamic knowledge graph enhanced question answering", |
| "volume": "11", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1911.06192" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Li Zhou and Kevin Small. 2019. Multi-domain dia- logue state tracking as dynamic knowledge graph enhanced question answering. arXiv preprint arXiv:1911.06192. User: i am looking for a train from ely to cambridge . do you have such trains ? Ground Truths: <train, destination, cambridge>, <train, departure, ely> DS-Span: <train, destination, cambridge>, <train, departure, ely> Turn 1 DS-DST: <train, destination, cambridge>, <train, departure, ely> System: there are 70 trains do you have a date and time you would like to go ? User: i would like to leave on a sunday and arrive by 11:30 .", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> Turn 2 DS-DST: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely}, <train, day, sunday> System: tr4212 is arriving at 9:52 would that work for you ? User: what time does that train depart ? Ground Truths: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> DS-Span: <train, arrive by", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ds-Span", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Ground Truths: <train, arrive by, 11:30>, <train, destination", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ground Truths: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> DS-Span: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> Turn 2 DS-DST: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely}, <train, day, sunday> System: tr4212 is arriving at 9:52 would that work for you ? User: what time does that train depart ? Ground Truths: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> DS-Span: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> Turn 3 DS-DST: <train, arrive by, 11:30>, <train, destination, cambridge>, <train, departure, ely>, <train, day, sunday> System: the train leaves at 9:35 . shall i book it for you ? User: no , thank you . i would like to see if you could find a place for me to stay that would have a 4 star rating .", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "11:30>, <train, departure, ely> System: of course , there are many 4 star hotel -s to choose from . would you like me to book 1 for you ? User: not yet , thanks . are any of them guesthouses ? Ground Truths: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, type, guest house> DS-Span: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, type, hotel> Turn 5 DS-DST: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, type, guest house> System: there are 18 guesthouses to choose from , do you have a preference to the area you would like to stay ? User: i need a 4 star , and in the east with free wifi for 4 people , 5 nights . i'll need a reference number . Ground Truths: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, type, guest house> DS-Span: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, no>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, type, hotel> Turn 6 DS-DST: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel", |
| "authors": [], |
| "year": null, |
| "venue": "Ground Truths: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely> DS-Span: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely> Turn 4 DS-DST: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ground Truths: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely> DS-Span: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely> Turn 4 DS-DST: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely> System: of course , there are many 4 star hotel -s to choose from . would you like me to book 1 for you ? User: not yet , thanks . are any of them guesthouses ? Ground Truths: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, type, guest house> DS-Span: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, type, hotel> Turn 5 DS-DST: <train, day, sunday>, <hotel, stars, 4>, <train, destination, cambridge>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, type, guest house> System: there are 18 guesthouses to choose from , do you have a preference to the area you would like to stay ? User: i need a 4 star , and in the east with free wifi for 4 people , 5 nights . i'll need a reference number . Ground Truths: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, type, guest house> DS-Span: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, no>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, type, hotel> Turn 6 DS-DST: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, type, guest house> System: do you want that guesthouse reservation to begin on sunday ? User: yes . i need 5 nights starting on sunday .", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, hotel>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel area, east>, <hotel, book day, sunday> Turn 7 DS-DST: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, guest house>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday> System: i have confirmed your reservation at allenbell starting on sunday for 5 nights . your reference number is sltivabu . can i help with anything else ? User: that is all i need . thank you so much for all your help . Ground Truths: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, guest house>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday> DS-Span: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, hotel>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day", |
| "authors": [ |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Ds-Span", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Stay", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "11", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ground Truths: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, guest house>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday> DS-Span: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, hotel>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel area, east>, <hotel, book day, sunday> Turn 7 DS-DST: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, guest house>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday> System: i have confirmed your reservation at allenbell starting on sunday for 5 nights . your reference number is sltivabu . can i help with anything else ? User: that is all i need . thank you so much for all your help . Ground Truths: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, guest house>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday> DS-Span: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, hotel>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday> Turn 8 DS-DST: <train, day, sunday>, <hotel, book stay, 5>, <hotel, book people, 4>, <hotel, stars, 4>, <train, destination, cambridge>, <hotel, internet, yes>, <hotel, type, guest house>, <train, arrive by, 11:30>, <train, departure, ely>, <hotel, area, east>, <hotel, book day, sunday>", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Predicted dialog states of DS-Span and DS-DST for domains", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "7", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Table 7: Predicted dialog states of DS-Span and DS-DST for domains (i.e., train, hotel) in dialogue MUL0729 from the MultiWOZ 2.1 dataset.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "The architecture of our proposed DS-DST model. The left part is a fixed BERT model which acts as a feature extractor and outputs the representations of values in the candidate-value list for each categorical slot (marked in purple). The right part is the other fine-tuned BERT model which outputs representations for the concatenation of each domain-slot pair and the recent dialog context.", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF1": { |
| "text": "The dataset information of MultiWOZ 2.0 and MultiWOZ 2.1. The top two rows list 5 selected domains, consisting of 30 domain-slot pairs. The last three rows show the number of dialogues for each domain.", |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "text": "Joint accuracy on the test sets of MultiWOZ 2.0 and 2.1.", |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF5": { |
| "text": "", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>: The slot-level accuracy on the test set of Mul-</td></tr><tr><td>tiWOZ 2.1. '+/-' indicates absolute performance im-</td></tr><tr><td>provement/degradation compared with DS-Span. The</td></tr><tr><td>numbers highlighted in bold indicate that the differ-</td></tr><tr><td>ence is significant (p < 0.05), tested by bootstrap re-</td></tr><tr><td>sampling</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF6": { |
| "text": "", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>shows the accuracy for each slot type</td></tr><tr><td>on the MultiWOZ 2.1 test set, and we can observe</td></tr><tr><td>significant improvement over the DS-Span base-</td></tr><tr><td>line for some slots, including hotel-type, attraction-</td></tr><tr><td>type, attraction-name, hotel-internet and hotel-</td></tr><tr><td>parking. This is because their values usually have</td></tr><tr><td>different expressions and cannot be extracted from</td></tr><tr><td>the dialog context, which decreases the perfor-</td></tr><tr><td>mance of the span-based methods. In contrast, their</td></tr><tr><td>values can be predicted directly from the candidate-</td></tr><tr><td>value lists. Compared with other slots, these slots</td></tr><tr><td>still have space for improvements.</td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF7": { |
| "text": "Statistics of Top-10 slots on the MultiWOZ 2.1 validation set based on (#Unfound / #Relative_Turns). DS-DST and DS-Picklist show percentages based on (#Recover / #Unfound). #Unfound is the number of slots whose values cannot be found through span matching in the dialog context, #Relative_Turns is the number of dialogue turns where the slot type is mentioned, and #Recover indicates the number of values correctly predicted by DS-DST or DS-Picklist.", |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF8": { |
| "text": "price range, expensive> User it's so hot today , can you help me find a good pool to visit on the north side of the city ? System i have 2 pools in the north area of town : jesus green outdoor pool and kings hedges learner pool . which do you prefer ? User kings hedges sounds nice . can i get the address please ? Ground Truths <attraction, area, north>, <attraction, type, swimming pool>, <attraction, name, kings hedges learner pool>", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td>DS-Span</td><td><attraction, area, north>, <attraction, type, pool>, <attraction, name, kings hedges learner pool></td></tr><tr><td>DS-DST</td><td><attraction, area, north>, <attraction, type, swimming pool>, <attraction, name, kings hedges learner pool></td></tr><tr><td>User</td><td>do you happen to know of any trains leaving for cambridge this wednesday ?</td></tr><tr><td>System</td><td>yes . there are a total of 202 trains leaving for cambridge on wednesday . where will you be departing from ?</td></tr><tr><td>User</td><td>i will be leaving from norwich and i need to arrive by 8 : 15 .</td></tr><tr><td>System</td><td>the tr4203 is leaving from norwich to cambridge at 05 : 16 . would you like to book a ticket ?</td></tr><tr><td>User</td><td>sure , can you book that for 2 people and provide my reference number ?</td></tr><tr><td>Ground Truths</td><td><train, arrive by, 08 : 15>, <train, departure, norwich>, <train, day, wednesday>, <train, book people, 2>, <train, destination, cambridge></td></tr><tr><td>DS-Span</td><td><train, arrive by, 8 : 15>, <train, departure, norwich>, <train, day, wednesday>, <train, book people, 2>, <train, destination, cambridge></td></tr><tr><td>DS-DST</td><td><train, arrive by, 8 : 15>, <train, departure, norwich>, <train, day, wednesday>, <train, book people, 2>, <train, destination, cambridge></td></tr><tr><td>DS-Picklist</td><td><train, arrive by, 08 : 15>, <train, departure, norwich>, <train, day, wednesday>, <train, book people, 2>, <train, destination, cambridge></td></tr></table>", |
| "type_str": "table" |
| }, |
| "TABREF9": { |
| "text": "Predicted dialog states on the MultiWOZ 2.1 validation set, bold face means incorrect prediction. The first two examples show comparisons between DS-Span and DS-DST. The last example shows comparisons between DS-Span, DS-DST and DS-Picklist.", |
| "num": null, |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table" |
| }, |
| "TABREF10": { |
| "text": "have your table reserved for 15:00 on monday . they will hold your table for 15 minutes , your reference number is hvb51vam . User: thank you . am also looking for place -s to go in town . the attraction should be in the east Ground Truths: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00> DS-Span: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00> Ground Truths: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00> DS-Span: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00> <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00> System: yes , the funky fun house is a great place . User: great ! can you tell me what the entrance fee is please ? Ground Truths: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <attraction, name, funky fun house> DS-Span: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00>, <attraction, name, funky fun house> Turn 5 DS-DST: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00> <attraction, name, funky fun house> System:", |
| "num": null, |
| "html": null, |
| "content": "<table><tr><td/><td>User:</td><td>i am planning a trip to go to a particular restaurant , can you assist ?</td></tr><tr><td>Turn 1</td><td>Ground Truths: DS-Span:</td></tr><tr><td/><td>DS-DST:</td></tr><tr><td/><td>System:</td><td>sure , what is the name of this particular restaurant ?</td></tr><tr><td/><td>User:</td><td>it s called nandos and i would like to book it for monday at 15:00 . there will be 6 people .</td></tr><tr><td>Turn 2</td><td colspan=\"2\">Ground Truths: <restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book time, 15:00>, <restaurant, book people, 6></td></tr><tr><td/><td>DS-Span:</td><td><restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book time, 15:00>, <restaurant, book people, 6></td></tr><tr><td/><td>DS-DST:</td><td><restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book time, 15:00>, <restaurant, book people, 6></td></tr><tr><td colspan=\"3\">System: no problem ! i Turn 3</td></tr><tr><td/><td>DS-DST:</td><td><restaurant, book day, monday>, <restaurant, name, nandos>, <restaurant, book people, 6>, <attraction, area, east>, <restaurant, book time, 15:00></td></tr><tr><td/><td>System:</td><td>what are you looking to do ? my system has located 10 place -s .</td></tr><tr><td/><td>User:</td><td>could you recommend something ?</td></tr><tr><td>Turn 4</td><td/></tr><tr><td/><td>DS-DST:</td></tr></table>", |
| "type_str": "table" |
| } |
| } |
| } |
| } |