|
{ |
|
"paper_id": "2020", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T14:43:54.046928Z" |
|
}, |
|
"title": "WAFFLE: A Graph for WordNet Applied to Free-Form Linguistic Exploration", |
|
"authors": [ |
|
{ |
|
"first": "Berk", |
|
"middle": [], |
|
"last": "Ekmekci", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Thomson Reuters Special Services", |
|
"location": { |
|
"addrLine": "LLC 1410 Spring Hill Road, Suite 125 Mclean", |
|
"postCode": "221022", |
|
"region": "VA" |
|
} |
|
}, |
|
"email": "berk.ekmekci@trssllc.com" |
|
}, |
|
{ |
|
"first": "Blake", |
|
"middle": [], |
|
"last": "Howald", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Thomson Reuters Special Services", |
|
"location": { |
|
"addrLine": "LLC 1410 Spring Hill Road, Suite 125 Mclean", |
|
"postCode": "221022", |
|
"region": "VA" |
|
} |
|
}, |
|
"email": "blake.howald]@trssllc.com" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "The WordNet database of English (Fellbaum, 1998) is a key source of semantic information for research and development of natural language processing applications. As the sophistication of these applications increases with the use of large datasets, deep learning, and graph-based methods, so should the use of WordNet. To this end, we introduce WAFFLE: WordNet Applied to FreeForm Linguistic Exploration which makes WordNet available in an open source graph data structure. The WAFFLE graph relies on platformagnostic formats for robust interrogation and flexibility. Where existing implementations of WordNet offer dictionary-like lookup, singledegree neighborhood operations, and pathbased similarity-scoring, the WAFFLE graph makes all nodes (semantic relation sets) and relationships queryable at scale, enabling local and global analysis of all relationships without the need for custom code. We demonstrate WAFFLE's ease of use, visualization capabilities, and scalable efficiency with common queries, operations, and interactions. WAFFLE is available at github.com/TRSS-NLP/ WAFFLE.", |
|
"pdf_parse": { |
|
"paper_id": "2020", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "The WordNet database of English (Fellbaum, 1998) is a key source of semantic information for research and development of natural language processing applications. As the sophistication of these applications increases with the use of large datasets, deep learning, and graph-based methods, so should the use of WordNet. To this end, we introduce WAFFLE: WordNet Applied to FreeForm Linguistic Exploration which makes WordNet available in an open source graph data structure. The WAFFLE graph relies on platformagnostic formats for robust interrogation and flexibility. Where existing implementations of WordNet offer dictionary-like lookup, singledegree neighborhood operations, and pathbased similarity-scoring, the WAFFLE graph makes all nodes (semantic relation sets) and relationships queryable at scale, enabling local and global analysis of all relationships without the need for custom code. We demonstrate WAFFLE's ease of use, visualization capabilities, and scalable efficiency with common queries, operations, and interactions. WAFFLE is available at github.com/TRSS-NLP/ WAFFLE.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "WordNet (Miller, 1995; Fellbaum, 1998 ) is a database of English words with associated lexical properties and semantic relations. For example, WordNet includes seven semantically distinct senses for the noun \"establishment\":", |
|
"cite_spans": [ |
|
{ |
|
"start": 8, |
|
"end": 22, |
|
"text": "(Miller, 1995;", |
|
"ref_id": "BIBREF17" |
|
}, |
|
{ |
|
"start": 23, |
|
"end": 37, |
|
"text": "Fellbaum, 1998", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "[establishment.n.01/constitution.n.02] -the act of forming or establishing something [establishment.n.02/institution.n.01] -an organization founded and united for a specific purpose [establishment.n.03/administration.n.02] -the persons who make up a body for the purpose of administering something Each of these senses are organized by individual synsets (synonym sets) and labeled for reference with a word.part-of-speech.number structure. Sysnsets include definitions, examples, lemmas, synonyms (e.g. establishment.n.01 is equivalent to constitution.n.02) and are organized into larger hierarchical relationships (Figure 1 ), which can facilitate the computation of paths between synsets to quantitatively approximate word similarity. For example, there are 2 hops (steps up or down the hierarchy) between establishment.n.02 and .05 compared to 9 hops between .02 and .06 (organized institutions being more like corporations rather than plants or animals establishing a new habitat). Figure 1 is based on noun hypernym and hyponym relations, but WordNet includes additional parts of speech (verb, adjective, adverb) and associated relations -e.g. entailment between verbs, antonyms between adjectives, and derivationally related forms for all parts-of-speech. WordNet has been used for building dictionary and thesaurus applications as well as a range of natural language processing tasks such as: word sense disambiguation tasks (Patwardhan et al., 2003; Navigli, 2009; Loureiro and Jorge, 2019) , document retrieval (Rada et al., 1989; Srihari et al., 2000) , information extraction (Stevenson and Greenwood, 2005; Atkinson et al., 2009) , and querying (Bulskov et al., 2002; Li et al., 2003) for recommender (Blanco-Fern\u00e1ndez et al., 2008) and question-answer (Tapeh and Rahgozar, 2008) systems.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1093, |
|
"end": 1118, |
|
"text": "(verb, adjective, adverb)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1433, |
|
"end": 1458, |
|
"text": "(Patwardhan et al., 2003;", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 1459, |
|
"end": 1473, |
|
"text": "Navigli, 2009;", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 1474, |
|
"end": 1499, |
|
"text": "Loureiro and Jorge, 2019)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 1521, |
|
"end": 1540, |
|
"text": "(Rada et al., 1989;", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 1541, |
|
"end": 1562, |
|
"text": "Srihari et al., 2000)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 1588, |
|
"end": 1619, |
|
"text": "(Stevenson and Greenwood, 2005;", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 1620, |
|
"end": 1642, |
|
"text": "Atkinson et al., 2009)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 1658, |
|
"end": 1680, |
|
"text": "(Bulskov et al., 2002;", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 1681, |
|
"end": 1697, |
|
"text": "Li et al., 2003)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 1714, |
|
"end": 1745, |
|
"text": "(Blanco-Fern\u00e1ndez et al., 2008)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 1777, |
|
"end": 1792, |
|
"text": "Rahgozar, 2008)", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 616, |
|
"end": 625, |
|
"text": "(Figure 1", |
|
"ref_id": "FIGREF1" |
|
}, |
|
{ |
|
"start": 987, |
|
"end": 995, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The current version of WordNet (117,000 synsets in version 3.1 with 27 relation types) is available through an interactive browser, APIs, and stand alone database files which can be customized. 1 However, beyond recreating common functionality, we believe there is an increasing need for the availability of WordNet in an open source graph-based data structure to support large-scale use and research (e.g. for deep learning (Yuan et al., 2016; Diao et al., 2018; Vial et al., 2019; Kobylinski and Wasiluk, 2019) , hierarchical embeddings (Bernardy and Maskharashvili, 2019) , and graphbased approaches generally (Naskr\u0229t et al., 2018; Pinter and Eisenstein, 2018) . These use cases leverage not only the content of WordNet, but need to do so with increasing sensitivity to the structure of WordNet. This is not only to operate more efficiently, but to open up additional potential avenues of research. To satisfy this need, we present WAF-FLE: WordNet Applied to FreeForm Linguistic Exploration as a fully-connected queryable graph representation of WordNet to provide: (1) flexibility in exploring all of WordNet's relations across synsets and hierarchies rather than particular partof-speech-based subgraphs; (2) scalable processing for large datasets; and (3) support for all common operations on WordNet (look-up, similarity measures).", |
|
"cite_spans": [ |
|
{ |
|
"start": 425, |
|
"end": 444, |
|
"text": "(Yuan et al., 2016;", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 445, |
|
"end": 463, |
|
"text": "Diao et al., 2018;", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 464, |
|
"end": 482, |
|
"text": "Vial et al., 2019;", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 483, |
|
"end": 512, |
|
"text": "Kobylinski and Wasiluk, 2019)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 553, |
|
"end": 574, |
|
"text": "Maskharashvili, 2019)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 613, |
|
"end": 635, |
|
"text": "(Naskr\u0229t et al., 2018;", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 636, |
|
"end": 664, |
|
"text": "Pinter and Eisenstein, 2018)", |
|
"ref_id": "BIBREF22" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The remainder of this paper is structured as follows: Section 2 introduces the details of WAF-FLE's graph structure, computation and descriptive statistics. Section 3 demonstrates common Word-Net operations compared to non-graph structure 1 http://wordnetweb.princeton.edu/perl/ webwn approaches. Section 4 discusses related methods of WordNet access. Section 5 concludes with WAF-FLE's access and licensing details with plans for future versions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Per its official description, WordNet's database is made available in:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Format", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "... an ASCII format consisting of eight files, two for each syntactic category. Additional files are used by the WordNet search code but are not strictly part of the database.... Each index file is an alphabetized list of all the words found in WordNet in the corresponding part of speech. On each line, following the word, is a list of byte offsets (synset offset s) in the corresponding data file, one for each synset containing the word.... Pointers are followed and hierarchies traversed by moving from one synset to another via the synset offset s. 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Format", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The two files for each syntactic category refer to a data and an index file, with the data file holding attributes and relationships of each word in Word-Net and index containing the mapping of words to synsets present in the data file. These relationships and indices are defined as byte offsets, which have the advantage of allowing for APIs working with the WordNet files to quickly traverse the datafile at Figure 2 : (a) The core constellation of all wordsense-wordsense relationships within WordNet, with nodes colored and scaled according to degree (darker and smaller = lower degree; brighter and larger = higher degree). In addition to the central network containing interconnected wordsenses, there exist many disconnected sub-networks that appear when synsets are not rendered. Several of these isolated networks are visible surrounding the main network. (b) A detailed view of the northwest corner of the graph in (a), with closely clustered neighborhoods visible as well as long chains of wordsenses that link otherwise disparate regions. query-time, but come at the cost of being an unintuitive relationship-building and indexing scheme for humans. Further, the number of columns in each row within both index and data files are variable; for instance, a data entry with 3 synset-to-synset relationships will have 8 more columns than an entry with 1 such relationship, as each relationship introduces 4 new fields. This design choice makes the data terse, but increases user effort to parse the structure of and relationships within each row when loading into relational formats, graph databases, and desktop network analysis software. WAFFLE parses the data within the data file and reformats the results into graph representations that trade off representation compactness (previously optimized for quick on-disk or in-memory lookup) for human-legibility and advanced graph analysis when loaded into supported tools (c.f. Section 2.2). The essential form of the transformed data format is that of a node list and edge list, output as .CSV and .JSON files. These files catalog the attributes (e.g. type, part-of-speech, definition, example sentences) and relationships (i.e. source node, type, edge attributes, and target node) of each item in WordNet, respectively. This representation is ready for import in such network analysis tools as Gephi (Bastian et al., 2009) and Cytoscape. 3 For additional utility, WAFFLE also exports the graph as a single .graphml file, a widely-supported graph interchange format that contains both node and edge information (Brandes et al., 2002) . 4 WAFFLE is designed to work with the version 3.3 data provided on GitHub under Apache 2.0 license by the maintainers of the Natural Language Tool Kit (\"NLTK\") (Bird et al., 2009) , but is compatible with any data following the WordNet specification. ", |
|
"cite_spans": [ |
|
{ |
|
"start": 2362, |
|
"end": 2384, |
|
"text": "(Bastian et al., 2009)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 2572, |
|
"end": 2594, |
|
"text": "(Brandes et al., 2002)", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 2597, |
|
"end": 2598, |
|
"text": "4", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 2757, |
|
"end": 2776, |
|
"text": "(Bird et al., 2009)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 411, |
|
"end": 419, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data Format", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "WAFFLE runs in Python 3 (Van Rossum and Drake, 2009), and combines a custom parser for the Word-Net format with auxiliary functions to construct an in-memory graph using the NetworkX library (Hagberg et al., 2008) . The resulting graph contains approximately 288,000 nodes and 392,000 relationships between them, and offers a starting point for the application of any of NetworkX's network-level analysis algorithms, including clustering, centrality, link prediction, graph cutting, similarity, and shortest pathfinding families of operations. 7 The graph construction begins with an initial parse of the data files, loading into memory synset and word attributes from each line sequentially through each part-of-speech's own file. For each line, a dictionary is constructed to hold the synset data with the following structure and key attributes:", |
|
"cite_spans": [ |
|
{ |
|
"start": 191, |
|
"end": 213, |
|
"text": "(Hagberg et al., 2008)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 544, |
|
"end": 545, |
|
"text": "7", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Construction Methodology", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "\u2022 offset: byte offset for lookup of relationships \u2022 type: part of speech type \u2022 words: a list of word dictionaries containing lemma sense: the numerical representation of which use of the lemma the synset describes \u2022 nPointers: number of outbound pointers the synset has \u2022 pointers: a list of pointer dictionaries containing symbol: the WordNet specified symbol representing relationship type (enumerated in Table 1 ) offset: the target byte offset of the pointer pos: part of speech of the pointer source/target: a special 4-digit hexadecimal designation from WordNet that determines the specificity of the relationship, e.g. from a certain word-sense belonging to this synset to another word-sense, or from the synset to another synset.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 408, |
|
"end": 415, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Construction Methodology", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "This initial traversal and load from the data files creates a full representation of WordNet in such a way that synset, word, and lemma relationships can all be individually output and relationships traced to one another without the need for reference to the index file. The second pass through involves the building of a node list containing all synset and word information as well as an edge-list containing relationships by name rather than by offset. If, however, the source/target field of a pointer designates that the relationship is from a synset to a wordsense, wordsense to synset, or wordsense to wordsense, it is possible that the reference is to a wordsense that is known only by its offset and not yet its identity (the synset it belongs to may be later in the file). Consequently, the synset-towordsense memberships are stored in a separate dictionary and relationships that belong to this category are saved. Once the synset-to-synset relationships are all constructed and the file iteration complete, the remaining relationships are traversed and edges created. This results in a complete, byteoffset-resolved data format. As synsets have no representation other than their conceptual meaning, they are identified by their offsets as primary keys in the WAFFLE graph. At this stage, the output is in its most flexible form and users looking for maximum versatility should take the .CSV and .JSON node list and edge list outputs as starting points for their work. For users interested in analyzing WordNet within Python, WAFFLE also constructs a Net-workX graph from the in-memory representations of this data, annotating edge labels and weights that are exported into a .graphml format for graph transformations and further manipulation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Construction Methodology", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The WAFFLE graph contains 117,478 nodes of type synset, 170,479 wordsense, and 391,949 edges spanning membership relations and 26 other semantic relationship symbols. Table 1 provides a breakdown of total edges in the network by relationship type, and Figure 2 illustrates a top-level look at the information content of WordNet's relationships. Figure 3 showcases the different presentations of the WordNet data that subgraph extracts and transformations on the base graph structure can provide.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 167, |
|
"end": 174, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
}, |
|
{ |
|
"start": 252, |
|
"end": 260, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 345, |
|
"end": 353, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Graph Overview and Summary Statistics", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "The graph of synset-to-synset, wordsense-towordsense, and synset-to-wordsense relationships across the 27 relationships (Table 1) represents the most heterogeneous form of the WordNet graph. While this form is a good starting point for familiarizing with WordNet's structure, it can be useful to condense either multiple edge types together or represent parallel edges as one, import into a database-specific format, or study only wordsenseto-wordsense relationships wherein a common shared synset induces an edge between wordsenses. WAFFLE provides avenues for these transformations, each of which serves as a template for further user-driven customization. edu/documentation/wninput5wn).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 120, |
|
"end": 129, |
|
"text": "(Table 1)", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Graph Transformations", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "WAFFLE provides an optional step in the graph creation process that normalizes each of the 27 semantic relationships (many are directional inverses of one another -e.g. hypernymy and hyponymy) into a single edge type of connectedness, and stores the count of relationships condensed between any two nodes in the graph as the weight between them. Although this edge condensation certainly results in a reduction of total information content, it presents the advantages of edge normalization and creation of bidirectionally-weighted edges between nodes. This makes the treatment of the graph as homogeneous in centrality and betweenness calculations more immediately accessible.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Edge Condensation and Weighting", |
|
"sec_num": "2.4.1" |
|
}, |
|
{ |
|
"text": "Although NetworkX and Python provide a powerful platform for in-memory graph creation and analysis, potential users of WordNet may be interested in loading and querying WordNet from within a user's graph database. To this end, WAFFLE produces a .graphml output that is ready for import into a graph database, and includes a Cypher query-language script for importing WordNet into Neo4j, a prominent desktop and server-deployable graph database, using its officially-supported APOC (Awesome Procedures On Cypher) plugin. 8 This enables the WAFFLE-produced graph to be readilyqueryable by local and remote applications as well as data analysts issuing Cypher. Analyzing Word-Net through the use of a powerful graph query language like Cypher opens the door to direct pathbased querying of the data, as illustrated in the Figure 3 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 520, |
|
"end": 521, |
|
"text": "8", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 819, |
|
"end": 827, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Graph Database Import", |
|
"sec_num": "2.4.2" |
|
}, |
|
{ |
|
"text": "For the analysis of words in specific senses and their relations to one another, users may only want to consider synsets as stepping stones to and from specific wordsenses, and in so doing analyze their relationships only by proxy. To achieve this, a transformation of the graph through the following Cypher can be conducted: From this point, the direct wordsense-towordsense relationships can be explored and subgraphs extracted, providing an intuitive perspective towards exploring semantic relations of words and their shared meanings. This approach condenses the total number of synset-membershipbased edges in half (each new edge represents two original connections), optimizing the memory footprint and query structure.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Expanded Graph Flexibility", |
|
"sec_num": "2.4.3" |
|
}, |
|
{ |
|
"text": "MATCH", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Expanded Graph Flexibility", |
|
"sec_num": "2.4.3" |
|
}, |
|
{ |
|
"text": "Compared to the full synset-inclusive graph, this representation is both visually-accessible and enables wordsense-to-wordsense pathfinding that neither the original graph nor references to the Word-Net data and index files provide (directly or in a specific API). A count of degrees of separation in this graph of directly-linked words translates simply to how many synsets (or other direct connections) away from one another the two words are. Similarly, by abstracting away the synset-tosynset relationships, users of this particular view do not need to resolve polarity, or semantic directionality, of the many synset-to-synset relationships and can focus on the introduced necessarilyequivalent \"shared synset\" relationships. Although direct wordsense-to-wordsense relationships encoded in WordNet are retained by this example transformation, users can modify the Cypher or remove these connections before their analyses to ensure homogeneity of edge-types. As a result, node-level (e.g. degree, betweenness centrality) statistics and neighborhood (e.g. community detection) operations can be produced where each edge is directly comparable to all other edges in the network. Both this format of the WordNet graph and the synset-inclusive form are available with the WAFFLE source code (c.f. Section 5).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Expanded Graph Flexibility", |
|
"sec_num": "2.4.3" |
|
}, |
|
{ |
|
"text": "Subgraph extraction using WAFFLE enables focused views such as the examples in Figure 3 . This process is useful not just for creating publicationready graphics, but also for targeted exploration of specific regions of the full WordNet. A traditional example of subgraph extraction involves selecting a seed group of nodes and including nodes isometrically from that core. More creative and specialized subgraphs such as those containing all nodes and induced edges within one degree of the shortest spanning path between two wordsenses or synsets can be created as well. This flexibility in navigating and observing the WordNet graph through WAFFLE not as a tree structure but as a non-rooted graph structure offers unique opportunities. These comparisons, as well as a treatment of analogous functionality, are featured in Section 3.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 79, |
|
"end": 87, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Subgraph Extraction", |
|
"sec_num": "2.4.4" |
|
}, |
|
{ |
|
"text": "While novel in structure, WAFFLE parallels but does not present itself as a replacement to existing representations and forms of access to Word-Net. For comparison, we present several canonical operations performed on WordNet through its WAFFLE-processed form and as accessed through NLTK. We break common functionality associated with WordNet into: (1) Information Retrieval; (2) Synset Relationship-finding; (3) Computation of Semantic \"Distance\"; and (4) Visualization. For each category, we present examples and syntax in both WAFFLE and the NLTK WordNet wn library. 9", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Features, Strengths, and Comparisons", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Lookup operations treat WordNet as an information repository rather than a structure or tool for computation, and accordingly, stand to suit common methods of information retrieval just as well as graph-based approaches. Despite their simplicity, these lookups are a very natural place to begin investigation of linguistics using WordNet and offer a direct comparison between NLTK-equivalent standalone wn WordNet API and WAFFLE. For ease of reproduction and generalization, several WAFFLE graph examples are provided as Cypher queries.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Synset lookup by lemma in NLTK returns a list of Sysnset objects that correspond to the called lemma, in this case wn.synsets('establishment') , notably including synsets that do not have a wordsense corresponding to the lemma queried: Synset('constitution.n.02') Synset('institution.n.01') Synset('administration.n.02') Synset('establishment.n.04') ... Synset ('establishment.n.07') This can be attributed to the way that wn identifies these synset lookups, ordering them based on frequency counts from WordNet concordance texts. 10 By comparison, the equivalent Cypher query: is more verbose, but precisely describes the relationship between what's being matched (a wordsense with the exact lemma) and what's being returned (a synset with membership relation). Because of the design of the WAFFLE graph, synsets are identified not by a single exemplar usage, but by a unique identifier corresponding to the synset's original byte offset. This trade-off reduces the opportunity for synset misinterpretation, and all wordsenses belonging to a synset can be retrieved through an inversion of the original query:", |
|
"cite_spans": [ |
|
{ |
|
"start": 361, |
|
"end": 383, |
|
"text": "('establishment.n.07')", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 531, |
|
"end": 533, |
|
"text": "10", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "MATCH", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "MATCH (s:Synset {id:someID})-[: has_member]-(w:Wordsense) RETURN w. lemma", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "This operation is done in wn by calling the .lemmas() function of a Synset object. This theme of terseness being exchanged for flexibility and explicitness in WAFFLE continues for definition and example lookups on synset objects. These operations are handled by the Figure 3 : For the lemma establishment: (a) The uncondensed graph view of any wordsense (turquoise) with the lemma and all connections within 3 degrees of those wordsense nodes. The direct relationships of wordsenses (dark teal) to one another is not very clear, but the overall topology and role of synsets (light blue-grey) in bridging relationships is made clear. (b) The condensed wordsense-only graph view of wordsenses and all shared synset and syntactic relationships within 4 degrees of those nodes. The connections between individual wordsenses is much more clear compared to (a), but senses that do not have any direct relationships to another wordsense or shared synsets -in this case one of the three wordsenses -are not included in this transformation. Node size is modulated by degree.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 266, |
|
"end": 274, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": ".definition() and .examples() function calls in wn. For WAFFLE, these values are stored as properties (attributes) of the synset object nodes in the graph and closely align to the style of retrieval in wn. For example, the Cypher query used to retrieve the definition of any word with its associated numerical synset identifier (n874164demonstrative 0) is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "MATCH (s:Synset {id:someID}) RETURN s. definition", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Considering these are attribute-lookup operations rather than path-traversal operations, no graph pattern matching is required. However, in the event that all definitions for synsets containing a certain lemma in their word sense were to be investigated, the associated Cypher query combines two wn calls and organizes results into a single query. Returning to our example, in order to look up all definitions for synsets that contain words of the lemma \"establishment\", the Cypher would be: As the desired lookup becomes more complex, the value of concisely stating the information retrieval task as a graph look-up begins to quickly outweigh the original advantage in terseness a traditional interface to the data offers.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Information Retrieval", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Relationship-finding is an operation that graphs are configured to perform, and graph-querying languages like Cypher designed to express. As a result, WAFFLE presents a method of working with familiar relationships and introduces the ability to easily specify graph traversals in WordNet that would otherwise have recalled many individually-chained or recursive function calls.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Synset Relationship-finding", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In practice, single-level depth relationship operations in wn are straightforward: individual functions belonging to the Synset object will return the result of the immediate neighbor lookup -e.g. Table 2. In the WAFFLE graph, the following query illustrates beginning at a target wordsense and finding synsets related to its parent synset -in this case with the @ (hypernym) relationship. Any of the relation symbols (c.f. Table 1 ) can be substituted in the query to replace the hypernym relationship with the semantic relation of interest. It is worth noting that two of the relationships share the \\ relationship symbol, which represents either a noun pertainym or derivation from an adjective based on context and results in a total of 26 unique syntactic edge labels within the WAFFLE graph.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 424, |
|
"end": 431, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Synset Relationship-finding", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "NLTK's wn provides a number of distance operations to quantify differences between shared synsets (common in wordsense disambiguation and document/query similarity tasks). In general, methods for computing path similarity range from simple (number of hops in a hierarchy) to complexe.g. Leacock-Chodorow (Leacock and Chodorow, 1998) or Wu-Palmer (Wu and Palmer, 1994) similarities in Table 3 Table 3 : NLTK path similarities for comparing the Synset objects wn.synset(\"establishment.n.03\") and wn.synset(\"establishment.n.04\").", |
|
"cite_spans": [ |
|
{ |
|
"start": 287, |
|
"end": 332, |
|
"text": "Leacock-Chodorow (Leacock and Chodorow, 1998)", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 384, |
|
"end": 391, |
|
"text": "Table 3", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 392, |
|
"end": 399, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Computation of Semantic \"Distance\"", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "These functionalities are unique to wn because of its model of WordNet as a tree structure, where traversals up and down the tree -up to and including the root nodes that bind each conceptual category (e.g. \"entity\") -provide markers of similarity and distance. In WAFFLE, there is no concept of moving up or down individual hierarchies; instead, these traversals in granularity and specificity represent directional edges in the graph. Distance queries, configurable to report on only one type of edge or multiple edge types, can be used to find path lengths from synsets or wordsense to one another, but these results would be incomparable to the specific calculations underlying each similarity or lowest-common ancestor lookup.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Computation of Semantic \"Distance\"", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "The same superimposition of multiple WordNet hierarchies that makes WAFFLE directly incomparable to existing similarity measures offers a novel approach to similarity and pathfinding in the WordNet data: the identification and exploration of cyclic structures in WordNet is now explicitly defined. Furthermore, WAFFLE's flexibility to be transformed on a graph level is unmatched by wn. The transformation in Section 2 is but one example of modifying the base graph structure to create a purpose-built representation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Computation of Semantic \"Distance\"", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "Building and visualizing graph structures using NetworkX and Matplotlib in wn is possible. 11 However, the nature and scope of these created graphs is tied to and limited by the funnel of the API design. For wn, an example of this limitation is that each graph query must involve recursive calls to the relationships branching out from a word, lemma, or synset of interest. In contrast, fluid and customizable graph visualization is one of the foremost design principles behind the structure and format of WAFFLE.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Visualization", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "Graph data structures lend themselves naturally to network visualization, and the provision of multiple data formats in common interchange formats and specific scripts for loading and transformation in Cypher-enabled platforms creates a platform on which all users are invited to explore and expand. Figures 2 and 3 are but introductory examples of the types of visualization that WAFFLE can be used to generate in the study of linguistic relations and the structure of language in general.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 300, |
|
"end": 315, |
|
"text": "Figures 2 and 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Visualization", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "There are many ways of accessing the content WordNet beyond the the database files which allows for a tremendous amount of choice in developing against WordNet. 12 Further, NLTK and comparable packages from WordNet::Similarity (Pedersen et al., 2004) and spaCy, to name a few, provide comprehensive approaches to exploring not only the content, but also the structure of WordNet. 13 However, compared to WAFFLE, these existing offerings facilitate one-off to moderately-scalable investigations; given more to exploratory research and processing rather than use with large data sets, sophisticated applications, or classes of problems that need to leverage the structural elements of WordNet.", |
|
"cite_spans": [ |
|
{ |
|
"start": 227, |
|
"end": 250, |
|
"text": "(Pedersen et al., 2004)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 380, |
|
"end": 382, |
|
"text": "13", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Some existing offerings are more oriented to graph-based structures. For example, the Global WordNet Association does produce formats (JSON, XML, RDF) that could be easily translated into graph data structures but introduce a number of additional relationships that reflect ongoing research and linkage to multi-lingual WordNets. 14 Similarly, FrameNet (Baker et al., 1998) is graph-based and accessible with NLTK, but provides more semantic and syntactic connections within the context of frame semantics with no direct link to WordNet. ConceptNet (Speer et al., 2017) is graph-based as well with a closer relationship to WordNet with explicit external linking, but is focused on a much broader range of information for natural language understanding, common sense reasoning, crowd sourced knowledge, etc. Future connections to these offerings will be explored, but, as is introduce a number of additional complexities that WAFFLE seeks to avoid.", |
|
"cite_spans": [ |
|
{ |
|
"start": 353, |
|
"end": 373, |
|
"text": "(Baker et al., 1998)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 549, |
|
"end": 569, |
|
"text": "(Speer et al., 2017)", |
|
"ref_id": "BIBREF25" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We have presented WAFFLE, an open source graph data structure that relies upon platform-agnostic formats to facilitate robust interrogation and flexibility when using WordNet in research or applications. WAFFLE's software, example load scripts, and the associated figures and graph files are available at github.com/TRSS-NLP/WAFFLE.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Availability and Future Work", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "While we encourage users to capitalize on the advantages afforded by the design and transformations presented in Section 2 to implement the Word-Net data in entirely new ways, we envisage several avenues of augmentation: (1) linking WAFFLE to corpora to perform more sophisticated path measures using information content (Jiang and Conrath, 1997; Lin, 1998; Resnik, 1995) and associated word embeddings; (2) connecting additional Word-Net information such as morphosemantic links, log-ical forms and other semantic annotations (existing as \"standoff\" files; and (3) multi-lingual connections through with Open Multilingual Wordnet and potentially others referenced in Section 4. 15 ", |
|
"cite_spans": [ |
|
{ |
|
"start": 321, |
|
"end": 346, |
|
"text": "(Jiang and Conrath, 1997;", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 347, |
|
"end": 357, |
|
"text": "Lin, 1998;", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 358, |
|
"end": 371, |
|
"text": "Resnik, 1995)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 679, |
|
"end": 681, |
|
"text": "15", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Availability and Future Work", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "https://wordnet.princeton.edu/ frequently-asked-questions", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://cytoscape.org 4 Specification found at https://graphml. graphdrawing.org/specification.html 5 https://github.com/nltk/wordnet 6 https://wordnet.princeton.edu/ license-and-commercial-use, and https: //opensource.org/licenses/MIT", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://networkx.github.io/ documentation/stable/reference/ algorithms/index.html", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The pure Cypher (non-APOC) components of this workflow are applicable as well to any database supporting the Cypher language. See https://www.opencypher. org and https://www.neo4j.com", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://www.nltk.org/_modules/nltk/ corpus/reader/wordnet.html", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://wordnet.princeton.edu/ documentation/wn1wn", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Bird et al. (2009, 170-171) and https://www.nltk. org/book/ch14.html12 https://wordnet.princeton.edu/ related-projects", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://spacy.io/universe/project/ spacy-wordnet 14 http://globalwordnet.github.io/ schemas/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "Thank you to Peter Chang, Ian Coffman, Saul Dorfman, Andrew Follmann, Eleanor Hagerman, and Spencer Torene for early feedback and multiple reviews. Thank you also to three anonymous reviewers from NLP-OSS for suggested improvements and constructive comments which improved the final version of this paper.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Discovering implicit intention-level knowledge from natural-language texts. Knowledge-Based Systems", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Atkinson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anita", |
|
"middle": [], |
|
"last": "Ferreira", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elvis", |
|
"middle": [], |
|
"last": "Aravena", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "22", |
|
"issue": "", |
|
"pages": "502--508", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John Atkinson, Anita Ferreira, and Elvis Aravena. 2009. Discovering implicit intention-level knowl- edge from natural-language texts. Knowledge- Based Systems, 22(7):502-508.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "The berkeley framenet project", |
|
"authors": [ |
|
{ |
|
"first": "Collin", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Baker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Charles", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Fillmore", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Lowe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of COLING-ACL 98", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "86--90", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Collin F. Baker, Charles J. Fillmore, and John B. Lowe. 1998. The berkeley framenet project. In Proceed- ings of COLING-ACL 98, pages 86-90.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Gephi: An open source software for exploring and manipulating networks", |
|
"authors": [ |
|
{ |
|
"first": "Mathieu", |
|
"middle": [], |
|
"last": "Bastian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sebastien", |
|
"middle": [], |
|
"last": "Heymann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mathieu", |
|
"middle": [], |
|
"last": "Jacomy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the International AAAI Conference on Weblogs and Social Media", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mathieu Bastian, Sebastien Heymann, and Mathieu Ja- comy. 2009. Gephi: An open source software for exploring and manipulating networks. In Proceed- ings of the International AAAI Conference on We- blogs and Social Media.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Two experiments for embedding wordnet hierarchy into vector spaces", |
|
"authors": [ |
|
{ |
|
"first": "Jean-", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Philippe", |
|
"middle": [], |
|
"last": "Bernardy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aleksandre", |
|
"middle": [], |
|
"last": "Maskharashvili", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the Tenth Global Wordnet Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "78--84", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jean-Philippe Bernardy and Aleksandre Maskha- rashvili. 2019. Two experiments for embedding wordnet hierarchy into vector spaces. In Pro- ceedings of the Tenth Global Wordnet Conference, pages 78-84. Oficyna Wydawnicza Politechniki Wroc\u0142awskiej.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Natural Language Processing with Python", |
|
"authors": [ |
|
{ |
|
"first": "Steven", |
|
"middle": [], |
|
"last": "Bird", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Edward", |
|
"middle": [], |
|
"last": "Loper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ewan", |
|
"middle": [], |
|
"last": "Klein", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Steven Bird, Edward Loper, and Ewan Klein. 2009. Natural Language Processing with Python. O'Reilly Media Inc.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A flexible semantic inference methodology to reason about user preferences in knowledgebased recommender systems", |
|
"authors": [ |
|
{ |
|
"first": "Yolanda", |
|
"middle": [], |
|
"last": "Blanco-Fern\u00e1ndez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Jos\u00e9", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alberto", |
|
"middle": [], |
|
"last": "Pazos-Arias", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Manuel", |
|
"middle": [], |
|
"last": "Gil-Solla", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mart\u00edn", |
|
"middle": [], |
|
"last": "Ramos-Cabrer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jorge", |
|
"middle": [], |
|
"last": "L\u00f3pez-Nores", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ana", |
|
"middle": [], |
|
"last": "Garc\u00eda-Duque", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rebeca", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "Fern\u00e1ndez-Vilas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jes\u00fas", |
|
"middle": [], |
|
"last": "D\u00edaz-Redondo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Bermejo-Mu\u00f1oz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Knowledge-Based Systems", |
|
"volume": "21", |
|
"issue": "4", |
|
"pages": "305--320", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1016/j.knosys.2007.07.004" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yolanda Blanco-Fern\u00e1ndez, Jos\u00e9 J. Pazos-Arias, Al- berto Gil-Solla, Manuel Ramos-Cabrer, Mart\u00edn L\u00f3pez-Nores, Jorge Garc\u00eda-Duque, Ana Fern\u00e1ndez- Vilas, Rebeca P. D\u00edaz-Redondo, and Jes\u00fas Bermejo- Mu\u00f1oz. 2008. A flexible semantic inference method- ology to reason about user preferences in knowledge- based recommender systems. Knowledge-Based Systems, 21(4):305-320.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Graphml progress report: Structural layer proposal", |
|
"authors": [ |
|
{ |
|
"first": "Ulrik", |
|
"middle": [], |
|
"last": "Brandes", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Markus", |
|
"middle": [], |
|
"last": "Eiglsperger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ivan", |
|
"middle": [], |
|
"last": "Herman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Himsolt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marshall", |
|
"middle": [ |
|
"S" |
|
], |
|
"last": "Marshall", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the 9th International Symposium Graph Drawing (GD2001, LNCS 2256", |
|
"volume": "15", |
|
"issue": "", |
|
"pages": "501--512", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ulrik Brandes, Markus Eiglsperger, Ivan Herman, Michael Himsolt, and Marshall S. Marshall. 2002. Graphml progress report: Structural layer proposal. In Proceedings of the 9th International Symposium Graph Drawing (GD2001, LNCS 2256, pages 501- 512. Springer-Verlag. 15 See https://wordnet.princeton.edu/ download and https://compling.hss.ntu.edu. sg/omw/", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "On measuring similarity for conceptual querying", |
|
"authors": [ |
|
{ |
|
"first": "Henrik", |
|
"middle": [], |
|
"last": "Bulskov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Rasmus", |
|
"middle": [], |
|
"last": "Knappe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Troels", |
|
"middle": [], |
|
"last": "Andreasen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Proceedings of the 5th International Conference on Flexible Query Answering Systems, FQAS '02", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "100--111", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Henrik Bulskov, Rasmus Knappe, and Troels An- dreasen. 2002. On measuring similarity for concep- tual querying. In Proceedings of the 5th Interna- tional Conference on Flexible Query Answering Sys- tems, FQAS '02, page 100-111, Berlin, Heidelberg. Springer-Verlag.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "WECA: A WordNet-encoded collocation-attention network for homographic pun recognition", |
|
"authors": [ |
|
{ |
|
"first": "Yufeng", |
|
"middle": [], |
|
"last": "Diao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hongfei", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Di", |
|
"middle": [], |
|
"last": "Wu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Liang", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kan", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhihao", |
|
"middle": [], |
|
"last": "Yang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jian", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shaowu", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bo", |
|
"middle": [], |
|
"last": "Xu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dongyu", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "2507--2516", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/D18-1272" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yufeng Diao, Hongfei Lin, Di Wu, Liang Yang, Kan Xu, Zhihao Yang, Jian Wang, Shaowu Zhang, Bo Xu, and Dongyu Zhang. 2018. WECA: A WordNet-encoded collocation-attention network for homographic pun recognition. In Proceedings of the 2018 Conference on Empirical Methods in Nat- ural Language Processing, pages 2507-2516, Brus- sels, Belgium. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "WordNet: An Electronic Lexical Database", |
|
"authors": [ |
|
{ |
|
"first": "Christiane", |
|
"middle": [], |
|
"last": "Fellbaum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Christiane Fellbaum. 1998. WordNet: An Electronic Lexical Database. MIT Press, Cambridge, MA.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Exploring network structure, dynamics, and function using networkx", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Aric", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Hagberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pieter", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Schult", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Swart", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of the 7th Python in Science Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aric A. Hagberg, Daniel A. Schult, and Pieter J. Swart. 2008. Exploring network structure, dynamics, and function using networkx. In Proceedings of the 7th Python in Science Conference (SciPy2008).", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Semantic similarity based on corpus statistics and lexical taxonomy", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Jay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Jiang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Conrath", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the 10th Research on Computational Linguistics International Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "19--33", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jay J. Jiang and David W. Conrath. 1997. Seman- tic similarity based on corpus statistics and lexical taxonomy. In Proceedings of the 10th Research on Computational Linguistics International Confer- ence, pages 19-33, Taipei, Taiwan. The Associa- tion for Computational Linguistics and Chinese Lan- guage Processing (ACL-CLP).", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Deep learning in event detection in polish", |
|
"authors": [ |
|
{ |
|
"first": "\u0141ukasz", |
|
"middle": [], |
|
"last": "Kobylinski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Micha\u0142", |
|
"middle": [], |
|
"last": "Wasiluk", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the Tenth Global Wordnet Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "216--221", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "\u0141ukasz Kobylinski and Micha\u0142 Wasiluk. 2019. Deep learning in event detection in polish. In Pro- ceedings of the Tenth Global Wordnet Conference, pages 216-221. Oficyna Wydawnicza Politechniki Wroc\u0142awskiej.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Combining local context and wordnet similarity for word sense identification. WordNet: An electronic lexical database", |
|
"authors": [ |
|
{ |
|
"first": "Claudia", |
|
"middle": [], |
|
"last": "Leacock", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martin", |
|
"middle": [], |
|
"last": "Chodorow", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "49", |
|
"issue": "", |
|
"pages": "265--283", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Claudia Leacock and Martin Chodorow. 1998. Com- bining local context and wordnet similarity for word sense identification. WordNet: An electronic lexical database, 49(2):265-283.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "An approach for measuring semantic similarity between words using multiple information sources", |
|
"authors": [ |
|
{ |
|
"first": "Yuhua", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Zuhair", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Bandar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Mclean", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "IEEE Transactions on Knowledge and Data Engineering", |
|
"volume": "15", |
|
"issue": "4", |
|
"pages": "871--882", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuhua Li, Zuhair A. Bandar, and David Mclean. 2003. An approach for measuring semantic similarity be- tween words using multiple information sources. IEEE Transactions on Knowledge and Data Engi- neering, 15(4):871-882.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "An information-theoretic definition of similarity", |
|
"authors": [ |
|
{ |
|
"first": "Dekang", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of the 15th International Conference on Machine Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "296--304", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dekang Lin. 1998. An information-theoretic definition of similarity. In Proceedings of the 15th Interna- tional Conference on Machine Learning, pages 296- 304. Morgan Kaufmann.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Language modelling makes sense: Propagating representations through WordNet for full-coverage word sense disambiguation", |
|
"authors": [ |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Loureiro", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Al\u00edpio", |
|
"middle": [], |
|
"last": "Jorge", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5682--5691", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/P19-1569" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Daniel Loureiro and Al\u00edpio Jorge. 2019. Language modelling makes sense: Propagating representations through WordNet for full-coverage word sense dis- ambiguation. In Proceedings of the 57th Annual Meeting of the Association for Computational Lin- guistics, pages 5682-5691, Florence, Italy. Associa- tion for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Wordnet: A lexical database for english", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "George", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Miller", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Communications of the ACM", |
|
"volume": "38", |
|
"issue": "", |
|
"pages": "39--41", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "George A. Miller. 1995. Wordnet: A lexical database for english. Communications of the ACM, 38:39-41.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Wordnetloom -a multilingual wordnet editing system focused on graph-based presentation", |
|
"authors": [ |
|
{ |
|
"first": "Tomasz", |
|
"middle": [], |
|
"last": "Naskr\u0229t", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Agnieszka", |
|
"middle": [], |
|
"last": "Dziob", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maciej", |
|
"middle": [], |
|
"last": "Piasecki", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chakaveh", |
|
"middle": [], |
|
"last": "Saedi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ant\u00f3nio", |
|
"middle": [], |
|
"last": "Branco", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the Ninth Global Wordnet Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "191--200", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tomasz Naskr\u0229t, Agnieszka Dziob, Maciej Piasecki, Chakaveh Saedi, and Ant\u00f3nio Branco. 2018. Word- netloom -a multilingual wordnet editing system fo- cused on graph-based presentation. In Proceedings of the Ninth Global Wordnet Conference, pages 191- 200. Singapore.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Word sense disambiguation: A survey", |
|
"authors": [ |
|
{ |
|
"first": "Roberto", |
|
"middle": [], |
|
"last": "Navigli", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "ACM Comput. Surv", |
|
"volume": "", |
|
"issue": "2", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1145/1459352.1459355" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roberto Navigli. 2009. Word sense disambiguation: A survey. ACM Comput. Surv., 41(2).", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Using measures of semantic relatedness for word sense disambiguation", |
|
"authors": [ |
|
{ |
|
"first": "Siddharth", |
|
"middle": [], |
|
"last": "Patwardhan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Satanjeev", |
|
"middle": [], |
|
"last": "Banerjee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ted", |
|
"middle": [], |
|
"last": "Pedersen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the 4th International Conference on Computational Linguistics and Intelligent Text Processing, CICLing'03", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "241--257", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Siddharth Patwardhan, Satanjeev Banerjee, and Ted Pedersen. 2003. Using measures of semantic relat- edness for word sense disambiguation. In Proceed- ings of the 4th International Conference on Com- putational Linguistics and Intelligent Text Process- ing, CICLing'03, page 241-257, Berlin, Heidelberg. Springer-Verlag.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Wordnet::similarity -measuring the relatedness of concepts", |
|
"authors": [ |
|
{ |
|
"first": "Ted", |
|
"middle": [], |
|
"last": "Pedersen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Siddharth", |
|
"middle": [], |
|
"last": "Patwardhan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jason", |
|
"middle": [], |
|
"last": "Michelizzi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the 3rd International Conference on Intelligent Text Processing and Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "136--145", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ted Pedersen, Siddharth Patwardhan, and Jason Miche- lizzi. 2004. Wordnet::similarity -measuring the re- latedness of concepts. In Proceedings of the 3rd In- ternational Conference on Intelligent Text Process- ing and Computational Linguistics, pages 136-145.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Predicting semantic relations using global graph properties", |
|
"authors": [ |
|
{ |
|
"first": "Yuval", |
|
"middle": [], |
|
"last": "Pinter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jacob", |
|
"middle": [], |
|
"last": "Eisenstein", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1741--1751", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/D18-1201" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuval Pinter and Jacob Eisenstein. 2018. Predict- ing semantic relations using global graph proper- ties. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pages 1741-1751, Brussels, Belgium. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Development and application of a metric on semantic nets", |
|
"authors": [ |
|
{ |
|
"first": "Roy", |
|
"middle": [], |
|
"last": "Rada", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hafedh", |
|
"middle": [], |
|
"last": "Mili", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ellen", |
|
"middle": [], |
|
"last": "Bicknell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maria", |
|
"middle": [], |
|
"last": "Blettner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "IEEE Transactions on Systems, Man, and Cybernetics", |
|
"volume": "19", |
|
"issue": "1", |
|
"pages": "17--30", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roy Rada, Hafedh Mili, Ellen Bicknell, and Maria Blet- tner. 1989. Development and application of a metric on semantic nets. IEEE Transactions on Systems, Man, and Cybernetics, 19(1):17-30.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Using information content to evaluate semantic similarity in a taxonomy", |
|
"authors": [ |
|
{ |
|
"first": "Philip", |
|
"middle": [], |
|
"last": "Resnik", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Proceedings of the 14th International Joint Conference on Artificial Intelligence", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "448--453", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Philip Resnik. 1995. Using information content to eval- uate semantic similarity in a taxonomy. In Proceed- ings of the 14th International Joint Conference on Artificial Intelligence -Volume 1, IJCAI'95, page 448-453, San Francisco, CA, USA. Morgan Kauf- mann Publishers Inc.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Conceptnet 5.5: An open multilingual graph of general knowledge", |
|
"authors": [ |
|
{ |
|
"first": "Robyn", |
|
"middle": [], |
|
"last": "Speer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joshua", |
|
"middle": [], |
|
"last": "Chin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Catherine", |
|
"middle": [], |
|
"last": "Havasi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 31st Association for the Advancement of Artificial Intelligence Conference (AAAI 31)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "4444--4451", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Robyn Speer, Joshua Chin, and Catherine Havasi. 2017. Conceptnet 5.5: An open multilingual graph of gen- eral knowledge. In Proceedings of the 31st Associ- ation for the Advancement of Artificial Intelligence Conference (AAAI 31), pages 4444-4451. AAAI.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Intelligent indexing and semantic retrieval of multimodal documents", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Rohini", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Zhongfei", |
|
"middle": [], |
|
"last": "Srihari", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aibing", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Rao", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Inf. Retr", |
|
"volume": "2", |
|
"issue": "2-3", |
|
"pages": "245--275", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1023/A:1009962928226" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rohini K. Srihari, Zhongfei Zhang, and Aibing Rao. 2000. Intelligent indexing and semantic retrieval of multimodal documents. Inf. Retr., 2(2-3):245-275.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "A semantic approach to ie pattern induction", |
|
"authors": [ |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Stevenson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Greenwood", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics, ACL '05", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "379--386", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/1219840.1219887" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mark Stevenson and Mark A. Greenwood. 2005. A se- mantic approach to ie pattern induction. In Proceed- ings of the 43rd Annual Meeting on Association for Computational Linguistics, ACL '05, page 379-386, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "A knowledge-based question answering system for b2c ecommerce", |
|
"authors": [ |
|
{ |
|
"first": "Ali", |
|
"middle": [], |
|
"last": "Ghobadi Tapeh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Maseud", |
|
"middle": [], |
|
"last": "Rahgozar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of Fifth International Conference on Information Technology: New Generations (ITNG 2008)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "321--326", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ali Ghobadi Tapeh and Maseud Rahgozar. 2008. A knowledge-based question answering system for b2c ecommerce. In Proceedings of Fifth International Conference on Information Technology: New Gener- ations (ITNG 2008), pages 321-326.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"text": "establishment.n.04] -a public or private structure including buildings and equipment for business or residence [establishment.n.05] -any large corporation [establishment.n.06] -(ecology) the process by which a plant or animal becomes established in a new habitat [establishment.n.07] -the cognitive process of establishing a valid proof", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"text": "WordNet is-a (noun-based hypernym/hyponyms) hierarchy for establishment.", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"text": "5 In the spirit of open source software and compatible with the original Wordnet 3.0 license, we present all original components of WAFFLE on GitHub under an open MIT license. 6", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"text": "(w1:Wordsense)-[:has_member]-(s: Synset)-[:has_member]->(w2:Wordsense) WHERE id(w1) > id(w2) MERGE (w1)-[:shared_synset]-(w2)", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF4": { |
|
"text": "(w:Wordsense)-[:has_member]-(s: Synset) WHERE w.lemma = \" establishment\" RETURN s", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"FIGREF5": { |
|
"text": "MATCH (w:Wordsense)-[:member\\of]-(s:Synset) WHERE w.lemma =\" establishment\" RETURN s.definition", |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null |
|
}, |
|
"TABREF1": { |
|
"type_str": "table", |
|
"html": null, |
|
"num": null, |
|
"content": "<table/>", |
|
"text": "" |
|
}, |
|
"TABREF3": { |
|
"type_str": "table", |
|
"html": null, |
|
"num": null, |
|
"content": "<table/>", |
|
"text": "Example NLTK wn relation calls and returns for the Synset object \"establishment.n.03\"." |
|
}, |
|
"TABREF4": { |
|
"type_str": "table", |
|
"html": null, |
|
"num": null, |
|
"content": "<table><tr><td>NLTK</td><td>return</td></tr><tr><td>Lowest Common Hypernym [Subsumer]</td><td/></tr><tr><td>.lowest common hypernyms()</td><td>entity.n.01</td></tr><tr><td>Shortest Path (1/number of hops)</td><td/></tr><tr><td>.path similarity()</td><td>0.0833</td></tr><tr><td>Leacock-Chodorow similarity</td><td/></tr><tr><td>.lch similarity()</td><td>1.1526</td></tr><tr><td>Wu-Palmer similarity</td><td/></tr><tr><td>.wup similarity()</td><td>0.1538</td></tr></table>", |
|
"text": "." |
|
} |
|
} |
|
} |
|
} |