| { |
| "paper_id": "P13-1038", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:32:47.231145Z" |
| }, |
| "title": "Is a 204 cm Man Tall or Small ? Acquisition of Numerical Common Sense from the Web", |
| "authors": [ |
| { |
| "first": "Katsuma", |
| "middle": [], |
| "last": "Narisawa", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": {} |
| }, |
| "email": "katsuma@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Yotaro", |
| "middle": [], |
| "last": "Watanabe", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": {} |
| }, |
| "email": "yotaro-w@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Junta", |
| "middle": [], |
| "last": "Mizuno", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "junta-m@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Naoaki", |
| "middle": [], |
| "last": "Okazaki", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": {} |
| }, |
| "email": "okazaki@ecei.tohoku.ac.jp" |
| }, |
| { |
| "first": "Kentaro", |
| "middle": [], |
| "last": "Inui", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tohoku University", |
| "location": {} |
| }, |
| "email": "inui@ecei.tohoku.ac.jp" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "This paper presents novel methods for modeling numerical common sense: the ability to infer whether a given number (e.g., three billion) is large, small, or normal for a given context (e.g., number of people facing a water shortage). We first discuss the necessity of numerical common sense in solving textual entailment problems. We explore two approaches for acquiring numerical common sense. Both approaches start with extracting numerical expressions and their context from the Web. One approach estimates the distribution of numbers co-occurring within a context and examines whether a given value is large, small, or normal, based on the distribution. Another approach utilizes textual patterns with which speakers explicitly expresses their judgment about the value of a numerical expression. Experimental results demonstrate the effectiveness of both approaches.", |
| "pdf_parse": { |
| "paper_id": "P13-1038", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "This paper presents novel methods for modeling numerical common sense: the ability to infer whether a given number (e.g., three billion) is large, small, or normal for a given context (e.g., number of people facing a water shortage). We first discuss the necessity of numerical common sense in solving textual entailment problems. We explore two approaches for acquiring numerical common sense. Both approaches start with extracting numerical expressions and their context from the Web. One approach estimates the distribution of numbers co-occurring within a context and examines whether a given value is large, small, or normal, based on the distribution. Another approach utilizes textual patterns with which speakers explicitly expresses their judgment about the value of a numerical expression. Experimental results demonstrate the effectiveness of both approaches.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Textual entailment recognition (RTE) involves a wide range of semantic inferences to determine whether the meaning of a hypothesis sentence (h) can be inferred from another text (t) (Dagan et al., 2006) . Although several evaluation campaigns (e.g., PASCAL/TAC RTE challenges) have made significant progress, the RTE community recognizes the necessity of a deeper understanding of the core phenomena involved in textual inference. Such recognition comes from the ideas that crucial progress may derive from decomposing the complex RTE task into basic phenomena and from solving each basic phenomenon separately (Bentivogli et al., 2010; Sammons et al., 2010; Cabrio and Magnini, 2011; Toledo et al., 2012) .", |
| "cite_spans": [ |
| { |
| "start": 182, |
| "end": 202, |
| "text": "(Dagan et al., 2006)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 611, |
| "end": 636, |
| "text": "(Bentivogli et al., 2010;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 637, |
| "end": 658, |
| "text": "Sammons et al., 2010;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 659, |
| "end": 684, |
| "text": "Cabrio and Magnini, 2011;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 685, |
| "end": 705, |
| "text": "Toledo et al., 2012)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Given this background, we focus on solving one of the basic phenomena in RTE: semantic inference related to numerical expressions. The specific problem we address is acquisition of numerical common sense. For example,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "(1) t : Before long, 3b people will face a water shortage in the world.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "h : Before long, a serious water shortage will occur in the world.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Although recognizing the entailment relation between t and h is frustratingly difficult, we assume this inference is decomposable into three phases:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "3b people face a water shortage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u21d4 3,000,000,000 people face a water shortage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "|= many people face a water shortage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "|= a serious water shortage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In the first phase, it is necessary to recognize 3b as a numerical expression and to resolve the expression 3b into the exact amount 3,000,000,000.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The second phase is much more difficult because we need subjective but common-sense knowledge that 3,000,000,000 people is a large number. In this paper, we address the first and second phases of inference as an initial step towards semantic processing with numerical expressions. The contributions of this paper are four-fold.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "1. We examine instances in existing RTE corpora, categorize them into groups in terms of the necessary semantic inferences, and discuss the impact of this study for solving RTE problems with numerical expressions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "2. We describe a method of normalizing numerical expressions referring to the same amount in text into a unified semantic representation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "3. We present approaches for aggregating numerical common sense from examples of numerical expressions and for judging whether a given amount is large, small, or normal.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "4. We demonstrate the effectiveness of this approach, reporting experimental results and analyses in detail. Although it would be ideal to evaluate the impact of this study on the overall RTE task, we evaluate each phase separately. We do this because the existing RTE data sets tend to exhibit very diverse linguistic phenomena, and it is difficult to employ such data for evaluating the real impact of this study.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Surprisingly, NLP research has paid little attention to semantic processing of numerical expressions. This is evident when we compare with temporal expressions, for which corpora (e.g., ACE-2005 1 , TimeBank 2 ) were developed with annotation schemes (e.g., TIMEX 3 , TimeML 4 ). Several studies deal with numerical expressions in the context of information extraction (Bakalov et al., 2011) , information retrieval (Fontoura et al., 2006; Yoshida et al., 2010) , and question answering (Moriceau, 2006) . Numbers such as product prices and weights have been common targets of information extraction. Fontoura et al. (2006) and Yoshida et al. (2010) presented algorithms and data structures that allow number-range queries for searching documents. However, these studies do not interpret the quantity (e.g., 3,000,000,000) of a numerical expression (e.g., 3b people), but rather treat numerical expressions as strings. Banerjee et al. (2009) focused on quantity consensus queries, in which there is uncertainty about the quantity (e.g., weight airbus A380 pounds). Given a query, their approach retrieves documents relevant to the query and identifies the quantities of numerical expressions in the retrieved documents. They also proposed methods for enumerating and ranking the candidates for the consensus quantity intervals. Even though our study shares a similar spirit (modeling of consensus for quantities) with Banerjee et al. (2009) , their goal is different: to determine ground-truth values for queries.", |
| "cite_spans": [ |
| { |
| "start": 369, |
| "end": 391, |
| "text": "(Bakalov et al., 2011)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 416, |
| "end": 439, |
| "text": "(Fontoura et al., 2006;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 440, |
| "end": 461, |
| "text": "Yoshida et al., 2010)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 487, |
| "end": 503, |
| "text": "(Moriceau, 2006)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 601, |
| "end": 623, |
| "text": "Fontoura et al. (2006)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 628, |
| "end": 649, |
| "text": "Yoshida et al. (2010)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 919, |
| "end": 941, |
| "text": "Banerjee et al. (2009)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1418, |
| "end": 1440, |
| "text": "Banerjee et al. (2009)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In question answering, to help \"sanity check\" answers with numerical values that were way out of common-sense ranges, IBM's PI-QUANT used information in Cyc (Lenat, 1995) . For example, their question-answering system rejects 200 miles as a candidate answer for the height of Mt. Everest, since Cyc knows mountains are between 1,000 and 30,000 ft. high. They also consider the problem of variations in the precision of numbers (e.g., 5 million, 5.1 million, 5,200,390) and unit conversions (e.g., square kilometers and acres).", |
| "cite_spans": [ |
| { |
| "start": 157, |
| "end": 170, |
| "text": "(Lenat, 1995)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Some recent studies delve deeper into the semantic interpretation of numerical expressions. Aramaki et al. (2007) focused on the physical size of an entity to predict the semantic relation between entities. For example, knowing that a book has a physical size of 20 cm \u00d7 25 cm and that a library has a size of 10 m \u00d7 10 m, we can estimate that a library contains a book (content-container relation). Their method acquires knowledge about entity size from the Web (by issuing queries like \"book (*cm x *cm)\"), and integrates the knowledge as features for the classification of relations. Davidov and Rappoport (2010) presented a method for the extraction from the Web and approximation of numerical object attributes such as height and weight. Given an object-attribute pair, the study expands the object into a set of comparable objects and then approximates the numerical values even when no exact value can be found in a text. Aramaki et al. (2007) and Davidov and Rappoport (2010) rely on hand-crafted patterns (e.g., \"Object is * [unit] tall\"), focusing on a specific set of numerical attributes (e.g., height, weight, size). In contrast, this study can handle any kind of target and situation that is quantified by numbers, e.g., number of people facing a water shortage.", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 113, |
| "text": "Aramaki et al. (2007)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 587, |
| "end": 615, |
| "text": "Davidov and Rappoport (2010)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 929, |
| "end": 950, |
| "text": "Aramaki et al. (2007)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Recently, the RTE community has started to pay some attention to the appropriate processing of numerical expressions. Iftene (2010) presented an approach for matching numerical ranges expressed by a set of phrases (e.g., more than and at least). Tsuboi et al. (2011) designed hand-crafted rules for matching intervals expressed by temporal expressions. However, these studies do not necessarily focus on semantic processing of numerical expressions; thus, these studies do not normalize units of numerical expressions nor make inferences with numerical common sense. Sammons et al. (2010) reported that most systems submitted to RTE-5 failed on examples where numeric reasoning was necessary. They argued the importance of aligning numerical quantities and performing numerical reasoning in RTE. LoBue and Yates (2011) identified 20 categories of common-sense knowledge that are prevalent in RTE. One of the categories comprises arithmetic knowledge (including computations, comparisons, and rounding). They concluded that many kinds of the common-sense knowledge have received scarce attention from researchers even though the knowledge is essential to RTE. These studies provided a closer look at the phenomena involved in RTE, but they did not propose a solution for handling numerical expressions.", |
| "cite_spans": [ |
| { |
| "start": 118, |
| "end": 131, |
| "text": "Iftene (2010)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 246, |
| "end": 266, |
| "text": "Tsuboi et al. (2011)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 567, |
| "end": 588, |
| "text": "Sammons et al. (2010)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this section, we investigate textual entailment (TE) pairs in existing corpora in order to study the core phenomena that establish an entailment relation. We used two Japanese TE corpora: RITE (Shima et al., 2011) and Odani et al. (2008) . RITE is an evaluation workshop of textual entailment organized by NTCIR-9, and it targets the English, Japanese, and Chinese languages. We used the Japanese portions of the development and training data. Odani et al. (2008) is another Japanese corpus that was manually created. The total numbers of text-hypothesis (T -H) pairs are 1,880 (RITE) and 2,471 (Odani) . We manually selected sentence pairs in which one or both of the sentences contained a numerical expression. Here, we define the term numerical expression as an expression containing a number or quantity represented by a numeral and a unit. For example, 3 kilometers is a numerical expression with the numeral 3 and the unit kilometer. Note that intensity of 4 is not a numerical expression because intensity is not a unit.", |
| "cite_spans": [ |
| { |
| "start": 196, |
| "end": 216, |
| "text": "(Shima et al., 2011)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 221, |
| "end": 240, |
| "text": "Odani et al. (2008)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 447, |
| "end": 466, |
| "text": "Odani et al. (2008)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 598, |
| "end": 605, |
| "text": "(Odani)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Investigation of textual-entailment pairs with numerical expressions", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We obtained 371 pairs from the 4,351 T -H pairs. We determined the inferences needed to prove ENTAILMENT or CONTRADICTION of the hypotheses, and classified the 371 pairs into 11 categories. Note that we ignored T -H pairs in which numerical expressions were unnecessary to prove the entailment relation (e.g., Socrates was sentenced to death by 500 jury members and Socrates was sentenced to death). Out of 371 pairs, we identified 114 pairs in which numerical expressions played a central role in the entailment relation. Table 1 summarizes the categories of TE phenomena we found in the data set. The largest category is numerical matching (32 pairs). We can infer an entailment relation in this category by aligning two numerical expressions, e.g., 2.2 million |= over 800 thousand. This is the most fundamental task in numerical reasoning, interpreting the amount (number, unit, and range) in a numerical expression. We address this task in Section 4.1. The second largest category requires common sense about numerical amounts. In order to recognize textual entailment of pairs in this category, we need common-sense knowledge about humans' subjective judgment of numbers. We consider this problem in Section 5.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 523, |
| "end": 530, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Investigation of textual-entailment pairs with numerical expressions", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To summarize, this study covers 37.9% of the instances in Table 1 , focusing on the first and second categories. Due to space limitations, we omit the explanations for the other phenomena, which require such things as lexical knowledge, arithmetic operations, and counting. The coverage of this study might seem small, but it is difficult to handle varied phenomena with a unified approach. We believe that this study forms the basis for investigating other phenomena of numerical expressions in the future.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 58, |
| "end": 65, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Investigation of textual-entailment pairs with numerical expressions", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In this paper, we explore two approaches to acquiring numerical common sense. Both approaches start with extracting numerical expressions and their context from the Web. We define a context as the verb and its arguments that appear around a numerical expression. For instance, the context of 3b people in the sentence 3b people face a water shortage is \"face\" and \"water shortage.\" In order to extract and aggregate numerical expressions in various documents, we converted the numerical expressions into semantic representations (to be described in Section 4.1), and extracted their context (to be described in Section 4.2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting numerical expressions from the Web", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The first approach for acquiring numerical common sense estimates the distribution of numbers that co-occur within a context, and examines whether a given value is large, small, or normal based on that distribution (to be described in Section 5.1). The second approach utilizes textual patterns with which speakers explicitly expresses their judgment about the value of a numerical ex- In this study, we acquired numerical common sense from a collection of 8 billion sentences in 100 million Japanese Web pages (Shinzato et al., 2012) . For this reason, we originally designed text patterns specialized for Japanese dependency trees. For the sake of the readers' understanding, this paper uses examples with English translations for explaining language-independent concepts, and both Japanese and English translations for explaining language-dependent concepts.", |
| "cite_spans": [ |
| { |
| "start": 511, |
| "end": 534, |
| "text": "(Shinzato et al., 2012)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Collecting numerical expressions from the Web", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The first step for collecting numerical expressions is to recognize when a numerical expression is mentioned and then to normalize it into a semantic representation. This is the most fundamental", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Extracting and normalizing numerical expressions", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Operation gram(s) set-unit: 'g' kilogram(s) set-unit: 'g'; multiply-value: 1,000 kg set-unit: 'g'; multiply-value: 1,000 ton(s) set-unit: 'g'; multiply-value: 1,000,000 nin (people) set-unit: 'nin' (person) about set-modifier: 'about' as many as set-modifier: 'large' as little as set-modifier: 'small' Table 3 : An example of unit/modifier dictionary step in numerical reasoning and has a number of applications. For example, this step handles cases of numerical matching, as in Table 1 . The semantic representation of a numerical expression consists of three fields: the value or range of the real number(s) 5 , the unit (a string), and the optional modifiers. Table 2 shows some examples of numerical expressions and their semantic representations. During normalization, we identified spelling variants (e.g., kilometer and km) and transformed auxiliary units into their corresponding canonical units (e.g., 2 tons and 2,000 kg to 2,000,000 grams). When a numerical expression is accompanied by a modifier such as over, about, or more than, we updated the value and modifier fields appropriately.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 303, |
| "end": 310, |
| "text": "Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 480, |
| "end": 487, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 664, |
| "end": 671, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "We developed an extractor and a normalizer for Japanese numerical expressions 6 . We will outline the algorithm used in the normalizer with an example sentence: \"Roughly three thousand kilograms of meats have been provided every day.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "1. Find numbers in the text by using regular expressions and convert the non-Arabic numbers into their corresponding Arabic numbers. For example, we find three thousand 7 and represent it as 3, 000.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "2. Check whether the words that precede or follow the number are units that are registered in the dictionary. Transform any auxiliary units.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "In the example, we find that kilograms 8 is a unit. We multiply the value 3, 000 by 1, 000, and obtain the value 3, 000, 000 with the unit g.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "3. Check whether the words that precede or follow the number have a modifier that is registered in the dictionary. Update the value and modifier fields if necessary. In the example, we find roughly and set about in the modifier field.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "We used a dictionary 9 to perform procedures 2 and 3 (Table 3 ). If the words that precede or follow an extracted number match an entry in the dictionary, we change the semantic representation as described in the operation.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 53, |
| "end": 61, |
| "text": "(Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "The modifiers 'large' and 'small' require elaboration because the method in Section 5.2 relies heavily on these modifiers. We activated the modifier 'large' when a numerical expression occurred with the Japanese word mo, which roughly corresponds to as many as, as large as, or as heavy as in English 10 . Similarly, we activated the modifier 'small' when a numerical expression occurred with the word shika, which roughly corresponds to as little as, as small as, or as light as 11 . These modifiers are important for this study, reflecting the writer's judgment about the amount. ecei.tohoku.ac.jp/ \u223c katsuma/software/ normalizeNumexp/ 7 In Japanese 3, 000 is denoted by the Chinese symbols \" \". 8 We write kilograms as \" \" in Japanese. 9 The dictionary is bundled with the tool. See Footnote 6. 10 In Japanese, we can use the word mo with a numerical expression to state that the amount is 'large' regardless of how large it is (e.g., large, big, many, heavy).", |
| "cite_spans": [ |
| { |
| "start": 698, |
| "end": 699, |
| "text": "8", |
| "ref_id": null |
| }, |
| { |
| "start": 798, |
| "end": 800, |
| "text": "10", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "11 Similarly, we can use the word shika with any adjective. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "String", |
| "sec_num": null |
| }, |
| { |
| "text": "The next step in acquiring numerical common sense is to capture the context of numerical expressions. Later, we will aggregate numbers that share the same context (see Section 5). The context of a numerical expression should provide sufficient information to determine what it measures. For example, given the sentence, \"He gave $300 to a friend at the bank,\" it would be better if we could generalize the context to someone gives money to a friend for the numerical expression $300. However, it is a nontrivial task to design an appropriate representation of varying contexts. For this reason, we employ a simple rule to capture the context of numerical expressions: we represent the context with the verb that governs the numerical expression and its typed arguments. Figure 1 illustrates the procedure for extracting the context of a numerical expression 12 . The component in Section 4.1 recognizes $300 as a numerical expression, then normalizes it into a semantic representation. Because the numerical expression is a dependent of the verb gave, we extract the verb and its arguments (except for the numerical expression itself) as the context. After removing inflections and function words from the arguments, we obtain the context representation of Figure 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 770, |
| "end": 778, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| }, |
| { |
| "start": 1257, |
| "end": 1265, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Extraction of context", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In this section, we present two approaches for acquiring numerical common sense from a collection of numerical expressions and their contexts. Both approaches start with collecting the numbers (in semantic representation) and contexts of numerical expressions from a large number of sentences (Shinzato et al., 2012) , and storing them in a database. When a context and a value are given for a prediction (hereinafter called the query context and query value, respectively), these approaches judge whether the query value is large, small, or normal.", |
| "cite_spans": [ |
| { |
| "start": 293, |
| "end": 316, |
| "text": "(Shinzato et al., 2012)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acquiring numerical common sense", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Given a query context and query value, this approach retrieves numbers associated with the query context and draws a distribution of normalized numbers. This approach considers the distribution estimated for the query context and determines if the value is within the top 5 percent (large), within the bottom 5 percent (small), or is located in between these regions (normal).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distribution-based approach", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The underlying assumption of this approach is that the real distribution of a query (e.g., money given to a friend) can be approximated by the distribution of numbers co-occurring with the context (e.g., give and friend) on the Web. However, the context space generated in Section 4.2 may be too sparse to find numbers in the database, especially when a query context is fine-grained. Therefore, when no item is retrieved for the query context, we employ a backoff strategy to drop some of the uninformative elements in the query context: elements are dropped from the context based on the type of argument, in this order: he (prep to), kara (prep from), ha (nsubj), yori (prep from), made (prep to), nite (prep at), de (prep at, prep by), ni (prep at), wo (dobj), ga (nsubj), and verb.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Distribution-based approach", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "This approach utilizes textual clues with which a speaker explicitly expresses his or her judgment about the amount of a numerical expression. We utilize large and small modifiers (described in Section 4.1), which correspond to textual clues mo (as many as, as large as) and shika (only, as few as), respectively, for detecting humans' judgments. For example, we can guess that $300 is large if we find an evidential sentence 13 , He gave as much as $100 to a friend.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clue-based approach", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Similarly to the distribution-based approach, this approach retrieves numbers associated with the query context. This approach computes the 13 Although the sentence states a judgment about $100, we can infer that $300 is also large because $300 > $100. largeness L(x) of a value x:", |
| "cite_spans": [ |
| { |
| "start": 140, |
| "end": 142, |
| "text": "13", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clue-based approach", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L(x) = p l (x) p s (x) + p l (x) , (1) p l (x) = {r|r v < x \u2227 r m large} {r|r m large} , (2) p s (x) = {r|r v > x \u2227 r m small} {r|r m small} .", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Clue-based approach", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In these equations, r denotes a retrieved item for the query context, and r v and r m represent the normalized value and modifier flags, respectively, of the item r. The numerator of Equation 2 counts the number of numerical expressions that support the judgment that x is large 14 , and its denominator counts the total number of numerical expressions with large as a modifier. Therefore, p l (x) computes the ratio of times there is textual evidence that says that x is large, to the total number of times there is evidences with large as a modifier.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clue-based approach", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In an analogous way, p s (x) is defined to be the ratio for evidence that says x is small. Hence, L(x) approaches 1 if everyone on the Web claims that x is large, and approaches 0 if everyone claims that x is small. This approach predicts large if L(x) > 0.95, small if L(x) < 0.05, and normal otherwise.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Clue-based approach", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We evaluated the method that we described in Section 4.1 for extracting and normalizing numerical expressions. In order to prepare a gold-standard data set, we obtained 1,041 sentences by randomly sampling about 1% of the sentences containing numbers (Arabic digits and/or Chinese numerical characters) in a Japanese Web corpus (100 million pages) (Shinzato et al., 2012) . For every numerical expression in these sentences, we manually determined a tuple of the normalized value, unit, and modifier. Here, non-numerical expressions such as temporal expressions, telephone numbers, and postal addresses, which were very common, were beyond the scope of the project 15 . We obtained 329 numerical expressions from the 1,041 sentences.", |
| "cite_spans": [ |
| { |
| "start": 348, |
| "end": 371, |
| "text": "(Shinzato et al., 2012)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Normalizing numerical expressions", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We evaluated the correctness of the extraction and normalization by measuring the precision and recall using the gold-standard data set 16 . Our method performed with a precision of 0.78 and a recall of 0.92. Most of the false negatives were caused by the incompleteness of the unit dictionary. For example, the proposed method could not identify 1Ghz as a numerical expression because the unit dictionary did not register Ghz but GHz. It is trivial to improve the recall of the method by enriching the unit dictionary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Normalizing numerical expressions", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "The major cause of false positives was the semantic ambiguity of expressions. For example, the proposed method identified Seven Hills as a numerical expression although it denotes a location name. In order to reduce false positives, it may be necessary to utilize broader contexts when locating numerical expressions; this could be done by using, for example, a named entity recognizer. This is the next step to pursue in future work.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Normalizing numerical expressions", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "However, these errors do not have a large effect on the estimation of the distribution of the numerical values that occur with specific named entities and idiomatic phrases. Moreover, as explained in Section 5, we draw distributions for fine-grained contexts of numerical expressions. For these reasons, we think that the current performance is sufficient for acquiring numerical common sense.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Normalizing numerical expressions", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We built a gold-standard data set for numerical common sense. We applied the method in Section 4.1 to sentences sampled at random from the Japanese Web corpus (Shinzato et al., 2012) , and we extracted 2,000 numerical expressions. We asked three human judges to annotate every numerical expression with one of six labels, small, relatively small, normal, relatively large, large, and unsure. The label relatively small could be applied to a numerical expression when the judge felt that the amount was rather small (below the normal) but hesitated to label it small. The label relatively large was defined analogously. We gave the following criteria for labeling an item as unsure: when the judgment was highly dependent on the context; when the sentence was incomprehensible; and when it was a non-numerical expressions (false positives of the method are discussed in Section 4.1). Table 4 reports the inter-annotator agreement. 16 All fields (value, unit, modifier) of the extracted tuple must match the gold-standard data set. 200\" 130\" 140\" 150\" 160\" 170\" 180\" 190\" 200\" 210\" [cm] distribu7on:based\" clue:based(large)\"", |
| "cite_spans": [ |
| { |
| "start": 159, |
| "end": 182, |
| "text": "(Shinzato et al., 2012)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 930, |
| "end": 932, |
| "text": "16", |
| "ref_id": null |
| }, |
| { |
| "start": 1030, |
| "end": 1084, |
| "text": "200\" 130\" 140\" 150\" 160\" 170\" 180\" 190\" 200\" 210\" [cm]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 883, |
| "end": 890, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Preparing an evaluation set", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "clue:based(small)\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preparing an evaluation set", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "[#\"extrac7on]\" (distribu7on:based) [#\"extrac7on]\" (clue:based) Figure 2 : Distributions of numbers with large and small modifiers for the context human's height.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 63, |
| "end": 71, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Preparing an evaluation set", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "For the evaluation of numerical expressions in the data set, we used those for which at least two annotators assigned the same label. After removing the unsure instances, we obtained 640 numerical expressions (20 small, 35 relatively small, 152 normal, 263 relatively large, and 170 large) as the evaluation set.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Preparing an evaluation set", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "The proposed method extracted about 23 million pairs of numerical expressions and their context from the corpus (with 100 million Web pages). About 15% of the extracted pairs were accompanied by either a large or small modifier. Figure 2 depicts the distributions of the context human's height produced by the distribution-based and clue-based approaches. These distributions are quite reasonable as common-sense knowledge: we can interpret that numbers under 150 cm are perceived as small and those above 180 cm as large.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 229, |
| "end": 235, |
| "text": "Figure", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "We measured the correctness of the proposed methods on the gold-standard data. For this evaluation, we employed two criteria for correctness: strict and lenient. With the strict criterion, the method must predict a label identical to that in the gold-standard. With the lenient criterion, the method was also allowed to predict either large/small or normal when the gold-standard label was relatively large/small. Table 5 reports the precision (P), recall (R), F1 (F1), and accuracy (Acc) of the proposed methods. Table 5 : Precision (P), recall (R), F1 score (F1), and accuracy (Acc) of the acquisition of numerical common sense.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 414, |
| "end": 421, |
| "text": "Table 5", |
| "ref_id": null |
| }, |
| { |
| "start": 514, |
| "end": 521, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "Labels with the suffix '+' correspond to the lenient criterion. The clue-based approach achieved 0.851 F1 (for large), 0.790 F1 (for normal), and 0.464 (for small) with the lenient criterion. The performance is surprisingly good, considering the subjective nature of this task. The clue-based approach was slightly better than the distribution-based approach. In particular, the clue-based approach is good at predicting large and small labels, whereas the distributionbased approach is good at predicting normal labels. We found some targets for which the distribution on the Web is skewed from the 'real' distribution. For example, let us consider the distribution of the context \"the amount of money that a person wins in a lottery\". We can find a number of sentences like if you won the 10-million-dollar lottery, .... In other words, people talk about a large amount of money even if they did not win any money at all. In order to remedy this problem, we may need to enrich the context representation by introducing, for example, the factuality of an event. Table 6 shows some examples of predictions from the clue-based approach. Because of space limitations, we mention only the false instances of this approach.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1063, |
| "end": 1070, |
| "text": "Table 6", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "The clue-based approach tends to predict small even if the gold-standard label is normal. About half of the errors of the clue-based approach were of this type; this is why the precision for small and the recall for normal are low. The cause of this error is exemplified by the sentence, \"there are two reasons.\" Human judges label normal to the numerical expression two reasons, but the method predicts small. This is because a few people say there are only two reasons, but no one says there are as many as two reasons. In order to handle these cases, we may need to incorporate the distribution information with the clue-based approach.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6.2.3" |
| }, |
| { |
| "text": "We found a number of examples for which modeling the context is difficult. Our approach represents the context of a numerical expression with the verb that governs the numerical expression and its typed arguments. However, this approach sometimes misses important information, especially when an argument of the verb is omitted (Example 6). The approach also suffers from the relative clause in Example 7, which conveys an essential context of the number. These are similar to the scope-ambiguity problem such as encoun-tered with negation and quantification; it is difficult to model the scope when a numerical expression refers to a situation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6.2.3" |
| }, |
| { |
| "text": "Furthermore, we encountered some false examples even when we were able to precisely model the context. In Example 8, the proposed method was unable to predict the label correctly because no corresponding information was found on the Web. The proposed method might more easily predict a label if we could generalize the word turtle as animal. It may be worth considering using language resources (e.g., WordNet) to generalize the context.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6.2.3" |
| }, |
| { |
| "text": "We proposed novel approaches for acquiring numerical common sense from a collection of texts. The approaches collect numerical expressions and their contexts from the Web, and acquire numerical common sense by considering the distributions of normalized numbers and textual clues such as mo (as many as) and shika (only, as few as). The experimental results showed that our approaches can successfully judge whether a given amount is large, small, or normal. The implementations and data sets used in this study are available on the Web 17 . We believe that acquisition of numerical common sense is an important step towards a deeper understanding of inferences with numbers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "7" |
| }, |
| { |
| "text": "There are three important future directions for this research. One is to explore a more sophisticated approach for precisely modeling the contexts of numbers. Because we confirmed in this paper that these two approaches have different characteristics, it would be interesting to incorporate textual clues into the distribution-based approach by using, for example, machine learning techniques. Finally, we are planning to address the 'third phase' of the example explained in Section 1: associating many people face a water shortage with a serious water shortage.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "7" |
| }, |
| { |
| "text": "http://www.itl.nist.gov/iad/mig/ tests/ace/ace05/ 2 http://www.timeml.org/site/timebank/ timebank.html 3 http://timex2.mitre.org/ 4 http://timeml.org/site/index.html", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Internally, all values are represented by ranges (e.g., 75 is represented by the range[75, 75]).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The software is available at http://www.cl.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The English dependency tree might look peculiar because it is translated from the Japanese dependency tree.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "This corresponds to the events where we find an evidence expression \"as many as rv\", where rv < x.15 If a tuple was extracted from a non-numerical expression, we regarded this as a false positive", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www.cl.ecei.tohoku.ac.jp/ \u223c katsuma/resource/numerical common sense/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This research was partly supported by JST, PRESTO. This research was partly supported by JSPS KAKENHI Grant Numbers 23240018 and 23700159.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Uth: Svm-based semantic relation classification using physical sizes", |
| "authors": [ |
| { |
| "first": "Eiji", |
| "middle": [], |
| "last": "Aramaki", |
| "suffix": "" |
| }, |
| { |
| "first": "Takeshi", |
| "middle": [], |
| "last": "Imai", |
| "suffix": "" |
| }, |
| { |
| "first": "Kengo", |
| "middle": [], |
| "last": "Miyo", |
| "suffix": "" |
| }, |
| { |
| "first": "Kazuhiko", |
| "middle": [], |
| "last": "Ohe", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 4th International Workshop on Semantic Evaluations", |
| "volume": "", |
| "issue": "", |
| "pages": "464--467", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eiji Aramaki, Takeshi Imai, Kengo Miyo, and Kazuhiko Ohe. 2007. Uth: Svm-based semantic relation classification using physical sizes. In Pro- ceedings of the 4th International Workshop on Se- mantic Evaluations, pages 464-467.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "SCAD: collective discovery of attribute values", |
| "authors": [ |
| { |
| "first": "Anton", |
| "middle": [], |
| "last": "Bakalov", |
| "suffix": "" |
| }, |
| { |
| "first": "Ariel", |
| "middle": [], |
| "last": "Fuxman", |
| "suffix": "" |
| }, |
| { |
| "first": "Partha", |
| "middle": [ |
| "Pratim" |
| ], |
| "last": "Talukdar", |
| "suffix": "" |
| }, |
| { |
| "first": "Soumen", |
| "middle": [], |
| "last": "Chakrabarti", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 20th international conference on World wide web, WWW '11", |
| "volume": "", |
| "issue": "", |
| "pages": "447--456", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anton Bakalov, Ariel Fuxman, Partha Pratim Talukdar, and Soumen Chakrabarti. 2011. SCAD: collective discovery of attribute values. In Proceedings of the 20th international conference on World wide web, WWW '11, pages 447-456.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Learning to rank for quantity consensus queries", |
| "authors": [ |
| { |
| "first": "Somnath", |
| "middle": [], |
| "last": "Banerjee", |
| "suffix": "" |
| }, |
| { |
| "first": "Soumen", |
| "middle": [], |
| "last": "Chakrabarti", |
| "suffix": "" |
| }, |
| { |
| "first": "Ganesh", |
| "middle": [], |
| "last": "Ramakrishnan", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 32nd international ACM SIGIR conference on Research and development in information retrieval, SIGIR '09", |
| "volume": "", |
| "issue": "", |
| "pages": "243--250", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Somnath Banerjee, Soumen Chakrabarti, and Ganesh Ramakrishnan. 2009. Learning to rank for quantity consensus queries. In Proceedings of the 32nd inter- national ACM SIGIR conference on Research and development in information retrieval, SIGIR '09, pages 243-250.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Building textual entailment specialized data sets: a methodology for isolating linguistic phenomena relevant to inference", |
| "authors": [ |
| { |
| "first": "Luisa", |
| "middle": [], |
| "last": "Bentivogli", |
| "suffix": "" |
| }, |
| { |
| "first": "Elena", |
| "middle": [], |
| "last": "Cabrio", |
| "suffix": "" |
| }, |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Danilo", |
| "middle": [], |
| "last": "Giampiccolo", |
| "suffix": "" |
| }, |
| { |
| "first": "Medea", |
| "middle": [], |
| "last": "Lo Leggio", |
| "suffix": "" |
| }, |
| { |
| "first": "Bernardo", |
| "middle": [], |
| "last": "Magnini", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Seventh International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "3542--3549", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Luisa Bentivogli, Elena Cabrio, Ido Dagan, Danilo Giampiccolo, Medea Lo Leggio, and Bernardo Magnini. 2010. Building textual entailment special- ized data sets: a methodology for isolating linguis- tic phenomena relevant to inference. Proceedings of the Seventh International Conference on Language Resources and Evaluation, pages 3542-3549.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Towards component-based textual entailment", |
| "authors": [ |
| { |
| "first": "Elena", |
| "middle": [], |
| "last": "Cabrio", |
| "suffix": "" |
| }, |
| { |
| "first": "Bernardo", |
| "middle": [], |
| "last": "Magnini", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the Ninth International Conference on Computational Semantics, IWCS '11", |
| "volume": "", |
| "issue": "", |
| "pages": "320--324", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Elena Cabrio and Bernardo Magnini. 2011. Towards component-based textual entailment. In Proceed- ings of the Ninth International Conference on Com- putational Semantics, IWCS '11, pages 320-324.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Hybridization in question answering systems", |
| "authors": [ |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Chu-Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "A" |
| ], |
| "last": "Ferrucci", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [ |
| "M" |
| ], |
| "last": "Prager", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "A" |
| ], |
| "last": "Welty", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "New Directions in Question Answering'03", |
| "volume": "", |
| "issue": "", |
| "pages": "116--121", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jennifer Chu-Carroll, David A. Ferrucci, John M. Prager, and Christopher A. Welty. 2003. Hybridiza- tion in question answering systems. In New Direc- tions in Question Answering'03, pages 116-121.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The pascal recognising textual entailment challenge", |
| "authors": [ |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Ido Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Bernardo", |
| "middle": [], |
| "last": "Glickman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Magnini", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Machine Learning Challenges. Evaluating Predictive Uncertainty, Visual Object Classification, and Recognising Tectual Entailment", |
| "volume": "", |
| "issue": "", |
| "pages": "177--190", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ido Dagan, Oren Glickman, and Bernardo Magnini. 2006. The pascal recognising textual entailment challenge. In Machine Learning Challenges. Eval- uating Predictive Uncertainty, Visual Object Classi- fication, and Recognising Tectual Entailment, pages 177-190.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Extraction and approximation of numerical attributes from the web", |
| "authors": [ |
| { |
| "first": "Dmitry", |
| "middle": [], |
| "last": "Davidov", |
| "suffix": "" |
| }, |
| { |
| "first": "Ari", |
| "middle": [], |
| "last": "Rappoport", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "1308--1317", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dmitry Davidov and Ari Rappoport. 2010. Extrac- tion and approximation of numerical attributes from the web. In Proceedings of the 48th Annual Meet- ing of the Association for Computational Linguis- tics, pages 1308-1317.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Inverted index support for numeric search", |
| "authors": [ |
| { |
| "first": "Marcus", |
| "middle": [], |
| "last": "Fontoura", |
| "suffix": "" |
| }, |
| { |
| "first": "Ronny", |
| "middle": [], |
| "last": "Lempel", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Internet Mathematics", |
| "volume": "3", |
| "issue": "2", |
| "pages": "153--185", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marcus Fontoura, Ronny Lempel, Runping Qi, and Ja- son Zien. 2006. Inverted index support for numeric search. Internet Mathematics, 3(2):153-185.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "UAIC participation at RTE-6", |
| "authors": [ |
| { |
| "first": "Adrian", |
| "middle": [], |
| "last": "Iftene", |
| "suffix": "" |
| }, |
| { |
| "first": "Mihai-Alex", |
| "middle": [], |
| "last": "Moruz", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Third Text Analysis Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adrian Iftene and Mihai-Alex Moruz. 2010. UAIC participation at RTE-6. In Proceedings of the Third Text Analysis Conference (TAC 2010) November.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Cyc: A large-scale investment in knowledge infrastructure", |
| "authors": [ |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Douglas", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lenat", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Communications of the ACM", |
| "volume": "38", |
| "issue": "11", |
| "pages": "33--38", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Douglas B Lenat. 1995. Cyc: A large-scale investment in knowledge infrastructure. Communications of the ACM, 38(11):33-38.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Types of common-sense knowledge needed for recognizing textual entailment", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Lobue", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Yates", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: short papers", |
| "volume": "2", |
| "issue": "", |
| "pages": "329--334", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter LoBue and Alexander. Yates. 2011. Types of common-sense knowledge needed for recognizing textual entailment. In Proceedings of the 49th An- nual Meeting of the Association for Computational Linguistics: Human Language Technologies: short papers-Volume 2, pages 329-334.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Generating intelligent numerical answers in a question-answering system", |
| "authors": [ |
| { |
| "first": "V\u00e9ronique", |
| "middle": [], |
| "last": "Moriceau", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the Fourth International Natural Language Generation Conference, INLG '06", |
| "volume": "", |
| "issue": "", |
| "pages": "103--110", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "V\u00e9ronique Moriceau. 2006. Generating intelligent numerical answers in a question-answering system. In Proceedings of the Fourth International Natural Language Generation Conference, INLG '06, pages 103-110.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Building data of japanese text entailment and recognition of inferencing relation based on automatic achieved similar expression", |
| "authors": [ |
| { |
| "first": "Michitaka", |
| "middle": [], |
| "last": "Odani", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomohide", |
| "middle": [], |
| "last": "Shibata", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadao", |
| "middle": [], |
| "last": "Kurohashi", |
| "suffix": "" |
| }, |
| { |
| "first": "Takayuki", |
| "middle": [], |
| "last": "Nakata", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceeding of 14th Annual Meeting of the Association for \"atural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1140--1143", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michitaka Odani, Tomohide Shibata, Sadao Kurohashi, and Takayuki Nakata. 2008. Building data of japanese text entailment and recognition of infer- encing relation based on automatic achieved similar expression. In Proceeding of 14th Annual Meeting of the Association for \"atural Language Processing, pages 1140-1143.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "IBM's PIQUANT in TREC2003", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [ |
| "M" |
| ], |
| "last": "Prager", |
| "suffix": "" |
| }, |
| { |
| "first": "Jennifer", |
| "middle": [], |
| "last": "Chu-Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "Krzysztof", |
| "middle": [], |
| "last": "Czuba", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "A" |
| ], |
| "last": "Welty", |
| "suffix": "" |
| }, |
| { |
| "first": "Abraham", |
| "middle": [], |
| "last": "Ittycheriah", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruchi", |
| "middle": [], |
| "last": "Mahindru", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "TREC", |
| "volume": "", |
| "issue": "", |
| "pages": "283--292", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John M. Prager, Jennifer Chu-Carroll, Krzysztof Czuba, Christopher A. Welty, Abraham Ittycheriah, and Ruchi Mahindru. 2003. IBM's PIQUANT in TREC2003. In TREC, pages 283-292.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Ask not what textual entailment can do for you", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Sammons", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [ |
| "G" |
| ], |
| "last": "Vinod", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [ |
| "Roth" |
| ], |
| "last": "Vydiswaran", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "1199--1208", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mark Sammons, Vinod V.G. Vydiswaran, and Dan Roth. 2010. Ask not what textual entailment can do for you... In Proceedings of the 48th Annual Meet- ing of the Association for Computational Linguis- tics, pages 1199-1208.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Overview of ntcir-9 rite: Recognizing inference in text", |
| "authors": [ |
| { |
| "first": "Hideki", |
| "middle": [], |
| "last": "Shima", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroshi", |
| "middle": [], |
| "last": "Kanayama", |
| "suffix": "" |
| }, |
| { |
| "first": "Cheng-Wei", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Chuan-Jie", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Teruko", |
| "middle": [], |
| "last": "Mitamura", |
| "suffix": "" |
| }, |
| { |
| "first": "Yusuke", |
| "middle": [], |
| "last": "Miyao", |
| "suffix": "" |
| }, |
| { |
| "first": "Shuming", |
| "middle": [], |
| "last": "Shi", |
| "suffix": "" |
| }, |
| { |
| "first": "Koichi", |
| "middle": [], |
| "last": "Takeda", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceeding of NTCIR-9 Workshop Meeting", |
| "volume": "", |
| "issue": "", |
| "pages": "291--301", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hideki Shima, Hiroshi Kanayama, Cheng-Wei Lee, Chuan-Jie Lin, Teruko Mitamura, Yusuke Miyao, Shuming Shi, and Koichi Takeda. 2011. Overview of ntcir-9 rite: Recognizing inference in text. In Pro- ceeding of NTCIR-9 Workshop Meeting, pages 291- 301.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Tsubaki: An open search engine infrastructure for developing information access methodology", |
| "authors": [ |
| { |
| "first": "Keiji", |
| "middle": [], |
| "last": "Shinzato", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomohide", |
| "middle": [], |
| "last": "Shibata", |
| "suffix": "" |
| }, |
| { |
| "first": "Daisuke", |
| "middle": [], |
| "last": "Kawahara", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadao", |
| "middle": [], |
| "last": "Kurohashi", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Journal of Information Processing", |
| "volume": "20", |
| "issue": "1", |
| "pages": "216--227", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keiji Shinzato, Tomohide Shibata, Daisuke Kawahara, and Sadao Kurohashi. 2012. Tsubaki: An open search engine infrastructure for developing informa- tion access methodology. Journal of Information Processing, 20(1):216-227.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Semantic annotation for textual entailment recognition", |
| "authors": [ |
| { |
| "first": "Assaf", |
| "middle": [], |
| "last": "Toledo", |
| "suffix": "" |
| }, |
| { |
| "first": "Sophia", |
| "middle": [], |
| "last": "Katrenko", |
| "suffix": "" |
| }, |
| { |
| "first": "Stavroula", |
| "middle": [], |
| "last": "Alexandropoulou", |
| "suffix": "" |
| }, |
| { |
| "first": "Heidi", |
| "middle": [], |
| "last": "Klockmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Asher", |
| "middle": [], |
| "last": "Stern", |
| "suffix": "" |
| }, |
| { |
| "first": "Ido", |
| "middle": [], |
| "last": "Dagan", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoad", |
| "middle": [], |
| "last": "Winter", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the 11th Mexican International Conference on Artificial Intelligence, MICAI '12", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Assaf Toledo, Sophia Katrenko, Stavroula Alexan- dropoulou, Heidi Klockmann, Asher Stern, Ido Da- gan, and Yoad Winter. 2012. Semantic annotation for textual entailment recognition. In Proceedings of the 11th Mexican International Conference on Arti- ficial Intelligence, MICAI '12.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Syntactic difference based approach for ntcir-9 rite task", |
| "authors": [ |
| { |
| "first": "Yuta", |
| "middle": [], |
| "last": "Tsuboi", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroshi", |
| "middle": [], |
| "last": "Kanayama", |
| "suffix": "" |
| }, |
| { |
| "first": "Masaki", |
| "middle": [], |
| "last": "Ohno", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuya", |
| "middle": [], |
| "last": "Unno", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 9th NTCIR Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "404--411", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuta Tsuboi, Hiroshi Kanayama, Masaki Ohno, and Yuya Unno. 2011. Syntactic difference based ap- proach for ntcir-9 rite task. In Proceedings of the 9th NTCIR Workshop, pages 404-411.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Mining numbers in text using suffix arrays and clustering based on dirichlet process mixture models", |
| "authors": [ |
| { |
| "first": "Minoru", |
| "middle": [], |
| "last": "Yoshida", |
| "suffix": "" |
| }, |
| { |
| "first": "Issei", |
| "middle": [], |
| "last": "Sato", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroshi", |
| "middle": [], |
| "last": "Nakagawa", |
| "suffix": "" |
| }, |
| { |
| "first": "Akira", |
| "middle": [], |
| "last": "Terada", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Advances in Knowledge Discovery and Data Mining", |
| "volume": "", |
| "issue": "", |
| "pages": "230--237", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Minoru Yoshida, Issei Sato, Hiroshi Nakagawa, and Akira Terada. 2010. Mining numbers in text using suffix arrays and clustering based on dirichlet pro- cess mixture models. Advances in Knowledge Dis- covery and Data Mining, pages 230-237.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "Example of context extraction" |
| }, |
| "TABREF0": { |
| "content": "<table><tr><td>Category Numerical matching</td><td>Definition Aligning numerical expres-sions in T and H, considering differences in unit, range, etc.</td><td>Example</td><td/><td>#</td></tr><tr><td>Numerical common sense</td><td>Inferring by interpreting the numerical amount (large or small).</td><td/><td/><td>12</td></tr><tr><td>Lexical knowledge Arithmetic</td><td>Inferring by using numerical aspects of word meanings. Arithmetic operations includ-ing addition and subtraction.</td><td colspan=\"3\">t: 12 t: The number of 2,000-yen bills in circulation has increased to 450 million, in contrast with 440 million 5,000-yen bills. bills by 10 million bills. h: The number of 2,000-yen bills in circulation exceeds the number of 5,000-yen 11</td></tr><tr><td>Numeric-range expression of verbs</td><td>Numerical ranges expressed by verbs (e.g., exceed).</td><td/><td/><td>9</td></tr><tr><td>Simple Rewrite Rule State change Ordinal numbers Temporal expression Count Others</td><td>This includes various simple rules for rewriting. Expressing the change of a value by a multiplier or ratio. Inference by interpreting ordi-nal numbers. Inference by interpreting tem-poral expressions such as an-niversary, age, and ordinal numbers. Counting up the number of var-ious entities.</td><td>t: The strength of Taro's grip is No. 1 in his class. h: Taro's grip is the strongest in his class. t: Consumption of pickled plums is 1.5 times the rate of 20 years ago. h: Consumption of pickled plums has increased. t: Many precious lives were sacrificed in the Third World War. h: So far, there have been at least three World Wars. t: Mr. and Ms. Sato celebrate their 25th wedding anniversary. h: Mr. and Ms. Sato got married 25 years ago. pean Triopsidae. h: In Japan, there are 3 types of Triopsidae.</td><td>Euro-</td><td>7 6 6 3 3 15</td></tr><tr><td>All</td><td/><td/><td/><td>116</td></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table", |
| "text": "It is said that there are about 2.2 million alcoholics in the whole country. h: It is estimated that there are over 800 thousand people who are alcoholics.32 In the middle of the 21st century, 7 billion people, corresponding to 70% of the global population, will face a water shortage. h: It is concerning that a serious water shortage will spread around the world in the near future. Mr. and Ms. Sato celebrated their 25th wedding anniversary. h: Mr. and Ms. Sato celebrated their silver wedding anniversary. It is recorded that the maximum wave height reached 13.8 meters during the Sea of Japan Earthquake Tsunami in May 1983. h: During the Sea of Japan Earthquake, the height of the tsunami exceeded 10 meters." |
| }, |
| "TABREF1": { |
| "content": "<table><tr><td>Numerical Expression</td><td colspan=\"3\">Semantic representation Value Unit Mod.</td></tr><tr><td>about seven grams roughly 7 kg</td><td>7 7000</td><td>g g</td><td>about about</td></tr><tr><td>as heavy as 7 tons as cheap as $1 30-40 people more than 30 cars 7 km per hour</td><td colspan=\"2\">7 \u00d7 10 6 1 [30, 40] nin (people) g $ 30 dai (cars) 7000 m/h</td><td>large small over</td></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table", |
| "text": "Frequency and simple definitions for each category of the entailment phenomena in the survey." |
| }, |
| "TABREF2": { |
| "content": "<table/>", |
| "html": null, |
| "num": null, |
| "type_str": "table", |
| "text": "Normalized representation examples pression (to be explained in Section 5.2)." |
| }, |
| "TABREF4": { |
| "content": "<table><tr><td/><td>500\"</td></tr><tr><td/><td>400\"</td></tr><tr><td>100\"</td><td>200\" 300\"</td></tr><tr><td/><td>100\"</td></tr><tr><td>0\"</td><td>0\"</td></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table", |
| "text": "Inter-annotator agreement" |
| }, |
| "TABREF5": { |
| "content": "<table><tr><td colspan=\"3\">No. System 1 small 2 normal normal I have two cats. Gold Sentence small I think that three men can create such a great thing in the world. 3 large large It's above 32 centigrade. 4 large large I earned 10 million yen from horse racing. 5 small normal There are 2 reasons.</td><td>Remark Difficulty in judging small. Since a few people say, \"There are Correct Correct Correct Correct only 2 reasons,\" our approach predicted a small label.</td></tr><tr><td>6 small</td><td>large</td><td>Ten or more people came, and my eight-mat room was packed.</td><td/></tr><tr><td>7 small 8 small</td><td>normal large</td><td>I have two friends who have broken up with their boyfriends recently.</td><td>Lack of knowledge. We extract the context as the number of heads of a turtle, but no corresponding information was found on the Web.</td></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table", |
| "text": "Difficulty in modeling the context because this sentence omits the locational argument for the verb came. We should extract the context as the number of people who came to my eight-mat room instead of the number of people who came.Difficulty in modeling the context. We should extract context as the number of friends who have broken up with their boyfriends recently instead of the number of friends." |
| }, |
| "TABREF6": { |
| "content": "<table><tr><td>Approach Distribution Distribution Clue Clue</td><td>Label large+ normal+ small+ large normal small large+ normal+ small+ large normal small</td><td>P 0.892 0.753 0.273 0.861 0.529 0.222 0.923 0.814 0.228 0.896 0.593 0.164</td><td>R 0.498 0.935 0.250 0.365 0.908 0.100 0.778 0.765 0.700 0.659 0.586 0.550</td><td>F1 0.695 0.844 0.262 0.613 0.719 0.161 0.851 0.790 0.464 0.778 0.590 0.357</td><td>Acc 0.760 0.590 0.770 0.620</td></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table", |
| "text": "Output example and error analysis. We present translations of the sentences, which were originally in Japanese." |
| } |
| } |
| } |
| } |