ACL-OCL / Base_JSON /prefixY /json /Y13 /Y13-1034.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "Y13-1034",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T13:32:01.711731Z"
},
"title": "Event Sequence Model for Semantic Analysis of Time and Location in Dialogue System",
"authors": [
{
"first": "Yasuhiro",
"middle": [],
"last": "Noguchi",
"suffix": "",
"affiliation": {},
"email": "noguchi@inf.shizuoka.ac.jp"
},
{
"first": "Satoru",
"middle": [],
"last": "Kogure",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Makoto",
"middle": [],
"last": "Kondo",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Ichiro",
"middle": [],
"last": "Kobayashi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Ochanomizu University",
"location": {}
},
"email": ""
},
{
"first": "Hideki",
"middle": [],
"last": "Asoh",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Akira",
"middle": [],
"last": "Takagi",
"suffix": "",
"affiliation": {
"laboratory": "NLP Research Laboratory",
"institution": "",
"location": {}
},
"email": ""
},
{
"first": "Tatsuhiro",
"middle": [],
"last": "Konishi",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Yukihiro",
"middle": [],
"last": "Itoh",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Shizuoka University",
"location": {}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "Y13-1034",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "It is important for a natural language dialogue system to interpret relations among event concepts appearing in a dialogue. The more complex a dialog becomes, the more essential it becomes for a natural language dialogue system to perform this kind of interpretation. Traditionally, many studies have focused on this problem. Some dialogue systems supported such semantic analysis by using rules and/or models designed for particular scenes involving specific type of dialogue and/or specific problem solving. However, these frameworks require system developers to reconstruct those rules/models even if a slight change is added to the targeted scene. In many cases, their rules/models heavily depend on specific type of dialogue/problem solving, and they do not have high reusability and modularity. Since those rules/models have scene-depending design, they cannot be used to incrementally construct a bigger rule or model. In this research, we focus on a set of event concepts which are usually expected to occur sequentially. In a dialogue, a spoken event concept enables the listeners to guess a sequence of events. The sequence may sometimes be logically inferred, and it may be understood based on general common sense. We believe that a concept model of sequential events can be designed for each bigger event concept that consists of a series of smaller events. Using the sequentiality of the events in the model, a dialogue system can analyze time and loca-tion of each event in a dialogue. In this paper, we design a structure of the event sequence model and propose a framework for analyzing time and location of event concepts appearing in a dialogue. We implemented this framework in a dialogue system, and designed some event sequence models. We confirmed that this system could analyze time and location of sequential events without scene-depending rules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Natural language understanding by a NLP system requires more than generating semantic representations corresponding to the user's input sentence and adding them into the dialogue context information in the system. The system is also required to interpret the semantic representations generated from the user's input sentences by comparing them with the dialogue context, the situation surrounding the user and the system, and common sense knowledge. Through these analyses, the user's input is correctly/restrictively understood beyond what is explicitly uttered.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In our previous research, we focused on the difficulty for a natural language dialogue system arising from synonymous expressions. The same semantic contents can be conveyed by different expressions with different set of words and different syntactic structures. A natural language dialogue system must obtain the same semantic contents from those synonymous expressions irrespective of their differences. The proposed method of semantic analysis allows us to obtain the same semantic contents from a variety of synonymous expressions (Takagi et al. 2006) . We also developed a dialogue system based on this semantic analysis and evaluated the system (Noguchi et al. 2008) . According to this framework, meanings of phrases, clauses and sentences are represented by sets of attribute-value pairs. A meaning denoted by a head (noun, verb, etc.) and its modifier is represented by a pair of the corresponding attribute and its value. We also prepared concept hierarchies for super-sub relation and whole-part relation. The concept hierarchies enable semantic comparison between different attributes, entities, or events. Accordingly, the semantic analysis in this framework consists solely of interpretation of attribute-value pairs and comparison of attribute-value pairs, and the dialogue system based on this framework obtains the same semantic contents from various synonymous expressions irrespective of their differences in their words and structures.",
"cite_spans": [
{
"start": 535,
"end": 555,
"text": "(Takagi et al. 2006)",
"ref_id": "BIBREF0"
},
{
"start": 651,
"end": 672,
"text": "(Noguchi et al. 2008)",
"ref_id": "BIBREF1"
},
{
"start": 825,
"end": 843,
"text": "(noun, verb, etc.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Semantic information explicitly conveyed in a dialogue is effectively analyzed by the above method; however, interpretation based on supersub and whole-part relation is not enough. In this paper, we focus on a set of event concepts which are generally expected to occur sequentially. In a dialogue, a spoken event concept enables the listeners to guess a sequence of events. The sequence may sometimes be logically inferred, and it may be understood based on general common sense. Our purpose is to design a concept model of an event composed of sequential sub-events. We also propose a framework for semantic analysis of time and location based on the sequentiality in the model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "As for related research, Script (Schank and Abelson 1975) is well known for its capability to interpret relations among events involved in a dialogue. In this framework, scene-specific rules are prepared and those rules enable a dialogue system to interpret relations among event concepts in the user's input sentences, the dialogue context, the situation surrounding the user and the system, and common sense knowledge. A plan-based dialogue system (e.g. Chu-Carroll and Carberry 1998) employs a framework in which the dialogue system calculates dialogue strategy to solve the user's problem in a dialogue where a goal of the problem-solving is shared by the user and the system. Oku et al. (2004) propose a dialogue control scheme based on database and topic frames which include task-dependent knowledge. All the three frameworks require prepared task-dependent knowledge with designated structures in order to interpret semantic relations among event concepts appearing in the user's input, the dialogue context, the situation surrounding the user and the system, and common sense knowledge. Accordingly, these frameworks require system developers to reconstruct these scripts, plans or frames even if a light change is added to the dialogue situation. It is practically impossible to prepare enough knowledge to deal with every possible dialogue. Fujiki et al. (2003) propose automatic plan generation from a text corpus. Its capability of plan generation is limited, and the problem of low reusability still remains for script-based natural language understanding systems.",
"cite_spans": [
{
"start": 681,
"end": 698,
"text": "Oku et al. (2004)",
"ref_id": "BIBREF4"
},
{
"start": 1352,
"end": 1372,
"text": "Fujiki et al. (2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Some approaches have been proposed for task-independent semantic analysis (Iida et al. 2003) (Yoshimura et al. 2009) (Hayashibe et al. 2011) . Unlike script-based approaches, these approaches do not deal with dialogue structure. A dialogue without a specific goal can be supported by these approaches, but they do not have enough semantic analysis for supporting taskoriented dialogues. Tamano and Matsumoto (1996) and Noro et al. (2007) focus on time identification and time inference of sequential events based on natural language expressions in the context. These studies did not focus on preparing knowledge description of a set of event concepts which are generally expected to occur sequentially.",
"cite_spans": [
{
"start": 74,
"end": 92,
"text": "(Iida et al. 2003)",
"ref_id": "BIBREF6"
},
{
"start": 93,
"end": 116,
"text": "(Yoshimura et al. 2009)",
"ref_id": "BIBREF5"
},
{
"start": 117,
"end": 140,
"text": "(Hayashibe et al. 2011)",
"ref_id": "BIBREF7"
},
{
"start": 387,
"end": 414,
"text": "Tamano and Matsumoto (1996)",
"ref_id": "BIBREF9"
},
{
"start": 419,
"end": 437,
"text": "Noro et al. (2007)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In linguistic fields, the discourse representation theory (Partee 1984) (Kamp and Reyle 1993) deals with dialogue structure. These theory organized the roles of tense and aspect forms for discourse representation structures including time representations. However these discourse representation structures are sometimes analyzed by hand. These approaches do not focus their computational realization for supporting taskoriented dialogues.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The purpose of this research is to design a general concept model of an event composed of sequential sub-events in such a way that the model does not depend on specific scenes or goals. In this paper, we design the general event sequence model and two specific event sequence models (\"trip\" event and \"stay\" event) based on the general model. We also propose a framework for analyzing time and location of sequential events in a dialogue. We implemented this framework in a dialogue system, and confirmed that this system could analyze time and location without scene-specific rules.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "An event concept in natural language input invokes a set of event concepts which are generally expected to occur sequentially. In the sequence consisting of a set of event concepts, we often understand time/location of one event by referring to time/location of the preceding or following event. Such mutual reference between two sequential events goes beyond mutual reference through super-sub/whole-part relation. For example, consider \"I went to Hamamatsu city. I stayed in the Hamamatsu Hotel.\". The \"go\" and the \"stay\" are different event concepts and these event concepts do not have super-sub/whole-part relation in a general concept hierarchy. In understanding these event concepts, however, we need mutual references to semantic information between the \"goal\" attribute of the \"go\" event concept and the \"location\" attribute of the \"stay\" event concept. The mutual reference is explained based on the following knowledge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Concept of Event Sequence Model",
"sec_num": "2.1"
},
{
"text": "\uf06c A \"go\" event concept and a \"stay\" event concept have whole-part relationship with a \"trip\" event concept when the \"go\" event and the \"stay\" event are partial events of the \"trip\" event. \uf06c When the \"stay\" event occurs after the \"go\" event, the \"goal\" attribute of the \"go\" event concept restricts the \"location\" attribute of the \"stay\" event concept and vice versa. It is necessary for a natural language dialogue system to support the semantic analysis of this sort. In section 2, we discuss how sequential events should be structured and propose a general event sequence model and twin specific event sequence models based on the general model. Section 3 deals with how to perform semantic analysis based on specific event sequence models. Section 4 provides demonstration of our dialog system based on the framework to be proposed. The final section summarizes what has been achieved and what remains to be achieved.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Concept of Event Sequence Model",
"sec_num": "2.1"
},
{
"text": "To discuss the design requirements of the event sequence model, we focus on \"trip\" event concept and its related event concepts. The reason to focus on these event concepts is that \"trip\"related tasks are popular in many studies about a dialogue system. In a dialogue with \"trip\"-related tasks, the user frequently refers to the time and location of event concepts. The purpose of this research is definitely not to design a specific model for the \"trip\" event concept. Therefore we should carefully design the structure of the event sequence model so that the model can be applied to a wide variety of event concepts. We should examine if the event sequence model to be proposed can be applied to many other event concepts than what is discussed in this paper. However, that is beyond the scope of this paper and we leave it for the future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "We collected dialogue histories of hotel search/reservation dialogue systems, travel reports published on web sites, and so on. From the collected contents, we chose 62 contents which involve frequent reference to the time and location of event concepts. These contents include 399 sentences. We analyzed event concepts in the sentences and confirmed that proper interpretation of the contents requires us to assume the existence of a series of events not explicitly conveyed in the contents. We found some properties of sequential events and restrictions on the event sequence model imposed by those properties. In this section, we summarize the design requirements and conditions for the event sequence model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "In the collected contents, even events of the same type involve a wide variety of sequential events. For example, it depends on the dialogue situation whether a \"trip\" event contains a \"stay\" event as its partial event. Similarly some \"trip\" events include \"taking a hot spring bath\" or \"visiting a tourist place\", and others do not. If a \"trip\" event contains a \"work\" event, the \"trip\" event should be interpreted as a \"business-trip\" event and not as a \"sightseeing-trip\" event.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "As we have just mentioned, a wide variety of \"trip\" event instances are made up of different combination of partial events. In addition, the chronological order of some of the partial events totally depends on the dialogue situation. It means that \"(a) we cannot predefine a set and the order of partial events constituting the event sequence model in a static manner as in 'E0, E1, E2, ..., En'\". A \"whole\" event (e.g. \"trip\" event) restricts the variations of its partial events. It means \"(b) a set of possible partial event concepts can be defined for a specific event sequence model\". Although we cannot predefine the order of all the partial events, we can still read the order of those partial events from a given content. It means \"(c) an instance of a specific event sequence model should be dynamically created based on the event concepts appearing in a dialogue.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "In some of the collected contents, the existence of some events are presupposed even if the events are not explicitly expressed in the contents. For example, when \"taking a hot spring bath\" exists as a part of a \"trip\" event, a \"go\" event must exist as a part of the \"trip\" event, and the value of the \"goal\" attribute in the implicit \"go\" event concept must coincide with the \"location\" attribute of the \"hot spring bath\" concept. It means \"(d) when a whole event concept is conveyed or when a whole event concept is invoked from some related event concepts, a dialogue system should behave as if other event concepts essential for the explicit event concepts were conveyed in the dialogue context; hence, the structure of the event sequence model is required to define essential event concepts for the whole event concept.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "A whole event concept is sometimes composed of multiple occurrences of the same type of event concept. Suppose for example that there are \"a trip from A to B.\", \"a trip from B to C.\" and \"a trip from C to D.\" in a dialogue. We can refer to each \"trip\" event concept as a \"trip\", and we can also refer to the entire event concept binding up the smaller \"trip\" event concepts as a \"trip\" as in \"How much is the total cost of the trip?\" It means that \"(e) an event sequence model for a whole event concept includes the whole event concept itself as a part of the whole event concept.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "Proper interpretation of the collected contents sometimes requires inference of the time/location of an event even if they are not explicitly expressed in the contents. The inference can be drawn from the sequentiality of the event and the preceding/following event. It means that \"(f) mutual reference to semantic information between two sequential event concepts based on the spatio-temporal sequence should be defined.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "Many of the collected contents contains more than one event concept each of which invokes a different series of partial events. Therefore, \"(g) the framework for the event sequence model should determine how to achieve mutual reference to semantic information between different event sequences.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "The discussions above are summarized in the following design requirements and conditions for the event sequence model. (a) We cannot predefine a set and the order of partial events constituting the event sequence model in a static manner as in \"E0, E1, E2, ..., En\". (b) A set of possible partial event concepts can be defined for a specific event sequence model. (c) An instance of a specific event sequence model should be dynamically created based on the event concepts appearing in a dialogue. (d) When a whole event concept is conveyed or when a whole event concept is invoked from some related event concepts, a dialogue system should behave as if other event concepts essential for the explicit event concepts were conveyed in the dialogue context; hence, the structure of the event sequence model is required to define essential event concepts for the whole event concept. (e) An event sequence model for a whole event concept includes the whole event concept itself as a part of the whole event concept. (f) Mutual reference to semantic information between two sequential event concepts based on the spatio-temporal sequence should be defined. (g) The framework for the event sequence model should determine how to achieve mutual reference to semantic information between different event sequences. Figure 1 shows the general structure of event sequence models based on requirements (a-g) discussed in previous section. As for the requirement (e), we designed a 4layered whole-part relationship tree structure as the general structure of the event sequence model. In this model, the multiplicity definitions at both ends of a whole-part relation line mean how many concepts are possibly defined at the ends. Each event sequence model according to an event is defined based on this general structure by each word concept as Figure 2 . \"X\" in Figure 1 is transferred to the name of each event concept.",
"cite_spans": [],
"ref_spans": [
{
"start": 1308,
"end": 1316,
"text": "Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 1832,
"end": 1840,
"text": "Figure 2",
"ref_id": "FIGREF1"
},
{
"start": 1850,
"end": 1859,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "In this framework for the requirement (a) and (c), an instance of an event sequence model is dynamically created based on the event concepts appearing in a dialogue. The \"X Partial Event\" in Figure 1 means that a set of event concepts is possible to be a part of the \"X Event\", discussed in requirement (b). For example, a set of \"Trip Partial Event\" concepts includes \"eat\", \"sightseeing\", \"drive\", and so on.",
"cite_spans": [],
"ref_spans": [
{
"start": 191,
"end": 199,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Structure of Event Sequence Model",
"sec_num": "2.3"
},
{
"text": "The arrow line in Figure 1 means the sequentiality between two events for the requirement (f). For example, the arrow line from \"Move Event\" to \"X Partial Event\" means that an \"X Partial Event\" will be occurred after the \"Move event\". In Figure 2 , \"Trip Event\" has the sequentiality with \"Return Event\", and next \"Trip Event\".",
"cite_spans": [],
"ref_spans": [
{
"start": 18,
"end": 26,
"text": "Figure 1",
"ref_id": "FIGREF0"
},
{
"start": 238,
"end": 246,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Structure of Event Sequence Model",
"sec_num": "2.3"
},
{
"text": "The general structure of the event sequence model expressly includes the \"Move Event\" because each event concept, in general, has the \"location\" attribute. In this structure, every \"X Partial Event\" with changing its location accompanies \"Move Event\" before it. A \"X Partial Move Event\" bounds a pair of a \"Move Event\" and arbitrary number of \"X Partial Event\" concepts. This pair can define a partial event sequence that arbitrary number of events involved in a set of \"X Partial Event\" occur after the \"Move Event\". Figure 3 is an example of the instance of the event sequence model for \"trip\" event in Figure 3 . This instance is created by \"trip advisory\" dia-logue. As a dialogue continues, an event concept used in the dialogue is judges whether it is capable to join the existing instance of the event sequence model or not. If the event concept can join to the existing instance, the event concept is joined as a \"X Partial Event\" in the existing instance. If the event concept cannot join to the existing instance, the instance should be extended. For example, as a new \"trip\" event, the \"Trip Event 2\", the \"Trip Partial Event 2_1\", the \"Move Event 2_1\" are created in Figure 4 . After that, the \"Attend Event\" is joined as the \"Trip Partial Event\" after the \"Move Event 2_1\".",
"cite_spans": [],
"ref_spans": [
{
"start": 518,
"end": 526,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 605,
"end": 613,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 1179,
"end": 1187,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Structure of Event Sequence Model",
"sec_num": "2.3"
},
{
"text": "The other sequentiality of two event concepts depends on the type of the event concepts. When the event sequence model for an whole event is defined, the sequentiality between the essential partial events for the whole event are expressly defined. In Figure 4 , \"check-in\" and \"check-out\" events are essential partial events for the \"stay\" event, and the sequentiality between them are defined. As for the requirement (d), some event concepts are presupposed in a dialogue, even if the event concepts are not explicitly expressed in the dialogue. From the analysis of the collected context, some event concepts are usually known as essential partial event concepts for their whole event. In Figure 4 , \"check-in\" and \"check-out\" events are essential partial events for the \"stay\" event. The dialogue system with this framework should presuppose these essential events and structural essential events of the event sequence model like \"Move Event\", \"Stay Partial Move Event\", \"Stay Event\", and \"Whole Stay Event\".",
"cite_spans": [],
"ref_spans": [
{
"start": 251,
"end": 259,
"text": "Figure 4",
"ref_id": null
},
{
"start": 691,
"end": 699,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Structure of Event Sequence Model",
"sec_num": "2.3"
},
{
"text": "In this section, we explain a method in a instance of an event sequence model based on the requirement (f) discussed in previous section.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "In an event sequence model, we defined two types of relationship between event concepts: whole-part relationship and sequentiality between two events. Following mutual references of semantic information are applied to two events which have whole-part relationship. These references must be restricted their semantic information to ensure consistency of time and location in the whole instance of the event sequence model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "\uf06c The value of the \"location\" attribute or the \"goal-location\" attribute in a partial event is restricted to the part of the value of correspondent attribute in the whole event. \uf06c The value of the \"time\" attribute is restricted to the part of the value of correspondent attribute in the whole event. These results of semantic analysis are used for the restrictions to judge whether an event concept could join the existing instance of an event sequence model or not, discussed in previous sec-@source-location (Nagoya) @goal-location (Fukuoka) @time (Tomorrow) @source-location Tokyo @goal-location Hamamatsu @time Tomorrow @\u624b\u6bb5 \u65b0\u5e79\u7dda \"Trip on a business\" Event 1 \"Trip\" Partial Move Event 1_1 @source-location (Tokyo) @goal-location (Hamamatsu) @time (Tomorrow) @transportation (Shinkansen) \"Move\" Event 1_1 \u30fb\u30fb\u30fb Whole \"Trip\" Event \"Return\" Event @source-location (Tokyo) @goal-location (Hamamatsu) @time (Tomorrow) @source-location (Fukuoka) @goal-location (Tokyo) @\u624b\u6bb5 NIL @location Shizuoka University @time (Tomorrow) @object meeting \"Attend \" 1_1_1 @location (Hamamatsu) @object Unagi @time (Tomorrow) \"Eat\" Event 1_1_2 @transportation Shinkansen @location (Hamamatsu) @ accommodation a reasonable hotel @source-location (Nagoya) @goal-location (Fukuoka) @time (Tomorrow) \"Trip\" Event 3 @source-location (Hamamatsu) @goal-location (Nagoya) @time (Tomorrow) \"Trip\" Partial Move Event 2_1 @source-location (Hamamatsu) @goal-location (Nagoya) @time (Tomorrow) \"Trip\" Partial Move Event 3_1 @source-location (Nagoya) @goal-location (Fukuoka) @time (Tomorrow) @location (Fukuoka) @accommodation a reasonable hotel @location Nagoya @time (Tomorrow) @object meeting \"Attend\" Event 2_1_1 @source-location (Hamamatsu) @goal-location (Nagoya) @time (Tomorrow) \"Move\" Event 2_1 \"Move\" Event 3_1 @transportation plain Gray colored frame: Instance of sequential event model. White colored frame:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "Semantic representations of a user referred sentence in a dialogue. \"Check-in\" Event \"Check-out\" Event Constraints:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "\u2022 \"Stay\" Event 1 only has \"Check-in\" Event.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "\u2022 The last \"Stay\" Event only has \"Check-out\" Event.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Model",
"sec_num": null
},
{
"text": "tion. The value of \"location\" attribute of \"Attend Event 2_1_1\" in Figure 3 is restricted based on the value of \"location\" or \"goal-location\" attribute of \"Trip Partial Event 2_1\". The \"Trip Partial Move Event 2_1\" is simultaneously restricted based on the \"Trip Event 2\". In Figure 3 , when the user explicitly expressed his/her business trip to \"Hamamatsu\" city, the value of the \"location\" attribute of the \"Attend Event 2_1_1\" is restricted on the part of \"Hamamatsu\" city. It enable the dialogue system to identify the location of the meeting, and to presuppose the \"attend\" event. Based on the sequentiality between two events in an event sequence model, following references are applied to ensure consistency of time and location in the whole instance of the event sequence model. \uf06c The value of the \"location\" attribute or the attribute \"source-location\" in an event at the origin of an arrow line is semantically restricted by the value of the \"location\" attribute or the \"goal-location\" attribute in an event at the end of the arrow line, regardless of difference of the type of event concepts. \uf06c The value of the \"time\" attribute in an event at the end of an arrow line is semantically restricted around the same time or future time of the value of the \"time\" attribute in an event at the origin of the arrow line. The sequentiality among the \"Trip Event 1\", \"Trip Event 2\", \"Trip Event 3\" and \"Return Event\" in Figure 3 restricted their \"time\" attribute and \"location\" attribute. The value of the \"goal-location\" attribute in the \"Trip Event 1\" restricted the value of the \"location\" attribute in the \"Trip Event 2\". In the \"Trip Event 2\", \"Trip Event 3\", \"Trip Event 3\", and \"Return Event\", same kinds of restrictions are applied.",
"cite_spans": [],
"ref_spans": [
{
"start": 67,
"end": 75,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 276,
"end": 284,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 1423,
"end": 1431,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "PACLIC-27",
"sec_num": null
},
{
"text": "In this section, we explain a semantic analysis method among multiple event sequence models in a dialogue based on the requirement (g) discussed in previous section. The result for analyzing collected contents indicated the requirements of following operations as Figure 5 when more than 1 instances of event sequence models in a dialogue.",
"cite_spans": [],
"ref_spans": [
{
"start": 264,
"end": 272,
"text": "Figure 5",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Semantic Analysis between Event Sequence Models",
"sec_num": "3.2"
},
{
"text": "\uf06c When some events are shared in among multiple event sequence models, the semantic information of these events are mutual referred from these event sequence models. \uf06c An event is occurred at the point on the event sequence of the other event sequence model. The sequentiality including the event is dynamically generated, when the event has enough semantic information to determine the sequence where the event occurs. When the user expressed an event which is capable to join both event sequence models in a dialogue, in each event sequence model, the relations with the event and the existing event sequence model are interpreted as section 3.1. The event which joined both event sequence models (as dark gray colored frame in Figure 5 ) shared the mutual references of semantic information. If the consistency of these event sequence models including the shared event could not be ensured, the capability that the event concept joined into both event sequence models should be rejected. If the consistency of them could be ensured, the events of \"Check-in\", \"Bath\", \"Sleep\", \"Eat\" and \"Buy\" have similar sequentiality that these events occurred after \"Move Event\" and before \"Check-out Event\". The sequence of them will be determined by more detailed semantic information explicitly expressed by the user. It is also important for a dialogue system to tentatively suppose the sequence to decide next system's behavior based on the result of semantic analysis.",
"cite_spans": [],
"ref_spans": [
{
"start": 730,
"end": 738,
"text": "Figure 5",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Semantic Analysis between Event Sequence Models",
"sec_num": "3.2"
},
{
"text": "There are logically following relationships among the event sequence models defined by the requirement (b).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Analysis between Event Sequence Models",
"sec_num": "3.2"
},
{
"text": "(A) The instances of event sequence models are subset/superset relationship. (B) The instances of event sequence models have intersection. (C) The instances of event sequence models do not have intersection (all instances of an event sequence model are occurred before/after all instances of the other event sequence model). In case (A) and (B), an event is capable to be simultaneously both sequences of some event sequence models. A natural language processing system should determine the order of the event on the sequentiality of event sequence models. Current implementation demonstrated in section 0, the implemented system determines the order of the event concept based on the consistency of time and location of the sequentiality in the event sequence models. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Analysis between Event Sequence Models",
"sec_num": "3.2"
},
{
"text": "We implemented a framework for a semantic analysis method using event sequence models in a dialogue system. We defined some event sequence models according to event concepts appearing in \"trip advisory\" dialogues. Figure 6 shows an example of dialogue with this dialogue system, and Figure 7 shows the extracted part of instances of event sequence models generated in this dialogue.",
"cite_spans": [],
"ref_spans": [
{
"start": 214,
"end": 222,
"text": "Figure 6",
"ref_id": null
},
{
"start": 283,
"end": 291,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Demonstration",
"sec_num": "4"
},
{
"text": "In the dialogue in Figure 6 , \"trip\" event concept and \"stay\" event concept invoke the instances of these event sequence models like Figure 5 . The underlined system's replies are generated using these models.",
"cite_spans": [],
"ref_spans": [
{
"start": 19,
"end": 27,
"text": "Figure 6",
"ref_id": null
},
{
"start": 133,
"end": 141,
"text": "Figure 5",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Demonstration",
"sec_num": "4"
},
{
"text": "When the user would like to eat unagi (cooked eel) in \"Unahamaken (a restaurant)\", the instance of \"Move Event 1_2\" and others are created to keep the consistency of the location which is changed from \"Shizuoka University\" to \"Unahamaken\". So, the dialogue system can identify that the user must be going to move from \"Shizuoka University\" to \"Unahamaken\" and can intend to give the travel time from Shizuoka University to \"Unahamaken\" to the user. U asu, hamamatsu-ni syucho shimasu.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Demonstration",
"sec_num": "4"
},
{
"text": "(I will travel to hamamatsu city tommorrow for business.) S kashikomari-mashita. goyoken-ha? (OK. Do you have a requests?) U \"Shizudai\"-de uchiawase-wo shimasu. ato, unagi-wo tabe-tai.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Demonstration",
"sec_num": "4"
},
{
"text": "(I'll have a meeting in Shizuoka University. I want to eat unagi at lunch.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Demonstration",
"sec_num": "4"
},
{
"text": "\"Unahamaken\"-ga osusume-desu. Shizudai-kara basu-de 5 funde yukemasu. unajyu jo-dato 2,800 yen desu. (I suggest you \"Unahamaken\". You can go there from Shizuoka University for 5 minutes by bus. Unajyu jo is 2,800 yen.) U wakarimashita. yasui hotel-ni tomaritai no dake-do.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S",
"sec_num": null
},
{
"text": "(I see. Could you tell me a reasonable hotel?) S hamamatsueki-mae-no ippaku 4,800 yen no \"Hotel Hamana\"ha ikagadesu-ka? (\"Hotel Hamana\" near Hamamatsu station is 4,800 yen by a day.) U arigatou. soko-ni tomarimasu. sore-to \"Station Hotel\"-de 7:00ni Sato-san-to yusyoku-wo torimasu. (Thanks. I'll stay there. I'll got dinner with Mr. Sato in Station Hotel.) S \"Hotel Hamana\"-kara \"Station Hotel\"-heha toho-de 5 fun desu. \"Hotel Hamana\"-no checkin-ha 6:30-de yoi-desune. (You can go Station Hotel from Hotel Hamana on walk for 5 minutes. The time of check-in in Hotel Hamana is 6:30 p.m., isn't it?) U arigatou. yokujitsu-ha, nagoya-de kaigi-ni sanka shite-kara, fukuoka-ni mou ippaku shimasu. (OK. Next day, I have a meeting in Nagoya city, and stay in Fukuoka city.) S wakari-mashita. fukuokaeki-mae ippaku 5,600 yen no \"Fukufukutei\"-ga osusume desu. (I see. I suggest \"Fukufukutei\" on the front of Fukuoka station whose price is 5,600 yen by a day.) U arigatou. \"Check-in\" Event \"Check-out\" Event \"Bath\" Event \"Sleep\" Event \u30fb\u30fb\u30fb PACLIC-27 plicability of the suggested event sequence model was not enough to be confirmed. Especially for many event sequence models exist in a dialogue. In this paper, we demonstrated with \"trip\" and some other event concepts however the demonstrated event sequence models are subset/superset relationship. The instance of event sequence models with intersection and without intersection are not demonstrated. As future works, the applicability of the suggested models with these conditions should be evaluated. Naturally, it is necessary to evaluate even more event concepts in many varieties of dialogues.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S",
"sec_num": null
},
{
"text": ".. n 1 PACLIC-27",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "When the system suggested \"Hotel Hamana\" to the user, the instance of \"stay\" event sequence model are created. When the user told the system that the user have an appointment to take dinner with Mr. Sato in the Station Hotel, the \"Trip Partial Event 1_3\" and its branches are created. The part of the forth layer (bottom layer) instances of \"stay\" model are located between \"Eat Event 1_2_1\" and \"Move Event 1_3\". As another interpretations, the part of the forth layer instances of \"stay\" model could be located after \"Eat Event 1_1_1\". In this case, the former interpretations were tentatively adopted by the sys-tem. These instances are set mutual references based on sequentiality among the \"Eat Event 1_2_1\", the \"Move Event 1_1\", the \"Check-in Event 1_1_1\", the \"Move Event 1_3\" and the \"Eat Event 1_3_1\". The \"Move Event 1_3\" enables the system to intend to give the travel time from the \"Hotel Hamana\" to the Station Hotel to the user. The \"Check-in Event 1_1_1\" enables the system to intend to confirm the user's checkin time to the \"Hotel Hamana\". ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
},
{
"text": "This paper described the design of the general event sequence model and two specific event sequence models (\"trip\" event and \"stay\" event) based on the general model. We also propose a framework for analyzing time and location of sequential events in a dialogue. We implemented this framework in a dialogue system, and confirmed that this system could analyze time and location without scene-specific rules.We analyzed \"trip\" event contents to design the general event sequence model. These contents were collected from hotel search/reservation dialogues, travel reports on web sites and so on. We think that the high ap-Whole \"Stay\" Event @source-location @goal-location Hamamatsu @time Tomorrow @\u624b\u6bb5 \u65b0\u5e79\u7dda \"Trip on a business\" Event 1 \"Trip\" Partial Move Event 1_1 @source-location @goal-location (Hamamatsu) @time (Tomorrow) @transportation (Shinkansen) \"Move\" Event 1_1 \u30fb\u30fb\u30fb Whole \"Trip\" Event \"Return\" Event @source-location @goal-location (Hamamatsu) @time (Tomorrow) @source-location (Fukuoka) @goal-location @transportation @location Shizuoka University @time (Tomorrow) @object meeting \"Attend \" 1_1_1 @transportation Shinkansen @source-location (Nagoya) @goal-location (Fukuoka) @time (Tomorrow) \"Trip\" Event 3 @source-location (Hamamatsu) @goal-location (Nagoya) @time (Tomorrow) \"Trip\" Partial Move Event 1_2 @source-location (Shizuoka University) @goal-location (Unahamaken) @time (Tomorrow) @location Unahamaken @time (Tomorrow) @object Unajyu jo \"Eat\" Event 1_2_1 @source-location (Shizuoka University) @goal-location (Unahamaken) @time (Tomorrow) \"Move\" Event 1_2Gray colored frame:Instance of sequential event model. White colored frame:Semantic representations of a user referred sentence in a dialogue.\"Trip\" Event 2 @location Hamamatsu @accommodation Hotel Hamana \"Stay\" Partial Move Event 1 \u30fb\u30fb\u30fb @location Hotel Hamana @time (before 7:00)\"Check-in\" Event 1_1_1 @source-location (Unahamaken) @goal-location (Hotel Hamana) @time (before 7:00) \"Move\" Event 1_1\"Stay\" Event 1 \u30fb\u30fb\u30fb \"Trip\" Partial Move Event 1_3 @source-location (Hotel Haman) @goal-location (Station Hotel) @time (7:00 p.m.)\"Eat\" Event 1_3_1 \"Move\" Event 1_3 @location Station Hotel @with Mr. Sato @object dinner @time 7:00 p.m. @source-location (Hotel Hamana) @goal-location (Station Hotel) @time (7:00)PACLIC-27",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Semantic Representation for Understanding Meaning Based on Correspondence between Meanings",
"authors": [
{
"first": "A",
"middle": [],
"last": "Takagi",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Asoh",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Itoh",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kondo",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Kobayashi",
"suffix": ""
}
],
"year": 2006,
"venue": "Journal of Advanced Computational Intelligence and Intelligent Informatics",
"volume": "10",
"issue": "6",
"pages": "876--912",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Takagi, H. Asoh, Y. Itoh, M. Kondo and I. Koba- yashi. 2006. Semantic Representation for Under- standing Meaning Based on Correspondence between Meanings, Journal of Advanced Computa- tional Intelligence and Intelligent Informatics, 10(6): 876-912.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Construction and Evaluation of a Dialog System Based on Mapping Sentence Meanings to the Dialog Context, Journal of",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Noguchi",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Ikegaya",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Kogure",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Kondo",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Asoh",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Kobayashi",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Konishi",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Takagi",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Itoh",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "20",
"issue": "",
"pages": "732--756",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Noguchi, Y. Ikegaya, S. Kogure, M. Kondo, H. Asoh, I. Kobayashi, T. Konishi, A. Takagi and Y. Itoh. 2008. Construction and Evaluation of a Dia- log System Based on Mapping Sentence Meanings to the Dialog Context, Journal of Japan Society for Fuzzy Theory and Intelligent Informatics, 20(5): 732-756. (in Japanese)",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Scripts\uff0c plans, and knowledge",
"authors": [
{
"first": "R\uff0ep\uff0eabelson",
"middle": [],
"last": "R\uff0ec\uff0eschank",
"suffix": ""
}
],
"year": 1975,
"venue": "Proceedings of the 4th international joint conference on Artificial intelligence",
"volume": "1",
"issue": "",
"pages": "151--157",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R\uff0eC\uff0eSchank and R\uff0eP\uff0eAbelson. 1975. Scripts\uff0c plans, and knowledge, Proceedings of the 4th in- ternational joint conference on Artificial intelli- gence, 1:151-157\uff0e",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Collaborative Response Generation in Planning Dialogues",
"authors": [
{
"first": "S",
"middle": [],
"last": "J\uff0echu-Carroll",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Carberry",
"suffix": ""
}
],
"year": 1998,
"venue": "Computational Linguistics",
"volume": "24",
"issue": "3",
"pages": "355--400",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J\uff0eChu-Carroll and S. Carberry. 1998. Collaborative Response Generation in Planning Dialogues, Com- putational Linguistics, 24(3): 355-400.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "A task-independent control method for spoken dialogs, Systems and Computers in Japan",
"authors": [
{
"first": "T",
"middle": [],
"last": "Oku",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Nishimoto",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Araki",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Niimi",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "35",
"issue": "",
"pages": "87--95",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Oku, T. Nishimoto, M. Araki and Y. Niimi. 2004. A task-independent control method for spoken dia- logs, Systems and Computers in Japan, 35(14):87- 95. (in Japanese)",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A Method of Association Response Based on Commonsense in Chatting System",
"authors": [
{
"first": "E",
"middle": [],
"last": "Yoshimura",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Tsuchiya",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Watabe",
"suffix": ""
}
],
"year": 2009,
"venue": "Forum on Information Technology",
"volume": "8",
"issue": "2",
"pages": "303--306",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Yoshimura, S. Tsuchiya and H. Watabe. 2009. A Method of Association Response Based on Com- monsense in Chatting System, Forum on Infor- mation Technology, 8(2):303-306. (in Japanese)",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Incorporating contextual cues in trainable models for coreference resolution",
"authors": [
{
"first": "R",
"middle": [],
"last": "Iida",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Takamura",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 10th EACL Workshop on the Computational Treatment of Anaphora",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Iida, K. Inui, H. Takamura and Y. Matsumoto. 2003. Incorporating contextual cues in trainable models for coreference resolution, Proceedings of the 10th EACL Workshop on the Computational Treatment of Anaphora, 23-30. (in Japanese)",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Improving Japanese Inter-sentential Predicate Argument Structure Analysis with Contextual Information and Similarity between Case Structures",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Hayashibe",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Komachi",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Matusmoto",
"suffix": ""
}
],
"year": 2011,
"venue": "IPSJ SIG-SLP",
"volume": "",
"issue": "10",
"pages": "1--8",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Hayashibe, M. Komachi and Y. Matusmoto. 2011. Improving Japanese Inter-sentential Predicate Ar- gument Structure Analysis with Contextual Infor- mation and Similarity between Case Structures, IPSJ SIG-SLP, 2011-SLP-86(10):1-8. (in Japanese)",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Automatic acquisition of script knowledge from a text collection",
"authors": [
{
"first": "T",
"middle": [],
"last": "Fujiki",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Nanba",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Okumura",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the tenth conference on European chapter of the Association for Computational Linguistics",
"volume": "2",
"issue": "",
"pages": "91--94",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Fujiki, H. Nanba and M. Okumura. 2003. Automat- ic acquisition of script knowledge from a text col- lection, Proceedings of the tenth conference on European chapter of the Association for Computa- tional Linguistics, 2:91-94.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A study of constraint based description of temporal structure",
"authors": [
{
"first": "K",
"middle": [],
"last": "Tamano",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 1996,
"venue": "IPSJ SIG-NL",
"volume": "115",
"issue": "2",
"pages": "9--14",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Tamano and Y. Matsumoto. 1996. A study of con- straint based description of temporal structure, IPSJ SIG-NL, 115(2):9-14.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Time Period Identification of Events in Text\uff0c IPSJ",
"authors": [
{
"first": "T",
"middle": [],
"last": "Noro",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Inui",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Takamura",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Okumura",
"suffix": ""
}
],
"year": 2007,
"venue": "Japanese)B. Partee. 1984. Nominal and temporal anaphora, Linguistic and Philosophy",
"volume": "48",
"issue": "",
"pages": "243--286",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "T. Noro, K. Inui, H. Takamura and M. Okumura. 2007. Time Period Identification of Events in Text\uff0c IPSJ, 48(10):3405-3414. (in Japanese)B. Partee. 1984. Nominal and temporal anaphora, Linguistic and Philosophy, 7, 243-286.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Form Discourse to Logic",
"authors": [
{
"first": "H",
"middle": [],
"last": "Kamp",
"suffix": ""
},
{
"first": "U",
"middle": [],
"last": "Reyle",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "H. Kamp and U. Reyle. 1993. Form Discourse to Log- ic. Kluwer.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "General Structure of Event Sequence Model number means how many concepts could be defined. 0, 1, 0 .. n, and so on",
"type_str": "figure",
"uris": null,
"num": null
},
"FIGREF1": {
"text": "Example of Event Sequence Model of \"",
"type_str": "figure",
"uris": null,
"num": null
},
"FIGREF2": {
"text": "Instance of Event Sequence Model (e.g. \"trip advisory\" dialogue)Figure 4. Example of Event Sequence Model of \"stay\" Event",
"type_str": "figure",
"uris": null,
"num": null
},
"FIGREF4": {
"text": "Model for Semantic Analysis between Event Sequence Models in a Dialogue",
"type_str": "figure",
"uris": null,
"num": null
},
"FIGREF5": {
"text": "Figure 6. Dialogue Example with Implemented Dialogue System",
"type_str": "figure",
"uris": null,
"num": null
}
}
}
}