ACL-OCL / Base_JSON /prefixC /json /C18 /C18-1040.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "C18-1040",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:08:35.890283Z"
},
"title": "Interpretation of Implicit Conditions in Database Search Dialogues",
"authors": [
{
"first": "Shun-Ya",
"middle": [],
"last": "Fukunaga",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Tokyo Institute of Technology",
"location": {}
},
"email": "fukunaga.s.ab@m"
},
{
"first": "Hitoshi",
"middle": [],
"last": "Nishikawa",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Tokyo Institute of Technology",
"location": {}
},
"email": "hitoshi@c"
},
{
"first": "Takenobu",
"middle": [],
"last": "Tokunaga",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Tokyo Institute of Technology",
"location": {}
},
"email": ""
},
{
"first": "Hikaru",
"middle": [],
"last": "Yokono",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Fujitsu Laboratories Ltd",
"location": {}
},
"email": "yokono.hikaru@jp.fujitsu.com"
},
{
"first": "Tetsuro",
"middle": [],
"last": "Takahashi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Fujitsu Laboratories Ltd",
"location": {}
},
"email": "takahashi.tet@jp.fujitsu.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Targeting the database search dialogue, we propose to utilise information in the user utterances that do not directly mention the database (DB) field of the backend database system but are useful for constructing database queries. We call this kind of information implicit conditions. Interpreting the implicit conditions enables the dialogue system more natural and efficient in communicating with humans. We formalised the interpretation of the implicit conditions as classifying user utterances into the related DB field while identifying the evidence for that classification at the same time. Introducing this new task is one of the contributions of this paper. We implemented two models for this task: an SVM-based model and an RCNN-based model. Through the evaluation using a corpus of simulated dialogues between a real estate agent and a customer, we found that the SVM-based model showed better performance than the RCNN-based model.",
"pdf_parse": {
"paper_id": "C18-1040",
"_pdf_hash": "",
"abstract": [
{
"text": "Targeting the database search dialogue, we propose to utilise information in the user utterances that do not directly mention the database (DB) field of the backend database system but are useful for constructing database queries. We call this kind of information implicit conditions. Interpreting the implicit conditions enables the dialogue system more natural and efficient in communicating with humans. We formalised the interpretation of the implicit conditions as classifying user utterances into the related DB field while identifying the evidence for that classification at the same time. Introducing this new task is one of the contributions of this paper. We implemented two models for this task: an SVM-based model and an RCNN-based model. Through the evaluation using a corpus of simulated dialogues between a real estate agent and a customer, we found that the SVM-based model showed better performance than the RCNN-based model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The information that a dialogue system needs to extract from user utterances highly depends on its backend application. When being used as a natural language interface of a database system, the dialogue system should be able to extract pieces of information corresponding to the record fields of the database (DB) for constructing a query. There have been several attempts to extract this type of information from user utterances in database search dialogues. For instance, several studies (Raymond and Riccardi, 2007; Mesnil et al., 2015; Liu and Lane, 2016b) tried to extract values for the database field defined in the ATIS (The Air Travel Information System) corpus (Hemphill et al., 1990; Dahl et al., 1994) from the user utterances. The ATIS corpus includes a set of dialogues between users and an air travel system that were collected through the Wizard-of-Oz method. The tags that correspond to the backend database fields, e.g. departure city, arrival date, are annotated to the expressions in the user utterances. However, the utterances in real dialogues include information that does not always directly correspond to database fields but provides useful information for constructing database queries. It will be natural and more efficient if the dialogue system can utilise this type of information for retrieving the database. For instance, in real estate search dialogues, which is our target domain, the number of family members provides useful information for deciding the size of a house, but it is rarely a field of the real estate database as the number of family members is an attribute of the customer rather than that of houses. We call this type of information implicit conditions (Fukunaga et al., 2018) .",
"cite_spans": [
{
"start": 490,
"end": 518,
"text": "(Raymond and Riccardi, 2007;",
"ref_id": "BIBREF17"
},
{
"start": 519,
"end": 539,
"text": "Mesnil et al., 2015;",
"ref_id": "BIBREF14"
},
{
"start": 540,
"end": 560,
"text": "Liu and Lane, 2016b)",
"ref_id": "BIBREF12"
},
{
"start": 671,
"end": 694,
"text": "(Hemphill et al., 1990;",
"ref_id": "BIBREF7"
},
{
"start": 695,
"end": 713,
"text": "Dahl et al., 1994)",
"ref_id": "BIBREF3"
},
{
"start": 1705,
"end": 1728,
"text": "(Fukunaga et al., 2018)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To realise a dialogue system that can utilise the implicit conditions for the database search, we need to tackle the following two tasks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(1) extracting pairs of a DB field and its value from user utterances that include the implicit conditions",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(2) identifying the span in the utterance that represents the evidence for the DB field and value pair extraction",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The task (1) provides useful information for efficiently constructing database queries from utterances that include the implicit conditions. The identified utterance span by the task (2) is helpful in constructing clarification utterances by the system. As the task (1) requires a kind of inference to derive the DB field and value pair, the system interpretation is not necessarily correct. It will be safer and more natural to confirm the system interpretation with providing the evidence of that interpretation through clarification utterances. For instance, in the following dialogue fragment, the system inferred the DB field \"number of rooms\" and its value \"one\" from the user utterance. To ensure that this interpretation is correct, the system can add the evidence of the interpretation in the clarification utterance. This system utterance with the evidence is more natural than that without the evidence, i.e. \"One bedroom place is large enough, isn't it?\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": ". . . U: I will live alone.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "S: As you live alone, one bedroom place is large enough, isn't it?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": ". . .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In such case, identifying that the span \"live alone\" is the evidence for extracting the DB field \"number of rooms\" and its value is worthwhile for constructing the clarification utterance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "We tackle the task (1) in two steps: extracting the DB field and extracting its value. In this paper, we first formalise the DB field extraction as a classification problem of user utterances into the DB fields. As we can derive multiple DB fields from a single utterance, the DB field extraction can be formalised as a multi-label classification. Furthermore, we solve the DB field classification together with the task (2), the evidence identification by adopting the method proposed by Lei et al. (2016) . We put the DB field value extraction for the future work, as it requires the information of the database structure and its contents.",
"cite_spans": [
{
"start": 489,
"end": 506,
"text": "Lei et al. (2016)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The traditional pipeline for task-oriented dialogue systems consists of four modules: Natural Language Understanding (NLU), Dialogue State Tracking, Policy Learning and Natural Language Generation (Chen et al., 2017) . The NLU task can be further divided into two tasks: intent detection and slotfilling. The intent detection classifies user utterances into the categories of user intention, e.g. request, question, inform and so on. The slot-filling extracts the semantic contents of user utterances in the form of slot-value pairs, e.g. the slot-value pairs From-Location=\"New York\" and To-Location=\"Chicago\" are extracted from \"I'm going to go to Chicago from New York.\". Regarding this general framework, our task corresponds to the slot-filling task. The slot-filling task can be formalised as a sequential labelling problem where each word in the target utterance is assigned an IOB tag of semantic slots (Ramshaw and Marcus, 1995) . Recently, many studies adopt Recurrent Neural Network (RNN) (Mesnil et al., 2013; Yao et al., 2013; Mesnil et al., 2015; Vu et al., 2016; Jaech et al., 2016; Liu and Lane, 2016b; Liu and Lane, 2016a; Bapna et al., 2017) and Long Short-Term Memory (LSTM) (Yao et al., 2014; Hakkani-t et al., 2016) for the sequential labelling to achieve better performance. These methods, however, cannot identify semantic slots from the implicit condition which we are targeting, because they capture only explicitly mentioned semantic slots through the sequential labelling.",
"cite_spans": [
{
"start": 197,
"end": 216,
"text": "(Chen et al., 2017)",
"ref_id": "BIBREF2"
},
{
"start": 911,
"end": 937,
"text": "(Ramshaw and Marcus, 1995)",
"ref_id": "BIBREF16"
},
{
"start": 1000,
"end": 1021,
"text": "(Mesnil et al., 2013;",
"ref_id": "BIBREF13"
},
{
"start": 1022,
"end": 1039,
"text": "Yao et al., 2013;",
"ref_id": "BIBREF20"
},
{
"start": 1040,
"end": 1060,
"text": "Mesnil et al., 2015;",
"ref_id": "BIBREF14"
},
{
"start": 1061,
"end": 1077,
"text": "Vu et al., 2016;",
"ref_id": "BIBREF19"
},
{
"start": 1078,
"end": 1097,
"text": "Jaech et al., 2016;",
"ref_id": "BIBREF8"
},
{
"start": 1098,
"end": 1118,
"text": "Liu and Lane, 2016b;",
"ref_id": "BIBREF12"
},
{
"start": 1119,
"end": 1139,
"text": "Liu and Lane, 2016a;",
"ref_id": "BIBREF11"
},
{
"start": 1140,
"end": 1159,
"text": "Bapna et al., 2017)",
"ref_id": "BIBREF0"
},
{
"start": 1194,
"end": 1212,
"text": "(Yao et al., 2014;",
"ref_id": "BIBREF21"
},
{
"start": 1213,
"end": 1236,
"text": "Hakkani-t et al., 2016)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "There are very few studies which address the task of predicting the users implicit condition in the task-oriented dialogue system. Celikyilmaz et al. (2012) proposed the method which predicts the user's preferred movie genre in the movie search domain. They estimate the movie genre that the user prefers from the user utterances that do not necessarily mention the movie genre. For instance, they estimate the comedy genre from the utterance \"I wanna watch a movie that will make me laugh\". Although the motivation of their work is almost the same as ours, their method estimates only a single attribute, i.e. the movie genre, and does not present the evidence for that estimate. Our method provides the evidence of the estimate at the same time and we deal with multiple attributes simultaneously.",
"cite_spans": [
{
"start": 131,
"end": 156,
"text": "Celikyilmaz et al. (2012)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "In recent years, the end-to-end task-oriented dialogue systems which directly generate system utterances from user utterances are proposed. Eric et al. (2017) proposed an end-to-end dialogue system which accepts queries for the underlying knowledge base and returns the entities related to the users As is often the case for end-to-end systems, their system does not concern the reason why the system returns a certain result to a given query, i.e it does not provide any explanation for the response. Given a user utterance including implicit conditions, our system makes a kind of inference to construct a query to the DB. As there is no guarantee that the system always can make a correct inference, we need to prepare the explanation for the system inference or clarification to the user. Such functions are necessary for natural and efficient dialogues. They are, however, difficult to implement in the current end-to-end framework.",
"cite_spans": [
{
"start": 140,
"end": 158,
"text": "Eric et al. (2017)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "We use a Japanese dialogue corpus developed by (Takahashi and Yokono, 2017) in this work. The corpus includes dialogues between pairs of crowd workers who play a real estate agent and their customer each. The dialogues were collected through a keyboard chat system. The goal of the dialogues is finding a dwelling that fulfils the customer needs. The agent does not search in a real database but completes the dialogue when having acquired the necessary information for search. In each dialogue, a customer was assigned one of ten predefined profiles and was instructed to interact with the agent regarding their assigned profile. The customer profile was not open to the agent. An example profile looks like \"You are moving to a new place from your current studio apartment to live with your long-standing boyfriend. On this occasion, you want to improve your cooking skills, and thus you prefer a place equipped with an easy-to-use kitchen with a multi-burner range.\" The corpus includes 968 dialogues and 29,058 utterances consisting of 14,571 agent utterances and 14,487 customer utterances. The average number of utterances in a dialogue is 29.5.",
"cite_spans": [
{
"start": 47,
"end": 75,
"text": "(Takahashi and Yokono, 2017)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data and Task Setting",
"sec_num": "3"
},
{
"text": "We assigned the DB field tag shown in Table 1 to each utterance in our past research (Fukunaga et al., 2018). The DB field tag set was designed based on the search conditions that are available for one of the established search sites for real estate in Japan 1 . In addition to these 38 tags, we defined the Other tag that does not fit into any of the DB fields, expecting that utterances with the Other tag contain the implicit conditions. When the annotators assigned the Other tag to an utterance, they were instructed to describe its content in the free format.",
"cite_spans": [],
"ref_spans": [
{
"start": 38,
"end": 45,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Data and Task Setting",
"sec_num": "3"
},
{
"text": "The task of the present work is to categorise customer utterances with the Other tag into the 38 DB field tags and to identify the span representing the evidence of that classification at the same time. The target customer utterances are coupled with their preceding consecutive agent utterances 2 . The customer utterance with the Other tag sometimes contains only confirmation, e.g. \"Yes, please\" for the agent question \"You live with your wife?\". To collect necessary information for classification in such cases, we add the preceding agent utterances to the target customer utterance. We call this a target utterance chunk. There are 2,642 target utterance chunks in total.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data and Task Setting",
"sec_num": "3"
},
{
"text": "We propose two models for our current task: a Support Vector Machine (SVM)-based model and a Recurrent Convolutional Neural Network (RCNN)-based model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methods",
"sec_num": "4"
},
{
"text": "We use SVM with a linear kernel for the first model. We build an SVM binary classifier for each DB field tag that judges whether the input target utterance chunk includes the information for that DB field or not. Thus we have 38 classifiers in total. Given an utterance chunk, the final output of the system is the list of the DB field tags of which classifier returns a positive judgement. As features for SVM, we use a bag-of-words in the utterance chunk. We ran the Japanese morphological analyser MeCab 3 on all utterance chunks and extracted nouns, verbs, adjectives and adverbs appearing more than once in the corpus. We replaced the occurrences of numbers and proper nouns with their abstraction symbol NUM and PROP. The dimension of the feature vector is 1,730.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SVM-based model",
"sec_num": "4.1"
},
{
"text": "To identify the evidence span in the utterance chunk, we collect the words of which learnt weight exceeds a certain threshold.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SVM-based model",
"sec_num": "4.1"
},
{
"text": "We extend the method proposed by Lei et al. (2016) to solve our task. Given a product review text as input, their method estimates the user rating for each aspect of the product by using regression and specify the text span for the evidence of that regression result. Their system consists of two components: a neural network for regression (Encoder) and the other neural network for identifying the evidence (Generator). These two components are trained simultaneously. The encoder is trained through supervised training being given correct ratings while the generator is trained through unsupervised training. They designed a loss function for the generator so that it prefers a shorter and consecutive span for the evidence. Assuming that the generator correctly identifies the evidence span, the encoder uses only words in the evidence span to estimate the rating. They aim at improving the generator performance indirectly through improving the encoder performance that is trained by supervised training.",
"cite_spans": [
{
"start": 33,
"end": 50,
"text": "Lei et al. (2016)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "To adopt Lei et al. (2016) 's method for our current task, we redesign the loss function for the encoder. We use the cross-entropy instead of the square error for the encoder loss function, as our task is the binary classification while Lei et al. (2016) 's is the regression. Let\u1ef9 i = enc i (z i , x) \u2208 {0, 1} is the result of classification for the i-th DB field tag where x is the input word sequence with length m and z i = (z i1 , z i2 , . . . , z im ) is the binary vector denoting if the words are selected as the evidence. Note that enc i (\u2022) uses only words in x of which corresponding values in z i is one, and z i is the output of the generator. Our loss function",
"cite_spans": [
{
"start": 9,
"end": 26,
"text": "Lei et al. (2016)",
"ref_id": "BIBREF9"
},
{
"start": 237,
"end": 254,
"text": "Lei et al. (2016)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "L i (z i , x, y i ) is defined in equation (1), L i (z i , x, y i ) = \u2212(y i log(\u1ef9 i ) + (1 \u2212 y i ) log(1 \u2212\u1ef9 i )),",
"eq_num": "(1)"
}
],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "where y i is the correct classification. The generator loss function is the same as the original as shown in equation 2.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u2126 i (z i ) = \u03bb 1 z i + \u03bb 2 m t=1 |z it \u2212 z i(t\u22121) |.",
"eq_num": "(2)"
}
],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "We set z 0 to zero. The first factor promotes the evidence span to be shorter and the second promotes the span to be consecutive. We have two hyper-parameters \u03bb 1 and \u03bb 2 to adjust the balance between these two factors. The total cost function for the i-th DB field is",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "cost i (z i , x, y i ) = L i (z i , x, y i ) + \u2126 i (z i ).",
"eq_num": "(3)"
}
],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "5 Experiments",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RCNN-based model",
"sec_num": "4.2"
},
{
"text": "We divided 986 dialogues of the corpus into ten sets with carefully keeping the distribution of the customer profiles uniform in each set. We use the nine sets for training and the rest one set for testing. We further extracted the utterance chunks as described in 3. We removed the chunks that include the target utterances at the dialogue management level, e.g. greeting, prompting and concluding utterances. The training set has 2,379 utterance chunks and the test set has 263 utterance chunks. The user utterance in each target utterance chunk has been annotated with the Other tag and its content description in our past work as explained in 3. In the present work, we annotated each utterance chunk with the correct answer of the classification task by mapping its content description onto some of the DB field tags. One utterance chunk can be assigned with more than one tag. For instance, a content description, \"the number of people to live\", which is assigned to an utterance, \"I will live alone.\", is mapped onto floor plan and floor area. The evidence span for each assigned DB field tag is also annotated in the chunk. These annotation tasks are done by one of authors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "5.1"
},
{
"text": "We use precision, recall and F-measure for the evaluation of the DB field classification. To evaluate the evidence span identification, we calculate F-measure on words, and BLEU (Papineni et al., 2002) and ROUGE (Lin and Hovy, 2003) . In the evaluation of the evidence span identification, we evaluated only cases where the DB field was correctly classified. Let binary vectorsz = (z 1 ,z 2 , \u2022 \u2022 \u2022 ,z m ) and z = (z 1 , z 2 , \u2022 \u2022 \u2022 , z m ) be the estimated and true evidence spans respectively, where the vector element one represents that the corresponding word is selected for constituting the evidence. Givenz and z, the F-measure on words can be calculated by equation 5.",
"cite_spans": [
{
"start": 178,
"end": 201,
"text": "(Papineni et al., 2002)",
"ref_id": "BIBREF15"
},
{
"start": 212,
"end": 232,
"text": "(Lin and Hovy, 2003)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Measures",
"sec_num": "5.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "TP = m t=1z t z t , FP = m t=1z t (1 \u2212 z t ), FN = m t=1 (1 \u2212z t )z t (4) F = 2TP 2TP + FP + FN",
"eq_num": "(5)"
}
],
"section": "Evaluation Measures",
"sec_num": "5.2"
},
{
"text": "For calculating BLEU and ROUGE, we define the sets of n-grams in the estimated and true evidence span asG n and G n respectively in equation 6and (7).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Measures",
"sec_num": "5.2"
},
{
"text": "G n = \uf8f1 \uf8f2 \uf8f3 {j} t+n\u22121 j=t t+n\u22121 j=tz j = 1, 1 \u2264 t \u2264 m \u2212 n + 1 \uf8fc \uf8fd \uf8fe (6) G n = \uf8f1 \uf8f2 \uf8f3 {j} t+n\u22121 j=t t+n\u22121 j=t z j = 1, 1 \u2264 t \u2264 m \u2212 n + 1 \uf8fc \uf8fd \uf8fe (7)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Measures",
"sec_num": "5.2"
},
{
"text": "Using these n-gram sets, we can calculate BLEU and ROUGE as the geometric means of P n and Q n as shown in equation 8and (9). We use uni-grams and bi-grams for calculating BLEU and ROUGE, i.e. n \u2264 2. In equation 8and 9, we add a smoothing constant. We do not introduce the brevity penalty into BLEU as we also use ROUGE in this evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Measures",
"sec_num": "5.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "2 n=1 P n 1/2 , P n = \uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f3 |G n \u2229 G n | |G n | (|G n | > 0 \u2227 n = 1) |G n \u2229 G n | + 1 |G n | + 1 (otherwise)",
"eq_num": "(8)"
}
],
"section": "BLEU =",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "ROUGE = 2 n=1 Q n 1/2 , Q n = \uf8f1 \uf8f4 \uf8f4 \uf8f4 \uf8f2 \uf8f4 \uf8f4 \uf8f4 \uf8f3 |G n \u2229 G n | |G n | (|G n | > 0 \u2227 n = 1) |G n \u2229 G n | + 1 |G n | + 1 (otherwise)",
"eq_num": "(9"
}
],
"section": "BLEU =",
"sec_num": null
},
{
"text": "Due to the limitation of the data size, we evaluate the three DB fields: surrounding facilities, floor plan and floor area, which are the three most dominant tags. The numbers of utterance chunks in the training set that are assigned these tags are 1,033 for surrounding facilities, 974 for floor plan and 964 for floor area.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Settings",
"sec_num": "5.3"
},
{
"text": "The RCNN-based model has two hyper-parameters \u03bb 1 and \u03bb 2 that control the balance between the span length and the constraints on the word sequence. To decide the values for these hyper-parameters, we randomly chose 200 utterance chunks from the training set of surrounding facilities to make a development set, and trained the model with the rest of the training set and evaluated it with the development set. As a result, we found that \u03bb 1 = 0.021 and \u03bb 2 = 0.003 made the best performance on the development set. We use these hyper-parameter values for the other two DB fields. We also used the parameter values of the neural networks learnt in the development set as the initial parameter values. We used the existing word embeddings made from the Japanese Wikipedia articles 4 . The dimension size is 200.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Settings",
"sec_num": "5.3"
},
{
"text": "The SVM-based model also has a hyper-parameter, i.e. the threshold weight for the evidence span identification. The words that have a higher weight than the threshold constitute the evidence. We used the same development set as the RCNN-based model to estimate this threshold. The word weight is normalised by equation (10). The estimated threshold was 0.58.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Settings",
"sec_num": "5.3"
},
{
"text": "w = w \u2212 w min w max \u2212 w min (10)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Settings",
"sec_num": "5.3"
},
{
"text": "5.4 Experimental Results and Discussion Table 2 and Table 3 shows the results of the DB field classification and the evidence span identification. Table 3 also includes the result of the SVM-based model that adopts a single word with the highest weight for the evidence (SVM 1 ). In both tasks, the SVM-based model outperformed the RCNN-based model. Table 2 indicates that the SVM-based model is superior to the RCNN-based model in all evaluation measures. The RCNN-based model is trained to classify the utterance into a DB field by utilising only the fragments in the utterance identified as the classification evidence. That means the performance of the DB field classification depends on that of the evidence span identification. As shown in Table 3, DB field surrounding facilities floor plan floor area overlap TP FN TP FN TP FN Yes 73 17 86 10 75 11 No 14 9 3 5 14 3 Table 4 : Categorisation of cases based on word overlap between the correct and predicted evidence spans the word-wise F-measure of the evidence span identification is less than 0.5. This suggests that the RCNN-based model has to solve the DB field classification by using insufficient information, i.e. wrong evidence span.",
"cite_spans": [],
"ref_spans": [
{
"start": 40,
"end": 47,
"text": "Table 2",
"ref_id": "TABREF3"
},
{
"start": 52,
"end": 59,
"text": "Table 3",
"ref_id": "TABREF4"
},
{
"start": 147,
"end": 154,
"text": "Table 3",
"ref_id": "TABREF4"
},
{
"start": 350,
"end": 357,
"text": "Table 2",
"ref_id": "TABREF3"
},
{
"start": 746,
"end": 909,
"text": "Table 3, DB field surrounding facilities floor plan floor area overlap TP FN TP FN TP FN Yes 73 17 86 10 75 11 No 14 9 3 5 14 3 Table 4",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Evaluation Settings",
"sec_num": "5.3"
},
{
"text": "To investigate the relation between the classification performance and the evidence spans, we counted the number of true-positive (TP) and false-negative (FN) cases in the result of the DB field classification by the RCNN-model. Table 4 shows the breakdown of the cases according to whether the predicted and correct evidence spans share at least one word. The row \"Yes\" shows the numbers of cases where at least one word is shared by both predicted and correct evidence spans and \"No\" shows that for no word overlap. For instance, in surrounding facilities, 73 out of 90 (81%) \"Yes\" cases are correct (TP) while 14 out of 23 (60%) \"No\" cases are correct. This tendency is the same as in the other two DB fields. Table 4 suggests that the performance of the evidence span identification has a significant impact on that of the DB field classification in the RCNN-model.",
"cite_spans": [],
"ref_spans": [
{
"start": 229,
"end": 236,
"text": "Table 4",
"ref_id": null
},
{
"start": 713,
"end": 720,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "DB field classification",
"sec_num": null
},
{
"text": "However, Table 4 also shows that there are cases where the RCNN-model can correctly classify the DB fields even though it fails to identify the correct evidence spans. We investigated such 14 cases for the surrounding facilities field (the cell intersecting \"No\" and \"TP\") to find words that are useful for the field classification but not included in the evidence spans. For instance, the word \"near\" appears in the positive examples twice as frequent as in the negative examples in our training data. This word can be a clue for the field classification although not being included in the evidence span. To improve the performance of the DB field classification, we need to extend the current model to incorporate such useful information on top of the information from the evidence spans.",
"cite_spans": [],
"ref_spans": [
{
"start": 9,
"end": 16,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "DB field classification",
"sec_num": null
},
{
"text": "We further investigated the individual error cases of the surrounding facilities classification. We found errors due to the annotation inconsistency in 10 out of 25 FP cases in the RCNN-based model result and 11 out of 24 FP cases in the SVM-based model result. For instance, an utterance chunk in FP cases, \"Do you have any preferences for location? -I prefer a suburb.\", is annotated as a negative example, while the utterance chunk which has almost the same content, \"What kind of property are you looking for? -I plan to move to a suburb in future.\", is annotated as a positive example. When we assign the DB field to the utterance with the Other tag we regarded only the description for the Other tag, without referring to the original utterances. In the above example, the content description of the former utterance chunk is \"rough area\", while that of the latter is \"living environment\". Although the content of the utterances is the same, the difference of their description caused such inconsistent field assignment. Our future work includes implementing more solid annotation guideline that enables stable and consistent assignment of the correct DB field. Table 3 shows that the SVM-based model is superior to the RCNN-based model in all DB fields and measures except for ROUGE. Table 5 shows the average number of words and spans in the predicted and correct evidence of the evidence span identification.",
"cite_spans": [],
"ref_spans": [
{
"start": 1168,
"end": 1175,
"text": "Table 3",
"ref_id": "TABREF4"
},
{
"start": 1291,
"end": 1298,
"text": "Table 5",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "DB field classification",
"sec_num": null
},
{
"text": "As shown in Table 5 , the number of words in the correct evidence spans is more than two on average. Therefore the SVM-based model selecting only one word as the evidence (SVM 1 in Table 3 ) cannot select enough words for the evidence. Setting an appropriate threshold on the learnt weight of each word (feature) improves both ROUGE and BLUE values. This implies that the learnt word weight can be a clue to choose words to constitute the evidence.",
"cite_spans": [],
"ref_spans": [
{
"start": 12,
"end": 19,
"text": "Table 5",
"ref_id": "TABREF6"
},
{
"start": 181,
"end": 188,
"text": "Table 3",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Evidence span identification",
"sec_num": null
},
{
"text": "We formalised the evidence span identification as a binary classification of whether each word in the Table 6 : Confusion matrix of the evidence span identification utterance chunks belongs to the evidence or not. Table 6 shows the confusion matrix of the number of words constituting the evidence for the surrounding facilities field. This matrix indicates that there are more false-negative cases than false-positive cases in both models. A dominant word type in the false-negative cases is Japanese particles, e.g. ga, ni, which indicate case marking. In other words, both models tend to skip these particles and to select the content words such as nouns and verbs. Although the particles are not important features of the classification since they appear in any class, it is desirable for dialogue systems to include them into the evidence so that they are used in the later stage of response generation, e.g. generating clarification utterances. Through the investigation of the individual extracted evidence spans for the surrounding facilities field by the RCNN-based model, we found that the model tends to extract the word just after the question mark \"?\" for all test cases. The question mark is the last word of the question by the real estate agent in most cases. The word \"safety\" which is the strong clue for surrounding facilities appears just after the question mark at a rate of 41.3%. The model seems to have learnt this collocation. However, there are only 40.4% of test cases where the word just after a question mark belongs to the evidence span. This over-tuning degrades the performance of the evidence span identification.",
"cite_spans": [],
"ref_spans": [
{
"start": 102,
"end": 109,
"text": "Table 6",
"ref_id": null
},
{
"start": 214,
"end": 221,
"text": "Table 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evidence span identification",
"sec_num": null
},
{
"text": "The RCNN-based model is inferior to the SVM-based model in both tasks. Probably we need to have more data to train the neural network-based model; we used 2,379 utterance chunks for training classifiers while Lei et al. (2016) used about 80,000 to 90,000 reviews in the experiment.",
"cite_spans": [
{
"start": 209,
"end": 226,
"text": "Lei et al. (2016)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evidence span identification",
"sec_num": null
},
{
"text": "Targeting the database search dialogue, we proposed to utilise information in the user utterances that do not directly correspond to the DB field of the backend database system. We call this kind of information implicit conditions. We formalised the interpretation of the implicit conditions as classifying user utterances into the related DB field while identifying the evidence for that classification at the same time. We implemented two models: an SVM-based model and an RCNN-based model. Through evaluation experiments on a corpus of simulated dialogues between a real estate agent and a customer, we found that the SVM-based model showed better performance than the RCNN-based model. This implies that the size of the corpus is too small to train the latter model. Furthermore, the error analysis on the DB field classification revealed that some errors occurred due to the annotation inconsistency. Our future work includes implementing more solid annotation guideline that enables stable and consistent assignment of the correct DB field.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "While this paper focused on only finding DB field and its evidence from the utterance, we need to further extract the value for the field in order to generate database queries from the utterances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "http://suumo.jp 2 When the target customer utterance with the Other tag is preceded by customer utterances without the Other tag, they are also included in the chunk.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://taku910.github.io/mecab/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "http://www.cl.ecei.tohoku.ac.jp/\u02dcm-suzuki/jawiki_vector/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Sequential Dialogue Context Modeling for Spoken Language Understanding",
"authors": [
{
"first": "Ankur",
"middle": [],
"last": "Bapna",
"suffix": ""
},
{
"first": "Gokhan",
"middle": [],
"last": "Tur",
"suffix": ""
},
{
"first": "Dilek",
"middle": [],
"last": "Hakkani-Tur",
"suffix": ""
},
{
"first": "Larry",
"middle": [],
"last": "Heck",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 18th Annual SIGdial Meeting on Discourse and Dialogue (SIGDIAL 2017)",
"volume": "",
"issue": "",
"pages": "103--114",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ankur Bapna, Gokhan Tur, Dilek Hakkani-tur, and Larry Heck. 2017. Sequential Dialogue Context Modeling for Spoken Language Understanding. In Proceedings of the 18th Annual SIGdial Meeting on Discourse and Dialogue (SIGDIAL 2017), pages 103-114.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "STATISTICAL SEMANTIC INTERPRETA-TION MODELING FOR SPOKEN LANGUAGE UNDERSTANDING WITH ENRICHED SEMANTIC FEA-TURES",
"authors": [
{
"first": "Asli",
"middle": [],
"last": "Celikyilmaz",
"suffix": ""
},
{
"first": "Dilek",
"middle": [],
"last": "Hakkani-T\u00fcr",
"suffix": ""
},
{
"first": "Gokhan",
"middle": [],
"last": "Tur",
"suffix": ""
}
],
"year": 2012,
"venue": "Spoken Language Technology Workshop (SLT)",
"volume": "",
"issue": "",
"pages": "216--221",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Asli Celikyilmaz, Dilek Hakkani-t\u00fcr, and Gokhan Tur. 2012. STATISTICAL SEMANTIC INTERPRETA- TION MODELING FOR SPOKEN LANGUAGE UNDERSTANDING WITH ENRICHED SEMANTIC FEA- TURES. In Spoken Language Technology Workshop (SLT), 2012 IEEE, pages 216-221.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A survey on dialogue systems: Recent advances and new frontiers",
"authors": [
{
"first": "Hongshen",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Xiaorui",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Dawei",
"middle": [],
"last": "Yin",
"suffix": ""
},
{
"first": "Jiliang",
"middle": [],
"last": "Tang",
"suffix": ""
}
],
"year": 2017,
"venue": "SIGKDD Explor. Newsl",
"volume": "19",
"issue": "2",
"pages": "25--35",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hongshen Chen, Xiaorui Liu, Dawei Yin, and Jiliang Tang. 2017. A survey on dialogue systems: Recent advances and new frontiers. SIGKDD Explor. Newsl., 19(2):25-35, November.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Expanding the scope of the ATIS task: The ATIS-3 corpus",
"authors": [
{
"first": "Deborah",
"middle": [
"A"
],
"last": "Dahl",
"suffix": ""
},
{
"first": "Madeleine",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Brown",
"suffix": ""
},
{
"first": "William",
"middle": [],
"last": "Fisher",
"suffix": ""
},
{
"first": "Kate",
"middle": [],
"last": "Hunicke-Smith",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Pallett",
"suffix": ""
},
{
"first": "Christine",
"middle": [],
"last": "Pao",
"suffix": ""
},
{
"first": "Alexander",
"middle": [],
"last": "Rudnicky",
"suffix": ""
},
{
"first": "Elizabeth",
"middle": [],
"last": "Shriberg",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the Workshop on Human Language Technology, HLT '94",
"volume": "",
"issue": "",
"pages": "43--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Deborah A. Dahl, Madeleine Bates, Michael Brown, William Fisher, Kate Hunicke-Smith, David Pallett, Christine Pao, Alexander Rudnicky, and Elizabeth Shriberg. 1994. Expanding the scope of the ATIS task: The ATIS-3 corpus. In Proceedings of the Workshop on Human Language Technology, HLT '94, pages 43-48.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Key-Value Retrieval Networks for Task-Oriented Dialogue",
"authors": [
{
"first": "Mihail",
"middle": [],
"last": "Eric",
"suffix": ""
},
{
"first": "Lakshmi",
"middle": [],
"last": "Krishnan",
"suffix": ""
},
{
"first": "Francois",
"middle": [],
"last": "Charette",
"suffix": ""
},
{
"first": "Christopher D",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 18th Annual SIGdial Meeting on Discourse and Dialogue (SIGDIAL 2017)",
"volume": "",
"issue": "",
"pages": "37--49",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mihail Eric, Lakshmi Krishnan, Francois Charette, and Christopher D Manning. 2017. Key-Value Retrieval Networks for Task-Oriented Dialogue. In Proceedings of the 18th Annual SIGdial Meeting on Discourse and Dialogue (SIGDIAL 2017), pages 37-49.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Analysis of implicit conditions in database search dialogues",
"authors": [
{
"first": "Hitoshi",
"middle": [],
"last": "Shun-Ya Fukunaga",
"suffix": ""
},
{
"first": "Takenobu",
"middle": [],
"last": "Nishikawa",
"suffix": ""
},
{
"first": "Hikaru",
"middle": [],
"last": "Tokunaga",
"suffix": ""
},
{
"first": "Tetsuro",
"middle": [],
"last": "Yokono",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Takahashi",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)",
"volume": "",
"issue": "",
"pages": "2741--2745",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shun-ya Fukunaga, Hitoshi Nishikawa, Takenobu Tokunaga, Hikaru Yokono, and Tetsuro Takahashi. 2018. Anal- ysis of implicit conditions in database search dialogues. In Proceedings of the Eleventh International Confer- ence on Language Resources and Evaluation (LREC 2018), pages 2741-2745.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Multi-Domain Joint Semantic Frame Parsing Using Bi-Directional RNN-LSTM",
"authors": [
{
"first": "Dilek",
"middle": [],
"last": "Hakkani-T",
"suffix": ""
},
{
"first": "Gokhan",
"middle": [],
"last": "Tur",
"suffix": ""
},
{
"first": "Asli",
"middle": [],
"last": "Celikyilmaz",
"suffix": ""
},
{
"first": "Yun-Nung",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Jianfeng",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Ye-Yi",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2016,
"venue": "INTERSPEECH-2016",
"volume": "",
"issue": "",
"pages": "715--719",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dilek Hakkani-t, Gokhan Tur, Asli Celikyilmaz, Yun-nung Chen, Jianfeng Gao, Li Deng, and Ye-yi Wang. 2016. Multi-Domain Joint Semantic Frame Parsing Using Bi-Directional RNN-LSTM. In INTERSPEECH-2016, pages 715-719.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The ATIS spoken language systems pilot corpus",
"authors": [
{
"first": "Charles",
"middle": [
"T"
],
"last": "Hemphill",
"suffix": ""
},
{
"first": "John",
"middle": [
"J"
],
"last": "Godfrey",
"suffix": ""
},
{
"first": "George",
"middle": [
"R"
],
"last": "Doddington",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the Workshop on Speech and Natural Language, HLT '90",
"volume": "",
"issue": "",
"pages": "96--101",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charles T. Hemphill, John J. Godfrey, and George R. Doddington. 1990. The ATIS spoken language systems pilot corpus. In Proceedings of the Workshop on Speech and Natural Language, HLT '90, pages 96-101.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Domain Adaptation of Recurrent Neural Networks for Natural Language Understanding",
"authors": [
{
"first": "Aaron",
"middle": [],
"last": "Jaech",
"suffix": ""
},
{
"first": "Larry",
"middle": [],
"last": "Heck",
"suffix": ""
},
{
"first": "Mari",
"middle": [],
"last": "Ostendorf",
"suffix": ""
}
],
"year": 2016,
"venue": "INTERSPEECH-2016",
"volume": "",
"issue": "",
"pages": "690--694",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aaron Jaech, Larry Heck, and Mari Ostendorf. 2016. Domain Adaptation of Recurrent Neural Networks for Natural Language Understanding. In INTERSPEECH-2016, pages 690-694.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Rationalizing neural predictions",
"authors": [
{
"first": "Tao",
"middle": [],
"last": "Lei",
"suffix": ""
},
{
"first": "Regina",
"middle": [],
"last": "Barzilay",
"suffix": ""
},
{
"first": "Tommi",
"middle": [],
"last": "Jaakkola",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing (EMNLP 2016)",
"volume": "",
"issue": "",
"pages": "107--117",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tao Lei, Regina Barzilay, and Tommi Jaakkola. 2016. Rationalizing neural predictions. In Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing (EMNLP 2016), pages 107-117.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Automatic evaluation of summaries using n-gram co-occurrence statistics",
"authors": [
{
"first": "Chin-Yew",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Eduard",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology",
"volume": "1",
"issue": "",
"pages": "71--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chin-Yew Lin and Eduard Hovy. 2003. Automatic evaluation of summaries using n-gram co-occurrence statistics. In Proceedings of the 2003 Conference of the North American Chapter of the Association for Computational Linguistics on Human Language Technology-Volume 1, pages 71-78.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling",
"authors": [
{
"first": "Bing",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Ian",
"middle": [],
"last": "Lane",
"suffix": ""
}
],
"year": 2016,
"venue": "INTERSPEECH-2016",
"volume": "",
"issue": "",
"pages": "685--689",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bing Liu and Ian Lane. 2016a. Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling. In INTERSPEECH-2016, pages 685-689.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Joint Online Spoken Language Understanding and Language Modeling with Recurrent Neural Networks",
"authors": [
{
"first": "Bing",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Ian",
"middle": [],
"last": "Lane",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 17th Annual Meeting of the Special Interest Group on Discourse and Dialogue (SIGDIAL 2016)",
"volume": "",
"issue": "",
"pages": "22--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bing Liu and Ian Lane. 2016b. Joint Online Spoken Language Understanding and Language Modeling with Recurrent Neural Networks. In Proceedings of the 17th Annual Meeting of the Special Interest Group on Discourse and Dialogue (SIGDIAL 2016), pages 22-30.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Investigation of Recurrent-Neural-Network Architectures and Learning Methods for Spoken Language Understanding",
"authors": [
{
"first": "Gr\u00e9goire",
"middle": [],
"last": "Mesnil",
"suffix": ""
},
{
"first": "Xiaodong",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Yoshua",
"middle": [],
"last": "Bengio",
"suffix": ""
}
],
"year": 2013,
"venue": "INTERSPEECH-2013",
"volume": "",
"issue": "",
"pages": "3771--3775",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gr\u00e9goire Mesnil, Xiaodong He, Li Deng, and Yoshua Bengio. 2013. Investigation of Recurrent-Neural-Network Architectures and Learning Methods for Spoken Language Understanding. In INTERSPEECH-2013, pages 3771-3775.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Using Recurrent Neural Networks for Slot Filling in Spoken Language Understanding",
"authors": [
{
"first": "Gr\u00e9goire",
"middle": [],
"last": "Mesnil",
"suffix": ""
},
{
"first": "Yann",
"middle": [],
"last": "Dauphin",
"suffix": ""
},
{
"first": "Kaisheng",
"middle": [],
"last": "Yao",
"suffix": ""
},
{
"first": "Yoshua",
"middle": [],
"last": "Bengio",
"suffix": ""
},
{
"first": "Li",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Dilek",
"middle": [],
"last": "Hakkani-Tur",
"suffix": ""
},
{
"first": "Xiaodong",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Larry",
"middle": [],
"last": "Heck",
"suffix": ""
},
{
"first": "Gokhan",
"middle": [],
"last": "Tur",
"suffix": ""
},
{
"first": "Dong",
"middle": [],
"last": "Yu",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Zweig",
"suffix": ""
}
],
"year": 2015,
"venue": "IEEE/ACM Transactions on Audio, Speech, and Language Processing",
"volume": "23",
"issue": "3",
"pages": "530--539",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gr\u00e9goire Mesnil, Yann Dauphin, Kaisheng Yao, Yoshua Bengio, Li Deng, Dilek Hakkani-tur, Xiaodong He, Larry Heck, Gokhan Tur, Dong Yu, and Geoffrey Zweig. 2015. Using Recurrent Neural Networks for Slot Filling in Spoken Language Understanding. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 23(3):530-539.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Bleu: a method for automatic evaluation of machine translation",
"authors": [
{
"first": "Kishore",
"middle": [],
"last": "Papineni",
"suffix": ""
},
{
"first": "Salim",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "Todd",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "Wei-Jing",
"middle": [],
"last": "Zhu",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 40th annual meeting on association for computational linguistics",
"volume": "",
"issue": "",
"pages": "311--318",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. 2002. Bleu: a method for automatic evaluation of machine translation. In Proceedings of the 40th annual meeting on association for computational linguistics, pages 311-318.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Text chunking using transformation-based learning",
"authors": [
{
"first": "Lance",
"middle": [],
"last": "Ramshaw",
"suffix": ""
},
{
"first": "Mitch",
"middle": [],
"last": "Marcus",
"suffix": ""
}
],
"year": 1995,
"venue": "Third Workshop on Very Large Corpora",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lance Ramshaw and Mitch Marcus. 1995. Text chunking using transformation-based learning. In Third Workshop on Very Large Corpora.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Generative and discriminative algorithms for spoken language understanding",
"authors": [
{
"first": "Christian",
"middle": [],
"last": "Raymond",
"suffix": ""
},
{
"first": "Giuseppe",
"middle": [],
"last": "Riccardi",
"suffix": ""
}
],
"year": 2007,
"venue": "Eighth Annual Conference of the International Speech Communication Association",
"volume": "",
"issue": "",
"pages": "1605--1608",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christian Raymond and Giuseppe Riccardi. 2007. Generative and discriminative algorithms for spoken language understanding. In Eighth Annual Conference of the International Speech Communication Association, pages 1605-1608.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Two persons dialogue corpus made by multiple crowd-workers",
"authors": [
{
"first": "Tetsuro",
"middle": [],
"last": "Takahashi",
"suffix": ""
},
{
"first": "Hikaru",
"middle": [],
"last": "Yokono",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 8th International Workshop on Spoken Dialogue Systems",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tetsuro Takahashi and Hikaru Yokono. 2017. Two persons dialogue corpus made by multiple crowd-workers. In Proceedings of the 8th International Workshop on Spoken Dialogue Systems (IWSDS 2017). 6 pages.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "BI-DIRECTIONAL RECURRENT NEU-RAL NETWORK WITH RANKING LOSS FOR SPOKEN LANGUAGE UNDERSTANDING",
"authors": [
{
"first": "Ngoc",
"middle": [
"Thang"
],
"last": "Vu",
"suffix": ""
},
{
"first": "Pankaj",
"middle": [],
"last": "Gupta",
"suffix": ""
},
{
"first": "Heike",
"middle": [],
"last": "Adel",
"suffix": ""
},
{
"first": "Hinrich",
"middle": [],
"last": "Schutze",
"suffix": ""
}
],
"year": 2016,
"venue": "Acoustics, Speech and Signal Processing",
"volume": "",
"issue": "",
"pages": "6060--6064",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ngoc Thang Vu, Pankaj Gupta, Heike Adel, and Hinrich Schutze. 2016. BI-DIRECTIONAL RECURRENT NEU- RAL NETWORK WITH RANKING LOSS FOR SPOKEN LANGUAGE UNDERSTANDING. In Acoustics, Speech and Signal Processing (ICASSP), 2016 IEEE International Conference on, pages 6060-6064.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Recurrent Neural Networks for Language Understanding",
"authors": [
{
"first": "Kaisheng",
"middle": [],
"last": "Yao",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Zweig",
"suffix": ""
},
{
"first": "Mei-Yuh",
"middle": [],
"last": "Hwang",
"suffix": ""
},
{
"first": "Yangyang",
"middle": [],
"last": "Shi",
"suffix": ""
},
{
"first": "Dong",
"middle": [],
"last": "Yu",
"suffix": ""
}
],
"year": 2013,
"venue": "INTERSPEECH-2013",
"volume": "",
"issue": "",
"pages": "2524--2528",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaisheng Yao, Geoffrey Zweig, Mei-yuh Hwang, Yangyang Shi, and Dong Yu. 2013. Recurrent Neural Networks for Language Understanding. In INTERSPEECH-2013, pages 2524-2528.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "SPOKEN LAN-GUAGE UNDERSTANDING USING LONG SHORT-TERM MEMORY NEURAL NETWORKS",
"authors": [
{
"first": "Kaisheng",
"middle": [],
"last": "Yao",
"suffix": ""
},
{
"first": "Baolin",
"middle": [],
"last": "Peng",
"suffix": ""
},
{
"first": "Yu",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "Dong",
"middle": [],
"last": "Yu",
"suffix": ""
},
{
"first": "Geoffrey",
"middle": [],
"last": "Zweig",
"suffix": ""
},
{
"first": "Yangyang",
"middle": [],
"last": "Shi",
"suffix": ""
}
],
"year": 2014,
"venue": "Spoken Language Technology Workshop (SLT)",
"volume": "",
"issue": "",
"pages": "189--194",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kaisheng Yao, Baolin Peng, Yu Zhang, Dong Yu, Geoffrey Zweig, and Yangyang Shi. 2014. SPOKEN LAN- GUAGE UNDERSTANDING USING LONG SHORT-TERM MEMORY NEURAL NETWORKS. In Spoken Language Technology Workshop (SLT), pages 189-194.",
"links": null
}
},
"ref_entries": {
"TABREF1": {
"content": "<table/>",
"num": null,
"html": null,
"text": "",
"type_str": "table"
},
"TABREF3": {
"content": "<table><tr><td/><td colspan=\"3\">surrounding facilities</td><td colspan=\"2\">floor plan</td><td/><td colspan=\"2\">floor area</td><td/></tr><tr><td colspan=\"2\">Model F-measure</td><td colspan=\"3\">BLEU ROUGE F-measure</td><td colspan=\"3\">BLEU ROUGE F-measure</td><td colspan=\"2\">BLEU ROUGE</td></tr><tr><td/><td>on words</td><td/><td/><td>on words</td><td/><td/><td>on words</td><td/><td/></tr><tr><td>SVM1</td><td>0.514</td><td>0.768</td><td>0.467</td><td>0.440</td><td>0.808</td><td>0.364</td><td>0.420</td><td>0.763</td><td>0.345</td></tr><tr><td>SVM</td><td>0.530</td><td>0.787</td><td>0.552</td><td>0.533</td><td>0.802</td><td>0.467</td><td>0.507</td><td>0.773</td><td>0.462</td></tr><tr><td>RCNN</td><td>0.458</td><td>0.534</td><td>0.576</td><td>0.452</td><td>0.625</td><td>0.475</td><td>0.436</td><td>0.521</td><td>0.485</td></tr></table>",
"num": null,
"html": null,
"text": "Result of the DB field classification",
"type_str": "table"
},
"TABREF4": {
"content": "<table/>",
"num": null,
"html": null,
"text": "Result of the evidence span identification",
"type_str": "table"
},
"TABREF6": {
"content": "<table><tr><td/><td/><td/><td colspan=\"2\">Correct Answer</td></tr><tr><td/><td/><td/><td colspan=\"2\">Positive Negative</td></tr><tr><td>Prediction</td><td>Positive Negative</td><td>SVM RCNN SVM RCNN</td><td>102 92 193 165</td><td>64 144 2,353 2,038</td></tr></table>",
"num": null,
"html": null,
"text": "Size of evidence spans",
"type_str": "table"
}
}
}
}