|
{ |
|
"paper_id": "U18-1004", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T03:12:04.214397Z" |
|
}, |
|
"title": "Unsupervised Mining of Analogical Frames by Constraint Satisfaction", |
|
"authors": [ |
|
{ |
|
"first": "Lance", |
|
"middle": [], |
|
"last": "De Vine", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Queensland University of Technology", |
|
"location": { |
|
"settlement": "Brisbane", |
|
"country": "Australia" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Shlomo", |
|
"middle": [], |
|
"last": "Geva", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Queensland University of Technology", |
|
"location": { |
|
"settlement": "Brisbane", |
|
"country": "Australia" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Peter", |
|
"middle": [], |
|
"last": "Bruza", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Queensland University of Technology", |
|
"location": { |
|
"settlement": "Brisbane", |
|
"country": "Australia" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "It has been demonstrated that vector-based representations of words trained on large text corpora encode linguistic regularities that may be exploited via the use of vector space arithmetic. This capability has been extensively explored and is generally measured via tasks which involve the automated completion of linguistic proportional analogies. The question remains, however, as to what extent it is possible to induce relations from word embeddings in a principled and systematic way, without the provision of exemplars or seed terms. In this paper we propose an extensible and efficient framework for inducing relations via the use of constraint satisfaction. The method is efficient, unsupervised and can be customized in various ways. We provide both quantitative and qualitative analysis of the results.", |
|
"pdf_parse": { |
|
"paper_id": "U18-1004", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "It has been demonstrated that vector-based representations of words trained on large text corpora encode linguistic regularities that may be exploited via the use of vector space arithmetic. This capability has been extensively explored and is generally measured via tasks which involve the automated completion of linguistic proportional analogies. The question remains, however, as to what extent it is possible to induce relations from word embeddings in a principled and systematic way, without the provision of exemplars or seed terms. In this paper we propose an extensible and efficient framework for inducing relations via the use of constraint satisfaction. The method is efficient, unsupervised and can be customized in various ways. We provide both quantitative and qualitative analysis of the results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "The use and study of analogical inference and structure has a long history in linguistics, logic, cognitive psychology, scientific reasoning and education (Bartha, 2016) , amongst others. The use of analogy has played an especially important role in the study of language, language change, and language acquisition and learning (Kiparsky, 1992) . It has been a part of the study of phonology, morphology, orthography and syntactic grammar (Skousen, 1989) , as well as the development of applications such as machine translation and paraphasing (Lepage and Denoual, 2005) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 155, |
|
"end": 169, |
|
"text": "(Bartha, 2016)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 328, |
|
"end": 344, |
|
"text": "(Kiparsky, 1992)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 439, |
|
"end": 454, |
|
"text": "(Skousen, 1989)", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 544, |
|
"end": 570, |
|
"text": "(Lepage and Denoual, 2005)", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Recent progress with the construction of vector space representations of words based on their distributional profiles has revealed that analogical structure can be discovered and operationalised via the use of vector space algebra (Mikolov et al., 2013b) . There remain many questions regarding the extent to which word vectors encode analogical structure and also the extent to which this structure can be uncovered. For example, we are not aware of any proposal or system that is focussed on the unsupervised and systematic discovery of analogies from word vectors that does not make use of exemplar relations, existing linguistic resources or seed terms. The automatic identification of linguistic analogies, however, offers many potential benefits for a diverse range of research and applications, including language learning and computational creativity.", |
|
"cite_spans": [ |
|
{ |
|
"start": 231, |
|
"end": 254, |
|
"text": "(Mikolov et al., 2013b)", |
|
"ref_id": "BIBREF31" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Computational models of analogy have been studied since at least the 1960's (Hall, 1989; French, 2002) and have addressed tasks relating to both proportional and structural analogy. Many computational systems are built as part of investigations into how humans might perform analogical inference (Gentner and Forbus, 2011) . Most make use of Structure Mapping Theory (SMT) (Gentner, 1983) or a variation thereof which maps one relational system to another, generally using a symbolic representation. Other systems use vector space representations constructed from corpora of natural language text (Turney, 2013) . The analogies that are computed using word embeddings have primarily been proportional analogies and are closely associated with the prediction of relations between words. For example, a valid semantic proportional analogy is \"cat is to feline as dog is to canine\" which can be written as \"cat : feline :: dog : canine.\"", |
|
"cite_spans": [ |
|
{ |
|
"start": 76, |
|
"end": 88, |
|
"text": "(Hall, 1989;", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 89, |
|
"end": 102, |
|
"text": "French, 2002)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 296, |
|
"end": 322, |
|
"text": "(Gentner and Forbus, 2011)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 373, |
|
"end": 388, |
|
"text": "(Gentner, 1983)", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 597, |
|
"end": 611, |
|
"text": "(Turney, 2013)", |
|
"ref_id": "BIBREF36" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In linguistics proportional analogies have been extensively studied in the context of both inflectional and derivational morphology (Blevins, 2016) . Proportional analogies are used as part of an inference process to fill the cells/slots in a word paradigm. A paradigm is an array of morphological variations of a lexeme. For example, {cat, cats} is a simple singular-noun, plural-noun paradigm in English. Word paradigms exhibit inter-dependencies that facilitate the inference of new forms and for this reason have been studied within the context of language change. The informativeness of a form correlates with the degree to which knowledge of the form reduces uncertainty about other forms within the same paradigm (Blevins et al., 2017) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 132, |
|
"end": 147, |
|
"text": "(Blevins, 2016)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 720, |
|
"end": 742, |
|
"text": "(Blevins et al., 2017)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper we propose a construction which we call an analogical frame. It is intended to elicit associations with the terms semantic frame and proportional analogy. It is an extension of a linguistic analogy in which the elements satisfy certain constraints that allow them to be induced in an unsupervised manner from natural language text. We expect that analogical frames will be useful for a variety of purposes relating to the automated induction of syntactic and semantic relations and categories .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The primary contributions of this paper are twofold:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "1. We introduce a generalization of proportional analogies with word embeddings which we call analogical frames.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "2. We introduce an efficient constraint satisfaction based approach to inducing analogical frames from natural language embeddings in an unsupervised fashion.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In section 2 we present background and related research. In section 3 we present and explain the proposal of Analogical Frames. In section 4 we present methods implemented for ensuring search efficiency of Analogical Frames. In section 5 we present some analysis of empirical results. In section 6 we present discussion of the proposal and in section 7 we conclude.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "A proportional analogy is a 4-tuple which we write as x 1 : x 2 :: x 3 : x 4 and read as \"x 1 is to x 2 as x 3 is to x 4 \", with the elements of the analogy belonging to some domain X (we use this notation as it is helpful later). From here-on we will use the term \"analogy\" to refer to proportional analogies unless indicated otherwise. Analogies can be defined over different types of domains, for example, strings, geometric figures, numbers, vector spaces, images etc. (Stroppa and Yvon, 2005) propose a definition of proportional analogy over any domain which is equipped with an internal composition law \u2295 making it a semi-group (X,\u2295). This definition also applies to any richer algebraic structure such as groups or vector spaces. In R n , given x 1 , x 2 and x 3 there is always only one point that can be assigned to x 4 such that proportionality holds. (Miclet et al., 2008 ) define a relaxed form of analogy which reads as \"x 1 is to x 2 almost as x 3 is to x 4 \". To accompany this they introduce a measure of analogical dissimilarity (AD) which is a positive real value and takes the value 0 when the analogy holds perfectly. A set of four points R n can therefore be scored for analogical dissimilarity and ranked.", |
|
"cite_spans": [ |
|
{ |
|
"start": 473, |
|
"end": 497, |
|
"text": "(Stroppa and Yvon, 2005)", |
|
"ref_id": "BIBREF34" |
|
}, |
|
{ |
|
"start": 863, |
|
"end": 883, |
|
"text": "(Miclet et al., 2008", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Proportional Analogies", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The background just mentioned provides a useful context within which to place the work on linguistic regularities in word vectors (Mikolov et al., 2013b; Levy et al., 2014) . (Mikolov et al., 2013b) showed that analogies can be completed using vector addition of word embeddings. This means that given x 1 , x 2 and x 3 it is possible to infer the value of x 4 . This is accomplished with the vector offset formula, or 3COSADD (Levy et al., 2014) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 130, |
|
"end": 153, |
|
"text": "(Mikolov et al., 2013b;", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 154, |
|
"end": 172, |
|
"text": "Levy et al., 2014)", |
|
"ref_id": "BIBREF24" |
|
}, |
|
{ |
|
"start": 175, |
|
"end": 198, |
|
"text": "(Mikolov et al., 2013b)", |
|
"ref_id": "BIBREF31" |
|
}, |
|
{ |
|
"start": 427, |
|
"end": 446, |
|
"text": "(Levy et al., 2014)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "arg max", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "x 4 s(x 4 , x 2 + x 3 \u2212 x 1 ) 3CosAdd", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "The s in 3COSADD is a similarity measure. In practice unit vectors are generally used with cosine similarity. (Levy et al., 2014) introduced an expression 3COSMUL which tends to give a small improvement when evaluated on analogy completion tasks.", |
|
"cite_spans": [ |
|
{ |
|
"start": 110, |
|
"end": 129, |
|
"text": "(Levy et al., 2014)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "arg max", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "x 4 s(x 4 , x 3 ) \u2022 s(x 4 , x 2 ) s(x 4 , x 1 ) + 3COSMUL", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "3COSADD and 3COSMUL are effectively scoring functions that are used to judge the correctness of a value for x 4 given values for x 1 , x 2 and x 3 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Vectors and Proportional Analogies", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Given that it is possible to complete analogies with word vectors it is natural to ask whether analogies can be identified without being given x 1 , x 2 and x 3 . (Stroppa and Yvon, 2005) considers an analogy to be valid when analogical proportions hold between all terms in the analogy. They describe a finite-state solver which searches for formal analogies in the domain of strings and trees. As noted by several authors (Lavall\u00e9e and Langlais, 2009; Langlais, 2016; Beltran et al., 2015) a brute force search to discovering proportional analogies is computationally difficult, with the complexity of a naive approach being at least O(n 3 ) and perhaps O(n 4 ). A computational procedure must at least traverse the space of all 3-tuples if assuming that the 4th term of an analogy can be efficiently inferred.", |
|
"cite_spans": [ |
|
{ |
|
"start": 163, |
|
"end": 187, |
|
"text": "(Stroppa and Yvon, 2005)", |
|
"ref_id": "BIBREF34" |
|
}, |
|
{ |
|
"start": 424, |
|
"end": 453, |
|
"text": "(Lavall\u00e9e and Langlais, 2009;", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 454, |
|
"end": 469, |
|
"text": "Langlais, 2016;", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 470, |
|
"end": 491, |
|
"text": "Beltran et al., 2015)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Finding Analogies", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "For example, if we use a brute force approach to discovering linguistic analogies using a vocabulary of 100 000 words, we would need to examine all combinations of 4-tuples, or 100000 4 , or 10 20 combinations. Various strategies may be", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Finding Analogies", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "x 1 x 2 x 3 x 4", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Finding Analogies", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Figure 1: A Proportional Analogy template, with 4 variables to be assigned appropriate values considered for making this problem tractable. The first observation is that symmetries of an analogy should not be recomputed (Lepage, 2014) . This can reduce the compute time by 8 for a single analogy as there are 8 symmetric configurations. Another proposed strategy is the construction of a feature tree for the rapid computation and analysis of tuple differences over vectors with binary attributes (Lepage, 2014) . This method was used to discover analogies between images of Chinese characters. This has complexity O(n 2 ). It computes the n(n+1) 2 vectors between pairs of tuples and collects them together into clusters containing the same difference vector. A variation of this method was reported in (Fam and Lepage, 2016) and (Fam and Lepage, 2017) for automatically discovering analogical grids of word paradigms using edit distances between word strings. It is not immediately obvious, however, how to extend this to the case of word embeddings where differences between word representations are real valued vectors.", |
|
"cite_spans": [ |
|
{ |
|
"start": 220, |
|
"end": 234, |
|
"text": "(Lepage, 2014)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 497, |
|
"end": 511, |
|
"text": "(Lepage, 2014)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 804, |
|
"end": 826, |
|
"text": "(Fam and Lepage, 2016)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 831, |
|
"end": 853, |
|
"text": "(Fam and Lepage, 2017)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Finding Analogies", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "A related method is used in (Beltran et al., 2015) for identifying analogies in relational databases. It is less constrained as it uses analogical dissimilarity as a metric when determining valid analogies. (Langlais, 2016) extend methods from (Lepage, 2014) to scale to larger datasets for the purpose of machine translation, but also limit themselves to the formal or graphemic level instead of more general semantic relations between words.", |
|
"cite_spans": [ |
|
{ |
|
"start": 207, |
|
"end": 223, |
|
"text": "(Langlais, 2016)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 244, |
|
"end": 258, |
|
"text": "(Lepage, 2014)", |
|
"ref_id": "BIBREF22" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Finding Analogies", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "The present work is related to a number of research themes in language learning, relational learning and natural language processing. We provide a small sample of these. (Holyoak and Thagard, 1989) introduce the use of constraint satisfaction as a key requirement for models of analogical mapping. Their computer program ACME (Analogical Constraint Mapping Engine) uses a connectionist network to balance structural, semantic and pragmatic constraints for mapping relations. (Hummel and Holyoak, 1997) propose a computational model of analogical inference and schema induction using distributed patterns for representing objects and predicates. (Doumas et al., 2008 ) propose a computational model which provides an account of how structured relation representations can be learned from unstructured data. More specifically to language acquisition, (Bod, 2009) uses analogies over trees to derive and analyse new sentences by combining fragments of previously seen sentences. The proposed framework is able to replicate a range of phenomena in language acquisition.", |
|
"cite_spans": [ |
|
{ |
|
"start": 170, |
|
"end": 197, |
|
"text": "(Holyoak and Thagard, 1989)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 475, |
|
"end": 501, |
|
"text": "(Hummel and Holyoak, 1997)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 645, |
|
"end": 665, |
|
"text": "(Doumas et al., 2008", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 849, |
|
"end": 860, |
|
"text": "(Bod, 2009)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Other Related Work", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "From a more cognitive perspective (Kurtz et al., 2001 ) investigates how mutual alignment of two situations can create better understanding of both. Related to this (Gentner, 2010) , and many others, argue that analogical ability is the key factor in human cognitive development. (Turney, 2006 (Turney, , 2013 makes extensive investigations of the use of corpus based methods for determining relational similarities and predicting analogies. (Miclet and Nicolas, 2015) propose the concept of an analogical complex which is a blend of analogical proportions and formal concept analysis.", |
|
"cite_spans": [ |
|
{ |
|
"start": 34, |
|
"end": 53, |
|
"text": "(Kurtz et al., 2001", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 165, |
|
"end": 180, |
|
"text": "(Gentner, 2010)", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 280, |
|
"end": 293, |
|
"text": "(Turney, 2006", |
|
"ref_id": "BIBREF35" |
|
}, |
|
{ |
|
"start": 294, |
|
"end": 309, |
|
"text": "(Turney, , 2013", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 442, |
|
"end": 468, |
|
"text": "(Miclet and Nicolas, 2015)", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Other Related Work", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "More specifically in relation to word embeddings, (Zhang et al., 2016) presents an unsupervised approach for explaining the meaning of terms via word vector comparison.", |
|
"cite_spans": [ |
|
{ |
|
"start": 50, |
|
"end": 70, |
|
"text": "(Zhang et al., 2016)", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Other Related Work", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "In the next section we describe an approach which addresses the task of inducing analogies in an unsupervised fashion from word vectors and builds on existing work relating to word embeddings and linguistic regularities.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Other Related Work", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "The primary task that we address in this paper is the discovery of linguistic proportional analogies in an unsupervised fashion given only the distributional profile of words. The approach that we take is to consider the problem as a constraint satisfaction problem (CSP) (Rossi et al., 2006) . We increase the strength of constraints until we can accurately decide when a given set of words and their embeddings forms a valid proportional analogy. At this point we introduce some terminology:", |
|
"cite_spans": [ |
|
{ |
|
"start": 272, |
|
"end": 292, |
|
"text": "(Rossi et al., 2006)", |
|
"ref_id": "BIBREF32" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Constraint satisfaction problems are generally defined as a triple P = X, D, C where X = {x 1 , ..., x n } is a set of variables. D = {d 1 , ..., d n } is the set of domains associated with the variables. C = {c 1 , ..., c m } is the set of constraints to be satisfied.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "A solution to a constraint satisfaction problem must assign a single value to each variable x 1 , ..., x n in the problem. There may be multiple solutions. In our problem formulation there is only one domain which is the set of word types which comprise the vocabulary. Each variable must be assigned a word identifier and each word is associated with one or more vector space representations. Constraints on the words and associated vector space representation limit the values that the variables can take. From here-on we will we use the bolded symbol x i to indicate the vector space value of the word assigned to the variable x i .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "In our proposal we use the following five constraints.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "C1. AllDiff constraint. The Alldiff constraint constrains all terms of the analogy to be distinct (The Alldiff constraint is a common constraint in CSPs), such that x i = x j for all 1 < i < j < n.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "C2. Asymmetry constraint. The asymmetry constraint (Meseguer and Torras, 2001 ) is used to eliminate unnecessary searches in the search tree. It is defined as a partial ordering on the values of a subset of the variables. In the case of a 2x3 analogical frame (figure 2), for example, we define the ordering as:", |
|
"cite_spans": [ |
|
{ |
|
"start": 51, |
|
"end": 77, |
|
"text": "(Meseguer and Torras, 2001", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "x 1 \u227a x 2 \u227a x 3 , and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "x 1 \u227a x 4 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "where the ordering is defined on the integer identifiers of the words in the vocabulary.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "C3. Neighbourhood Constraint. The neighbourhood constraint is used to constrain the value of variables to the words which are within the nearest neighbourhood of the words to which they are connected. We define this as:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "x i \u2208 N eigh t (x j ) and x j \u2208 N eigh t (x i )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "where N eigh t (x i ) is the nearest neighbourhood of t words of the the word assigned to x i , as measured in the vector space representation of the words.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "C4. Parallel Constraint. The Parallel Constraint forces opposing difference vectors to have a minimal degree of parallelism.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "x 2 \u2212 x 1 \u2022 x 5 \u2212 x 4 < pT hreshold", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "where pThreshold is a parameter. For the parallel constraint we ensure that the difference vector x 2 \u2212 x 1 has a minimal cosine similarity to the difference vector x 5 \u2212 x 1 . This constraint overlaps to some extent with the proportionality constraint (below), however it serves a different purpose, which is to eliminate low probability candidate analogies.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "C5. Proportionality Constraint. The Proportionality Constraint constrains the vector space representation of words to form approximate geometric proportional analogies. It is a quarternary constraint. For any given 4-tuple, we use the concept of \"inter-predictability\" (Blevins et al., 2017) to decide whether the 4-tuple is acceptable. We enforce inter-predictability by requiring that each term in a 4-tuple is predicted by the other three terms. This implies four analogy completion tasks which must be satisfied for the variable assignment to be accepted.", |
|
"cite_spans": [ |
|
{ |
|
"start": 269, |
|
"end": 291, |
|
"text": "(Blevins et al., 2017)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "x 1 : x 2 :: Stroppa and Yvon, 2005 ) use a similar approach with exact formal analogies. With our approach, however, we complete analogies using word vectors and analogy completion formulas (eg. using 3COSADD or 3COSMUL, or a derivative).", |
|
"cite_spans": [ |
|
{ |
|
"start": 13, |
|
"end": 35, |
|
"text": "Stroppa and Yvon, 2005", |
|
"ref_id": "BIBREF34" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "x 3 : x \u21d2 x = x 4 x 2 : x 1 :: x 4 : x \u21d2 x = x 3 x 3 : x 4 :: x 1 : x \u21d2 x = x 2 x 4 : x 3 :: x 2 : x \u21d2 x = x 1 (", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The proportionality constraint is a relatively expensive constraint to enforce as it requires many vector-vector operations and comparison against all word vectors in the vocabulary. This constraint may be checked approximately which we discuss in the next section.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Analogical Frames", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "When we experiment with discovering 2x2 analogies using the constraints just described we find that we can't easily set the parameters of the constraints such that only valid analogies are produced, without severely limiting the types of analogies which we accept. For example, the following analogy is produced \"oldest : old :: earliest : earlier\". We find that these types of mistakes are common. We therefore take the step of expanding the number of variables so that the state space is now larger (figure 2). The idea is to increase the inductive support for each discovered analogy by requiring that analogies be part of a larger system of analogies. We refer to the larger system of analogies as an Analogical Frame. It is important to note that in figure 2, x 1 and x 3 are connected. The numbers associated with the edges indicate aligned vector differences. It is intended that the analogical proportions hold according to the connectivity shown. For example, proportionality should hold such that x 1 : x 2 :: x 4 : x 5 and x 1 : x 3 :: x 4 : x 6 and x 2 : x 3 :: x 5 : x 6 . It is also important to note that while we have added only two new variables, we have increased the number of constraints by almost 3 times. It is not exactly 3 because there is some redundancy in the proportions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The Insufficiency of 2x2 Analogies", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We now define a modified formula for completing analogies that are part of a larger systems of analogies such as the analogical frame in figure 2. It can be observed that 3COSADD and 3COSMUL effectively assigns a score to vocabulary items and then selects the item with the largest score. We do the same but with a modified scoring function which is a hybrid of 3COSADD and 3COSMUL. 3COSADD or 3COSMUL could both be used as part of our approach, but the formula which we propose, better captures the intuition of larger systems of analogies where the importance is placed on 1) symmetry, and 2) average offset vectors.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "When we are not given any prior knowledge, or exemplar, there is no privileged direction within an analogical frame. For example, in figure 2, the pair (x 2 , x 5 ) has the same importance as (x 4 , x 5 ).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "We first construct difference vectors and then average those that are aligned.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "dif 2,1 = x 2 \u2212 x 1 dif 4,1 = x 4 \u2212 x 1 dif 5,4 = x 5 \u2212 x 4 dif 5,2 = x 5 \u2212 x 2 dif 6,3 = x 6 \u2212 x 3 dif sum 1 = dif 2,1 + dif 5,4", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "dif sum 2 = dif 4,1 + dif 5,2 + dif 6,3", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "dif 1 = dif sum 1 |dif sum 1 | dif 2 = dif sum 2 |dif sum 2 |", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The vector dif 1 is the normalized average offset vector indicated with a 1 in figure 2. The vector dif 2 is the normalized average offset vector indicated with a 4 in figure 2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Using these normalized average difference vectors we define the scoring function for selecting x 5 given x 1 , x 2 and x 4 as:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "arg max x 5 s(x 5 , x 4 ) \u2022 s(x 5 , dif 1 ) (1) + s(x 5 , x 2 ) \u2022 s(x 5 , dif 2 )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The formulation makes use of all information available in the analogical frame. Previous work has provided much evidence for the linear compositionality of word vectors as embodied by 3COSADD (Vylomova et al., 2015; Hakami et al., 2017) . It has also been known since (Mikolov et al., 2013a ) that averaging the difference vectors of pairs exhibiting the same relation results in a difference vector with better predictive power for that relation (Drozd et al., 2016) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 192, |
|
"end": 215, |
|
"text": "(Vylomova et al., 2015;", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 216, |
|
"end": 236, |
|
"text": "Hakami et al., 2017)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 268, |
|
"end": 290, |
|
"text": "(Mikolov et al., 2013a", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 447, |
|
"end": 467, |
|
"text": "(Drozd et al., 2016)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Extrapolating from figure 2 larger analogical frames can be constructed, such as 2 x 4, 3 x 3, or 2 x 2 x 3. Each appropriately connected 4-tuple contained within the frame should satisfy the proportionality constraint.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "New Formulas", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The primary challenge in this proposal is to efficiently search the space of variable assignments. We use a depth first approach to cover the search space as well several other strategies to make this search efficient.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Frame Discovery and Search Efficiency", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The most important strategy is the concentration of compute resources on the nearest neighbourhoods of word embeddings. Most analogies involve terms that are within the nearest neighborhood of each other when ranked according to similarity (Linzen, 2016) . We therefore compute the nearest neighbour graph of every term in the vocabulary as a pre-processing step and store the result as an adjacency list for each vocabulary item. We do this efficiently by using binary representations of the word embeddings (Jurgovsky et al., 2016) and re-ranking using the full precision word vectors. The nearest neighbour list of each vocabulary entry is used in two different ways, 1) for exploring the search space of variable assignments, and 2) efficiently eliminating variable assignments (next section) that do not satisfy the proportional analogy constraints.", |
|
"cite_spans": [ |
|
{ |
|
"start": 240, |
|
"end": 254, |
|
"text": "(Linzen, 2016)", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 509, |
|
"end": 533, |
|
"text": "(Jurgovsky et al., 2016)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Embedding Neighbourhoods", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "When traversing the search tree we use the adjacency list of an already assigned variable to assign a value to a nearby variable in the frame. The breadth of the search tree at each node is therefore parameterized by a global parameter t assigned by the user. The parameter t is one of the primary parameters of the algorithm and will determine the length of the search and the size of the set of discovered frames.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Word Embedding Neighbourhoods", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "A general principle used in most CSP solving is the quick elimination of improbable solutions. When we assign values to variables in a frame we need to make sure that the proportional analogy constraint is satisfied. For four given variable assignments w 1 , w 2 , w 3 and w 4 this involves making sure that w 4 is the best candidate for completing the proportional analogy involving w 1 , w 2 and w 3 . This is equivalent to knowing if there are any better vocabulary entries than w 4 for completing the analogy. Instead of checking all vocabulary entries we can limit the list of entries to the m nearest neighbours of w 2 , w 3 and w 4 1 to check if any score higher than w 4 . If any of them score higher the proportional analogy constraint is violated and the variable assignment is discarded. The advantage of this is that we only need to check 3 x m entries to approximately test the correctness of w 4 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Elimination of Candidates by Sampling", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "We find that if we set m to 10 then most incorrect analogies are eliminated. An exhaustive check for correctness can be made as a post processing step.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Elimination of Candidates by Sampling", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "Another important method for increasing efficiency is testing the degree to which opposing difference vectors in a candidate proportional analogy are parallel to each other. This is encapsulated in constraint C4. While using parallelism as a parameter for solving word analogy problems has not been successful (Levy et al., 2014) , we have found that the degree of parallelism is a good indicator of the confidence that we can have in the analogy once other constraints have been satisfied. Other methods employed to improve efficiency include the use of Bloom filters to test neighbourhood membership and the indexing of discovered proportions so as not to repeat searching.", |
|
"cite_spans": [ |
|
{ |
|
"start": 310, |
|
"end": 329, |
|
"text": "(Levy et al., 2014)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Other Methods", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Frames can be extended by extending the initial base frame in one or more directions and searching for additional variable assignments that satisfy all constraints. For example, a 2x3 frame can be extended to a 2x4 frame by assigning values to two new variables x 7 and x 8 (figure 3). As frames are extended the average offset vectors (equation 1) are recomputed so that the offset vectors become better predictors for computing proportional analogies.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extending Frames", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "x 1 x 2 x 3 x 7 / / x 4 x 5 x 6 x 8 / /", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extending Frames", |
|
"sec_num": "4.4" |
|
}, |
|
{ |
|
"text": "The two criteria we use to measure our proposal include a) accuracy of analogy discovery, b) compute scalability. Other criteria are also possible such as relation diversity and interestingness of relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Setup and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The primary algorithm parameters are 1) The number of terms in the vocabulary to search, 2) the size of the nearest neighbourhood of each term to search, 3) the degree of parallelism required for opposing vector differences and 4) whether to extend base frames.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Setup and Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "When frames are discovered they are stored in a Frame Store, a data structure used to efficiently store and retrieve frames. Frames are indexed using posting lists similar to a document index. To complete an incomplete analogy, all frames which contain all terms in the incomplete analogy are retrieved. For each retrieved frame the candidate term for completing the analogy is determined by cross-referencing the indices of the terms within the frame (figure 4). If diverse candidate terms are selected from multiple frames, voting is used to select the final analogy completion, or random selection in the case of tied counts.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "a 1,1 : a 1,3 :: a 3,1 :?", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "a 1,1 a 1,2 a 1,3 a 2,1 a 2,2 a 2,3 a 3,1 a 3,2 a 3,3", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "Figure 4: Determining an analogy completion from a larger frame", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We conducted experiments with embeddings constructed by ourselves as well as with publicly accessible embeddings from the fastText web site 2 trained on 600B tokens of the Common Crawl (Mikolov et al., 2018) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 185, |
|
"end": 207, |
|
"text": "(Mikolov et al., 2018)", |
|
"ref_id": "BIBREF30" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We evaluated the accuracy of the frames by attempting to complete the analogies from the well known Google analogy test set. 3 The greatest challenge in this type of evaluation is adequately covering the evaluation items. At least three of the terms in an analogy completion item need to be simultaneously present in a single frame for the item to be attempted. We report the results of a typical execution of the system using a nearest neighbourhood size of 25, a maximum vocabulary size of 50 000, and a minimal cosine similarity between opposing vector differences of 0.3. For this set of parameters, 8589 evaluation items were answered by retrieval from the frame store, covering approximately 44% of the evaluation items (table 1) . Approximately 30% of these were from the semantic category, and 70% from the syntactic. We compared the accuracy of completing analogies using the frame store, to the accuracy of both 3CosAdd 2 https://fasttext.cc/docs/en/english-vectors.html 3 http://download.tensorflow.org/data/questions-words.txt and 3CosMul using the same embeddings as used to build the frames. Results show that the frames are slightly more accurate than 3CosAdd and 3CosMul, achieving 96.9% on the 8589 evaluation items. It needs to be stressed, however, that the objective is not to outperform vector arithmetic based methods, but rather to verify that the frames have a high degree of accuracy.", |
|
"cite_spans": [ |
|
{ |
|
"start": 125, |
|
"end": 126, |
|
"text": "3", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 726, |
|
"end": 735, |
|
"text": "(table 1)", |
|
"ref_id": "TABREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "To better determine the accuracy of the discovered frames we also randomly sampled 1000 of the 21571 frames generated for the results shown in table 2, and manually checked them. The raw outputs are included in the online repository 4 . These frames cover many relations not included in the Google analogy test set. We found 9 frames with errors giving an accuracy of 99.1%.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "It should be noted that the accuracy of frames is influenced by the quality of the embeddings. However, even with embeddings trained on small corpora it is possible to discover analogies provided that sufficient word embedding training epochs have been completed.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "The online repository contains further empirical evaluations and explanations regarding parameter choices, including raw outputs and errors made by the system.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Retrieving Analogical Completions from Frames", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "Tables 2 and 3 show the number of frames discovered on typical executions of the software. The reported numbers are intended to give an indication of the relationship between neighbourhood size, number of frames produced and execution time. The reported times are for 8 software threads.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Scaling: Effect of Neighbourhood Size and pThreshold", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "From inspection of the frames we see that a large part of the relations discovered are grammatical or morpho-syntactic, or are related to high frequency We have also observed reliable mappings with embeddings trained on non-English corpora.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Qualitative Analysis", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "The geometry of analogical frames can also be explored via visualizations of projections onto 2D sub-spaces derived from the offset vectors. 5", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Qualitative Analysis", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "We believe that the constraint satisfaction approach introduced in this paper is advantageous because it is a systematic but flexible and can make use of methods from the constraint satisfaction domain. We have only mentioned a few of the primary CSP concepts in this paper. Other constraints can be included in the formulation such 5 Examples provided in the online repository as set membership constraints where sets may be clusters, or documents.", |
|
"cite_spans": [ |
|
{ |
|
"start": 333, |
|
"end": 334, |
|
"text": "5", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "One improvement that could be made to the proposed system is to facilitate the discovery of relations that are not one-to-one. While we found many isolated examples of one-to-many relations expressed in the frames, a strictly symmetrical proportional analogy does not seem ideal for capturing one-to-many relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "As outlined by (Turney, 2006) there are many applications of automating the construction and/or discovery of analogical relations. Some of these include relation classification, metaphor detection, word sense disambiguation, information extraction, question answering and thesaurus generation.", |
|
"cite_spans": [ |
|
{ |
|
"start": 15, |
|
"end": 29, |
|
"text": "(Turney, 2006)", |
|
"ref_id": "BIBREF35" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Analogical frames should also provide insight into the geometry of word embeddings and may provide an interesting way to measure their quality.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The most interesting application of the system is in the area of computational creativity with a human in the loop. For example, analogical frames could be chosen for their interestingness and then expanded.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Discussion", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The software implementing the proposed system as a set of command line applications can be found in the online repository 6 . The software is implemented in portable C++11 and compiles on both Windows and Unix based systems without compiled dependencies. Example outputs of the system as well as parameter settings are provided in the online repository including the outputs created from embeddings trained on a range of corpora.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Software and Online Repository", |
|
"sec_num": "6.1" |
|
}, |
|
{ |
|
"text": "Further empirical evaluation is required. The establishment of more suitable empirical benchmarks for assessing the effectiveness of open analogy discovery is important. The most interesting potential application of this work is in the combination of automated discovery of analogies and human judgment. There is also the possibility of establishing a more open-ended compute architecture that could search continuously for analogical frames in an online fashion.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Work and Conclusions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "assuming w1 is farthest away from w4 and that the nearest neighbours of w1 are not likely to help check the correctness of w4", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/ldevine/AFM", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/ldevine/AFM", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Analogy and analogical reasoning. The Stanford Encyclopedia of Philosophy", |
|
"authors": [ |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Bartha", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Paul Bartha. 2016. Analogy and analogical reasoning. The Stanford Encyclopedia of Philosophy.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A clustering-based approach to the mining of analogical proportions", |
|
"authors": [ |
|
{ |
|
"first": "H\u00e9l\u00e8ne", |
|
"middle": [], |
|
"last": "William Correa Beltran", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Olivier", |
|
"middle": [], |
|
"last": "Jaudoin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Pivert", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Tools with Artificial Intelligence (ICTAI), 2015 IEEE 27th International Conference on", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "125--131", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "William Correa Beltran, H\u00e9l\u00e8ne Jaudoin, and Olivier Pivert. 2015. A clustering-based approach to the mining of analogical proportions. In Tools with Ar- tificial Intelligence (ICTAI), 2015 IEEE 27th Inter- national Conference on, pages 125-131. IEEE.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Word and paradigm morphology", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "James", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Blevins", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "James P Blevins. 2016. Word and paradigm morphol- ogy. Oxford University Press.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "From exemplar to grammar: A probabilistic analogy-based model of language learning", |
|
"authors": [ |
|
{ |
|
"first": "Rens", |
|
"middle": [], |
|
"last": "Bod", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Cognitive Science", |
|
"volume": "33", |
|
"issue": "5", |
|
"pages": "752--793", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rens Bod. 2009. From exemplar to grammar: A prob- abilistic analogy-based model of language learning. Cognitive Science, 33(5):752-793.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "A theory of the discovery and predication of relational concepts. Psychological review", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Leonidas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Doumas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Catherine", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Hummel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Sandhofer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "", |
|
"volume": "115", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Leonidas AA Doumas, John E Hummel, and Cather- ine M Sandhofer. 2008. A theory of the discovery and predication of relational concepts. Psychologi- cal review, 115(1):1.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Word embeddings, analogies, and machine learning: Beyond king-man+ woman= queen", |
|
"authors": [ |
|
{ |
|
"first": "Aleksandr", |
|
"middle": [], |
|
"last": "Drozd", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anna", |
|
"middle": [], |
|
"last": "Gladkova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Satoshi", |
|
"middle": [], |
|
"last": "Matsuoka", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3519--3530", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Aleksandr Drozd, Anna Gladkova, and Satoshi Mat- suoka. 2016. Word embeddings, analogies, and ma- chine learning: Beyond king-man+ woman= queen. In Proceedings of COLING 2016, the 26th Inter- national Conference on Computational Linguistics: Technical Papers, pages 3519-3530.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Morphological predictability of unseen words using computational analogy", |
|
"authors": [ |
|
{ |
|
"first": "Rashel", |
|
"middle": [], |
|
"last": "Fam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yves", |
|
"middle": [], |
|
"last": "Lepage", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rashel Fam and Yves Lepage. 2016. Morphological predictability of unseen words using computational analogy.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "A study of the saturation of analogical grids agnostically extracted from texts", |
|
"authors": [ |
|
{ |
|
"first": "Rashel", |
|
"middle": [], |
|
"last": "Fam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yves", |
|
"middle": [], |
|
"last": "Lepage", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rashel Fam and Yves Lepage. 2017. A study of the saturation of analogical grids agnostically extracted from texts.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "The computational modeling of analogy-making", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Robert", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "French", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Trends in cognitive Sciences", |
|
"volume": "6", |
|
"issue": "5", |
|
"pages": "200--205", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Robert M French. 2002. The computational modeling of analogy-making. Trends in cognitive Sciences, 6(5):200-205.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Structure-mapping: A theoretical framework for analogy", |
|
"authors": [ |
|
{ |
|
"first": "Dedre", |
|
"middle": [], |
|
"last": "Gentner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1983, |
|
"venue": "Cognitive science", |
|
"volume": "7", |
|
"issue": "2", |
|
"pages": "155--170", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dedre Gentner. 1983. Structure-mapping: A theo- retical framework for analogy. Cognitive science, 7(2):155-170.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Bootstrapping the mind: Analogical processes and symbol systems", |
|
"authors": [ |
|
{ |
|
"first": "Dedre", |
|
"middle": [], |
|
"last": "Gentner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Cognitive Science", |
|
"volume": "34", |
|
"issue": "5", |
|
"pages": "752--775", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dedre Gentner. 2010. Bootstrapping the mind: Ana- logical processes and symbol systems. Cognitive Science, 34(5):752-775.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Computational models of analogy", |
|
"authors": [ |
|
{ |
|
"first": "Dedre", |
|
"middle": [], |
|
"last": "Gentner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Kenneth", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Forbus", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Wiley interdisciplinary reviews: cognitive science", |
|
"volume": "2", |
|
"issue": "", |
|
"pages": "266--276", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dedre Gentner and Kenneth D Forbus. 2011. Compu- tational models of analogy. Wiley interdisciplinary reviews: cognitive science, 2(3):266-276.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "An optimality proof for the pairdiff operator for representing relations between words", |
|
"authors": [ |
|
{ |
|
"first": "Huda", |
|
"middle": [], |
|
"last": "Hakami", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kohei", |
|
"middle": [], |
|
"last": "Hayashi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Danushka", |
|
"middle": [], |
|
"last": "Bollegala", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1709.06673" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Huda Hakami, Kohei Hayashi, and Danushka Bolle- gala. 2017. An optimality proof for the pairdiff oper- ator for representing relations between words. arXiv preprint arXiv:1709.06673.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Computational approaches to analogical reasoning: A comparative analysis. Artificial intelligence", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Rogers", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Hall", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "39", |
|
"issue": "", |
|
"pages": "39--120", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rogers P Hall. 1989. Computational approaches to analogical reasoning: A comparative analysis. Ar- tificial intelligence, 39(1):39-120.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Analogical mapping by constraint satisfaction", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Keith", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Holyoak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Thagard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Cognitive science", |
|
"volume": "13", |
|
"issue": "3", |
|
"pages": "295--355", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Keith J Holyoak and Paul Thagard. 1989. Analogical mapping by constraint satisfaction. Cognitive sci- ence, 13(3):295-355.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Distributed representations of structure: A theory of analogical access and mapping. Psychological review", |
|
"authors": [ |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "John", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Keith", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Hummel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Holyoak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "", |
|
"volume": "104", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John E Hummel and Keith J Holyoak. 1997. Dis- tributed representations of structure: A theory of analogical access and mapping. Psychological re- view, 104(3):427.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Evaluating memory efficiency and robustness of word embeddings", |
|
"authors": [ |
|
{ |
|
"first": "Johannes", |
|
"middle": [], |
|
"last": "Jurgovsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Granitzer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christin", |
|
"middle": [], |
|
"last": "Seifert", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "European Conference on Information Retrieval", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "200--211", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Johannes Jurgovsky, Michael Granitzer, and Christin Seifert. 2016. Evaluating memory efficiency and ro- bustness of word embeddings. In European Con- ference on Information Retrieval, pages 200-211. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Analogy. International Encyclopedia of Linguistics", |
|
"authors": [ |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Kiparsky", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Paul Kiparsky. 1992. Analogy. International Encyclo- pedia of Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Learning by analogical bootstrapping", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Kenneth", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chun-Hui", |
|
"middle": [], |
|
"last": "Kurtz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dedre", |
|
"middle": [], |
|
"last": "Miao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Gentner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "The Journal of the Learning Sciences", |
|
"volume": "10", |
|
"issue": "4", |
|
"pages": "417--446", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kenneth J Kurtz, Chun-Hui Miao, and Dedre Gentner. 2001. Learning by analogical bootstrapping. The Journal of the Learning Sciences, 10(4):417-446.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Efficient identification of formal analogies", |
|
"authors": [ |
|
{ |
|
"first": "Philippe", |
|
"middle": [], |
|
"last": "Langlais", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Philippe Langlais. 2016. Efficient identification of for- mal analogies.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Unsupervised morphological analysis by formal analogy", |
|
"authors": [ |
|
{ |
|
"first": "Jean-Fran\u00e7ois", |
|
"middle": [], |
|
"last": "Lavall\u00e9e", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Philippe", |
|
"middle": [], |
|
"last": "Langlais", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Workshop of the Cross-Language Evaluation Forum for European Languages", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "617--624", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jean-Fran\u00e7ois Lavall\u00e9e and Philippe Langlais. 2009. Unsupervised morphological analysis by formal analogy. In Workshop of the Cross-Language Eval- uation Forum for European Languages, pages 617- 624. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Analogies between binary images: Application to chinese characters", |
|
"authors": [ |
|
{ |
|
"first": "Yves", |
|
"middle": [], |
|
"last": "Lepage", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Computational Approaches to Analogical Reasoning: Current Trends", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "25--57", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yves Lepage. 2014. Analogies between binary im- ages: Application to chinese characters. In Compu- tational Approaches to Analogical Reasoning: Cur- rent Trends, pages 25-57. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Purest ever example-based machine translation: Detailed presentation and assessment", |
|
"authors": [ |
|
{ |
|
"first": "Yves", |
|
"middle": [], |
|
"last": "Lepage", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Etienne", |
|
"middle": [], |
|
"last": "Denoual", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Machine Translation", |
|
"volume": "19", |
|
"issue": "3-4", |
|
"pages": "251--282", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yves Lepage and Etienne Denoual. 2005. Purest ever example-based machine translation: Detailed pre- sentation and assessment. Machine Translation, 19(3-4):251-282.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Linguistic regularities in sparse and explicit word representations", |
|
"authors": [ |
|
{ |
|
"first": "Omer", |
|
"middle": [], |
|
"last": "Levy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yoav", |
|
"middle": [], |
|
"last": "Goldberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Israel", |
|
"middle": [], |
|
"last": "Ramat-Gan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "CoNLL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "171--180", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Omer Levy, Yoav Goldberg, and Israel Ramat-Gan. 2014. Linguistic regularities in sparse and explicit word representations. In CoNLL, pages 171-180.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Issues in evaluating semantic spaces using word analogies", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Tal Linzen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1606.07736" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tal Linzen. 2016. Issues in evaluating seman- tic spaces using word analogies. arXiv preprint arXiv:1606.07736.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Exploiting symmetries within constraint satisfaction search", |
|
"authors": [ |
|
{ |
|
"first": "Pedro", |
|
"middle": [], |
|
"last": "Meseguer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Carme", |
|
"middle": [], |
|
"last": "Torras", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Artificial intelligence", |
|
"volume": "129", |
|
"issue": "1-2", |
|
"pages": "133--163", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Pedro Meseguer and Carme Torras. 2001. Exploit- ing symmetries within constraint satisfaction search. Artificial intelligence, 129(1-2):133-163.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Analogical dissimilarity: definition, algorithms and two experiments in machine learning", |
|
"authors": [ |
|
{ |
|
"first": "Laurent", |
|
"middle": [], |
|
"last": "Miclet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sabri", |
|
"middle": [], |
|
"last": "Bayoudh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Arnaud", |
|
"middle": [], |
|
"last": "Delhay", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Journal of Artificial Intelligence Research", |
|
"volume": "32", |
|
"issue": "", |
|
"pages": "793--824", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Laurent Miclet, Sabri Bayoudh, and Arnaud Delhay. 2008. Analogical dissimilarity: definition, algo- rithms and two experiments in machine learning. Journal of Artificial Intelligence Research, 32:793- 824.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "From formal concepts to analogical complexes", |
|
"authors": [ |
|
{ |
|
"first": "Laurent", |
|
"middle": [], |
|
"last": "Miclet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jacques", |
|
"middle": [], |
|
"last": "Nicolas", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "CLA 2015", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Laurent Miclet and Jacques Nicolas. 2015. From for- mal concepts to analogical complexes. In CLA 2015, page 12.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Efficient estimation of word representations in vector space", |
|
"authors": [ |
|
{ |
|
"first": "Tomas", |
|
"middle": [], |
|
"last": "Mikolov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kai", |
|
"middle": [], |
|
"last": "Chen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Greg", |
|
"middle": [], |
|
"last": "Corrado", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jeffrey", |
|
"middle": [], |
|
"last": "Dean", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1301.3781" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tomas Mikolov, Kai Chen, Greg Corrado, and Jef- frey Dean. 2013a. Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Advances in pre-training distributed word representations", |
|
"authors": [ |
|
{ |
|
"first": "Tomas", |
|
"middle": [], |
|
"last": "Mikolov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Edouard", |
|
"middle": [], |
|
"last": "Grave", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Piotr", |
|
"middle": [], |
|
"last": "Bojanowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christian", |
|
"middle": [], |
|
"last": "Puhrsch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Armand", |
|
"middle": [], |
|
"last": "Joulin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the International Conference on Language Resources and Evaluation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tomas Mikolov, Edouard Grave, Piotr Bojanowski, Christian Puhrsch, and Armand Joulin. 2018. Ad- vances in pre-training distributed word representa- tions. In Proceedings of the International Confer- ence on Language Resources and Evaluation (LREC 2018).", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "Linguistic regularities in continuous space word representations", |
|
"authors": [ |
|
{ |
|
"first": "Tomas", |
|
"middle": [], |
|
"last": "Mikolov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yih", |
|
"middle": [], |
|
"last": "Wen-Tau", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Geoffrey", |
|
"middle": [], |
|
"last": "Zweig", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "HLT-NAACL", |
|
"volume": "13", |
|
"issue": "", |
|
"pages": "746--751", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Tomas Mikolov, Wen-tau Yih, and Geoffrey Zweig. 2013b. Linguistic regularities in continuous space word representations. In HLT-NAACL, volume 13, pages 746-751.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Handbook of constraint programming", |
|
"authors": [ |
|
{ |
|
"first": "Francesca", |
|
"middle": [], |
|
"last": "Rossi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Peter", |
|
"middle": [], |
|
"last": "Van Beek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Toby", |
|
"middle": [], |
|
"last": "Walsh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Francesca Rossi, Peter Van Beek, and Toby Walsh. 2006. Handbook of constraint programming. El- sevier.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Analogical modeling of language", |
|
"authors": [ |
|
{ |
|
"first": "Royal", |
|
"middle": [], |
|
"last": "Skousen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Royal Skousen. 1989. Analogical modeling of lan- guage. Springer Science & Business Media.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "An analogical learner for morphological analysis", |
|
"authors": [ |
|
{ |
|
"first": "Nicolas", |
|
"middle": [], |
|
"last": "Stroppa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Franc\u00e7ois", |
|
"middle": [], |
|
"last": "Yvon", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the Ninth Conference on Computational Natural Language Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "120--127", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nicolas Stroppa and Franc\u00e7ois Yvon. 2005. An ana- logical learner for morphological analysis. In Pro- ceedings of the Ninth Conference on Computational Natural Language Learning, pages 120-127. Asso- ciation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Similarity of semantic relations", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Turney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Computational Linguistics", |
|
"volume": "32", |
|
"issue": "3", |
|
"pages": "379--416", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter D Turney. 2006. Similarity of semantic relations. Computational Linguistics, 32(3):379-416.", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "Distributional semantics beyond words: Supervised learning of analogy and paraphrase", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Turney", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1310.5042" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Peter D Turney. 2013. Distributional semantics beyond words: Supervised learning of analogy and para- phrase. arXiv preprint arXiv:1310.5042.", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "Take and took, gaggle and goose, book and read: Evaluating the utility of vector differences for lexical relation learning", |
|
"authors": [ |
|
{ |
|
"first": "Ekaterina", |
|
"middle": [], |
|
"last": "Vylomova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Laura", |
|
"middle": [], |
|
"last": "Rimell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Trevor", |
|
"middle": [], |
|
"last": "Cohn", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Timothy", |
|
"middle": [], |
|
"last": "Baldwin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1509.01692" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ekaterina Vylomova, Laura Rimell, Trevor Cohn, and Timothy Baldwin. 2015. Take and took, gaggle and goose, book and read: Evaluating the utility of vec- tor differences for lexical relation learning. arXiv preprint arXiv:1509.01692.", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Towards understanding word embeddings: Automatically explaining similarity of terms", |
|
"authors": [ |
|
{ |
|
"first": "Yating", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Adam", |
|
"middle": [], |
|
"last": "Jatowt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Katsumi", |
|
"middle": [], |
|
"last": "Tanaka", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Big Data (Big Data)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "823--832", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yating Zhang, Adam Jatowt, and Katsumi Tanaka. 2016. Towards understanding word embeddings: Automatically explaining similarity of terms. In Big Data (Big Data), 2016 IEEE International Confer- ence on, pages 823-832. IEEE.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null, |
|
"text": "Figure 2: A 2x3 Analogical Frame" |
|
}, |
|
"FIGREF1": { |
|
"type_str": "figure", |
|
"num": null, |
|
"uris": null, |
|
"text": "Extending a 2x3 frame" |
|
}, |
|
"TABREF0": { |
|
"content": "<table><tr><td/><td colspan=\"3\">3CosAdd 3CosMul Frames</td></tr><tr><td>Sem. (2681)</td><td>2666</td><td>2660</td><td>2673</td></tr><tr><td>Syn. (5908)</td><td>5565</td><td>5602</td><td>5655</td></tr><tr><td>Tot. (8589)</td><td>8231</td><td>8262</td><td>8328</td></tr></table>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "Analogy Completion on Google Subset" |
|
}, |
|
"TABREF1": { |
|
"content": "<table><tr><td colspan=\"5\">: Par Thres = 0.3 (Less Constrained)</td></tr><tr><td>Near. Sz.</td><td>15</td><td>20</td><td>25</td><td>30</td></tr><tr><td>Frames</td><td colspan=\"4\">13282 16785 19603 21571</td></tr><tr><td>Time (sec)</td><td>20.1</td><td>29.3</td><td>38.3</td><td>45.9</td></tr></table>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "" |
|
}, |
|
"TABREF2": { |
|
"content": "<table><tr><td colspan=\"6\">: Par Thres = 0.5 (More Constrained)</td></tr><tr><td>Near. Sz.</td><td colspan=\"2\">15</td><td>20</td><td colspan=\"2\">25</td><td>30</td></tr><tr><td>Frames</td><td colspan=\"5\">6344 7995 9286 10188</td></tr><tr><td colspan=\"6\">Time (sec) 10.4 15.7 21.1</td><td>26.0</td></tr><tr><td colspan=\"6\">entities. However we also observe a large num-</td></tr><tr><td colspan=\"6\">ber of other types of relations such as synonyms,</td></tr><tr><td colspan=\"6\">antonyms, domain alignments and various syntac-</td></tr><tr><td colspan=\"6\">tic mappings. We provide but a small sample be-</td></tr><tr><td>low.</td><td/><td/><td/><td/></tr><tr><td colspan=\"5\">eyes eye blindness</td></tr><tr><td colspan=\"2\">ears</td><td>ear</td><td colspan=\"2\">deafness</td></tr><tr><td colspan=\"2\">Father</td><td colspan=\"2\">Son</td><td colspan=\"2\">Himself</td></tr><tr><td colspan=\"4\">Mother Daughter</td><td colspan=\"2\">Herself</td></tr><tr><td colspan=\"4\">geschichte gesellschaft</td><td colspan=\"2\">musik</td></tr><tr><td colspan=\"2\">histoire</td><td colspan=\"2\">societe</td><td colspan=\"2\">musique</td></tr><tr><td colspan=\"2\">aircraft</td><td>flew</td><td colspan=\"2\">skies</td><td>air</td></tr><tr><td>ships</td><td/><td>sailed</td><td>seas</td><td colspan=\"2\">naval</td></tr><tr><td>always</td><td/><td colspan=\"2\">constantly</td><td colspan=\"2\">constant</td></tr><tr><td>often</td><td/><td colspan=\"2\">frequently</td><td colspan=\"2\">frequent</td></tr><tr><td colspan=\"6\">sometimes occasionally occasional</td></tr><tr><td>brighter</td><td/><td colspan=\"2\">stronger</td><td/></tr><tr><td>bright</td><td colspan=\"2\">strong</td><td/><td/></tr><tr><td>fainter</td><td/><td colspan=\"2\">weaker</td><td colspan=\"2\">(2 x 2 x 2 Frame)</td></tr><tr><td>faint</td><td colspan=\"2\">weak</td><td/><td/></tr></table>", |
|
"html": null, |
|
"type_str": "table", |
|
"num": null, |
|
"text": "" |
|
} |
|
} |
|
} |
|
} |