ACL-OCL / Base_JSON /prefixN /json /nsurl /2021.nsurl-1.3.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2021",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:49:04.720919Z"
},
"title": "The Dimensions of Lexical Semantic Resource Quality",
"authors": [
{
"first": "Hadi",
"middle": [],
"last": "Khalilia",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Trento",
"location": {
"country": "Italy"
}
},
"email": "hadi.khalilia@unitn.it"
},
{
"first": "Abed",
"middle": [
"Alhakim"
],
"last": "Freihat",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Trento",
"location": {
"country": "Italy"
}
},
"email": "abdel.fraihat@gmail.com"
},
{
"first": "Fausto",
"middle": [],
"last": "Giunchiglia",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Trento",
"location": {
"country": "Italy"
}
},
"email": "fausto@disi.unitn.it"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Measuring the quality of lexical-semantic resources is a challenging problem. In this paper, we describe a general approach for quality evaluation in lexical-semantic resources in terms of the quality of their synsets. We also introduce a complete definition for the quality of lexical-semantic resources as a set of synset incorrectness, incompleteness, and connectivity measures that evaluate all synset components. This study demonstrates that synset quality is a summation process that integrates the quality measures of synset components. Furthermore, we then address the main challenges that affect the optimal quality achievement of lexicalsemantic resources. Our work, thus, serves to evaluate the quality of monolingual and multilingual lexical-semantic resources and achieves accurate results in natural language processing (NLP) applications.",
"pdf_parse": {
"paper_id": "2021",
"_pdf_hash": "",
"abstract": [
{
"text": "Measuring the quality of lexical-semantic resources is a challenging problem. In this paper, we describe a general approach for quality evaluation in lexical-semantic resources in terms of the quality of their synsets. We also introduce a complete definition for the quality of lexical-semantic resources as a set of synset incorrectness, incompleteness, and connectivity measures that evaluate all synset components. This study demonstrates that synset quality is a summation process that integrates the quality measures of synset components. Furthermore, we then address the main challenges that affect the optimal quality achievement of lexicalsemantic resources. Our work, thus, serves to evaluate the quality of monolingual and multilingual lexical-semantic resources and achieves accurate results in natural language processing (NLP) applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "A lexical-semantic resource is an organized database of the vocabulary of a language, stores information about the morphemes -the smallest possible unit of a language, such as words and meanings. NLP experts consider lexical-semantic resource the central repository for NLP applications. These resources are categorized into monolingual, which holds mappings between words in a specific language, and multilingual, which has relations across lexical entries in different languages.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In these lexical-semantic resources, synsets operate as foundational elements which follow the principle of relational semantics. Each synset has a unique number and consists of lemmas -a set of synonymous words, a gloss which is a natural language text that describes a synset, and optional examples, which are usually used to clarify the sense of lemmas. For example, the following is a synset: #02961779 car, auto, automobile, machine, motorcar: a motor vehicle with four wheels, usually propelled by an internal combustion engine; \"he needs a car to get to work\". The lemmas are \"car, auto, automobile, machine, motorcar\", the gloss is \"a motor vehicle with four wheels, usually propelled by an internal combustion engine\", and the synset example is \"he needs a car to get to work\" (Miller et al., 1990) . One of its semantic relations is \"a motor vehicle is a hypernym of a car\" whereas a motor vehicle is a lemma in this synset: #03796768 motor vehicle, automotive vehicle: a self-propelled wheeled vehicle that does not run-on rails. This example shows that the construction of synsets needs significant effort and substantial linguistic expertise to establish a correct, coherent, and complete synset and have accurate linguistic relations. Together, the lemmas, gloss, and example qualities form the basics of the synset quality, ensuring the usability that allows NLP applications to access information stored in PWN without barriers. To achieve high usability for lexical-semantic resources, researchers have developed automatic approaches for measuring a synset quality. While (Jarrar, 2006) implemented a method to ensure synset correctness and define a correct gloss, (Fierdaus et al., 2020) presented an unsupervised learning approach that automatically validates synset lemmas in Indonesian. With reference to synset connectivity, (Freihat et al., 2015) introduced a model to discover and reduce sense-enumeration polysemy, which are wrong relations founded among synsets in PWN (Miller et al., 1990 ). Using this model, they improved the quality of contents in PWN. However, the quality of lexical-semantic resources remains an understudied subject. There has not yet been a general automatic approach or comprehensive efforts to evaluate synset parts to increase confidence and reliability with a validated resource as well as decrease the consumed time by linguistic experts during manual evaluation.",
"cite_spans": [
{
"start": 786,
"end": 807,
"text": "(Miller et al., 1990)",
"ref_id": "BIBREF13"
},
{
"start": 1589,
"end": 1603,
"text": "(Jarrar, 2006)",
"ref_id": "BIBREF11"
},
{
"start": 1682,
"end": 1705,
"text": "(Fierdaus et al., 2020)",
"ref_id": "BIBREF3"
},
{
"start": 1847,
"end": 1869,
"text": "(Freihat et al., 2015)",
"ref_id": "BIBREF7"
},
{
"start": 1991,
"end": 2015,
"text": "PWN (Miller et al., 1990",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This paper introduces a notion with eight instructions that measure the quality of a synset by validating its constituent elements and semantic relations together. This study approaches the dimensions of a synset quality and introduces a description of the challenges of overload and underload components in monolingual or multilingual resources.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This article is organized as follows: Section 2 provides background information on lexicalsemantic resources and their quality, which are the core of this work; Section 3 discusses related work. In Section 4, we describe our approach for evaluating synset quality and we introduce the main challenges of lexicon quality in Section 5. Finally, our conclusions are outlined in Section 6",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "This section presents a brief background on lexicalsemantic resources and their types. We also offer an overview of the necessary notations that researchers use to define the quality of lexicalsemantic resources, such as synsets and relations. Furthermore, we show the terms that we utilized to explain synset quality, such as lemmas, gloss, genus, differentia, semantic relations, directed acyclic graph, and others.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "Lexical-semantic resource organizes relations between its items based on psycholinguistic principles to present knowledge for linguists and the users of NLP applications (Giunchiglia et al., 2018) . Development teams have developed lexicalsemantic resources in many ways, which gives each resource a precise interior structure to accommodate a native speaker's needs about the language. A lexical-semantic resource should store at least the following information: words and phrases, parts of speech (noun, verb, adjective, or adverb), the meaning of words with usage examples, and relations between words and phrases (Moustafa, 2014) . In general, NLP experts classify lexical-semantic resources into two categories: 1. A monolingual lexical resource is a lexicon that holds mappings between lexemes in a specific language, such as synonymy, polysemy, derivational relatedness, and other mappings. Some Well-known WordNets are PWN ( (Miller et al., 1990) ; (Fellbaum, 1998) ), a famous electronic lexical database; linguists and psycholinguists have constructed PWN as a conceptual dictionary based on the principles of the English language. (Mititelu et al., 2016) in Dutch, (Abderrahim et al., 2016) in Arabic, and other monolingual resources. 2. A multilingual lexical resource is a lexicon that contains lexico-semantic relations across lexical entries in different languages. Some widely available multilingual lexical resources are UKC (a high-quality and large-scale lexical resource developed based on psycholinguistic principles for different languages (Moustafa, 2014) ), EuroWordNet (Vossen, 1999), BabelNet (Navigli and Ponzetto, 2010) , and other multilingual resources. Both categories for lexical resources include different vocabularies such as nouns, verbs, adjectives, and adverbs. NLP experts and linguistics have grouped synonyms under each type of vocabulary into a set called synset. The structure of a synset is organized as follows:",
"cite_spans": [
{
"start": 170,
"end": 196,
"text": "(Giunchiglia et al., 2018)",
"ref_id": "BIBREF9"
},
{
"start": 617,
"end": 633,
"text": "(Moustafa, 2014)",
"ref_id": "BIBREF15"
},
{
"start": 931,
"end": 954,
"text": "( (Miller et al., 1990)",
"ref_id": "BIBREF13"
},
{
"start": 957,
"end": 973,
"text": "(Fellbaum, 1998)",
"ref_id": "BIBREF2"
},
{
"start": 1142,
"end": 1165,
"text": "(Mititelu et al., 2016)",
"ref_id": null
},
{
"start": 1176,
"end": 1201,
"text": "(Abderrahim et al., 2016)",
"ref_id": null
},
{
"start": 1562,
"end": 1578,
"text": "(Moustafa, 2014)",
"ref_id": "BIBREF15"
},
{
"start": 1619,
"end": 1647,
"text": "(Navigli and Ponzetto, 2010)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "\u2022 Lemmas synonyms are written as the canonical form of a set of word forms. For example, write is the lemma of the words write , writes , and wrote .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "\u2022 Synset gloss is a natural language text that defines the corresponding lexical concept of the synset, consisting of a genus that corresponds to the classifying property and differentia that corresponds to the distinguishing characteristics of the synset.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "\u2022 Synset Examples: a lexical-semantic resource sometimes, development team enriches synset gloss with sentences as examples to clarify the shared meaning and show that synonyms are exchangeable in some context.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "Synsets connect with other items in a lexicalsemantic resource through lexical or semantic relations; forming a network is a directed acyclic graph. In this graph, each node corresponds to a synset, and links represent relations. Lexical links are organized between words, such as the antonym that expresses those two senses are opposite in meaning. Semantic relations are used to create mappings between synsets; for example, the red value of color , which denotes the source red is the value of attribute name color.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "The quality of a lexical-semantic network is highly dependent on the quality of synset parts and relations among synset pairs. The following section introduces the state-of-art of lexical-semantic quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Semantic Resources",
"sec_num": "2"
},
{
"text": "Lexical-semantic resources are the basis of natural language processing (NLP) functions, such as disambiguation of word sense, semantic labeling, and question answering. These functions are, in fact, necessary to process and store human semantic knowledge across many languages. Lexicalsemantic resources help merge words with their semantic sense to easily and efficiently make the task performance of many applications of NLP, such as machine translation, data integration, and word sense disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "With the increased efficiency of NLP models developed over time, lexical-semantic resource quality has become a challenging research problem. Content quality is investigated in the literature, and there have been no comprehensive works evaluating lexical-semantic resources completely. For example, (Ramanand and Bhattacharyya, 2007) introduce an automatic validator of WordNet to validate synset synonyms. The system has three phases organized as follows: 1. Input: the system reads synset lemmas. 2. Validation: applies a set of instructions on inputs using the online dictionary (dictionary.com). 3. Output: prints a decision about each lemma by checking whether it fits a synset. They carried out an experiment on a set of nouns from WordNet, and the results showed that their system was efficient and achieved a good accuracy for tested synsets. (Purnama et al., 2015) presented a supervised learning approach that automatically validates synset glosses in Indonesian. The strategy utilized a backpropagation feedforward neural network model and decision tree to predict the correctness state of a gloss: accept or reject. Experimental results show that their strategy is effective and achieve an accuracy average near 0.75.",
"cite_spans": [
{
"start": 299,
"end": 333,
"text": "(Ramanand and Bhattacharyya, 2007)",
"ref_id": "BIBREF19"
},
{
"start": 851,
"end": 873,
"text": "(Purnama et al., 2015)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "Many researchers have proposed approaches to measure synset relatedness. For example, (Nadig et al., 2008) proposed an approach for hypernymy validation. It is a three-step algorithm that uses Hearst's patterns described in (Hearst, 1992) . These patterns are easily recognizable in a text and indicate the lexical relation of interest. The algorithm receives two synsets and then decides whether they have a hypernym-hyponym relationship. As a case study, they carried out an experiment on the synset relations of PWN, and they were able to validate (0.71) of noun synsets in PWN.",
"cite_spans": [
{
"start": 86,
"end": 106,
"text": "(Nadig et al., 2008)",
"ref_id": "BIBREF16"
},
{
"start": 224,
"end": 238,
"text": "(Hearst, 1992)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "Sense enumeration polysemy is inaccurate relation founded between terms and synsets through senses in WordNet. (Freihat et al., 2015) described an approach that discovered this type of semantic relation. They introduced a solution consisting of three stages to solve wrong semantic connections and reduce the high polysemy in compound nouns. As a result, the approach removed the sense enumerations in WordNet and then improved Word-Net's quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "A universal knowledge core is a multilingual lexical resource developed and described by (Moustafa, 2014) . This work presented a model to evaluate a concept's incompleteness, which computed how many times a concept existed in a specific language in the resource. They used the model to assess synsets and classify ambiguous words in them.",
"cite_spans": [
{
"start": 89,
"end": 105,
"text": "(Moustafa, 2014)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "The literature introduces approaches categorized into three groups: the first focuses on synset correctness by validating lemmas and glosses. The second measures how much lemmas and glosses within synsets in different languages are complete. The last group discusses semantic relatedness to check whether synset connections are correct and complete. These approaches are interpreted to analyze the quality of the components individually. In this paper, we define a general approach that evaluates the quality of the synset parts comprehensively and automatically. Also, we describe the main challenges of lexical-semantic resource quality, such as polysemy and missing lemmas.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "Synsets are the foundations of lexical-semantic resources, each expressing a distinct concept. The resources organize the relations between synsets via semantic relations, as mentioned above. A gloss and an example sentence are enclosed in a synset, and semantic linkages with other synsets determine a sense. NLP researchers present the shared meaning of synset lemmas as the most precise meaning for the synset. The accuracy of meaning represents the optimizing value of lexical-semantic resource quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "In general, each synset inserted in WordNet has a unique ID called SynsetID and is defined in terms of its synonyms, gloss, or semantic relations, as shown in Section 2. For instance, consider a definition of a synset whose SynsetID: 08283156. #08283156 Table, Tabular Array: a set of data arranged in rows and columns; see table 1. \"Table, Tabular Array\" are the lemmas of the given synset, \"a set of data arranged in rows and columns\" is the gloss, and \"see table 1\" is the synset example (Miller et al., 1990) . Some semantic relations of the above synset are described in the list below. 1) 3) Array is a hypernym of table. #07955622 array: an orderly arrangement; \"an array of troops in battle order\". 4) tabular is related to table. #03134301 tabular: of or pertaining to or arranged in table form. This example suggests that lexical-semantic resource definitions may provide helpful clues as to the gloss \"a set of data arranged in rows and columns\" for validating the synonymy \"Table\" and the example in the synset like \"see table 1\" for verifying the gloss. At the same time, we can use a thesaurus or a dictionary to prove the correctness of the inserted example. Therefore, verifying synset parts indicates that the synset is correct and holds the first dimension for a synset quality. So, we can infer that the correct synset is a synset that includes a set of correct elements, correct gloss, and correct examples as follows:",
"cite_spans": [
{
"start": 491,
"end": 512,
"text": "(Miller et al., 1990)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "\u2022 Correct lemmas: synonyms are written as the canonical form of a set of word forms. For example, go is the lemma of the words go , goes , and went (Giunchiglia et al., 2017) .",
"cite_spans": [
{
"start": 148,
"end": 174,
"text": "(Giunchiglia et al., 2017)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "\u2022 Correct gloss: a natural language text that describes the property (genus) of concept and distinguishing characteristics (differentia) of the concept.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "\u2022 Correct examples: contain one or more examples that clarify the exact meaning of the described concept. The synset examples make clear that the concept in (a)is about the school as a building while the example is about the school as an institution in (b). (a) school, schoolhouse: a building where young people receive education; the school was built in 1932, he walked to school every morning. (b) school: an educational institution; the school was founded in 1900.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "Furthermore, we introduce that the complete synset is a synset with complete lemmas, complete gloss, and complete examples. A definition for each part is described in the following: \u2022 Complete lemmas: all expected lemmas of a specific synset should have existed in the synset. There are no missing synonyms from the synset in a specific language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "\u2022 Complete gloss: a natural language text that includes both parts, genus, and differentia together without a missing. Genus corresponds to the common-key knowledge, both the parent and the child concept express. The differentia is the specific part of the child concept.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "\u2022 Complete examples: this part contain one or more examples that describe the usage of each lemma in the same synset. It can be a phrase or a sentence in a language, e.g., English. The synset examples are complete: if the number of synset lemmas is less than or equal to the number of examples.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "In addition, synset connections with other items in a lexical-semantic resource should be complete and correct to achieve high quality. Connections can be described as complete if they include at least one instance of the expected semantic relations. With reference to the previous example, we find the synset whose SynsetID: 08283156 relates to other synsets in WordNet via five relations: \"a table is a hyponym of a table of contents\", \"a table is a holonym of a row\", \"a row is a meronym of a table\", \"an array is a hypernym of a table\", and \"a tabular is related to a table\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "The given synset is fully connected because it has at least one sample of the expected semantic relations such as hypernymy(is-a), meronymy(part-of), and related-to. On the other hand, to confirm the correctness of the synset relations, we can use well-known dictionaries to prove the correctness of the relations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "Our work has adopted the principles of evaluating the synset quality dimensions: correctness, completeness, and connectivity, using the PWN synset as an example. We generalize the expanded approach to other WordNets to consider the interoperability and adoption of all resources. The dimensions of a synset quality are shown in Figure 1 . ",
"cite_spans": [],
"ref_spans": [
{
"start": 328,
"end": 336,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Literature Review",
"sec_num": "3"
},
{
"text": "Lexical-semantic resource quality has several challenges categorized into two categories: OVER-LOAD work or UNDERLOADS, such as inappropriate senses, incorrect lemmas, and faulty connections among synsets, which need extra work. Therefore, they produce OVERLOAD components. On the other hand, missing senses, lemmas, and connections cause an UNDERLOADS problem. The significant challenges of lexicon quality are as the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicon Quality Challenges",
"sec_num": "5"
},
{
"text": "A lexical-Semantic resource, e.g., WordNet, organizes the relation between terms and synsets through senses. A term may have many meanings, which is called a polysemous term. Polysemy is the ambiguity of a term used in different contexts to express two or more different meanings. Probably, a wrong semantic connection can occur in WordNet. A misconstruction that results in the incorrect assignment of a synset to a term is called Sense Enumeration (Freihat et al., 2015) . A compound noun contains modifier and modified parts which cause a compound-noun polysemy. It generates the incorrect assignment of a semantic relation in a lexical-semantic resource because the modified noun or the modifier is synonymous to its corresponding noun compound and belongs to more than one synset (Freihat, 2014; Kim and Baldwin, 2013) . Specialization polysemy causes inappropriate relations. For example, a hierarchical relation between the meanings of a polysemous term, when meaning A is a more general meaning of a meaning B . We should also say that meaning B is a more specific meaning of meaning A (Freihat et al., 2013b).",
"cite_spans": [
{
"start": 785,
"end": 800,
"text": "(Freihat, 2014;",
"ref_id": "BIBREF4"
},
{
"start": 801,
"end": 823,
"text": "Kim and Baldwin, 2013)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 450,
"end": 472,
"text": "(Freihat et al., 2015)",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Polysemy",
"sec_num": "5.1"
},
{
"text": "Despite the highpolysemous nature of WordNet, there is a substantial number of missing senses in WordNet. For example, newly added words in languages cause missing senses for some terms in lexical resources (e.g., WordNet). Such as crypto mining sense is missing from the synsets of mining term in WordNet (Ciaramita and Johnson, 2003) .",
"cite_spans": [
{
"start": 306,
"end": 335,
"text": "(Ciaramita and Johnson, 2003)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Missing Senses",
"sec_num": "5.2"
},
{
"text": "WordNet contains synsets with missing lemmas. For example, the term brocket denotes two synsets in WordNet. The lemmas of two synsets are incomplete because they don't include the term brocket deer , which is a synonym of the lemmas in (a)and (b) (Verdezoto and Vieu, 2011) . (a) brocket: small South American deer with unbranched antlers. (b) brocket: male red deer in its second year.",
"cite_spans": [
{
"start": 247,
"end": 273,
"text": "(Verdezoto and Vieu, 2011)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Missing Lemmas",
"sec_num": "5.3"
},
{
"text": "WordNet organizes relations between synsets, while the substantial number of relationships between synsets remain implicit or sometimes missing, as in the case of synset glosses relations. For example, the relation between correctness and conformity is implicit and missing, making two synonyms incorrect (Freihat et al., 2013a) .",
"cite_spans": [
{
"start": 305,
"end": 328,
"text": "(Freihat et al., 2013a)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Missing Relations",
"sec_num": "5.4"
},
{
"text": "We introduced the notion and the dimensions of synset quality; discussed how much the significance of synset quality affects the quality of the lexical-semantic resource. This paper addressed the main challenges that affect the optimal quality achievement of lexical-semantic resources.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": null
},
{
"text": "We recommend formalizing the principles of synset quality notion, investigating how much the process of synset quality evaluation can be (semi-) automated. For example, given the formal parts of a synset, such as lemmas, a gloss, examples, and semantic relations can be parsed to know whether a synset has a good quality.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Semantic indexing of arabic texts for information retrieval system",
"authors": [],
"year": 2016,
"venue": "International Journal of Speech Technology",
"volume": "19",
"issue": "2",
"pages": "229--236",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mohammed Alaeddine Abderrahim, Mohammed Dib, Mohammed El-Amine Abderrahim, and Mo- hammed Amine Chikh. 2016. Semantic indexing of arabic texts for information retrieval system. Interna- tional Journal of Speech Technology, 19(2):229-236.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Supersense tagging of unknown nouns in wordnet",
"authors": [
{
"first": "Massimiliano",
"middle": [],
"last": "Ciaramita",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the 2003 conference on Empirical methods in natural language processing",
"volume": "",
"issue": "",
"pages": "168--175",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Massimiliano Ciaramita and Mark Johnson. 2003. Su- persense tagging of unknown nouns in wordnet. In Proceedings of the 2003 conference on Empirical methods in natural language processing, pages 168- 175.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A semantic network of english verbs",
"authors": [
{
"first": "Christiane",
"middle": [],
"last": "Fellbaum",
"suffix": ""
}
],
"year": 1998,
"venue": "WordNet: An electronic lexical database",
"volume": "3",
"issue": "",
"pages": "153--178",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christiane Fellbaum. 1998. A semantic network of en- glish verbs. WordNet: An electronic lexical database, 3:153-178.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Building synonym set for indonesian wordnet using commutative method and hierarchical clustering",
"authors": [
{
"first": "Moch",
"middle": [
"Arif"
],
"last": "Valentino Rossi Fierdaus",
"suffix": ""
},
{
"first": "Widi",
"middle": [],
"last": "Bijaksana",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Astuti",
"suffix": ""
}
],
"year": 2020,
"venue": "JURNAL MEDIA INFORMATIKA BUDIDARMA",
"volume": "4",
"issue": "3",
"pages": "778--784",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Valentino Rossi Fierdaus, Moch Arif Bijaksana, and Widi Astuti. 2020. Building synonym set for indone- sian wordnet using commutative method and hierar- chical clustering. JURNAL MEDIA INFORMATIKA BUDIDARMA, 4(3):778-784.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "An organizational approach to the polysemy problem in wordnet",
"authors": [
{
"first": "Freihat",
"middle": [],
"last": "Abed Alhakim",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abed Alhakim Freihat. 2014. An organizational ap- proach to the polysemy problem in wordnet. Ph.D. thesis, University of Trento.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Regular polysemy in wordnet and pattern based approach",
"authors": [
{
"first": "Fausto",
"middle": [],
"last": "Abed Alhakim Freihat",
"suffix": ""
},
{
"first": "Biswanath",
"middle": [],
"last": "Giunchiglia",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dutta",
"suffix": ""
}
],
"year": 2013,
"venue": "International Journal On Advances in Intelligent Systems",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abed Alhakim Freihat, Fausto Giunchiglia, and Biswanath Dutta. 2013a. Regular polysemy in word- net and pattern based approach. International Jour- nal On Advances in Intelligent Systems, 6.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Solving specialization polysemy in wordnet",
"authors": [
{
"first": "Fausto",
"middle": [],
"last": "Abed Alhakim Freihat",
"suffix": ""
},
{
"first": "Biswanath",
"middle": [],
"last": "Giunchiglia",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dutta",
"suffix": ""
}
],
"year": 2013,
"venue": "International Journal of Computational Linguistics and Applications",
"volume": "4",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "ABED ALHAKIM Freihat, FAUSTO Giunchiglia, and BISWANATH Dutta. 2013b. Solving specialization polysemy in wordnet. International Journal of Com- putational Linguistics and Applications, 4(1):29.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Compound noun polysemy and sense enumeration in wordnet",
"authors": [
{
"first": "Biswanath",
"middle": [],
"last": "Abed Alhkaim Freihat",
"suffix": ""
},
{
"first": "Fausto",
"middle": [],
"last": "Dutta",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Giunchiglia",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 7th International Conference on Information, Process, and Knowledge Management (eKNOW)",
"volume": "",
"issue": "",
"pages": "166--171",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abed Alhkaim Freihat, Biswanath Dutta, and Fausto Giunchiglia. 2015. Compound noun polysemy and sense enumeration in wordnet. In Proceedings of the 7th International Conference on Information, Pro- cess, and Knowledge Management (eKNOW), pages 166-171.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Understanding and exploiting language diversity",
"authors": [
{
"first": "Fausto",
"middle": [],
"last": "Giunchiglia",
"suffix": ""
},
{
"first": "Khuyagbaatar",
"middle": [],
"last": "Batsuren",
"suffix": ""
},
{
"first": "Gabor",
"middle": [],
"last": "Bella",
"suffix": ""
}
],
"year": 2017,
"venue": "IJCAI",
"volume": "",
"issue": "",
"pages": "4009--4017",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fausto Giunchiglia, Khuyagbaatar Batsuren, and Gabor Bella. 2017. Understanding and exploiting language diversity. In IJCAI, pages 4009-4017.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "One world-seven thousand languages",
"authors": [
{
"first": "Fausto",
"middle": [],
"last": "Giunchiglia",
"suffix": ""
},
{
"first": "Khuyagbaatar",
"middle": [],
"last": "Batsuren",
"suffix": ""
},
{
"first": "Abed Alhakim",
"middle": [],
"last": "Freihat",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings 19th International Conference on Computational Linguistics and Intelligent Text Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fausto Giunchiglia, Khuyagbaatar Batsuren, and Abed Alhakim Freihat. 2018. One world-seven thou- sand languages. In Proceedings 19th International Conference on Computational Linguistics and Intel- ligent Text Processing, CiCling2018, 18-24 March 2018.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Automatic acquisition of hyponyms from large text corpora",
"authors": [
{
"first": "A",
"middle": [],
"last": "Marti",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hearst",
"suffix": ""
}
],
"year": 1992,
"venue": "The 15th international conference on computational linguistics",
"volume": "2",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marti A Hearst. 1992. Automatic acquisition of hy- ponyms from large text corpora. In Coling 1992 volume 2: The 15th international conference on com- putational linguistics.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Position paper: towards the notion of gloss, and the adoption of linguistic resources in formal ontology engineering",
"authors": [
{
"first": "Mustafa",
"middle": [],
"last": "Jarrar",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 15th international conference on World Wide Web",
"volume": "",
"issue": "",
"pages": "497--503",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mustafa Jarrar. 2006. Position paper: towards the notion of gloss, and the adoption of linguistic resources in formal ontology engineering. In Proceedings of the 15th international conference on World Wide Web, pages 497-503.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Word sense and semantic relations in noun compounds",
"authors": [
{
"first": "Nam",
"middle": [],
"last": "Su",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2013,
"venue": "ACM Transactions on Speech and Language Processing (TSLP)",
"volume": "10",
"issue": "3",
"pages": "1--17",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Su Nam Kim and Timothy Baldwin. 2013. Word sense and semantic relations in noun compounds. ACM Transactions on Speech and Language Processing (TSLP), 10(3):1-17.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Introduction to wordnet: An on-line lexical database",
"authors": [
{
"first": "A",
"middle": [],
"last": "George",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Miller",
"suffix": ""
},
{
"first": "Christiane",
"middle": [],
"last": "Beckwith",
"suffix": ""
},
{
"first": "Derek",
"middle": [],
"last": "Fellbaum",
"suffix": ""
},
{
"first": "Katherine",
"middle": [
"J"
],
"last": "Gross",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Miller",
"suffix": ""
}
],
"year": 1990,
"venue": "International journal of lexicography",
"volume": "3",
"issue": "4",
"pages": "235--244",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "George A Miller, Richard Beckwith, Christiane Fell- baum, Derek Gross, and Katherine J Miller. 1990. Introduction to wordnet: An on-line lexical database. International journal of lexicography, 3(4):235-244.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "A collaborative Platform for multilingual Ontology Development",
"authors": [
{
"first": "Ahmed Maher Ahmed Tawfik",
"middle": [],
"last": "Moustafa",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ahmed Maher Ahmed Tawfik Moustafa. 2014. A col- laborative Platform for multilingual Ontology Devel- opment. Ph.D. thesis, University of Trento.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Automatic evaluation of wordnet synonyms and hypernyms",
"authors": [
{
"first": "Raghuvar",
"middle": [],
"last": "Nadig",
"suffix": ""
},
{
"first": "Pushpak",
"middle": [],
"last": "Ramanand",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bhattacharyya",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of ICON-2008: 6th International Conference on Natural Language Processing",
"volume": "831",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Raghuvar Nadig, J Ramanand, and Pushpak Bhat- tacharyya. 2008. Automatic evaluation of wordnet synonyms and hypernyms. In Proceedings of ICON- 2008: 6th International Conference on Natural Lan- guage Processing, volume 831. Citeseer.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Babelnet: Building a very large multilingual semantic network",
"authors": [
{
"first": "Roberto",
"middle": [],
"last": "Navigli",
"suffix": ""
},
{
"first": "Simone",
"middle": [
"Paolo"
],
"last": "Ponzetto",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 48th annual meeting of the association for computational linguistics",
"volume": "",
"issue": "",
"pages": "216--225",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roberto Navigli and Simone Paolo Ponzetto. 2010. Ba- belnet: Building a very large multilingual semantic network. In Proceedings of the 48th annual meet- ing of the association for computational linguistics, pages 216-225.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Supervised learning indonesian gloss acquisition",
"authors": [
{
"first": "Mochamad",
"middle": [],
"last": "Purnama",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hariadi",
"suffix": ""
}
],
"year": 2015,
"venue": "IAENG International Journal of Computer Science",
"volume": "42",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "I Purnama, Mochamad Hariadi, et al. 2015. Supervised learning indonesian gloss acquisition. IAENG Inter- national Journal of Computer Science, 42(4).",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Towards automatic evaluation of wordnet synsets",
"authors": [
{
"first": "J",
"middle": [],
"last": "Ramanand",
"suffix": ""
},
{
"first": "Pushpak",
"middle": [],
"last": "Bhattacharyya",
"suffix": ""
}
],
"year": 2007,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J Ramanand and Pushpak Bhattacharyya. 2007. To- wards automatic evaluation of wordnet synsets. GWC 2008, page 360.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Towards semiautomatic methods for improving wordnet",
"authors": [
{
"first": "Nervo",
"middle": [],
"last": "Verdezoto",
"suffix": ""
},
{
"first": "Laure",
"middle": [],
"last": "Vieu",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the Ninth International Conference on Computational Semantics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nervo Verdezoto and Laure Vieu. 2011. Towards semi- automatic methods for improving wordnet. In Pro- ceedings of the Ninth International Conference on Computational Semantics (IWCS 2011).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "The Dimensions of Synset Quality",
"uris": null,
"type_str": "figure",
"num": null
},
"TABREF0": {
"html": null,
"num": null,
"text": "Table is a hyponym of table of contents . #06501650 contents, table of contents: a list of divisions (chapters or articles) and the pages on which they start. 2) Table is a holonym of row , and Row is a meronym of table. #08450457 row: a linear array of numbers, letters, or symbols side by side.",
"content": "<table/>",
"type_str": "table"
}
}
}
}