<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Domain-specific Taxonomy Enrichment based on Meta-Embeddings</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Mikhail</forename><surname>Tikhomirov</surname></persName>
							<email>tikhomirov.mm@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">Lomonosov Moscow State University</orgName>
								<address>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Natalia</forename><forename type="middle">V</forename><surname>Loukachevitch</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Lomonosov Moscow State University</orgName>
								<address>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Domain-specific Taxonomy Enrichment based on Meta-Embeddings</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4998991F6C8CD1F18F5333D2961FA831</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:42+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Taxonomy</term>
					<term>Hypernym prediction</term>
					<term>Meta-embeddings</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In this paper we study the use of meta-embeddings approaches, which combine several source embeddings, for the taxonomy class prediction of new terms. We test the proposed approach in the informationsecurity domain in the task of enriching the Ontology on Natural Sciences and technologies (OENT). We show that autoencoder-based metaembeddings with triplet loss achieve the best results in the task. The highest results are obtained on combination of in-domain and out-ofdomain embeddings.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Ontologies, knowledge graphs in the majority of domains have a taxonomy as a backbone. Relations in taxonomies usually comprise class-subclass relations between concepts, or instance-class relations connecting a specific entity representation and a concept <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b12">13]</ref>: relations of both types can be called IS-A relations or hypernym relations <ref type="bibr" target="#b23">[24]</ref>. Development of an ontology in a new domain usually begins from constructing its taxonomy, which determines the ontology scope.</p><p>It make it easier to build a taxonomy, various approaches were proposed for extracting hypernym relations for new terms from texts including specific patterns, word co-occurrences, distributional characteristics of words, and others <ref type="bibr" target="#b26">[27]</ref>. Currently, the important component of extracting hypernym relations from texts are vector representations (embeddings) of words, which can provide an additional evidence of semantic similarity between words <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b27">28]</ref>, which is important for identification of hypernym concept for a new term.</p><p>Word vectors can be calculated using various text collections and various methods, which means that different vector representations capture the context in different ways, resulting in a wide variety of vector representations for the same words. From here, we can be suppose that some combinations of vectors, so-called meta-embeddings <ref type="bibr" target="#b7">[8]</ref>, can improve vector representation of words, which allows achieving better prediction of semantic similarity between words or their hypernym concepts.</p><p>It was already shown that meta-embeddings improved performance in word analoqy and similarity tasks <ref type="bibr" target="#b40">[41,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b6">7]</ref>. In recent work <ref type="bibr" target="#b37">[38]</ref>, it was shown that combinations of general word embeddings calculated on large Internet text collections have substantial impact on the performance in taxonomy enrichment of general lexical-semantic resources such as WordNet <ref type="bibr" target="#b23">[24]</ref> and RuWordNet <ref type="bibr" target="#b19">[20]</ref>.</p><p>In this paper we show that in the task of extracting taxonomic relations in a specific domain, meta-embeddings combining general (out-of-domain) and indomain embeddings significantly improve the hypernym concept prediction from the given taxonomy for a new term. We experiment on an information-security text collection, which is used to enrich the Ontology on Natural Sciences and Technologies <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b35">36]</ref> in the information-security domain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>Traditional methods for hypernym detection include pattern-based methods, searching for specific hypernym patterns in sentences <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b29">30,</ref><ref type="bibr" target="#b30">31]</ref>, methods based on similarity of word vector representations <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b17">18]</ref>, and also combined approaches integrating various context and similarity features of words <ref type="bibr" target="#b34">[35,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b33">34]</ref>.</p><p>In 2016, the taxonomy enrichment task was organized as a shared task at SemEval workshop (task 14) <ref type="bibr" target="#b15">[16]</ref>. At this task, the participants should to attach words with definitions to correct hypernyms in WordNet <ref type="bibr" target="#b23">[24]</ref> using their definitions. In 2020, a new open evaluation on taxonomy enrichment of the Russian wordnet RuWordNet <ref type="bibr" target="#b19">[20]</ref> RUSSE'2020 was organized <ref type="bibr" target="#b26">[27]</ref>. The task was to find correct hypernyms from an older RuWordNet version for words described in a newer RuWordNet version.</p><p>In the RUSSE-2020 evaluation of predicting RuWordNet hypernym synsets for new words <ref type="bibr" target="#b26">[27]</ref>, the participants used various word embeddings (static -fastText <ref type="bibr" target="#b4">[5]</ref>, word2vec <ref type="bibr" target="#b20">[21]</ref>, and contextualized -BERT <ref type="bibr" target="#b9">[10]</ref>), the available Ru-WordNet taxonomy structure, hypernym and co-hyponym patterns, definitions of words from Wiktionary, and global search engines results <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b36">37,</ref><ref type="bibr" target="#b26">27]</ref>.</p><p>Recent methods to hypernym extraction exploit graph-based representations of taxonomy structure. Liu et al. <ref type="bibr" target="#b18">[19]</ref> use node2vec embeddings of graph structures <ref type="bibr" target="#b13">[14]</ref> for taxonomy induction. Aly et al. <ref type="bibr" target="#b0">[1]</ref> use hyperbolic Poincare embeddings <ref type="bibr" target="#b25">[26]</ref> for automatic generation of taxonomies. Graph convolutional networks (GCNs) <ref type="bibr" target="#b16">[17]</ref> are applied to the link prediction task on large knowledge bases. In <ref type="bibr" target="#b28">[29]</ref>, the authors study graph-based representation methods on the Diachronicwordnets dataset, which contains several English and Russian WordNet versions and correct answers of links of words from newer versions to concepts of older versions.</p><p>Most current approaches of taxonomy enrichment are based on vector representations of new words and existing concepts in a taxonomy <ref type="bibr" target="#b27">[28]</ref>. To improve vector representations, the combined approaches of some source vector representations such as vector concatenation or averaging can be used <ref type="bibr" target="#b7">[8]</ref>. In <ref type="bibr" target="#b40">[41]</ref> it was shown that using singular value decomposition (SVD) over concatenation of several source vectors can improve the results in several tasks with the ability to control the final vector size.</p><p>Autoencoders <ref type="bibr" target="#b6">[7]</ref>, called Autoencoded Meta-Embeddings (AEME), became a further development of the idea of creating meta-embeddings. In <ref type="bibr" target="#b6">[7]</ref>, the authors proposed several algorithms (CAEME, AAEME and etc.) for combination various word vectors in one vector by encoding initial vectors in some metaembedding space and then decoding backward. The CAEME approach tries to reproduce source vectors from the concatenation of encoded representation of these vectors. In the AAEME approach each vector is mapped to a fixed-size vector and all encoded representations are averaged, but not concatenated, which restricts the vector dimension.</p><p>In <ref type="bibr" target="#b24">[25]</ref> the authors investigated the performance of the autoencoders depending on the loss function (MSE loss, KL-divergence loss, cosine distance loss and also their combinations). They found that there is no evident winner across tasks and that different loss functions should be chosen for different applications.</p><p>In <ref type="bibr" target="#b37">[38]</ref> the best results for enriching taxonomies of general lexical-semantic resources such as WordNet <ref type="bibr" target="#b22">[23]</ref> and RuWordNet <ref type="bibr" target="#b19">[20]</ref> were achieved using AAEME encoders with triplet loss, combining fastText, glove and word2vec embeddings in a single meta-representation. The meta-representation was further used for training of a supervised model, which also included features from Wiktionary.</p><p>In the current paper we study the performance of meta-embedding approaches in domain-specific taxonomy enrichment: we experiment with assigning new terms from the information-security domain to Ontology in natural sciences and technologies (OENT).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">OENT Ontology</head><p>We study the task of domain-specific taxonomy enrichment using Ontology of Natural Sciences and Technologies (OENT) <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b35">36]</ref>. The OENT ontology <ref type="bibr" target="#b10">[11]</ref> is presented as a semantic net of concepts and relations between them, each concept is connected with the set of words and phrases, which can express this concept in documents (text entries). All text entries of the same concepts can be called a synset similar to WordNet synsets <ref type="bibr" target="#b22">[23]</ref>. For example, "Mathematical analysis" concept has Russian text entries (synset) as matematicheskii analis, matanalis, matan. Synsets in OENT can include different parts of speech: nouns, adjective, verbs, or adverbs.</p><p>The OENT ontology is used for automatic document analysis in informationanalytical systems, which includes providing of conceptual search, query expansion using the ontology, knowledge-based document categorization etc <ref type="bibr" target="#b35">[36]</ref>.</p><p>OENT comprises large volumes of concepts and terminology from several scientific disciplines and technological domains presented as a connected semantic network of concepts with corresponding text entries and relations between concepts <ref type="bibr" target="#b10">[11]</ref>. The ontology was started from extracting terms from specialized text collections (web-sites, school and university text books) in mathematics, physics, geology, biology, and chemistry. Currently, this initial terminology is collected in the OENT subset called OENT-lite.</p><p>In further projects, the available conceptual structures were elaborated to more specific levels, also the terminologies of technological domains such as oil-and-gas industry, power energy, education policy and techniques, computer technologies, and information security were added to OENT. The full version of OENT consists of 106K concepts and 308K single and multi-word terms, while the OENT-lite consists of 37K concept and 133K terms.</p><p>In the current study we use the OENT-lite ontology and the terminology of the Information security domain to study the enrichment of the ontology with a domain-specific terminology via extracting hypernym concept relations from domain-specific text collections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Taxonomy Enrichment Task</head><p>The task of taxonomy enrichment consists in finding an appropriate concept from a given taxonomy for a new word, which can be considered as a hypernym or class for this word. Similar to RUSSE-2020 evaluation, the task is to find a direct (the closest) hypernym concept from the taxonomy <ref type="bibr" target="#b27">[28]</ref>. To make the extraction less restricted but to keep it quite precise, the second order hypernym concepts (hypernyms of hypernyms) are also considered as correct answers. In this, we try to simulate the work of knowledge engineers, which should find the most specific concept in a taxonomy to attach a new domain term.</p><p>The taxonomy enrichment is treated as a ranking task where the correct answers should be in the top of a candidate list <ref type="bibr" target="#b27">[28]</ref>. In contrast to the classification task, the ranking is a more appropriate setting in conditions when the share of correct answers is much smaller that the overall number of candidates.</p><p>As a subject area for taxonomy enrichment, the information security domain was chosen, represented by a corpus of 500 thousand texts. For this corpus, a frequency list was built so that each word occurs at least 50 times.</p><p>The OENTCyber dataset for evaluation hypernym detection was constructed as follows:</p><p>1. All one-word text entries of concepts from the OENT ontology were selected so that they appear in the full version, but are absent in the OENT-lite version; 2. From this list, only words for which the hypernyms are present in the OENTlite were taken.</p><p>As a result, a dataset of 4372 words was obtained, and the task was to predict hypernyms (OENT concepts) for a given set of words using OENTlite and the available corpus of articles from information-security domain. This dataset contains specific names such as "chrome", "amazon", "cisco", etc and specific terms such as "css3", "dbscan", "dll", etc.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Method of Hypernym Concept Prediction</head><p>In our approach, we use word embeddings to generate a list of most similar taxonomy entries (words or phrases from the taxonomy) to the target word according to cosine similarity. For each target word, the top 20 taxonomy entries are considered. The number of elements for consideration was chosen experimentally <ref type="bibr" target="#b37">[38]</ref>. For each entry in the similarity list, all corresponding concepts, their direct and second-order hypernyms are extracted from the taxonomy. They are considered as candidate concepts to be hypernyms of the target word.</p><p>For candidate hypernym concepts, several features are calculated. Logistic regression is used to predict the probability of a candidate to be a hypernym of the target word. The calculated features are as follows:</p><p>the minimum, average, and maximum similarities of the target word to all words of the concept synset; the features based on hyponyms of a candidate concept synset:</p><p>• we extract all hyponyms (lower classes) of the candidate concept;</p><p>• for each word/phrase in each hyponym synset we compute their similarity to the target word; • we compute the minimum, average, and maximum similarity for each hyponym synset; • we form three vectors: a vector of minimums of similarities, average similarities, and maximum similarities of hyponym synsets; • for each of these vectors we compute minimum, average, and maximum.</p><p>We use these resulting 9 numbers as features. the minimum, average, and maximum similarity level of the concept in the merged candidate list:</p><p>• the level is 0 if the concept was added based on similarity to the target word; • the level of 1 is for the immediate hypernyms of the word in the similarity list; • the level of 2 is for the hypernyms of the hypernyms of words in the similarity list. the number of occurrences (n) of the concept in the merged candidate list and the quantity log 2 (2 + n) which serves for smoothing.</p><p>In total, 17 features were calculated. Training data were generated randomly and automatically from the OENT-lite (thus, the data do not contain test data).</p><p>We use two models for calculating word embeddings: fastText <ref type="bibr" target="#b5">[6]</ref> and word2vec <ref type="bibr" target="#b21">[22]</ref>. In order to obtain vectors for words absent in embedding models, the following procedures were carried out:</p><p>-For FastText, embeddings if not in the vocabulary, are obtained in a natural way, by calculating vectors by the model itself; -For Word2Vec, embeddings are calculated by averaging the vectors of maximum prefixes for the constituent words of a multi-word expressions. There is a limitation on the minimum length of a prefix word, which is 4 characters; -For meta-embeddings, if there is no vector for a word in any model, the corresponding source vector is initialized with zeros.</p><p>6 Meta-Embeddings in Taxonomy Enrichment Task</p><p>In our work we compare simple meta-embeddings such as concatenation of source embeddings and SVD over the concatenation and two variants of autoencoders generating meta-embeddings: Concatenated Autoencoded Meta-Embeddings (CAEME) and Averaged Autoencoded Meta-Embeddings (AAEME), which have shown good results in previous works <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b37">38]</ref>. Suppose we have two source embeddings s 1 (w) and s 2 (w), their encoders E 1 (w) and E 2 (w) and their decoders D 1 (w) and D 2 (w). Meta-embedding m(w) in CAEME is constructed as the L 2 -normalised concatenation of two encoded source embeddings E 1 (s 1 (w)) and E 2 (s 2 (w)):</p><formula xml:id="formula_0">m(w) = E 1 (s 1 (w)) ⊕ E 2 (s 2 (w)) ||E 1 (s 1 (w)) ⊕ E 2 (s 2 (w)|| 2 , (<label>1</label></formula><formula xml:id="formula_1">)</formula><p>where ⊕ is the concatenation operation.</p><p>In CAEME, the dimensionality of the meta-embedding space is the sum of the dimensions of the source embeddings. The AAEME encoder can be seen as a special case of the CAEME encoder, where the meta-embedding is computed by averaging the two encoded sources in (1) instead of their concatenation. Averaging gives the possibility to avoid increasing the dimensionality of the meta-embedding.</p><p>The AAEME encoder computes the meta-embedding of a word w from its two source embeddings s 1 (w) and s 2 (w) as the L 2 -normalised sum of two encoded versions of the source embeddings E 1 (s 1 (w)) and E 2 (s 2 (w)):</p><formula xml:id="formula_2">m(w) = E 1 (s 1 (w)) + E 2 (s 2 (w)) ||E 1 (s 1 (w)) + E 2 (s 2 (w))|| 2 . (<label>2</label></formula><formula xml:id="formula_3">)</formula><p>The CAEME and AAEME decoders reconstruct the source embeddings from the same meta-embedding m(w), thereby implicitly using both common and complementary information in the source embeddings.</p><p>The overall objective of autoencoder training is given below. Function f can be any distance or similarity measure as MSE, KL-divergence, or cosine distance.The coefficients λ 1 and λ 2 can be used to give different emphasis to the reconstruction of the two sources.</p><formula xml:id="formula_4">Loss w (E 1 , E 2 , D 1 , D 2 ) = w (λ 1 f s1(w),ŝ1(w) + λ 2 f s2(w),ŝ2(w) ),<label>(3)</label></formula><p>where ŝi (w) -decoded embeddings corresponding to s i (w). Jointly learning of E 1 , E 2 , D 1 , D 2 minimises the total reconstruction error given by Equation <ref type="formula" target="#formula_4">3</ref>. To obtain meta-embedding representations after training, only the encoders are applied, which convert the input source embeddings into a meta representation. Further, these meta-embedding vectors are used as vector representations of words.</p><p>The standard loss function for AEME approaches we used was cosine distance loss. We have tried variations and combinations between MSE loss, KL divergence loss and cosine distance loss, and last one works best in our case.</p><p>We can impose additional restrictions on AEME models during training. One of such restrictions is the use of triplet loss.</p><p>The triplet loss function is a loss function for machine learning algorithms where some basic example (anchor) is compared with positive and negative examples. The goal is to minimize the difference in distance between base and positive examples and base and negative examples. In this case, there is often some margin parameter that controls how much the distance to the negative example is greater than to the positive one. One of the first formulations of the triplet loss equivalent approach was introduced in <ref type="bibr" target="#b32">[33]</ref> for the metric learning problem. The use of a similar loss function for modifying algorithms has also been used in the problems of image similarity <ref type="bibr" target="#b38">[39]</ref>, face recognition <ref type="bibr" target="#b31">[32]</ref>, text classification <ref type="bibr" target="#b39">[40]</ref> and other tasks.</p><p>We restrict a word to be closer to the words that are semantically related to it according to the taxonomy than to a randomly chosen word with some margin:</p><formula xml:id="formula_5">L(w a , w p , w n ) = max(||m(w a ) − m(w p ))||− ||m(w a ) − m(w n ))|| + margin, 0), (<label>4</label></formula><formula xml:id="formula_6">)</formula><p>where ||.|| is a distance function, w a is the target word, w p and w n are positive and negative words, respectively. The algorithm of calculating triplet loss is as follows:</p><p>1. for each word presented in the taxonomy, we compile a list of semantically related words which includes synonyms, hyponyms and hypernyms; 2. at each epoch, we randomly select K positive words from this related words set and form a set of K negative words by selecting them randomly from the vocabulary; 3. if the word is not presented in the taxonomy, then we cannot form a list of related words for it. In this case, we generate positive vectors for it by adding random noise to its vector; 4. next, we calculate the triplet margin loss by combining the triplet loss with the original loss as α * loss + (1 − α) * triplet loss.</p><p>We use the following parameters for the triplet loss: K = 5, margin = 0.1, alpha = 0.005. These parameters were selected via grid search with AAEME algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Experiments</head><p>The quality of the approach was evaluated using two general (external) source vector representations: fastText 1 and word2vec 2 . Also different meta-embedding approaches were investigated: concatenation, SVD over concatenation, CAEME, AAEME (with and without triplet loss).</p><p>In addition to the two "external" vector models word2vec and fastText, two vector models (word2vec and fastText, respectively) were trained on the information security text corpus (hereinafter "internal"). The training parameters were as follows: window = 3, vector size = 300, epochs = 10, method = skip-gram. The performance of models trained on the domain corpus and also their combination with more "powerful" models was investigated, since 500 thousand texts is significantly less compared to text collections on which external word2vec and fastText models were trained.</p><p>For evaluation of hypernym prediction, a traditional measure for ranking tasks Mean Average Precision measure is used. This measure achieves the maximal value equal 1 when all correct answers are located in the beginning of a ranking list:</p><formula xml:id="formula_7">M AP = 1 N N i=1 AP i ; AP i = 1 M n i prec i × I[y i = 1].<label>(5)</label></formula><p>Another traditional metric for such tasks is Mean Reciprocal Rank (MRR), depending on positions of the first correct answers. This measure is equal to maximal value 1, when all first correct answers are located on 1st positions in ranking lists for all target words.</p><formula xml:id="formula_8">M RR = 1 N N i=1 1 rank i , (<label>6</label></formula><formula xml:id="formula_9">)</formula><p>where rank is the position of the first relevant item in the ranked list.</p><p>Where N and M are the number of predicted and ground truth values, respectively, prec i is the fraction of ground truth values in the predictions from 1 to i, y i is the label of the i-th answer in the ranked list of predictions, and I is the indicator function.</p><p>In order to evaluate the quality of the approach in such a setting, the described methods of constructing meta-embeddings were used, and each vector model was evaluated separately.</p><p>In case of using the AEME approaches for all vector models, it was necessary to determine the individual contributions of each vector model when calculating the loss function. The following weights were obtained experimentally: the weight of 1.0 for the internal models trained on the corpus, the weight of 5.0 for the external word2vec model, and the weight of 2.0 for the external fasttext model. The results can be seen in Table <ref type="table" target="#tab_0">1</ref> (external models), Table <ref type="table" target="#tab_1">2</ref> (internal models), and Table <ref type="table" target="#tab_2">3</ref> (combination of external and internal models).</p><p>From Tables <ref type="table" target="#tab_1">1 and 2</ref>, we can see that powerful external models calculated on large text collections still predict hypernym concepts much better than internal, domain-specific models. In both cases all variants of meta-embeddings better predict hypernyms than source vectors. The best results are achieved by encoders with triplet loss. The combination of all models (Table <ref type="table" target="#tab_2">3</ref>) achieves the best results in the hypernym concept prediction. The best prediction results are much higher than the prediction on any of source models. The results achieved by encoders are much better than the results of simple approaches (concatenation and SVD). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.1">Analysis of Results</head><p>We analysed hypernym predictions for new words for which correct predictions were not found in the Top-10 of correct answers and found the following cases:</p><p>-Predicted hypernyms correspond to senses missed in the taxonomy. For example, word "halo" is described in OENT-lite only in the sense of Russian helicopter, but also this word can mean a computer game. Predicted hypernyms include the concept "computer program" at the first position of the candidate list and the "game" concept at eighth position. -A predicted hypernym concept is quite valid and convey another aspect of a target word. For example, for verb "to cache", the correct answer in OENT is concept "data storing", but the first predicted hypernym concept "computer technology" seems also correct; -Predicted hypernyms may be too general in OENT, but more specific in predictions, for example for word "amazon" the correct answers are concepts: "American company", "company", "foreign company". The predicted concepts contain such concept as "American software company", "American tech company". These predicted concepts seem to be more correct; -In many cases predictions are very semantically close to correct answers but not correct. For example, for word "CSS3" the correct answers are concepts "document markup language", "formal language". The predicted hypernym concepts are "programming language", "scripting language", "object-oriented language", "computer technologies"; there are also numerous examples when too general hypernyms are predicted; in some cases predicted conceptr are very far from reasonable answers and are difficult for explanation.</p><p>To show that the higher confidence of the model correlates with better results of hypernym concept prediction, we calculated the plots of dependence of correct answers on the weight of the first prediction. Figure <ref type="figure" target="#fig_0">1</ref> shows the proportion of a correct hypernym concept among first 1, 3, 5, and 10 answers depending on the prediction weight. It can be clearly seen that the higher weight of a predicted hypernym leads to the higher proportion of correct answers. This means that model predictions with high predicted weights and absence of correct answers in the top can be considered as a source of improving hypernym class descriptions in the ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="8">Conclusion</head><p>In this paper we considered the problem of adapting the OENT ontology to a specific domain of information security: for new words from an information-security text collection, a hypernym concept from the OENT ontology has to be predicted. We investigated methods for combining different word embeddings in a single meta-embedding. The meta-embeddings methods included concatenation of initial embeddings, SVD over the concatenation, two variants of autoencoders aimed to learn better word embeddings from initial vectors. We showed that the use of meta-embeddings improves the performance of the system for the considered datasets. SVD always improves the results compared to concatenation. Autoencoder-based meta-embeddings achieve the best results in all cases. It can also be seen that adding the triplet loss improves the results significantly.</p><p>It has been also shown that the use of vector models trained on specific domain in combination with the meta-embedding approach can improve the quality of hypernym concept prediction. It can also be seen that the quality of the approach on the specific domain is worse then on general domain <ref type="bibr" target="#b37">[38]</ref>. We plan to make OENT-lite and the related hypernym dataset publicly available.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Ratios between correct and incorrect predictions in: top1, top3, top5, top10 depends on first prediction weight</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>OENT-lite enrichment: external models</figDesc><table><row><cell>method</cell><cell>MAP MRR</cell></row><row><cell>fastText</cell><cell>0.362 0.407</cell></row><row><cell>word2vec</cell><cell>0.375 0.421</cell></row><row><cell>concat</cell><cell>0.397 0.446</cell></row><row><cell>SVD</cell><cell>0.400 0.447</cell></row><row><cell>CAEME</cell><cell>0.391 0.439</cell></row><row><cell>CAEME triplet</cell><cell>0.398 0.448</cell></row><row><cell>AAEME</cell><cell>0.404 0.453</cell></row><row><cell>AAEME triplet</cell><cell>0.412 0.464</cell></row><row><cell>method</cell><cell>MAP MRR</cell></row><row><cell>fastText</cell><cell>0.277 0.317</cell></row><row><cell>word2vec</cell><cell>0.277 0.316</cell></row><row><cell>concat</cell><cell>0.287 0.327</cell></row><row><cell>SVD</cell><cell>0.283 0.324</cell></row><row><cell>CAEME</cell><cell>0.286 0.325</cell></row><row><cell>CAEME triplet</cell><cell>0.298 0.339</cell></row><row><cell>AAEME</cell><cell>0.280 0.319</cell></row><row><cell>AAEME triplet</cell><cell>0.295 0.335</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>OENT-lite enrichment: internal models</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>OENT-lite enrichment: external + internal models</figDesc><table><row><cell>method</cell><cell>MAP MRR</cell></row><row><cell>concat</cell><cell>0.386 0.434</cell></row><row><cell>SVD</cell><cell>0.387 0.433</cell></row><row><cell>CAEME</cell><cell>0.385 0.434</cell></row><row><cell>CAEME triplet</cell><cell>0.408 0.456</cell></row><row><cell>AAEME</cell><cell>0.414 0.463</cell></row><row><cell>AAEME triplet</cell><cell>0.427 0.479</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Common Crawl Russian versions from https://fastText.cc/docs/en/crawlvectors.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1"><ref type="bibr" target="#b1">2</ref> Araneum for Russian from http://vectors.nlpl.eu/repository/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements. The participation of M. Tikhomirov in the reported study was funded by RFBR, project number 19-37-90119. The work of Natalia Loukachevitch in the current study (preparation of data for the experiments) is supported by the Russian Science Foundation (project 20-11-20166).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Every child should have parents: A taxonomy refinement algorithm based on hyperbolic term embeddings</title>
		<author>
			<persName><forename type="first">R</forename><surname>Aly</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Acharya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ossa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Köhn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Biemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</title>
				<meeting>the 57th Annual Meeting of the Association for Computational Linguistics<address><addrLine>Florence, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="4811" to="4817" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Word2vec not dead: predicting hypernyms of co-hyponyms is better than reading definitions</title>
		<author>
			<persName><forename type="first">N</forename><surname>Arefyev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fedoseev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kabanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Zizov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Linguistics and Intellectual Technologies: papers from the Annual conference &quot;Dialogue</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">The semantic web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Lassila</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Scientific american</title>
		<imprint>
			<biblScope unit="volume">284</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="34" to="43" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Crim at semeval-2018 task 9: A hybrid approach to hypernym discovery</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bernier-Colborne</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Barriere</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th international workshop on semantic evaluation</title>
				<meeting>the 12th international workshop on semantic evaluation</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="725" to="731" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Enriching word vectors with subword information</title>
		<author>
			<persName><forename type="first">P</forename><surname>Bojanowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Grave</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Association for Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="135" to="146" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Enriching word vectors with subword information</title>
		<author>
			<persName><forename type="first">P</forename><surname>Bojanowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Grave</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Association for Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="135" to="146" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Learning word meta-embeddings by autoencoding</title>
		<author>
			<persName><forename type="first">D</forename><surname>Bollegala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 27th international conference on computational linguistics</title>
				<meeting>the 27th international conference on computational linguistics</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1650" to="1661" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Coates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bollegala</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1804.05262</idno>
		<title level="m">Frustratingly easy meta-embedding-computing meta-embeddings by averaging source word embeddings</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A simple solution for the taxonomy enrichment task: Discovering hypernyms using nearest neighbor search</title>
		<author>
			<persName><forename type="first">D</forename><surname>Dale</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Linguistics and Intellectual Technologies: papers from the Annual conference &quot;Dialogue</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">BERT: Pre-training of deep bidirectional transformers for language understanding</title>
		<author>
			<persName><forename type="first">J</forename><surname>Devlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">W</forename><surname>Chang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Toutanova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
		<title level="s">Long and Short Papers</title>
		<meeting>the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</meeting>
		<imprint>
			<date type="published" when="2019-06">Jun 2019</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="4171" to="4186" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Development of linguistic ontology on natural sciences and technology</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">V</forename><surname>Dobrov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">V</forename><surname>Loukachevitch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">LREC</title>
				<imprint>
			<publisher>Citeseer</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="1077" to="1082" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Learning semantic hierarchies via word embeddings</title>
		<author>
			<persName><forename type="first">R</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Qin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Che</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics</title>
		<title level="s">Long Papers</title>
		<meeting>the 52nd Annual Meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1199" to="1209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Ontology languages for the semantic web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gómez-Pérez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent systems</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="54" to="60" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">node2vec: Scalable feature learning for networks</title>
		<author>
			<persName><forename type="first">A</forename><surname>Grover</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leskovec</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd ACM SIGKDD international conference on Knowledge discovery and data mining</title>
				<meeting>the 22nd ACM SIGKDD international conference on Knowledge discovery and data mining</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="855" to="864" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Automatic acquisition of hyponyms from large text corpora</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Coling 1992 volume 2: The 15th international conference on computational linguistics</title>
				<imprint>
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">SemEval-2016 task 14: Semantic taxonomy enrichment</title>
		<author>
			<persName><forename type="first">D</forename><surname>Jurgens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Pilehvar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th International Workshop on Semantic Evaluation</title>
				<meeting>the 10th International Workshop on Semantic Evaluation<address><addrLine>SemEval-</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016-06">2016. Jun 2016</date>
			<biblScope unit="page" from="1092" to="1102" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Semi-supervised classification with graph convolutional networks</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">N</forename><surname>Kipf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Welling</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1609.02907</idno>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Do supervised distributional methods really learn lexical inference relations?</title>
		<author>
			<persName><forename type="first">O</forename><surname>Levy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Remus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Biemann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Dagan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</title>
				<meeting>the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="970" to="976" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">On interpretation of network embedding via taxonomy induction</title>
		<author>
			<persName><forename type="first">N</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Hu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery &amp; Data Mining</title>
				<meeting>the 24th ACM SIGKDD International Conference on Knowledge Discovery &amp; Data Mining</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1812" to="1820" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Creating russian wordnet by conversion</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">V</forename><surname>Loukachevitch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lashevich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Gerasimova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">V</forename><surname>Ivanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">V</forename><surname>Dobrov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Linguistics and Intellectual Technologies: papers from the Annual conference &quot;Dialogue</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="405" to="415" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Distributed representations of words and phrases and their compositionality</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">S</forename><surname>Corrado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dean</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems</title>
				<editor>
			<persName><forename type="first">C</forename><forename type="middle">J C</forename><surname>Burges</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Bottou</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Welling</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Z</forename><surname>Ghahramani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">Q</forename><surname>Weinberger</surname></persName>
		</editor>
		<imprint>
			<publisher>Curran Associates, Inc</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="3111" to="3119" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Distributed representations of words and phrases and their compositionality</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Sutskever</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">S</forename><surname>Corrado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dean</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in neural information processing systems</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="3111" to="3119" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Wordnet: a lexical database for english</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Miller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="39" to="41" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">WordNet: An electronic lexical database</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">A</forename><surname>Miller</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>MIT press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Meta-embedding as auxiliary task regularization</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">O</forename><surname>Neill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bollegala</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1809.05886</idno>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<title level="m" type="main">Poincar\&apos;e embeddings for learning hierarchical representations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Nickel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kiela</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1705.08039</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">RUSSE&apos;2020: Findings of the First Taxonomy Enrichment Task for the Russian Language</title>
		<author>
			<persName><forename type="first">I</forename><surname>Nikishina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Logacheva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Loukachevitch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Linguistics and Intellectual Technologies: papers from the Annual conference &quot;Dialogue</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Studying taxonomy enrichment on diachronic wordnet versions</title>
		<author>
			<persName><forename type="first">I</forename><surname>Nikishina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Logacheva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Loukachevitch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 28th International Conference on Computational Linguistics. Association for Computational Linguistics</title>
				<meeting>the 28th International Conference on Computational Linguistics. Association for Computational Linguistics<address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2020-12">December 2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Evaluation of taxonomy enrichment on diachronic wordnet versions</title>
		<author>
			<persName><forename type="first">I</forename><surname>Nikishina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Panchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Logacheva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Loukachevitch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th Global WordNet conference GWC-2021</title>
				<meeting>the 11th Global WordNet conference GWC-2021</meeting>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Hearst patterns revisited: Automatic hypernym detection from large text corpora</title>
		<author>
			<persName><forename type="first">S</forename><surname>Roller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kiela</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nickel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</title>
		<title level="s">Short Papers</title>
		<meeting>the 56th Annual Meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="358" to="363" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Automatic extraction of hypernyms and hyponyms from russian texts</title>
		<author>
			<persName><forename type="first">K</forename><surname>Sabirova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lukanin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AIST (Supplement)</title>
		<imprint>
			<biblScope unit="page" from="35" to="40" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Facenet: A unified embedding for face recognition and clustering</title>
		<author>
			<persName><forename type="first">F</forename><surname>Schroff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kalenichenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Philbin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE conference on computer vision and pattern recognition</title>
				<meeting>the IEEE conference on computer vision and pattern recognition</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="815" to="823" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Learning a distance metric from relative comparisons</title>
		<author>
			<persName><forename type="first">M</forename><surname>Schultz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Joachims</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in neural information processing systems</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="41" to="48" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Path-based vs. distributional information in recognizing lexical semantic relations</title>
		<author>
			<persName><forename type="first">V</forename><surname>Shwartz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Dagan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">COLING</title>
		<imprint>
			<biblScope unit="page">24</biblScope>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Semantic taxonomy induction from heterogenous evidence</title>
		<author>
			<persName><forename type="first">R</forename><surname>Snow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Jurafsky</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">Y</forename><surname>Ng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics</title>
				<meeting>the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="801" to="808" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Methods for assessing theme adherence in student thesis</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tikhomirov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Loukachevitch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dobrov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Text, Speech, and Dialogue</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="69" to="81" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Combined approach to hypernym detection for thesaurus enrichment</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tikhomirov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Loukachevitch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ekaterina</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Linguistics and Intellectual Technologies: papers from the Annual conference &quot;Dialogue</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<monogr>
		<title level="m" type="main">Meta-embeddings in taxonomy enrichment task</title>
		<author>
			<persName><forename type="first">M</forename><surname>Tikhomirov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Loukachevitch</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="681" to="692" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">Learning fine-grained image similarity with deep ranking</title>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Leung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rosenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Philbin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE conference on computer vision and pattern recognition</title>
				<meeting>the IEEE conference on computer vision and pattern recognition</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="1386" to="1393" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<monogr>
		<title level="m" type="main">Few-shot text classification with triplet networks, data augmentation, and curriculum learning</title>
		<author>
			<persName><forename type="first">J</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vosoughi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Xu</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2103.07552</idno>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Learning word meta-embeddings</title>
		<author>
			<persName><forename type="first">W</forename><surname>Yin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schütze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics</title>
		<title level="s">Long Papers</title>
		<meeting>the 54th Annual Meeting of the Association for Computational Linguistics</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1351" to="1360" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
