|
{ |
|
"paper_id": "Y05-1010", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T13:39:52.446771Z" |
|
}, |
|
"title": "Integration of Dependency Analysis with Semantic Analysis Referring to the Context", |
|
"authors": [ |
|
{ |
|
"first": "Yuki", |
|
"middle": [], |
|
"last": "Ikegaya", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Shizuoka University", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Yasuhiro", |
|
"middle": [], |
|
"last": "Noguchi", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Shizuoka University", |
|
"location": {} |
|
}, |
|
"email": "noguchi@inf.shizuoka.ac.jp" |
|
}, |
|
{ |
|
"first": "Satoru", |
|
"middle": [], |
|
"last": "Kogure", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Shizuoka University", |
|
"location": {} |
|
}, |
|
"email": "kogure@cs" |
|
}, |
|
{ |
|
"first": "Tatsuhiro", |
|
"middle": [], |
|
"last": "Konishi", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Shizuoka University", |
|
"location": {} |
|
}, |
|
"email": "konishi@cs" |
|
}, |
|
{ |
|
"first": "Makoto", |
|
"middle": [], |
|
"last": "Kondo", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Shizuoka University", |
|
"location": {} |
|
}, |
|
"email": "mkondo@ia" |
|
}, |
|
{ |
|
"first": "Asoh", |
|
"middle": [], |
|
"last": "Hideki", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Akira", |
|
"middle": [], |
|
"last": "Takagi", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "akira-takagi@aist.go.jp" |
|
}, |
|
{ |
|
"first": "Yukihiro", |
|
"middle": [], |
|
"last": "Itoh", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Shizuoka University", |
|
"location": {} |
|
}, |
|
"email": "itoh@cs.inf.shizuoka.ac.jp" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper describes how to perform syntactic parsing and semantic analysis using the contextual information as a language understanding component in a dialog system. Although syntactic parsing and semantic analysis are often conducted independently of each other, correct parsing of a sentence often requires the semantic information on the input and/or the contextual information prior to the input. We therefore merge syntactic parsing with semantic analysis, which enables syntactic parsing to take advantage of the semantic content of an input and its contextual information. To use contextual information, the semantic representation of an input should have a comparable form to the semantic content of the preceding context. Accordingly, we employ a framework for semantic representations that achieves such comparison. We take dialogs of hotel search and reservation for example, and demonstrate the effectiveness of the proposed method. The experimental results confirm that the proposed system achieves high accuracy in parsing and generation of semantic representations.", |
|
"pdf_parse": { |
|
"paper_id": "Y05-1010", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper describes how to perform syntactic parsing and semantic analysis using the contextual information as a language understanding component in a dialog system. Although syntactic parsing and semantic analysis are often conducted independently of each other, correct parsing of a sentence often requires the semantic information on the input and/or the contextual information prior to the input. We therefore merge syntactic parsing with semantic analysis, which enables syntactic parsing to take advantage of the semantic content of an input and its contextual information. To use contextual information, the semantic representation of an input should have a comparable form to the semantic content of the preceding context. Accordingly, we employ a framework for semantic representations that achieves such comparison. We take dialogs of hotel search and reservation for example, and demonstrate the effectiveness of the proposed method. The experimental results confirm that the proposed system achieves high accuracy in parsing and generation of semantic representations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "When we have a talk, we presuppose the situation and particular context. 1 The situation/context enables us to understand utterances without talking in great detail. The situation/context also makes it possible to convey a wide variety of contents with a certain linguistic expression. This means that a language understanding component in a dialog system should not interpret a given sentence alone; rather, it should interpret a sentence using the context information.", |
|
"cite_spans": [ |
|
{ |
|
"start": 73, |
|
"end": 74, |
|
"text": "1", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "In our previous work, we have developed a Japanese dialog system for hotel search and reservation (Noguchi et al. 2002) . The system accepts free input from the keyboard. We are planning to build an audio input module into the system. Audio input raises the importance of the context information because the effective use of the context information may circumvent possible recognition errors. In this paper, we focus on how a language understanding component can perform syntactic parsing and semantic analysis using the contextual information. It may be possible to integrate syntactic parsing with semantic analysis by taking advantage of LFG (Kaplan et al. 1982) and HPSG (Pollard et al. 1994) . However, they do not consider the use of the context information. In this paper, we propose the method to integrate dependency analysis with semantic analysis referring to the context.", |
|
"cite_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 119, |
|
"text": "(Noguchi et al. 2002)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 645, |
|
"end": 665, |
|
"text": "(Kaplan et al. 1982)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 675, |
|
"end": 696, |
|
"text": "(Pollard et al. 1994)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "Recently, many researches have adopted a statistical approach toward parsing, and it has been shown that the statistical approach is effective in obtaining correct dependency structure. There are some free tools available (e.g. Charniak 2000; Kurohashi 1998; Kudo et al. 2002) . In the study of semantic analysis, word sense disambiguation (Charniak 2000) and analysis of case (Harada et al. 2000) have been pursued. The syntactic parsing and semantic analysis, however, are often studied independently of each other though correct parsing of a sentence often requires the semantic information on the input and/or the contextual information prior to the input. Accordingly, we propose a sequential parser that determines syntactic structure based on semantic analysis referring to the context and on relevant statistical information.", |
|
"cite_spans": [ |
|
{ |
|
"start": 228, |
|
"end": 242, |
|
"text": "Charniak 2000;", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 243, |
|
"end": 258, |
|
"text": "Kurohashi 1998;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 259, |
|
"end": 276, |
|
"text": "Kudo et al. 2002)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 340, |
|
"end": 355, |
|
"text": "(Charniak 2000)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 377, |
|
"end": 397, |
|
"text": "(Harada et al. 2000)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "Japanese has the property of free word order and it raises the number of possible candidates in parsing a given sentence. If parsing and semantic analysis are performed independently, it is difficult to efficiently reduce the number of the candidates using the semantic/contextual information. If semantic analysis applies to every candidate, the calculation cost may be too high. To reduce the number of candidates using the contextual information, the system process an input word by word and, in each cycle of parsing, it gives a score to each candidate based on grammatical rules and the conformity to the context. In each cycle of parsing, the system generates possible semantic representations by referring to the context. Each representation receives a score and lowscored candidates are filtered out. To use contextual information in the process, the contextual information has to be stored in such a way that it can be formally compared to the semantic content of an input. For example, the system should realize whether an input contains something that has already been denoted in the context. If it does, the system should realize which part in the input has appeared in the context and how that part has been mentioned.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.1.Syntactic and Semantic analysis", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The next subsection describes the framework for semantic representations which is capable of extracting the semantic content from the context.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.1.Syntactic and Semantic analysis", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Conventional semantic representations do not achieve the goal mentioned above because they inherit syntactic dependency and have as much variety as dependency structures. Take the following sentences for example.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(1-a) watasi-wa Tokyo-kara Hamamatsu-no daigaku-ni iku. (I will go from Tokyo to a university in Hamamatsu.) -> Go (I, Tokyo, a university in Hamamatsu)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(1-b) watasi-wa Hamamatsu-no daigaku-ni iku. shuppatsuchi-wa Tokyo da. (I will go to a university in Hamamatsu. The departure place is Tokyo.) -> Go (I, NIL, a university in Hamamatsu) and Eq (the departure place, Tokyo) (1-a) and (1-b) convey roughly the same meaning. Predicate logic gives the two examples the logical forms on the right of the arrowheads, respectively. Transformation from the natural language expressions to the logical forms retains the same dependency. The dependency between iku and the three words, watashi, Tokyo and Hamamatsu-no daigaku, is identical to the one between Go and the arguments. The same is equally true of (1-b). In order to judge to the equivalence of (1a) with (1-b), we need the following specific interpretive rules. The second argument of Go is the value of a departure place. If the value of the first argument of Eq is a departure place, the value of the second argument of Go and the one in the second argument of Eq are equivalent.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "It, however, is not practical give such rules to every type of dependency structures. Semantic representations, therefore, should enable formal evaluation meanings irrespective of the number of sentences to convey a semantic content and the evaluation should not be affected by the types of dependency structures involved in the input. In short, semantic representations should allow the system to synthesize meanings of several sentences as if they were conveyed in one sentence and they should also enable comparison of semantic contents of sentences. Our semantic representations meet the requirements above.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Within our framework, any dependency structures in an input sentence are transformed into a single type of dependency structure which contains only one type of predicate, the identifying predicate da/de-aru (a Japanese counterpart to English be). The transformation standardizes any dependency into one between the identifying predicate and its arguments. Semantic representations are derived by transforming every dependency structure in this manner. The transformation is applicable not only to phrase with case particles but also to other kinds of phrases (Takagi et al. 1987) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 559, |
|
"end": 579, |
|
"text": "(Takagi et al. 1987)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "When a noun is modified by a phrase with an adnominal particle, the entire phrase can be transformed into the form with the predicate da/de-aru: \"an attribute of the entity is its value\". Adjectives and adverbs have the property to designate the value of some attribute involved in an entity and an event, respectively in Figure 1 . Consequently, dependency structures containing them can be transformed into the form \"an attribute is a value\" in Figure 2 . The sentence in (1-a), for example, is transformed as in Figure. 3.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 322, |
|
"end": 330, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 447, |
|
"end": 455, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 515, |
|
"end": 522, |
|
"text": "Figure.", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We have defined concepts which would appear in dialogs for our system (i.e. hotel search/reservation). The definition is based on example dialogs, books, etc. We have examined what kinds of entities and events would appear in the relevant domain, and what types of attributes should be defined for the entities and the predicates denoting the events. The attribute nouns are put into a concept hierarchy based on their super-sub/whole-part relations. Comparison of meanings of phrases/clauses is performed by comparing attribute nouns based on the concept hierarchy. Figure 4 shows the semantic representations of (1-a) and (1-b). The comparison between the attribute-value pairs enables evaluation of the synonymity without any specific interpretive rules. Although the value of the event attribute ido-kiten (source of movement) in the semantic representation of ido-koui (Go) is NIL in (1-b), the system identifies it as Tokyo based on the supersub relation between ido-kiten and shuppatsuchi. Accordingly, the value of ido-kiten in (1-b) is judged as equivalent to the one in (1-a).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 567, |
|
"end": 575, |
|
"text": "Figure 4", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "By comparing every attribute-value pair in this manner, (1-a) is judged as equivalent to (1-b). The comparison of attribute-value pairs is not affected by whether the relevant attributes are mentioned in one sentence or in more than one sentence. Thus, the interpretation is not affected by the number of sentences that denotes a certain semantic content. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.2.Semantic Representations", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The comparison of attribute-value pairs achieves the reference to the context.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Suppose that we compare a pair \"attribute A = a\" with another pair \"attribute B = b\". When the attribute A and the value a are identical with B and b, respectively, the pairs are judged as denoting the same meaning, which is illustrated in Figure 5 . Figure 6 shown the case in which the attribute A, and the value are in super-sub relation with B and b, respectively. In this case, the input is regarded as relevant to the context. When one attribute is a primary attribute and there is another attribute which is a sub-attribute to the former in Figure 6 , the input is judged as consistent to the context. 2 singulu-de 7000-yen-ika-de tomaritaiI (would like a single room for not greater than 7000yen, please ) 7000-yen-ika-no hoteru-ha 1 3ken-ari-masu (There are 13 hotels whose accommodation rate is not greater than 7000 yen Are 13.) [duration ] how long", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 240, |
|
"end": 248, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF1" |
|
}, |
|
{ |
|
"start": 251, |
|
"end": 259, |
|
"text": "Figure 6", |
|
"ref_id": "FIGREF2" |
|
}, |
|
{ |
|
"start": 548, |
|
"end": 556, |
|
"text": "Figure 6", |
|
"ref_id": "FIGREF2" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "[", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The attribute \"duration\" and the value \"how long\" are in a super-sub relation with the attribute \"stay duration\" and the value \"one night\", respectively. In referring to the context, we should delimit the scope of the reference. This is because the calculation cost for the search in the context may be extremely high if the entire context is always the scope of reference.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In general, a phrase with a topic particle -wa or a nominative particle -wa indicates a shift of topic, and the generalization holds true for dialogs about hotel search and reservation (Noguchi et al. 2002 ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 185, |
|
"end": 205, |
|
"text": "(Noguchi et al. 2002", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Accordingly, reference to the context goes back to either of the followings.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To a word with a topic particle -wa", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To a word with a nominative particle -wa", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "When the last word with -wa in the context (W1) and the word with -wa immediately preceding W1-are in a whole-part relation where W2 contains W1, the scope is extended to the sentence containing W2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "2.3.Reference to the Context", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Syntactic and semantic analysis proceeds from the sentence initial morpheme to the sentence final one. The system picks up a morpheme and retrieves the relevant concept from a frame dictionary which contains frames associated with concepts. Figure 7 is the entire processing flow. Frames in the frame dictionary contain knowledge in the form in Figure 1 , lexical entries, parts of speech, conjugations, and classes of concepts. Syntactic and semantic analysis processes all concepts by using stacks. A retrieved concept receives parsing and semantic analysis with the top concept in a stack. The parsing and semantic analysis are recursively applied to every element in the stack to generate partial dependency trees and associated semantic representations. Since crossing dependency is generally prohibited, if the retrieved concept does not have dependency with some concept in the stack, the process in the stack is finished there.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 241, |
|
"end": 249, |
|
"text": "Figure 7", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 345, |
|
"end": 353, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Syntactic parsing uses rules of dependency grammar based on parts of speech. When a retrieved concept and the top concept in a partial tree may have dependency from the syntactic view point, they are given semantic analysis.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Semantic analysis is based on semantic selectional restrictions and determines in which attribute in the semantic representation the dependent concept should be stored. If there are several candidate attributes to store the dependent concept, every candidate tree/semantic representation is generated separately. In order to avoid the explosion of candidates, attribute-value pairs generated from a retrieved concept is compared with attribute value pairs in partial trees in the stack and the context. The comparison with partial trees is performed only if the retrieved concept has dependency with the tree. The reference to the context goes from the last sentence to the beginning of the dialogue. A candidate semantic representation receives a point if there is an attribute-value pair relevant to the generated attribute-value pair in the context. The process proceeds to the end of the sentence word by word and generates semantic representations, retaining candidates given higher scores.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Relevant statistical information is extracted from the corpus dialogs about hotel search and reservation (200 sentences, 22 dialogs) by examining what kinds of dependencies are included in the corpus. First, we investigated which content word depends on which content word via which kind of dependency. The statistical information used in our system is derived from the following equation, where hi, hj and ri indicate the root form of a depending content word, the root form of a depended content word and the type of dependency between them, respectively.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "\u2211 \u23af\u2192 \u23af = \u23af\u2192 \u23af x ri ri ri x hi C ri hj hi hj hi C ri hi hj hi P ) , , ( ) , , , ( ) , | (", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The equation gives us the probability that hj is the depended word when hi depends on another content word in the dependency ri. The uses this information every time it generates a dependency between content words. The relevant score is raised if the dependency has the probability greater than a designated threshold. Table 1 : Types of dependencies a depending word has an adnominal form a depending word has an adverbial form a dependency via a conjunctive particle a depending word is an adnominal word dependencies via case particles (wa, ga, kara, made, de, e, ni) a dependency via an adnominal particle no a depending word has an adnominal form a depending word has an adverbial form a dependency via a conjunctive particle a depending word is an adnominal word dependencies via case particles (wa, ga, kara, made, de, e, ni) a dependency via an adnominal particle no", |
|
"cite_spans": [ |
|
{ |
|
"start": 539, |
|
"end": 570, |
|
"text": "(wa, ga, kara, made, de, e, ni)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 801, |
|
"end": 832, |
|
"text": "(wa, ga, kara, made, de, e, ni)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 319, |
|
"end": 326, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Figure8 shows generation process of semantic representations for the sentence keshiki-no yoihoteru-ga ii-na (I prefer a scenic hotel).Although the representations are depicted in a simply form, the elements in the stacks are actually semantic representations in the form of attribute-value pairs. After the string keshiki-no yoi (be scenic) is processed, the candidates (a) and (b) are generated. Kesiki-no modifies yoi in (b) but it doesn't in (a). Then, hoteru (hotel) is analyzed. If grammatical rules judges that hoteru may modify the top element in the stacks (yoi) they may have dependency. Therefore, the process generates candidates in which hoteru modifies yoi and candidates where it doesn't. If a couple of concepts may modify a retrieved concept, the process above is repeated recursively.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3.1.Processing algorithm", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The morphemes are processed one by one from the beginning of the input. The context", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Input sentence morphological analysis", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "All the concepts are processed and there are some morphemes to be dealt with", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept selection", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The concepts are processed one by one.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept selection", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "There are some concepts to be dealt with. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept selection", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "the candidates produced from (b)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept selection", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Figure8: Aanalytic process of the phrase, kesikki-no-yoi-hotel", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Concept selection", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "In scoring each candidate, we employ context-free criteria and context-dependent criteria in Table 2 . The score of a candidate is given by adding the context-free score and the context-dependent score. The context-free criteria involve grammatical criteria, (s1-3) (e.g. a ban on long dependency), statistical criteria, (st0), and semantic criteria independent of the context, (c1-6) (e.g. selectional restriction between a verb and its arguments). We tentatively define a weight of each criterion as follows: context-dependent criteria (+3) > context-free semantic criteria (+2) > grammatical criteria and statistical criteria (\u00b11). This is partly because we do not have a corpus big enough to determine a precise weight of each criterion. (The criterion, (g1), deduces a point (-1). The reason comes from the fact that the Japanese language generally prefers shorter dependency for longer one.) Many of the context-dependent criteria are based on whether an attribute-value pair is found in the context. The criterion (c1) raises a score when a generated attribute-value pair conforms to another attribute-value pair (i.e. when they are in a super-sub or whole-part relation. The criteria (c2) and (c3) are based on the relationship between attribute-pairs in a noun and attribute-value pairs in a predicate of an adnominal clause. The criterion (c2) raises a score when a pair in a noun conforms to another pair in a predicate of an adnominal clause. The criterion (c3) does the same operation when a noun concept could be regarded as the value of an attribute in the modifying predicate. The criterion (c4) raises a score when one of the attribute-pairs in question is a primary attribute and the other is a sub-attribute associated with it. The criteria (c5) and (c6) disambiguate polysemic/homophonic words. When the system finds the same concept as a retrieved concept, it raises a relevant score. When the system receives a morpheme, it extracts every concept associated with the morpheme. (c5) and (c6) then plays a role if the morpheme is polysemic/homophonic. As for noun concepts, a score is also raised when the context contain another concept in the same semantic class as a retrieved noun concept.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 93, |
|
"end": 100, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "3.2.Assignment of Scores", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points Dependency between given two words frequently appear in the corpus. st0", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Table 2: Scoring criteria", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A noun concept modified by an adnominal clause can be interpreted as the value of an attribute of a predicate in the modifying clause.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Table 2: Scoring criteria", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A generated attribute-value pair and an attribute value pair in the context have the relation between a primary attribute and a sub-attribute.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c4", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A concept being processed has already appeared in the context. c5", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c4", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points An attribute-value pair in a clause modifying a noun concept matches with an attribute-value pair in the noun concept.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c4", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A generated attribute-value pair matches with an attribute-value pair in the context. c1 contextdependent criteria Add points Two words in dependency has a super-sub/whole-part relation. s3", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c2", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The context has a proper name which belongs to a sub-class of a common noun being processed. c6", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Add points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points Coordinated nominal concepts belong to the same semantic class. s2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Add points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points An attributes of an adjective/adverbial adjective matches with an attribute of the modified noun; an attribute of an adverb matches with an attribute of the modified words (i.e. verbs, adjectives, etc.).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Add points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A concept denoting a unit has dependency with a concept denoting the value (e.g. when the concept \"yen\" has dependency with the concept \"7,000\").", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "s1", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A linking word (bound morpheme) connecting two content words conforms to a linking word designated in the concept dictionary. g2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "g3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The dependency is longer than the shortest possible dependency. (This is not applied when a depending phrase is introduced by a topic particle wa.) g1 context-free criteria Add points Dependency between given two words frequently appear in the corpus. st0", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Deduce points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A noun concept modified by an adnominal clause can be interpreted as the value of an attribute of a predicate in the modifying clause.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Deduce points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A generated attribute-value pair and an attribute value pair in the context have the relation between a primary attribute and a sub-attribute.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c4", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A concept being processed has already appeared in the context. c5", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c4", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points An attribute-value pair in a clause modifying a noun concept matches with an attribute-value pair in the noun concept.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c4", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A generated attribute-value pair matches with an attribute-value pair in the context. c1 contextdependent criteria Add points Two words in dependency has a super-sub/whole-part relation. s3", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "c2", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The context has a proper name which belongs to a sub-class of a common noun being processed. c6", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Add points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points Coordinated nominal concepts belong to the same semantic class. s2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Add points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points An attributes of an adjective/adverbial adjective matches with an attribute of the modified noun; an attribute of an adverb matches with an attribute of the modified words (i.e. verbs, adjectives, etc.).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Add points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A concept denoting a unit has dependency with a concept denoting the value (e.g. when the concept \"yen\" has dependency with the concept \"7,000\").", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "s1", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Add points A linking word (bound morpheme) connecting two content words conforms to a linking word designated in the concept dictionary. g2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "g3", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The dependency is longer than the shortest possible dependency. (This is not applied when a depending phrase is introduced by a topic particle wa.) g1 context-free criteria", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Deduce points", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(3-a) isoide-iru-node tikaku-ni aru mise-de kai-tai [location] NIL [goods to sell] NIL [ \u30fb\u30fb\u30fb ] shop (3-a)\uff1aIsoide-iru-node tikaku-ni aru mise-de kai-tai\uff0e(I want to make a purchase at a shop around here because I am in a hurry. ) (3-b)\uff1aKono-tikaku-no tizu-ga hosii (I want a map around here.) (3-c) Kono-tikaku-no tizu-o utte-iru mise-o osiete. (\"Can you tell me a shop around here that sells a map?\"", |
|
"cite_spans": [ |
|
{ |
|
"start": 87, |
|
"end": 94, |
|
"text": "[ \u30fb\u30fb\u30fb ]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "3.3.Example Operation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "or \"Can you tell me a shop that sells a map around here?\") Figure 9 shows an example in which the system disambiguates possibly ambiguous dependency structure. The sentence (3-c) Kono-tikaku-no tizu-o utte-iru mise-o osiete is two-way ambiguous if we ignore the context. The phrase kono-tikaku-no (around here) may modify either mise (shop) or tizu (map). In the former case, the sentence would mean \"Can you tell me a shop around here that sells a map?\" and, in the latter case, it would mean \"Can you tell me a shop that sells a map around here?\" If (3-a) is contained in the context, the former should be the case. If (3-b) appears in the context, on the other hand, the latter should be the case. In either case, our context-dependent criteria give a higher score to a candidate which contains the same attribute-value pair as the one in the context. Figure 9 illustrates the former case, in which the relevant phrase should be interpreted as modifying the farther noun (i.e. mise).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 59, |
|
"end": 67, |
|
"text": "Figure 9", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 855, |
|
"end": 863, |
|
"text": "Figure 9", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "3.3.Example Operation", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We evaluated the proposed method by using dialogs about hotel search and reservation. The dialogs were collected from seven subjects, who are graduate and undergraduate students majoring in computer science. The experiment was designed as follows.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental design", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "-Two of the subjects engaged in a conversation in which one played a role of a guest looking f or a hotel and the other played a role of an operator who actually makes hotel search/reservation for the guest. -The conversations were made in a non-face-to-face environment; that is, the subjects could not use non-verbal information like gestures. There were no restrictions imposed on words and sentence styles used in the conversations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental design", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "-We prepared five different situations for hotel search/reservation, and randomly assigned one of them to a pair of the subjects. The pair were asked to make a conversation in which the guest looks for a hotel designated in the assigned situation. Table 3 shows the number of collected utterances and the related figures. The evaluation was made based on the 667 utterances (746 sentences) made by the guests because the dialog system plays a role of an operator. We made some modifications to the 746 sentences. The modifications included rewriting extremely informal spoken style into written style, deletion of fumbling and/or rephrasing, rewriting of regional dialects into standard expressions, and so on. We further excluded sentences made up of less than three free morphemes. The excluded sentences include \"Hai (Yes)\", \"Onegai-shimasu (Do it, please)\", \"Ee (Yah),\" \"So-desu (You are right)\", and so on. The remaining 200 sentences were examined based on the following two criteria.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 248, |
|
"end": 255, |
|
"text": "Table 3", |
|
"ref_id": "TABREF6" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experimental design", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "(1) Did the system correctly parse input sentences?", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental design", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "(2) Did the system generate correct semantic representations? When the system processed an input sentence, we manually gave the system correct semantic representations composing the associated context. We then manually checked whether the system generated correct dependency structure and semantic representations. The frame dictionary and the concept hierarchy used in the evaluation had been prepared before the experiment without referring to the experiment data. Table 4 shows the result of parsing. When the system was given the relevant context, the accuracy increased by about 2 % compared to the parsing result without the context. The result confirms the effectiveness of using the context in parsing. Table 4 also shows the result of parsing by two other parsers which do not refer to the context, for comparison. Our system achieved a higher accuracy than the two parsers because out system has components (the concept dictionary, etc.) made specifically for hotel search/reservation. The contextual information raised the accuracy because it helped the system to assign a higher score to a candidate containing a longer dependency than to a candidate containing a shorter dependency. Table 4 indicates the accuracy of the system where the system assigned the highest score to a unique candidate and the candidate had the correct dependency structure. Figure 10 shows an example involving a longer dependency that the system successfully obtained. In this example, the context contains an attribute-value pair \"object to be left = baggage\" and the system gives a higher score to the long dependency based on the attribute-value pair in the context. Table 5 shows the accuracy where the system gave the highest score to a unique candidate, which was made up of correct semantic representations. When the system did not refer to the context, the accuracy was 57% (114/200). Reference to the context raised the score to 64% (128/200). It confirms that reference to the context is effective not only in parsing but also in generating correct semantic representations. Reference to the context helps the system to assign a higher score to a candidate involving correct semantic representation. Take a phrase \"ikura-no hoteru (literally \"how much hotel\") for example. Since the concept hoteru has more than one attribute associate with rate (e.g. hotel rate, parking rate, etc.), the system generates attribute-value pairs like \"hotel rate = ?rate\" and \"parking rate = ?rate\". By referring to the context, the system obtains the correct semantic representation which involves the correct attribute-value pair that also appears in the context.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 467, |
|
"end": 474, |
|
"text": "Table 4", |
|
"ref_id": "TABREF7" |
|
}, |
|
{ |
|
"start": 711, |
|
"end": 718, |
|
"text": "Table 4", |
|
"ref_id": "TABREF7" |
|
}, |
|
{ |
|
"start": 1196, |
|
"end": 1203, |
|
"text": "Table 4", |
|
"ref_id": "TABREF7" |
|
}, |
|
{ |
|
"start": 1363, |
|
"end": 1372, |
|
"text": "Figure 10", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1660, |
|
"end": 1667, |
|
"text": "Table 5", |
|
"ref_id": "TABREF8" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Experimental design", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The system failed in generating correct dependency structure and/or semantic representations in some examples even when it referred to the context. One typical example involves meta-utterances referring to action took in the conversation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "(U3) Basu-no jikoku-hyo-o sakihodo itta denwa-bango-e okutte-kudasai. (Please send the bus schedule to the phone number mentioned previously.) In order to generate the candidate in which jikoku-hyo-o (bus schedule) has dependency with okuru (send), it is necessary to identify the subject/agent of itta (mentioned) and to understand who said what at which phase in the conversation. Another typical example does not require the context for disambiguation but the disambiguation requires more knowledge than our system currently has.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "(U4) X hoteru-no kuruma-de iku iki-kata-o oshie-te (Tell me how to get to X Hotel by car.) In (U4), X hoteru (X hotel) has dependency not with kuruma (car) but wih iki-kata (how to get to). In order to obtain the correct dependency, the system must have knowledge that customers may go to a hotel by car, bus, taxi, etc. This kind of ambiguity would be solved by describing relevant knowledge in the concept dictionary in the same form as the context.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "We proposed the framework to analyze sentences by integrating dependency analysis with semantic analysis referring to the context. This method sequentially generates semantic representations and compares attribute-value pairs in input and the context. It has been confirmed that the method is helpful to resolve syntactic/semantic ambiguity. The most significant feature of this method is that it does not require complicate inference rules in using context information. This is achieved by making up the context with stable semantic representations. The system needs a framework for keeping more than one interpretation and making a natural response because not every input can be disambiguated. When the context information is not sufficient to disambiguate an input, the system needs to use knowledge about the entities/events mentioned or knowledge about the domain of the dialog. How to use such knowledge remains one of the issues in the future research.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "The term \"context\" primarily means association of utterances. In particular, it refers to logical relationship among words and/or sentences. In this paper, the term is used to indicate the interpretive results of input/output sentences and conceptual knowledge about the words included there.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "When the value of an attribute is dependent on the value of another attribute, we call the former a primary attribute and the latter a sub-attribute. If hotel rates are dependent on the room type and on whether breakfast is included, the attribute \"hotel rate\" is a primary attribute and the attributes \"room type\" and \"accommodation plan\" are sub-attributes.If an input contains either a primary attribute or the sub-attribute and the context involves the other, the input can be regarded as involving something that affects or is affected by the context.Proceedings of PACLIC 19, the 19 th Asia-Pacific Conference on Language, Information and Computation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "A Maximum-Entropy-Inspired Parser", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Charniak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings 1st Meeting of the North American Chapter of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "132--139", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Charniak, E. 2000. A Maximum-Entropy-Inspired Parser, Proceedings 1st Meeting of the North American Chapter of the Association for Computational Linguistics, pp. 132-139.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Japanese Semantic Analysis System SAGE using EDR", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Harada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Mizuno", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "The Japanese Society for Artificial Intelligence", |
|
"volume": "16", |
|
"issue": "1", |
|
"pages": "85--93", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Harada, M., and Mizuno, T. 2000. Japanese Semantic Analysis System SAGE using EDR. The Japanese Society for Artificial Intelligence, Vol. 16, No. 1, pp. 85-93, 2000(in Japanese)", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Lexical-Functional Grammar: A formal system for grammatical representation. The Mental Representation of Grammatical Relations", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Kaplan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bresnan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "173--281", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kaplan, R. M., and Bresnan, J. 1982. Lexical-Functional Grammar: A formal system for grammatical representation. The Mental Representation of Grammatical Relations (Joan Bresnan, ed.), The MIT Press, pp.173-281.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Japanese Dependency/Case Struc-ture Analyzer KNP version 2.0b6. Department of Infor-matics", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Kurohashi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kurohashi, S. 1998. Japanese Dependency/Case Struc-ture Analyzer KNP version 2.0b6. Department of Infor-matics, Kyoto University. (in Japanese).", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Japanese Dependency Analysis using Cascaded Chunking", |
|
"authors": [ |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Kudo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Matsumoto", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the 6th Conference on Natural Language Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "63--69", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kudo, T., and Matsumoto, Y. 2002. Japanese Dependency Analysis using Cascaded Chunking. Proceedings of the 6th Conference on Natural Language Learning 2002 (COLING 2002 Post-Conference Workshops),pp.63-69.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A Framework for Semantic Representations for a Natural Language Dialog System, Proceeding of SNLP-Oriental COCOSDA", |
|
"authors": [ |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Noguchi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Ikegaya", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Takagi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Nakashima", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Konishi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Itoh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Kondo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Itoh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "231--236", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Noguchi, Y., Ikegaya, Y., Takagi, A., Nakashima, H., Konishi, T., Itoh, T., Kondo, M., and Itoh, Y. 2002. A Framework for Semantic Representations for a Natural Language Dialog System, Proceeding of SNLP-Oriental COCOSDA, pp.231-236.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Head-Driven Phrase Structure Grammar", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Pollard", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Sag", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pollard, C., and Sag, I. A. 1994. Head-Driven Phrase Structure Grammar. University of Chicago Press,.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Natural Language Processing", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Takagi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Itoh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1987, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Takagi, A. and Y. Itoh. 1987. \"Natural Language Processing \", Maruzen, (in Japanese).", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "SENSEVAL-2: Second International Workshop on Evaluating Word Sense Disambiguating Systems", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Yarowsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yarowsky, D. 2000. SENSEVAL-2: Second International Workshop on Evaluating Word Sense Disambiguating Systems., The Association for Computational Linguistics.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Semantic Comparison" |
|
}, |
|
"FIGREF1": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Comparison of attribute-value pairs (1)" |
|
}, |
|
"FIGREF2": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "Comparison of attribute-value pairs (2)" |
|
}, |
|
"FIGREF4": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "a) exists in the context => The phrase kono-tikaku-no (around here) may modify mise (store).-(3-b) exists in the context => The phrase kono-tikaku-no may modify tizu (map)." |
|
}, |
|
"FIGREF5": { |
|
"num": null, |
|
"type_str": "figure", |
|
"uris": null, |
|
"text": "c) Kono-tikaku-no tizu-o utte-iru mise-o osiete Disambiguation of modification relation" |
|
}, |
|
"TABREF0": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "Semantic Representation of PredicateWatashi-wa Tokyo-kara Hamamatsu-no daigaku-ni iku (I will go from Tokyo to a university in Hamamatsu.)", |
|
"content": "<table><tr><td colspan=\"3\">Figure2: Iku(Go)</td><td>The goal of</td><td/><td>movement</td></tr><tr><td/><td/><td/><td>movement is</td><td/><td>[movement [movement agen agen\uff54 \uff54] I ] I</td></tr><tr><td>wa</td><td>kara</td><td>ni</td><td>a university</td><td/><td>[ [movement source movement source] Tokyo ] Tokyo [movement goal] university [movement goal] university</td></tr><tr><td>watashi (I) The agent of movement is I.</td><td colspan=\"2\">Tokyo The source of movement is Tokyo.</td><td colspan=\"3\">daigaku (university) Hamamatsu no The location is Hamamatsu</td><td>[location] Hamamatsu [location] Hamamatsu [ [facilisties facilisties] NIL ] NIL [ [ \u30fb\u30fb\u30fb \u30fb\u30fb\u30fb ] ]</td></tr><tr><td>movement</td><td/><td/><td/><td colspan=\"2\">movement</td><td>I will go to a university in Hamamatsu.</td></tr><tr><td>[movement agent] I [movement agent] I</td><td/><td/><td/><td/></tr><tr><td>[movement source] Tokyo [movement source] Tokyo</td><td/><td/><td/><td colspan=\"2\">[movement agent] I</td></tr><tr><td>[movement goal] university [movement goal] university</td><td/><td/><td/><td colspan=\"2\">[movement source] NIL</td></tr><tr><td>[ [ \u30fb\u30fb\u30fb \u30fb\u30fb\u30fb ] ]</td><td/><td/><td/><td colspan=\"2\">[movement goal] university</td><td>University</td></tr><tr><td/><td/><td/><td/><td colspan=\"2\">[ \u30fb\u30fb\u30fb ]</td><td>[location] Hamamatsu</td></tr><tr><td/><td/><td colspan=\"2\">assertion</td><td/><td>[facilities] NIL</td></tr><tr><td colspan=\"2\">[location] Hamamatsu [location] Hamamatsu</td><td colspan=\"3\">[departure place] Tokyo</td><td>[ \u30fb\u30fb\u30fb ]</td></tr><tr><td>[facilities] NIL [facilities] NIL [ [ \u30fb\u30fb\u30fb \u30fb\u30fb\u30fb ] ]</td><td/><td colspan=\"3\">The departure place is Tokyo,</td></tr><tr><td>tomaru</td><td/><td colspan=\"2\">tomaru</td><td colspan=\"2\">tomaru</td></tr><tr><td>(stay)</td><td/><td>(stay)</td><td/><td>(stay)</td></tr><tr><td>ni</td><td/><td/><td>ni</td><td colspan=\"2\">ni</td></tr><tr><td>(at)</td><td/><td/><td>(at)</td><td colspan=\"2\">(at)</td><td>shukuhakusaki</td></tr><tr><td>hoteru</td><td/><td colspan=\"2\">basho</td><td>relative</td><td>(accommodation )</td></tr><tr><td>(hotel)</td><td/><td colspan=\"2\">(place)</td><td colspan=\"2\">pronoun</td><td>Nominalization of</td></tr><tr><td colspan=\"6\">wa basho (place) (nominative case ) the nominative noun phrase based on the interpretation of the noun and the relative clause hitoshii (be equivalent) (nominative relative pronoun wa case ) hitoshii (be equivalent) Substitution of an argument with a superordinate concept or \"place\" and a relative clause modifying it (hotel) (hotel) hoteru hoteru ni ni (to) (to)</td><td>\uff1d hoteru (hotel)</td></tr><tr><td/><td colspan=\"5\">Figure1: Transformation of dependency structure</td></tr><tr><td/><td/><td colspan=\"4\">event/entity attribute 1 value 1</td></tr><tr><td/><td/><td colspan=\"3\">event/entity attribute 2</td><td>value 2</td></tr><tr><td/><td/><td/><td/><td>. . .</td></tr><tr><td/><td/><td colspan=\"4\">event/entity attribute m value m</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF1": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "accommodation rate] not greater than 7000 yen [room type] single [ \u30fb\u30fb\u30fb ] The attribute pairs are identical, \"[accommodation rate] not greater than 7000 yen\" of accomodation and hotel.-\"[accommodation rate] not greater than 7000 yen\" is a primary attribute and \"[room type] single\" is a sub-attribute to the former.", |
|
"content": "<table><tr><td>accommodation</td><td/></tr><tr><td>existence</td><td/></tr><tr><td>[number of cases] [entity of existence] hotel 13</td><td>hotel [location] NIL [accomodation rate] not reater than 7000 yen</td></tr><tr><td/><td>[ \u30fb\u30fb\u30fb ]</td></tr><tr><td>-</td><td/></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF3": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "", |
|
"content": "<table><tr><td/><td/><td colspan=\"3\">The context made up based on</td></tr><tr><td/><td/><td colspan=\"3\">an interpretation 1</td></tr><tr><td/><td/><td>Accumulate the</td><td/><td/></tr><tr><td/><td/><td>candidate semantic</td><td/><td/></tr><tr><td/><td/><td>representations into</td><td/><td/></tr><tr><td/><td/><td>the context</td><td/><td/></tr><tr><td/><td colspan=\"2\">The candidate semantic representations</td><td/><td/></tr><tr><td/><td/><td/><td colspan=\"3\">The candidate with</td></tr><tr><td/><td/><td>All the morphemes are processed</td><td colspan=\"3\">the highest score is selected</td></tr><tr><td/><td colspan=\"2\">Figure7: Process flow</td><td/><td/></tr><tr><td colspan=\"4\">kesiki/no/yoi/hoteru/ga/ii/na (I prefer a scenic hotel)</td><td/></tr><tr><td>kesiki/no/yoi</td><td/><td/><td/><td/></tr><tr><td colspan=\"2\">(scene/adnominal particle/nice )</td><td/><td/><td/></tr><tr><td/><td/><td/><td>(\uff42) sj+1</td><td/></tr><tr><td>(a) sj</td><td>yoi</td><td>E</td><td/><td>yoi</td></tr><tr><td/><td>keisiki-no</td><td/><td>E</td><td colspan=\"2\">kesiki-no</td></tr><tr><td>kesiki/no/yoi/hoteru</td><td/><td colspan=\"2\">morpheme = hoteru (hotel) concept = hoteru (hotel)</td><td/></tr><tr><td>hoteru</td><td>hoteru</td><td>hoteru</td><td>hoteru</td><td/><td>hoteru</td></tr><tr><td>yoi</td><td>yoi</td><td/><td>yoi</td><td/><td>yoi</td></tr><tr><td>kesiki-no</td><td>kesiki-no</td><td>yoi kesiki-no</td><td colspan=\"2\">kesiki-no</td><td>kesiki-no</td></tr><tr><td>(1)</td><td/><td/><td/><td/></tr><tr><td colspan=\"3\">the candidates produced from (a)</td><td/><td/></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF6": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "", |
|
"content": "<table><tr><td colspan=\"2\">:experimental data</td><td/></tr><tr><td>Collected daialogs Collected daialogs</td><td colspan=\"2\">24 24</td></tr><tr><td>Utterances Utterances</td><td>Guest Guest</td><td>667(746) 667(746)</td></tr><tr><td>(Sentences) (Sentences)</td><td>Operator Operator</td><td>723(904) 723(904)</td></tr><tr><td>Subjects Subjects</td><td/><td>7 7</td></tr><tr><td>Sentences to be analyze Sentences to be analyze</td><td colspan=\"2\">200 200</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF7": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "Accuracy of parsing (%)", |
|
"content": "<table><tr><td/><td>KNP KNP</td><td>Cabocha Cabocha</td><td>Proposed Method Proposed Method</td></tr><tr><td>Without context Without context</td><td>83 83</td><td>82 82</td><td>85 85</td></tr><tr><td>With context With context</td><td>--</td><td>--</td><td>87 87</td></tr></table>", |
|
"html": null |
|
}, |
|
"TABREF8": { |
|
"num": null, |
|
"type_str": "table", |
|
"text": "Accuracy of semantic analysis (%) Determination of longer dependency based on the context.", |
|
"content": "<table><tr><td>Without context Without context</td><td>57 57</td></tr><tr><td>With context With context</td><td>64 64</td></tr></table>", |
|
"html": null |
|
} |
|
} |
|
} |
|
} |