|
{ |
|
"paper_id": "Y00-1032", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T13:45:24.132413Z" |
|
}, |
|
"title": "Domain Unconstrained Language Understanding Based on How-net", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Jhing-Fa", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Engineering National Cheng-Kung University", |
|
"location": { |
|
"country": "Taiwan, R.O.C" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Engineering National Cheng-Kung University", |
|
"location": { |
|
"country": "Taiwan, R.O.C" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Hsien-Chang", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Engineering National Cheng-Kung University", |
|
"location": { |
|
"country": "Taiwan, R.O.C" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Chin-Nan", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Engineering National Cheng-Kung University", |
|
"location": { |
|
"country": "Taiwan, R.O.C" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "In this paper, we propose a method for domain unconstrained language understanding based on the How-net knowledge base. The goal is to construct a system that reads in an article and answers some related questions. For each sentence in the article, word segmentation is first applied. Then, the major components such as agent, theme, event, time, and place are extracted to construct a semantic-slot table and a semantic network. Answers of the questions are derived using two approaches, which are based on the relational and hierarchical relation among the major components. Our method is applied to the understanding of the primary-school textbook, and it is able to answer questions in the exercise of the textbook.", |
|
"pdf_parse": { |
|
"paper_id": "Y00-1032", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "In this paper, we propose a method for domain unconstrained language understanding based on the How-net knowledge base. The goal is to construct a system that reads in an article and answers some related questions. For each sentence in the article, word segmentation is first applied. Then, the major components such as agent, theme, event, time, and place are extracted to construct a semantic-slot table and a semantic network. Answers of the questions are derived using two approaches, which are based on the relational and hierarchical relation among the major components. Our method is applied to the understanding of the primary-school textbook, and it is able to answer questions in the exercise of the textbook.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Currently, most available applications of natural language processing (NLP) are domain specific. In this paper, we propose a method for domain unconstrained language understanding. The knowledge base we used is the How-net knowledge base, which is constructed by researchers in Beijing. The description and content of How-net can be found in the following URL, http://www.how-net.com. How-net describes the relationship of objects using both concepts and attributes. Based on How-net knowledge base, we have some methods to analyze the sentences of an article. First, word segmentation is performed to find the corresponding word sequence. Then, major components (agent, event, time, place, and theme) conveyed in the sentence are extracted. Finally, the semantic table and semantic network are constructed for the understanding of the article.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "For the experiment, we try to answer the questions in the exercises of the primary-school textbook. Article of each lesson is used to construct the corresponding semantic table and semantic network. Answers of the questions are derived by measuring the likelihood of the major components.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "This paper is organized as follows. In Section 2, we introduce basic concept of the How-net knowledge base. In Section 3, the method to analyze sentences is described. In Section 4, we", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "show how to answer the questions of the primary-school textbook. The conclusion is given in the final Section.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "How-net is a Chinese knowledge base which describes the objects using concepts and attributes. The basic units in the How-net are physical and spiritual objects such as components, attributes, time, space, events, attribute values, and so on.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Structure of How-net", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "Common and individual characteristics of concepts are both recorded in How-net. Consider the words \"g-(doctor)\" and \"2ff(patient)\" as example, the common characteristic of them is \"people\". This common characteristic is recorded in the How-net. On the other hand, \"doctor\" has the individual characteristic being the agent of \"cure\"; and \"patient\" has the individual characteristic being the experiencer of \"suffer\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Structure of How-net", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "The relations among different concepts and attributes are also described by How-net. The relations are shown below: ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Structure of How-net", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "Unlike western language such as English, Chinese sentence is composed by characters.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Segmentation", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Since How-net is a word-based knowledge base, each sentence has to be segmented into word-sequence for further processing. Word segmentation can be done by several approaches. Note that if the segmentation result contains dangling single-characters, these single-characters may be further combined with other words/characters to form a compound word using word-formation rules. For example, one of the rules is to deal with the Chinese naming principle. We try to combine the characters sequence \" Rt into one word \"", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Segmentation", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "(Lee Kin-Nan)\" since \" (Lee)\" is a Chinese surname. Another example is that the word sequence 11 \u20220-2-(thy) M(neat)\" is combined into the compound word iP?P (clean)\" since it satisfy the adjective formation rule.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Segmentation", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Based on our previous study [2] , we think that to understand a sentence is to know the answers of SW, i.e., who, what, when, where, and which. In this paper, we define these answers as the major components of sentence. The major components represent the agent, The major components in such a simple sentence can be easily determined. However, for some complex sentences, we may need extra information to properly catch the meaning of the sentences. So, the attributes of each component are attached to carry more information. Each component may have none or more than one attribute. The attribute of agent, for example, can be the height, weight, age, color, and so on.", |
|
"cite_spans": [ |
|
{ |
|
"start": 28, |
|
"end": 31, |
|
"text": "[2]", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extracting Major Components of the Sentence", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "After extracting the major components of each sentence, the semantic table that consists of the major components and their attributes can be constructed sentence by sentence. Figure 2 shows an example text chosen from the primary-school textbook. The corresponding semantic table is shown in Table 1 . Note that the attribute of an event can be another event or sentence. (5 17) Wait until the green light is on, (S 18) then cross the road.\" (5 19) My brother says, (5 20) \"OK, I will remember that.\" Figure 2 . The article chosen from the first grade textbook.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 175, |
|
"end": 183, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 292, |
|
"end": 299, |
|
"text": "Table 1", |
|
"ref_id": "TABREF3" |
|
}, |
|
{ |
|
"start": 501, |
|
"end": 509, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Extracting Major Components of the Sentence", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In addition to the semantic table, semantic network [3, 4] Brave is to be (afraid / not afraid).", |
|
"cite_spans": [ |
|
{ |
|
"start": 52, |
|
"end": 55, |
|
"text": "[3,", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 56, |
|
"end": 58, |
|
"text": "4]", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing the Semantic Network", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Q4: mm.2:-vAni, i / My brother is a new (student / classroom) in the first grade.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Constructing the Semantic Network", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "There are many (students / cars) in the school.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Q5:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "I am in the (first / second) grade.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Q5:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To answer the questions, we have developed two methods. The first one tries to find answer directly from the input text. The other one calculates the relation score among major components extracted from the questions and the article to find the proper answer.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Q5:", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Some questions of the primary-school textbook are easy to answer. The answer can be found by scanning the article to match the sentence that has the same components in question.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Answering the Question Directly from the Text", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "For example, Q6 is a question of this kind. To answer question Q6, we first extract the components of the question, i.e., \"R(I)\". This component is used to active the corresponding subgraph in the semantic network. Then, the answers \"-g(first grade), iiiiR(second grade)\" are determined by choosing the one which matches the components best. In this case, the answer will be \"ii it(second grade)\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Answering the Question Directly from the Text", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "If the method described in Section 4.1 does not work, we use another approach to find the right answer. This approach checks the similarities of the major components in the question.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Answering the Question According to the Similarity Measure", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "The similarities are measured by the relation derived from the How-net. Two kinds of similarities, i.e., relational and hierarchical similarity, are used to calculate the overall similarity measure.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Answering the Question According to the Similarity Measure", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "In the How-net knowledge base, each word has its corresponding definition(s). These definitions are recorded in How-net as the field \"DEF\". For example, the words \"fflt-\" (school)\", \"(student))\", and \" nrnicar) have the DEFs as shown below. Note that a word may have several meanings, thus it has many DEFs. The similarity of different words is measured by comparing their DEFs. Words with similar DEFs will result in higher similarity measure. For example, the relational similarity of the words \" ffltk(school)\" , \" _W_(student))\" , and \" n(car)\" are calculated as: From above result, we can conclude that the word \"VOschool)\" is more similar to (student)\" than \"I-1, ift(car)\".", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Measuring Relational Similarity", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "N .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Measuring Relational Similarity", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "How-net also specifies the hierarchical relation of entities like a tree structure as shown in Figure 7 . In this paper, the hierarchical similarity of two objects is defined as the shortest-path distance between these objects. For example, the similarity measure of \"human\"", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 95, |
|
"end": 103, |
|
"text": "Figure 7", |
|
"ref_id": "FIGREF9" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Measuring Hierarchical Similarity", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "and \"animal\" is two, as shown is the upper-right part of Figure 7 . The answer is : \"04. 44.(student)\"", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 57, |
|
"end": 65, |
|
"text": "Figure 7", |
|
"ref_id": "FIGREF9" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Measuring Hierarchical Similarity", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "As the technique of speech processing improved, the success of speech applications, such as human-machine interactive system and spoken dialogue system, now depends on the success of natural language processing. Currently, few significant results are presented for Chinese NLP due to the lack of good knowledge base. In this paper, we employ the How-net Although the How-net plays an important role in our system, we find that some adaptations should be made to achieve better performance for the Chinese language understanding in Taiwan. The major shortcoming is that How-net is built in the Mainland China, thus some wording habits are different from that in Taiwan. For instance, the word \"software\" means \"Vx \" in Taiwan, however, it is written as \" \" in Mainland China. This kind of word-disagreement should be solved before the How-net can be applied deeply in the natural language processing of Chinese in Taiwan. We are currently enhancing the How-net by using the word dictionary built by the Academic Sinica of Taiwan [5] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 1028, |
|
"end": 1031, |
|
"text": "[5]", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion and Conclusion", |
|
"sec_num": "5." |
|
}, |
|
{ |
|
"text": "Our future research is to apply the techniques described in this paper to the task of web Figure 2 ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 90, |
|
"end": 98, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Discussion and Conclusion", |
|
"sec_num": "5." |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "The How-net web site", |
|
"authors": [ |
|
{ |
|
"first": "Zhen-Dong", |
|
"middle": [], |
|
"last": "Dong", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Zhen-Dong Dong, The How-net web site, http://www.how-net.com/", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "On the Construction of the Knowledge Base for the Domain Unconstrained Spoken Dialogue System", |
|
"authors": [ |
|
{ |
|
"first": "Thing-Fa", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hsien-Chang", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chin-Nan", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mao-Sheng", |
|
"middle": [], |
|
"last": "Hung", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Oriental COCOSDA", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "133--136", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thing-Fa Wang, Hsien-Chang Wang, Chin-Nan Lee and Mao-Sheng Hung, \"On the Construction of the Knowledge Base for the Domain Unconstrained Spoken Dialogue System\", Oriental COCOSDA 1999, pp.133-136.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Natural Language Understanding", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Allen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Allen, Natural Language Understanding, Second Edition, The Benjamin/Cummings Publishing Company, Inc. 1995.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Object-Oriented Modeling and Design", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Rumbaugh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Rumbaugh, et. al. Object-Oriented Modeling and Design, Prentice Hall, 1991.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "3ZMW}C (EN)", |
|
"authors": [ |
|
{ |
|
"first": "Z-Mignii\\m", |
|
"middle": [], |
|
"last": "Fri", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "41--42", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "FrI Z-Mignii\\M\" 1 41 3ZMW}C (EN)\", 41 fiic -fARME1Af454=F3, 1993.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"text": "Attribute-Host relation. Ex. Age-Person, Color-Flower, .. (5) Component-Entire relation. Ex. Leg-Body, Door-House, .. (6) Material-Product relation. Ex. Rice-Wine, Sand-Glass, ... (7) Event-Agent relation.Ex. Cure-Doctor, Build-Worker, ..", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF1": { |
|
"num": null, |
|
"text": "is an example showing relations among some objects (in rectangle shape) and actions (in round-rectangle shape).", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF2": { |
|
"num": null, |
|
"text": "Example of relations among objects.", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF3": { |
|
"num": null, |
|
"text": "theme, time, place, and event conveyed in the sentence and they contain essential information to understand the sentence.For example, to analyze the sentence \"..71 1p-fettiiajp (Lee Kin-Nan broke the window of the classroom)\", the sentence is first segmented into the word sequence: \" (Lee Kin-Nan) P(broke) ttV(classroom) 0(De) j (window)\". Then, the major components are determined by the part-of-speech tags found in How-net. In this example, we have the words: Lee Kin-Nan (agent: n. name of people); break (event: v. break); classroom (place: n. place to conduct a lesson); window (theme: n. the hole in the wall to illuminate the house).", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF4": { |
|
"num": null, |
|
"text": "\u00b0R ifriMT*T-, \u00b0K M_EziAll qq7A \u00b0 tzfrP_NA \u00b0 T*W A MVRA'-'1'n -W-,\",-;11MWTR r TVAin fiTZ afirki gla ' 4, 2a: \u00b0 '41 4MAT fEfiUM \u00b0M M,FiR r 4 R--VE/1.1. (S i ) My brother is going to school, (5 2) He is very happy. (S3) He is in the first grade, (5 4) I am in the second grade. (S5) Mother says to me, (S 6) \"today is the first day for your brother going to school, (5 7) you should take him to school carefully. (S8)I go to school with my brother hand in hand. (S9)There are many cars in the road: (S io) big cars and small cars. (S 11 ) The cars run far and near, (5 12) my brother is afraid of the running cars. (S 13) I told my brother, (5 14) \"Don't be afraid. (S 15) Look, the red light is on, (S 16) don't go.", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF5": { |
|
"num": null, |
|
"text": "also records the relationship of each sentence. The nodes of the semantic network are the major components and their attributes of the sentences. The edges are the relations of major components and attributes. The semantic network is constructed gradually while reading each sentence of the text. When the major components and attributes are extracted, if the component already exists in the semantic network, the attributes and relations are updated using current ones. Otherwise, new nodes and edges are added into the semantic network. Figure 3 -Figure 6 illustrate the construction of semantic network when input the sentences Sl-S4 in Figure 2. Note that new nodes and edges of the semantic network are painted in white color.", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF6": { |
|
"num": null, |
|
"text": "Semantic network construction, step 1: Input the sentence \"firZ1-:4. 7*(My brother is going to school)\"", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF7": { |
|
"num": null, |
|
"text": "Semantic network construction, step 2: Input the sentence \"faaiff./(He is very happy)\"", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF8": { |
|
"num": null, |
|
"text": "Semantic network construction, step 3: Input the sentence \" (My brother is a new student in first grade) Semantic network construction, step 4: Input the sentence \"R_E_-:_g-r (I am in second grade)\" Answering the questions The questions we deal with are those in the exercises of primary-school textbook. Each question in the exercise provides several candidate answers for the reader to choose the right one. Some examples of the questions are shown below.Ql : It4.11_ 3-CUT /The classroom is the place to (study / ride).Q2: ( gM. / Ma) \u00b0I f the (red / green) light is on, you can cross the road.Q3: AWIAT: iwin Tivn).", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF9": { |
|
"num": null, |
|
"text": "The hierarchical relation of objects.4.2.3Answering the Question According to the Similarity Measure With the similarity measures obtained by the above methods (relational and hierarchical), we are able to answer questions that can not be answered using the method in Section 4. For example, the similarity measure of major components in Q4 and Q5 can be calculated as below.Q4: '/I_ '---1T-VAFYJ / \u00b0M y brother is a (new student / classroom) in the first grade. Major components: \"(brother)\", 111(new student)\", \"(classroom)\" Similarity measure (No.10017'W & No.48295W 1) = 10 Similarity measure (No.100171MW & No.221917A1 = 0The answer is : \"Vit(new student)\" Q5: Tf3Z1I-4M-in / \u00b0T here are many (students / cars) in the school.Major components: \"PM(school)\",\"3t.(student)\",\",*(car)\"", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF10": { |
|
"num": null, |
|
"text": "to be our knowledge base for the domain unconstrained language understanding. Methods to answer the questions of the input article are proposed. Word segmentation, major component extracting, and semantic network construction of the input article enable us to derive the answer of the questions in the primary-school textbook.", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"TABREF3": { |
|
"html": null, |
|
"content": "<table><tr><td>understanding.</td></tr></table>", |
|
"type_str": "table", |
|
"num": null, |
|
"text": "The semantic-slot table for the text in" |
|
} |
|
} |
|
} |
|
} |