| { |
| "paper_id": "Y08-1023", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:37:46.190575Z" |
| }, |
| "title": "A Preliminary Study on the Impact of Lexical Concreteness on Word Senses Disambiguation *", |
| "authors": [ |
| { |
| "first": "Yee", |
| "middle": [], |
| "last": "Oi", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Kwong", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "#", |
| "middle": [], |
| "last": "Samples", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Avg", |
| "middle": [], |
| "last": "Sys", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Sys", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this work, we study how the difficulty of automatic word sense disambiguation (WSD) might be affected by this intrinsic property of words, namely the concreteness of a word and its individual senses. We also explore the feasibility of inducing a numerical index for sense and lexical concreteness from dictionary definitions. Analysis of system performance in previous SENSEVAL exercises suggests that concrete words are often easier to disambiguate. The high overall agreement between human ratings and definition-induced ratings is also encouraging. The concreteness factor is worth the attention of computational linguists, particularly in terms of how it bears on the differential information demand of individual words in WSD and how the knowledge of this property could be employed to fine-tune WSD systems to better deal with the lexical sensitivity of the task.", |
| "pdf_parse": { |
| "paper_id": "Y08-1023", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this work, we study how the difficulty of automatic word sense disambiguation (WSD) might be affected by this intrinsic property of words, namely the concreteness of a word and its individual senses. We also explore the feasibility of inducing a numerical index for sense and lexical concreteness from dictionary definitions. Analysis of system performance in previous SENSEVAL exercises suggests that concrete words are often easier to disambiguate. The high overall agreement between human ratings and definition-induced ratings is also encouraging. The concreteness factor is worth the attention of computational linguists, particularly in terms of how it bears on the differential information demand of individual words in WSD and how the knowledge of this property could be employed to fine-tune WSD systems to better deal with the lexical sensitivity of the task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The SENSEVAL (and recently SemEval) exercises have revealed a lot of issues on automatic word sense disambiguation (WSD), and allowed researchers to learn more about the linguistic and technical aspects of the task. System performance often depends on many factors, including the feature set, availability of training instances, and language models, amongst others. One important linguistic factor is the fine-grainedness of the sense inventory and the semantic closeness among the senses of a word. To this end, Resnik and Yarowsky (1997) suggested that closely related senses are more difficult for WSD, and therefore systems should be penalised less if they fail to distinguish between similar senses than if they fail to tell distinct senses apart.", |
| "cite_spans": [ |
| { |
| "start": 513, |
| "end": 539, |
| "text": "Resnik and Yarowsky (1997)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Despite being a psychologically valid and intrinsic property of words and senses, concreteness is seldom addressed in WSD literature. Psychologists have shown, from lexical decision and naming tasks, that abstract words are harder to understand than concrete words, and are often acquired later (e.g. Bleasdale, 1987; Kroll and Merves, 1986; Yore and Ollila, 1985) .", |
| "cite_spans": [ |
| { |
| "start": 301, |
| "end": 317, |
| "text": "Bleasdale, 1987;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 318, |
| "end": 341, |
| "text": "Kroll and Merves, 1986;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 342, |
| "end": 364, |
| "text": "Yore and Ollila, 1985)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "This thus implies differential underlying mechanisms in the representation, development, and processing of word meanings in the mental lexicon. By analogy, the inclusion of the concreteness information in computational lexicons should also benefit natural language processing (NLP) tasks like WSD, in addition to maneuvering only linguistic and technical factors. It should also allow us to study polysemy and sense similarity in a more comprehensive and cognitively plausible way.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Hence, we start on a preliminary study on the relationship between concreteness and WSD. In particular, given the lexical sensitivity of the task, we are interested to see how this psycholinguistic factor bears on the difficulty of WSD, how it could be employed in fine-tuning WSD systems to accommodate the different information demand of individual target words, as well as its potential impact on evaluative measures.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In the first part of this study, we analyse system performance reported in previous SENSEVAL exercises with respect to the concreteness of the target words. In the current study, we focus on noun samples only. In the second part, we explore the feasibility of automatically inducing a more objective and robust concreteness measure from dictionary definitions, which is needed for enhancing lexical resources and benefiting WSD in the long run. In general it was observed that concrete words are often easier to disambiguate. The high overall agreement between human ratings and definition-induced ratings is also encouraging.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In Section 2, we briefly review related work and further set out the background of this study. In Section 3, we report on our analysis of system performance with respect to the concreteness of target words. In Section 4, we outline the relation between definition styles and concreteness, and describe our work on automatically inducing a concreteness measure from surface syntactic forms of dictionary definitions. The results are further discussed with future directions in Section 5, followed by a conclusion in Section 6. In this paper we use \"lexical concreteness\" and \"sense concreteness\" as a generic term for the degree of concreteness of words and senses respectively, from highly abstract to highly concrete.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Many psycholinguistic studies on lexical processing confirmed that abstract words are harder to understand than concrete ones. For instance, concrete words are often found to lead to shorter reaction times than abstract words in lexical decision tasks (e.g. Bleasdale, 1987; Kroll and Merves, 1986) . Such concreteness effect is concurrently under the influence of various lexical, semantic, and even personal factors, including word frequency, imageability, and context availability (DeGroot, 1989; Kroll and Merves, 1986; Schwanenflugel, 1991) .", |
| "cite_spans": [ |
| { |
| "start": 258, |
| "end": 274, |
| "text": "Bleasdale, 1987;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 275, |
| "end": 298, |
| "text": "Kroll and Merves, 1986)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 484, |
| "end": 499, |
| "text": "(DeGroot, 1989;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 500, |
| "end": 523, |
| "text": "Kroll and Merves, 1986;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 524, |
| "end": 545, |
| "text": "Schwanenflugel, 1991)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2." |
| }, |
| { |
| "text": "The observed difference between the two kinds of words also implies a somewhat different mechanism by which they are stored, represented, connected, and processed in the mental lexicon. While there were studies investigating the relationship between lexical access and polysemy (e.g. Swinney, 1979) , few have addressed the relation between concreteness and polysemy, and WSD. Analysis on word association responses, for instance, has suggested that tangible concepts seem to be more easily activated than abstract concepts; and in the case of polysemy, tangible senses appear to be more accessible than abstract senses (Kwong, 2007) . However, concreteness is often discussed only at the lexical level. We must also look into concreteness at the sense level in order to study its impact on the information demand of individual words in WSD, and hence varied information susceptibility (Kwong, 2005) .", |
| "cite_spans": [ |
| { |
| "start": 284, |
| "end": 298, |
| "text": "Swinney, 1979)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 620, |
| "end": 633, |
| "text": "(Kwong, 2007)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 886, |
| "end": 899, |
| "text": "(Kwong, 2005)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Concreteness is often measured by means of human ratings on an ordinal scale from highly abstract to highly concrete (e.g. Paivio et al., 1968) . Scalability is essential for its application in WSD and other NLP tasks, and to this end, we need to find ways to automatically induce an objective measure of concreteness which is comparable to human judgements. Lexical data reflecting human lexical processing is possibly available from various resources, including dictionary definitions, word association norms, lexical and knowledge bases, as well as corpus data from authentic texts. In the current study, we explore the feasibility of simulating human judgements on concreteness from dictionary definitions.", |
| "cite_spans": [ |
| { |
| "start": 123, |
| "end": 143, |
| "text": "Paivio et al., 1968)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2." |
| }, |
| { |
| "text": "It has been suggested that WSD systems should be less penalised if they fail to distinguish between closely related word senses than if they fail between distinct senses. This issue of sense similarity is addressed by Resnik and Yarowsky (1999) with quantitative characterisation in terms of sense proximity, and by Chugur et al. (2002) in terms of sense stability. WSD is often considered a lexically sensitive task, in which individual target words might vary in their difficulty and require different treatment. Pedersen (2002) assessed the difficulty of test instances in the SENSEVAL-2 English lexical sample task by analysing the agreement among participating systems. We base our analysis on the target nouns for the English lexical sample tasks and system performance reported in SENSEVAL-1 and SENSEVAL-4 (officially SemEVAL-2007) . Different systems might vary in the disambiguating information and computational approaches they use. Nevertheless, in terms of performance on individual target words, they sometimes complement one another and sometimes achieve similar results. It thus suggests that there is hardly a universal set of parameters which will work in precisely the same way and satisfactorily for all target words. That is to say, words have different information susceptibility.", |
| "cite_spans": [ |
| { |
| "start": 218, |
| "end": 244, |
| "text": "Resnik and Yarowsky (1999)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 316, |
| "end": 336, |
| "text": "Chugur et al. (2002)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 515, |
| "end": 530, |
| "text": "Pedersen (2002)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 826, |
| "end": 839, |
| "text": "SemEVAL-2007)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Moreover, with the experience from four SENSEVAL exercises, systems should have matured in one way or another to cope with the lexical sensitivity of WSD. If a difference still persists among target words within individual systems, there must be something else intrinsic to the words and senses themselves that has not been adequately recognised and effectively addressed by automatic WSD systems. We are thus interested in how lexical concreteness, as a psycholinguistic factor and an intrinsic property of words, bears on the difficulty of WSD and information demand of individual target words, in addition to other linguistic and technical factors. More importantly, we should explore how we could capitalise on such a relationship to fine-tune WSD systems and shed light on WSD evaluation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Background", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In this section, we outline the procedures in selecting word samples and discuss the results on comparing human concreteness ratings with system performance on individual target words as reported in previous SENSEVAL exercises.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concreteness and WSD Difficulty", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Target nouns from the English lexical sample tasks in SENSEVAL-1 and SENSEVAL-4 (Task 17) were selected. There are 15 and 35 target nouns in these two exercises respectively, as listed in Table 1 . The column \"S\" refers to the number of senses in WordNet 3.0, and the column \"C\" refers to the average of human ratings on lexical concreteness, as discussed below.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 188, |
| "end": 195, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "3.1.Materials", |
| "sec_num": null |
| }, |
| { |
| "text": "Sense definitions were collected for these words from WordNet 3.0. The average number of senses per word for SENSEVAL-1 nouns is 3.67, and the words have 1 to 9 senses. The average for SENSEVAL-4 nouns is 7.94 senses per word, and the words have 1 to 26 senses. Note that the HECTOR sense inventory was used for SENSEVAL-1, and some had very different degrees of polysemy as reported here. For example, \"knee\" has as many as 22 senses. On the other hand, OntoNotes senses were used for sense distinction in SENSEVAL-4 (Task 17). For the current study, we use WordNet 3.0 senses as a common reference for both sets of words.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.1.Materials", |
| "sec_num": null |
| }, |
| { |
| "text": "For data on WSD difficulty, we made use of the task and system reports, and results summaries from SENSEVAL, assuming WSD difficulty of test words is reflected from system performance on individual words. For SENSEVAL-1 data, we refer to the official scores under \"fine-grained, all systems, average\" as available from http://www.senseval.org. Precisions and recalls were reported, and we computed the F1 measure for convenience in comparison. System performance for SENSEVAL-4 (Task 17) is based on the average results on individual target words from all systems, as well as results from two individual systems (System 1 and 4, both using Support Vector Machines), reported in Pradhan et al. (2007) . ", |
| "cite_spans": [ |
| { |
| "start": 678, |
| "end": 699, |
| "text": "Pradhan et al. (2007)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.1.Materials", |
| "sec_num": null |
| }, |
| { |
| "text": "Three human judges were asked to rate the words and senses in the sample on a 7-point scale of concreteness, with 1 for highly abstract, and 7 for highly concrete. Ratings were to be given to all words (ignoring individual senses) first, and then independently to each sense. They were asked to do the rating according to their intuition and subjective evaluation, although it was also suggested that imageability could be used as a criterion in their judgement without precluding other relevant factors. One of the judges was an undergraduate student and the other two were graduates. All have studied linguistics before. Based on the average human ratings, we divided the words into three categories along the concreteness continuum: Abstract (with average rating below 3.0), Medium (with average rating between 3.0 and 5.0 inclusive), and Concrete (with average rating above 5.0).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.2.Method", |
| "sec_num": null |
| }, |
| { |
| "text": "Analysis and comparison were done with respect to the following: (a) agreement among the human judges at both the word level and sense level; (b) difference in mean performance with respect to word categories based on lexical concreteness; and (c) difference in mean performance with respect to word categories based on sense concreteness.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.2.Method", |
| "sec_num": null |
| }, |
| { |
| "text": "The Kendall's Coefficient of Concordance W was computed to assess the agreement among the human raters. At the word level, an overall W of 0.767 was found among our three judges on SENSEVAL-1 words, 0.706 on SENSEVAL-4 words, and 0.727 on all words, all statistically significant. This suggests that at the word level, the raters in general agree with one another on positing the word samples on the lexical concreteness continuum, although the absolute ratings they have assigned to individual samples might differ. The agreement, however, is less strong at the sense level, but overall medium to high agreement has been observed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.3.Agreement among Human Raters", |
| "sec_num": null |
| }, |
| { |
| "text": "In the subsequent analysis, we used the average of the rating from the three raters as a measure for concreteness of the words and senses, and divided the words into three categories as explained in Section 3.2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.3.Agreement among Human Raters", |
| "sec_num": null |
| }, |
| { |
| "text": "We compared the mean performance with respect to the three categories of words along the concreteness continuum. Given that we only used secondary data sources for the analysis, we have not controlled for the number of samples in each category, but only depend on the ratings assigned by the human judges on the target nouns. Hence the number of samples in each group is small and the distribution may not be even. Nevertheless, it happens that the datasets in SENSEVAL-1 and SENSEVAL-4 do contain examples for all three groups, and they allow us to start on a preliminary analysis of the relationship between concreteness and WSD difficulty.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.4.Impact of Concreteness on WSD", |
| "sec_num": null |
| }, |
| { |
| "text": "The comparison results are shown in Tables 2 and 3 . There were only 30 words from SENSEVAL-4 used in the comparison instead of 35, since results for five words were omitted in Pradhan et al. (2007) . We also compared the mean performance with respect to the concreteness of the first sense, which is assumed to be the predominant sense according to WordNet ordering, and also the average of the concreteness of all senses. Note that the first sense and the average of all senses may or may not correspond to the concreteness rating at the lexical level, as the lexical concreteness depends on the human raters' intuition, personal experience and their understanding of the word in general without considering individual senses. The results are shown in Tables 4 and 5. With the datasets and small number of samples, we were not able to establish a statistically significant difference for the mean performance among different word categories on the concreteness continuum. Nevertheless, we had some interesting observations. From SENSEVAL-1 data, it appears that nouns at both ends of the continuum, i.e. either very concrete or very abstract, are better disambiguated than those lying in the mid range of the continuum. With reference to the impact of the first and supposedly predominant sense or the average concreteness of all senses, a similar trend was found. Moreover, words with an abstract predominant sense or more abstract senses in general tend to be even better disambiguated than those with more concrete senses. This is an interesting phenomenon which deserves more in-depth investigation and qualitative analysis. On the other hand, analysis on SENSEVAL-4 data seems to yield results closer to our expectation. With reference to word concreteness and average concreteness of all senses, words toward the concrete side tend to be better disambiguated than those in the mid range, which are in turn better disambiguated than those on the abstract end. However, looking at the predominant sense, a similar situation to SENSEVAL-1 data was found, i.e., those with the first sense at either end of the continuum are better disambiguated. One possible reason is that very concrete or very abstract senses are expected to occur in more characteristic linguistic contexts, which could be more successfully captured by the features used in WSD systems. Hence, it remains for us to see in more qualitative terms how this concreteness effect could affect the effectiveness of various kinds of disambiguating information.", |
| "cite_spans": [ |
| { |
| "start": 177, |
| "end": 198, |
| "text": "Pradhan et al. (2007)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 36, |
| "end": 50, |
| "text": "Tables 2 and 3", |
| "ref_id": null |
| }, |
| { |
| "start": 754, |
| "end": 769, |
| "text": "Tables 4 and 5.", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "3.4.Impact of Concreteness on WSD", |
| "sec_num": null |
| }, |
| { |
| "text": "According to McKeown (1991) , \"a definition can be seen as an attempt to capture the essence of a word's meaning by summarizing all of its applications and possible applications\". Although nouns are expected to be relatively easy to define, as compared to other parts-ofspeech, various defining styles are observed (Jackson, 2002) . A common type is by means of genus (superordinate concept) and differentiae (distinctive features). For words which are not easy to be defined by a genus term, the definition is often composed with one or more synonyms or a synonymous phrase. Another kind of definitions is by means of prototype, which is similar to the genus and differentiae type but in addition specifying what is typical of a referent with words like \"typically\" or \"usually\". For others, where a referent is unlikely to be available, lexicographers will capture their meanings in a dictionary by explaining their usage in real text. It is also commonly realised that tangible objects and physical actions are more easily defined in dictionaries, while abstract concepts and other aspects of meaning including connotation, sense relations, and collocations are less readily and often only partially covered by the definitions. Hence, we assume that the concreteness of a concept will make a difference on the most appropriate defining style. Specifically it will be more difficult to define abstract concepts by means of genus and differentiae, and prototype, and they are more likely to be defined by synonyms and other means. We therefore analysed dictionary definitions and distinguished them into seven categories based on their surface syntactic forms, corresponding to a 7-point scale (7=highly concrete, 1=highly abstract) which is assumed to correlate with various levels on the concreteness continuum from human judgements. The definitions used in this study were obtained from WordNet 3.0. The seven categories are listed and explained in Table 6 1 .", |
| "cite_spans": [ |
| { |
| "start": 13, |
| "end": 27, |
| "text": "McKeown (1991)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 315, |
| "end": 330, |
| "text": "(Jackson, 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1953, |
| "end": 1960, |
| "text": "Table 6", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Concreteness from Definitions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Each sense definition for the SENSEVAL-1 nouns was classified into one of the seven types of definitions exemplified in Table 6 . The category assigned to each sense definition was thus taken as a numerical indication of the concreteness of the respective meaning on a 7-point scale.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 120, |
| "end": 127, |
| "text": "Table 6", |
| "ref_id": "TABREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Concreteness from Definitions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The definition-induced concreteness measures agree relatively strongly with the average human ratings at the sense level, with a statistically significant Kendall's W of 0.680.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concreteness from Definitions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "With the definition category assigned to each sense definition, lexical concreteness was induced from two conditions. One is to use the category value from the first and presumably dominant sense of a word. We call this condition DefOne. The other is to take the average of the category values from all senses of a word, and we call this condition DefAll. We tested for the correlation with the Spearman rank correlation \u03c1 and agreement with Kendall's W between average human ratings and the definition-induced values. The results are shown in Table 7 . Table 7 shows that the correlation between human ratings and definition-induced ratings is not particularly strong and linear, but the overall agreement is nevertheless quite high. With this particular dataset, apparently the average of sense concreteness models lexical concreteness more reliably. However, this is only a preliminary attempt and more study and refinement remain to be done.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 544, |
| "end": 551, |
| "text": "Table 7", |
| "ref_id": "TABREF4" |
| }, |
| { |
| "start": 554, |
| "end": 561, |
| "text": "Table 7", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Concreteness from Definitions", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Our results thus show that concreteness bears some relation with WSD difficulty as a psycholinguistic factor superimposing on the linguistic factors like sense distinction and sense similarity, which are often believed to directly affect the difficulty of WSD.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Future Work", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Since psychological evidence suggests that words of different concreteness are represented and accessed by possibly different mechanisms, this factor is worth the attention of computational linguists, particularly in terms of how it bears on the differential information demand of individual words in WSD and how the knowledge of this property could be employed to fine-tune WSD systems to better realise and deal with the lexical sensitivity of the task, as well as its potential impact on evaluative measures. For example, future evaluation might consider balancing the number of concrete and abstract test items. A potential limitation of our current categorisation of the dictionary definitions is that abstract concepts might be defined by genus and differentiae more often than expected. For instance, one meaning of \"accident\" is \"an unfortunate mishap; especially one causing damage or injury\". This may be an artifact of WordNet definitions since WordNet places each sense in a hierarchy of hyponymy relation, which covers both concrete and abstract concepts. Words like \"mishap\" are nevertheless abstract even when they are used as the genus term for other words. We plan to check against other dictionaries and explore possible ways to deal with various kinds of genus terms, to refine the concreteness index induced from definition categories. Given that human ratings on concreteness may be a result of the interaction of many factors including word frequency, context availability, imageability and access to sensory referents, etc., it will be appropriate for us to resort to other sources of external evidence such as word association norm data, authentic linguistic context from corpus data, and domain information, in addition to dictionary definitions, for a more realistic and complete model of lexical concreteness. As suggested earlier, words at either end of the concreteness continuum might occur in relatively characteristic linguistic contexts. So, more importantly, further studies will be conducted to examine the effect of lexical and sense concreteness on the information demand of automatic word sense disambiguation and the use of concreteness for indicating potentially confusable senses for better evaluation of disambiguation performance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Future Work", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Future work could thus go in several directions: (1) further investigation in automatically inducing an objective concreteness measure from lexical resources which simulates human ratings, (2) studying the contextual nature of words with different concreteness from natural texts to explore the difference in information demand by individual target words and thus their information susceptibility in WSD, (3) applying the findings on the relation between concreteness and disambiguation performance in WSD in turn, to fine-tune the systems, and (4) enriching lexical resources with the intrinsic property of words in terms of concreteness level. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Future Work", |
| "sec_num": "5." |
| }, |
| { |
| "text": "In this paper we have discussed our preliminary study on the impact of lexical concreteness on the difficulty of automatic word sense disambiguation. By comparing system performance on target words of different concreteness from previous SENSEVAL exercises, it was found that concrete words are more easily disambiguated in general, and words at either end of the concreteness continuum are better disambiguated than those in the middle. We also explored the feasibility of simulating human judgements on the concreteness or abstractness of words via dictionary definitions. The overall agreement found between human ratings and definitioninduced ratings is encouraging, and more language resources will be employed in future work on the simulation of a numerical index for lexical and sense concreteness. Such an index is believed to inform not only lexicography but also WSD and other NLP tasks. Since psychological evidence suggests that words of different concreteness are processed by possibly different mechanisms, this factor is worth the attention of computational linguists as it bears on the information demand of individual target words in WSD.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6." |
| }, |
| { |
| "text": "Only a simple version is given here. Refer toKwong (2008) for more detailed descriptions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Concreteness dependent associative priming: Separate lexical organization for concrete and abstract words", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [ |
| "A" |
| ], |
| "last": "Bleasdale", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Journal of Experimental Psychology: Learning, Memory, and Cognition", |
| "volume": "13", |
| "issue": "", |
| "pages": "582--594", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bleasdale, F.A. 1987. Concreteness dependent associative priming: Separate lexical organization for concrete and abstract words. Journal of Experimental Psychology: Learning, Memory, and Cognition, 13, 582-594.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Polysemy and Sense Proximity in the Senseval-2 Test Suite", |
| "authors": [ |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Chugur", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Gonzalo", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Verdejo", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the SIGLEX/SENSEVAL Workshop on Word Sense Disambiguation: Recent Successes and Future Directions", |
| "volume": "", |
| "issue": "", |
| "pages": "32--39", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chugur, I., J. Gonzalo and F. Verdejo. 2002. Polysemy and Sense Proximity in the Senseval-2 Test Suite. In Proceedings of the SIGLEX/SENSEVAL Workshop on Word Sense Disambiguation: Recent Successes and Future Directions, Philadelphia, pp.32-39.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Representational aspects of word imageability and word frequency as assessed through word association", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [ |
| "M B" |
| ], |
| "last": "Degroot", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Journal of Experimental Psychology: Learning, Memory, and Cognition", |
| "volume": "15", |
| "issue": "", |
| "pages": "824--845", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "DeGroot, A.M.B. 1989. Representational aspects of word imageability and word frequency as assessed through word association. Journal of Experimental Psychology: Learning, Memory, and Cognition, 15, 824-845.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Lexicography: An Introduction", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Jackson", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jackson, H. 2002. Lexicography: An Introduction. London and New York: Routledge.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Lexical access for concrete and abstract words", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [ |
| "F" |
| ], |
| "last": "Kroll", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "S" |
| ], |
| "last": "Merves", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Journal of Experimental Psychology: Learning, Memory, and Cognition", |
| "volume": "12", |
| "issue": "", |
| "pages": "92--107", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kroll, J.F. and J.S. Merves. 1986. Lexical access for concrete and abstract words. Journal of Experimental Psychology: Learning, Memory, and Cognition, 12, 92-107.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "A Preliminary Study on Inducing Lexical Concreteness from Dictionary Definitions", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Kwong", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 5th International Workshop on Natural Language Processing and Cognitive Science (NLPCS-2008)", |
| "volume": "", |
| "issue": "", |
| "pages": "84--93", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kwong, O.Y. 2008. A Preliminary Study on Inducing Lexical Concreteness from Dictionary Definitions. In Proceedings of the 5th International Workshop on Natural Language Processing and Cognitive Science (NLPCS-2008), Barcelona, Spain, pp.84-93.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Sense Abstractness, Semantic Activation and Word Sense Disambiguation: Implications from Word Association Norms", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Kwong", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 4th International Workshop on Natural Language Processing and Cognitive Science (NLPCS-2007)", |
| "volume": "", |
| "issue": "", |
| "pages": "169--178", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kwong, O.Y. 2007. Sense Abstractness, Semantic Activation and Word Sense Disambiguation: Implications from Word Association Norms. In Proceedings of the 4th International Workshop on Natural Language Processing and Cognitive Science (NLPCS-2007), Funchal, Madeira, Portugal, pp.169-178.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Word Sense Classification Based on Information Susceptibility", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [ |
| "Y" |
| ], |
| "last": "Kwong", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Acquisition and Representation of Word Meaning. Linguistica Computazionale", |
| "volume": "", |
| "issue": "", |
| "pages": "89--115", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kwong, O.Y. 2005. Word Sense Classification Based on Information Susceptibility. In A. Lenci, S. Montemagni and V. Pirrelli (Eds.), Acquisition and Representation of Word Meaning. Linguistica Computazionale, pp.89-115.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Learning Word Meanings from Definitions: Problems and Potential", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "G" |
| ], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "The Psychology of Word Meanings", |
| "volume": "", |
| "issue": "", |
| "pages": "137--156", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "McKeown, M.G. 1991. Learning Word Meanings from Definitions: Problems and Potential. In P.J. Schwanenflugel (Ed.), The Psychology of Word Meanings. Hillsdale, NJ: Lawrence Erlbaum Associates, Inc., pp.137-156.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Concreteness, Imagery, and Meaningfulness Values for 925 Nouns", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Paivio", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [ |
| "C" |
| ], |
| "last": "Yuille", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "A" |
| ], |
| "last": "Madigan", |
| "suffix": "" |
| } |
| ], |
| "year": 1968, |
| "venue": "Journal of Experiment Psychology, Monograph Supplement", |
| "volume": "76", |
| "issue": "1", |
| "pages": "1--25", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Paivio, A., J.C. Yuille and S.A. Madigan. 1968. Concreteness, Imagery, and Meaningfulness Values for 925 Nouns. Journal of Experiment Psychology, Monograph Supplement, 76(1, Pt.2), 1-25.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Assessing System Agreement and Instance Difficulty in the Lexical Sample Tasks of SENSEVAL-2", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Pedersen", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the SIGLEX/SENSEVAL Workshop on Word Sense Disambiguation: Recent Successes and Future Directions", |
| "volume": "", |
| "issue": "", |
| "pages": "40--46", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pedersen, T. 2002. Assessing System Agreement and Instance Difficulty in the Lexical Sample Tasks of SENSEVAL-2. In Proceedings of the SIGLEX/SENSEVAL Workshop on Word Sense Disambiguation: Recent Successes and Future Directions, Philadelphia, pp.40-46.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "SemEval-2007 Task 17: English Lexical Sample, SRL and All Words", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [ |
| "S" |
| ], |
| "last": "Pradhan", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Loper", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Dligach", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 4th International Workshop on Semantic Evaluations", |
| "volume": "", |
| "issue": "", |
| "pages": "87--92", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pradhan, S.S., E. Loper, D. Dligach and M. Palmer. 2007. SemEval-2007 Task 17: English Lexical Sample, SRL and All Words. In Proceedings of the 4th International Workshop on Semantic Evaluations (SemEval-2007), Prague, pp.87-92.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Distinguishing systems and distinguishing senses: new evaluation methods for Word Sense Disambiguation", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Natural Language Engineering", |
| "volume": "5", |
| "issue": "2", |
| "pages": "113--133", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Resnik, P. and D. Yarowsky. 1999. Distinguishing systems and distinguishing senses: new evaluation methods for Word Sense Disambiguation. Natural Language Engineering, 5(2), 113-133.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A perspective on word sense disambiguation methods and their evaluation", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Resnik", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Yarowsky", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the SIGLEX Workshop on Tagging Text with Lexical Semantics: Why, What, and How?", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Resnik, P. and D. Yarowsky. 1997. A perspective on word sense disambiguation methods and their evaluation. In Proceedings of the SIGLEX Workshop on Tagging Text with Lexical Semantics: Why, What, and How?, Washington D.C.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Why are Abstract Concepts Hard to Understand? In", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "J" |
| ], |
| "last": "Schwanenflugel", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "The Psychology of Word Meanings", |
| "volume": "", |
| "issue": "", |
| "pages": "223--250", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schwanenflugel, P.J. 1991. Why are Abstract Concepts Hard to Understand? In P.J. Schwanenflugel (Ed.), The Psychology of Word Meanings. Hillsdale, NJ: Lawrence Erlbaum Associates, Inc., pp.223-250.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Lexical access during sentence comprehension: (Re)consideration of context effects", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [ |
| "A" |
| ], |
| "last": "Swinney", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "Journal of Verbal Learning and Verbal Behavior", |
| "volume": "18", |
| "issue": "", |
| "pages": "645--659", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Swinney, D.A. 1979. Lexical access during sentence comprehension: (Re)consideration of context effects. Journal of Verbal Learning and Verbal Behavior, 18, 645-659.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Cognitive development, sex, and abstractness in grade one word recognition", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "D" |
| ], |
| "last": "Yore", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [ |
| "O" |
| ], |
| "last": "Ollila", |
| "suffix": "" |
| } |
| ], |
| "year": 1985, |
| "venue": "Journal of Educational Research", |
| "volume": "78", |
| "issue": "", |
| "pages": "242--247", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yore, L.D. and L.O. Ollila. 1985. Cognitive development, sex, and abstractness in grade one word recognition. Journal of Educational Research, 78, 242-247.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td colspan=\"3\">SENSEVAL-1</td><td/><td colspan=\"3\">SENSEVAL-4 (Task 17)</td><td/><td/></tr><tr><td>Word</td><td>S</td><td>C</td><td>Word</td><td>S</td><td>C</td><td>Word</td><td>S</td><td>C</td></tr><tr><td>accident</td><td>2</td><td>4.33</td><td>area</td><td>6</td><td>4.00</td><td>network</td><td>5</td><td>3.00</td></tr><tr><td>behaviour</td><td>4</td><td>3.00</td><td>authority</td><td>7</td><td>3.33</td><td>order</td><td>14</td><td>2.67</td></tr><tr><td>bet</td><td>2</td><td>4.50</td><td>base</td><td>19</td><td>3.67</td><td>part</td><td>12</td><td>3.33</td></tr><tr><td>disability</td><td>1</td><td>2.00</td><td>bill</td><td>10</td><td>5.00</td><td>people</td><td>4</td><td>6.67</td></tr><tr><td>excess</td><td>4</td><td>1.50</td><td>capital</td><td>6</td><td>4.00</td><td>plant</td><td>4</td><td>6.67</td></tr><tr><td>float</td><td>7</td><td>4.50</td><td>carrier</td><td>11</td><td>4.67</td><td>point</td><td>26</td><td>4.67</td></tr><tr><td>giant</td><td>7</td><td>4.50</td><td>chance</td><td>5</td><td>1.33</td><td>policy</td><td>3</td><td>2.00</td></tr><tr><td>knee</td><td>3</td><td>7.00</td><td>condition</td><td>8</td><td>1.33</td><td>position</td><td>16</td><td>3.00</td></tr><tr><td>onion</td><td>3</td><td>6.50</td><td>defense</td><td>11</td><td>2.33</td><td>power</td><td>9</td><td>3.00</td></tr><tr><td>promise</td><td>2</td><td>2.00</td><td>development</td><td>9</td><td>2.67</td><td>president</td><td>4</td><td>6.00</td></tr><tr><td>rabbit</td><td>3</td><td>6.50</td><td>drug</td><td>1</td><td>6.33</td><td>rate</td><td>4</td><td>1.33</td></tr><tr><td>sack</td><td>9</td><td>4.50</td><td>effect</td><td>6</td><td>2.00</td><td>share</td><td>5</td><td>2.67</td></tr><tr><td>scrap</td><td>4</td><td>4.00</td><td>exchange</td><td>10</td><td>3.67</td><td>source</td><td>9</td><td>2.33</td></tr><tr><td>shirt</td><td>1</td><td>6.50</td><td>future</td><td>3</td><td>1.33</td><td>space</td><td>9</td><td>3.67</td></tr><tr><td>steering</td><td>3</td><td>4.00</td><td>hour</td><td>4</td><td>2.33</td><td>state</td><td>7</td><td>3.33</td></tr><tr><td/><td/><td/><td>job</td><td>9</td><td>4.00</td><td>system</td><td>9</td><td>2.67</td></tr><tr><td/><td/><td/><td>management</td><td>2</td><td>3.33</td><td>value</td><td>6</td><td>1.33</td></tr><tr><td/><td/><td/><td>move</td><td>5</td><td>4.00</td><td/><td/><td/></tr></table>", |
| "text": "Target Nouns from SENSEVAL Data", |
| "type_str": "table" |
| }, |
| "TABREF1": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td>Group</td><td># Samples</td><td>Mean Performance</td></tr><tr><td colspan=\"2\">Concreteness Based on First Sense</td><td/></tr><tr><td>Abstract</td><td>3</td><td>0.7757</td></tr><tr><td>Medium</td><td>5</td><td>0.5815</td></tr><tr><td>Concrete</td><td>7</td><td>0.6871</td></tr><tr><td colspan=\"3\">Concreteness Based on Average of All Senses</td></tr><tr><td>Abstract</td><td>4</td><td>0.7573</td></tr><tr><td>Medium</td><td>5</td><td>0.6073</td></tr><tr><td>Concrete</td><td>6</td><td>0.6632</td></tr></table>", |
| "text": "Mean Performance by Sense Concreteness for SENSEVAL-1 Data", |
| "type_str": "table" |
| }, |
| "TABREF2": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td>Group</td><td># Samples</td><td>Avg</td><td>Sys 1</td><td>Sys 4</td></tr><tr><td colspan=\"2\">Concreteness Based on First Sense</td><td/><td/><td/></tr><tr><td>Abstract</td><td>12</td><td>83.83</td><td>88.92</td><td>80.75</td></tr><tr><td>Medium</td><td>14</td><td>75.29</td><td>85.36</td><td>74.43</td></tr><tr><td>Concrete</td><td>4</td><td>87.00</td><td>89.75</td><td>85.50</td></tr><tr><td colspan=\"3\">Concreteness Based on Average of All Senses</td><td/><td/></tr><tr><td>Abstract</td><td>5</td><td>78.00</td><td>86.20</td><td>75.00</td></tr><tr><td>Medium</td><td>20</td><td>78.55</td><td>86.65</td><td>77.00</td></tr><tr><td>Concrete</td><td>5</td><td>87.00</td><td>91.40</td><td>87.60</td></tr></table>", |
| "text": "Mean Performance by Sense Concreteness for SENSEVAL-4 Data", |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td>Category</td><td>Patterns</td><td>Explanation and Examples</td></tr><tr><td>7</td><td>Surface pattern:</td><td>Concrete concepts are usually defined</td></tr><tr><td/><td>Determiner + (Modifier) + Genus + Differentiae + Prototype</td><td>in terms of genus and differentiae.</td></tr><tr><td/><td/><td>High imageability is assumed if a</td></tr><tr><td/><td>e.g. car -a motor vehicle with four wheels; usually propelled</td><td>prototype could also be described.</td></tr><tr><td/><td>by an internal combustion engine</td><td/></tr><tr><td>6</td><td>Surface pattern:</td><td>Assume slightly less concrete if no</td></tr><tr><td/><td>As above with either Differentiae or Prototype but not both</td><td>distinctive feature or prototype is</td></tr><tr><td/><td/><td>captured.</td></tr><tr><td/><td>e.g. bag -a flexible container with a single opening; cup -a</td><td/></tr><tr><td/><td>small open container usually used for drinking</td><td/></tr><tr><td>5</td><td>Surface pattern:</td><td>A less detailed description of the</td></tr><tr><td/><td>1. a + (Modifier) + {kind,type} of + Genus +</td><td>concepts but at least a person or some</td></tr><tr><td/><td>Differentiae/Prototype</td><td>known membership</td></tr><tr><td/><td>2. Determiner + (Modifier) + Genus</td><td/></tr><tr><td/><td>3. someone + Differentiae/Prototype</td><td/></tr><tr><td/><td>e.g. husband -a married man; officer -someone who is</td><td/></tr><tr><td/><td>appointed or elected to an office and who holds a position of</td><td/></tr><tr><td/><td>trust</td><td/></tr><tr><td>4</td><td>Surface pattern:</td><td>Empty kernels or underspecified</td></tr><tr><td/><td>1. a + (Modifier) + {kind, type} of + Genus</td><td>objects, but still describable in terms</td></tr><tr><td/><td>2. {somewhere, something, etc.} + Differentiae/Prototype</td><td>of distinctive features</td></tr><tr><td/><td>3. a + (Modifier) + {set, number, collection, etc.} of + Genus</td><td/></tr><tr><td/><td>+ Differentiae/Prototype</td><td/></tr><tr><td/><td>e.g. body -a collection of particulars considered as a system;</td><td/></tr><tr><td/><td>mercy -something for which to be thankful</td><td/></tr><tr><td>3</td><td>Surface pattern:</td><td>Unlike tangible objects and physical</td></tr><tr><td/><td>1. Det + (Modifier) + {state, instance, etc.} of + Genus(mass</td><td>actions, more abstract concepts are</td></tr><tr><td/><td>noun)</td><td>less feasibly and less likely to be</td></tr><tr><td/><td>2. (Det) + (Modifier) + Genus(mass noun) +</td><td>defined in terms of countable genus</td></tr><tr><td/><td>(Differentiae/Prototype)</td><td>and differentiae.</td></tr><tr><td/><td>e.g. hour -clock time; glory -brilliant radiant beauty</td><td/></tr><tr><td>2</td><td>Surface pattern:</td><td>Mass nouns are often more abstract,</td></tr><tr><td/><td>{your, the} + mass noun + of/to + (Modifier) + mass noun /</td><td>and the abstraction often doubles up in</td></tr><tr><td/><td>countable noun in plural form / a gerund</td><td>patterns in this category involving two</td></tr><tr><td/><td/><td>mass nouns.</td></tr><tr><td/><td>e.g. hatred -the emotion of intense dislike; idea -the content</td><td/></tr><tr><td/><td>of cognition</td><td/></tr><tr><td>1</td><td>All others, including explanation of usage</td><td>Presumably highly abstract concepts</td></tr><tr><td/><td/><td>need to be explained more verbosely</td></tr><tr><td/><td>e.g. baby -sometimes used as a term of address for attractive</td><td>in other forms.</td></tr><tr><td/><td>young women</td><td/></tr></table>", |
| "text": "Categorisation of Dictionary Definition Styles", |
| "type_str": "table" |
| }, |
| "TABREF4": { |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td>Condition</td><td>\u03c1</td><td>W</td></tr><tr><td>DefOne</td><td>0.240</td><td>0.619</td></tr><tr><td>DefAll</td><td>0.418</td><td>0.709</td></tr></table>", |
| "text": "Reliability of Dictionary-Induced Ratings", |
| "type_str": "table" |
| } |
| } |
| } |
| } |