| { |
| "paper_id": "C18-1016", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T13:06:07.851382Z" |
| }, |
| "title": "Representation Learning of Entities and Documents from Knowledge Base Descriptions", |
| "authors": [ |
| { |
| "first": "Ikuya", |
| "middle": [], |
| "last": "Yamada", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Hiroyuki", |
| "middle": [], |
| "last": "Shindo", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Nara Institute of Science and Technology", |
| "location": {} |
| }, |
| "email": "shindo@is.naist.jp" |
| }, |
| { |
| "first": "Yoshiyasu", |
| "middle": [], |
| "last": "Takefuji", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Keio University", |
| "location": {} |
| }, |
| "email": "takefuji@sfc.keio.ac.jp" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper, we describe TextEnt, a neural network model that learns distributed representations of entities and documents directly from a knowledge base (KB). Given a document in a KB consisting of words and entity annotations, we train our model to predict the entity that the document describes and map the document and its target entity close to each other in a continuous vector space. Our model is trained using a large number of documents extracted from Wikipedia. The performance of the proposed model is evaluated using two tasks, namely fine-grained entity typing and multiclass text classification. The results demonstrate that our model achieves stateof-the-art performance on both tasks. The code and the trained representations are made available online for further academic research.", |
| "pdf_parse": { |
| "paper_id": "C18-1016", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper, we describe TextEnt, a neural network model that learns distributed representations of entities and documents directly from a knowledge base (KB). Given a document in a KB consisting of words and entity annotations, we train our model to predict the entity that the document describes and map the document and its target entity close to each other in a continuous vector space. Our model is trained using a large number of documents extracted from Wikipedia. The performance of the proposed model is evaluated using two tasks, namely fine-grained entity typing and multiclass text classification. The results demonstrate that our model achieves stateof-the-art performance on both tasks. The code and the trained representations are made available online for further academic research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The problem of learning distributed representations (or embeddings) from a knowledge base (KB) has recently attracted considerable attention. These representations enable us to use the large-scale, humanedited information of a KB in machine learning models, and can be applied in various natural language tasks such as entity linking (Hu et al., 2015; Yamada et al., 2016; Yamada et al., 2017) , entity search (Hu et al., 2015) , and link prediction (Bordes et al., 2013; Wang et al., 2014) .", |
| "cite_spans": [ |
| { |
| "start": 334, |
| "end": 351, |
| "text": "(Hu et al., 2015;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 352, |
| "end": 372, |
| "text": "Yamada et al., 2016;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 373, |
| "end": 393, |
| "text": "Yamada et al., 2017)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 410, |
| "end": 427, |
| "text": "(Hu et al., 2015)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 450, |
| "end": 471, |
| "text": "(Bordes et al., 2013;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 472, |
| "end": 490, |
| "text": "Wang et al., 2014)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we describe TextEnt, a simple neural network model that learns distributed representations of entities and documents from a KB. Specifically, given a document in a KB consisting of words and contextual entities (i.e., entities referred from entity annotations in the document), our model predicts the target entity explained by the document (see Figure 1) , and maps the document and its target entity close to each other in a continuous vector space. Here, words, contextual entities, and target entities are mapped into continuous vectors that are updated throughout the training. In this study, we train the model using documents retrieved from Wikipedia.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 361, |
| "end": 370, |
| "text": "Figure 1)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "One key characteristic of our model is that it enables us to combine the semantic signals obtained from both words and entities in a straightforward manner. The main motivation for using entities in addition to words is to address the problems of ambiguity (i.e., the same words or phrases may have different meanings) and variety (i.e., the same meaning may be expressed using different words or phrases) in natural language. For example, the word Washington is ambiguous because it can refer to a US state, or the capital city of the US, or the first US president George Washington, and so on. Further, New York is sometimes referred to as NY or by its nickname, the Big Apple. Obviously, entities do not have these problems, because they are uniquely identified in the KB.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To evaluate our model, we address two important tasks using the proposed representations. Firstly, we consider a fine-grained entity typing task (Yaghoobzadeh and Schutze, 2015) to evaluate the quality of the learned entity representations. In this task, the aim is to infer one or more types of each entity (e.g., athlete, airport, sports team) from a predefined type set. We perform this task using the simple multilayer perceptron (MLP) classifier with the learned entity representations as features. The results show that our method outperforms the state-of-the-art methods by a wide margin.", |
| "cite_spans": [ |
| { |
| "start": 145, |
| "end": 177, |
| "text": "(Yaghoobzadeh and Schutze, 2015)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Saturn is the sixth planet from the Sun and the second-largest in the Solar System, after Jupiter. It is a gas giant with an average radius about nine times that of Earth. Planet, Sun, Solar System, Jupiter, Gas giant, Earth Target entity: Saturn Figure 1 : Example of a KB document with entity annotations.", |
| "cite_spans": [ |
| { |
| "start": 172, |
| "end": 224, |
| "text": "Planet, Sun, Solar System, Jupiter, Gas giant, Earth", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 247, |
| "end": 255, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Secondly, we consider a multiclass text classification task, which aims to classify documents into a set of predefined classes. This task examines the ability of our model as a generic encoder of arbitrary documents. One important approach adopted here is that we automatically annotate entities appearing in the target documents using a publicly available entity linking system and encode the documents to the document representations in the same manner as the documents in the KB. For this task, the logistic regression classifier is applied to the document representations. Because of the quality of semantic signals obtained from the entities, our method outperforms strong state-of-the-art methods on two popular datasets (i.e., the 20 newsgroups dataset (Lang, 1995) and R8 dataset (Debole and Sebastiani, 2005) ). To facilitate further research, our code and the trained representations are available online at https://github.com/studio-ousia/textent/.", |
| "cite_spans": [ |
| { |
| "start": 760, |
| "end": 772, |
| "text": "(Lang, 1995)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 788, |
| "end": 817, |
| "text": "(Debole and Sebastiani, 2005)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contextual entities:", |
| "sec_num": null |
| }, |
| { |
| "text": "Our contributions can be summarized as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contextual entities:", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 We propose TextEnt, a simple neural network model that learns distributed representations of entities and documents from a KB. Given a document in a KB consisting of words and contextual entities, our model learns the representations by predicting the target entity explained by the document (see Figure 1 ). We train our model using large-scale documents extracted from Wikipedia.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 299, |
| "end": 307, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Contextual entities:", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Our proposed model allows us to effectively combine the semantic signals retrieved from both words and entities in a straightforward manner. We demonstrate the effectiveness of this feature by addressing two important tasks: fine-grained entity typing and text classification. Despite the simplicity of our approach, we achieve state-of-the-art results in both tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contextual entities:", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 We have published our code and the trained representations online to facilitate further academic research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contextual entities:", |
| "sec_num": null |
| }, |
| { |
| "text": "In this section, we describe our approach of learning distributed representations of entities and documents from a KB.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Our Method", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Given a document D in a KB consisting of a set of words w 1 , ..., w N and a set of contextual entities e 1 , ..., e K , we train our model to predict the target entity that the document is explaining. We first derive two vector representations of document D: the word-based representation v Dw and the contextual entity-based representation v De . For simplicity, we compute v Dw and v De by averaging the vector representations of words and those of contextual entities, respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v Dw = 1 N N n=1 a wn , v De = 1 K K n=1 b en ,", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where a w \u2208 R d and b e \u2208 R d are the vector representations of words and contextual entities, respectively. We define a probability that represents the likelihood of entity e t being the target entity of document D as the following softmax function: where E KB is a set of all entities in the KB, c e \u2208 R d denotes the vector representation of target entity e, and v D \u2208 R d is the vector representation of document D.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (e t |D) = exp(c et v D ) e \u2208E KB exp(c e v D ) ,", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "Here, v D is computed using a fully connected hidden layer with v Dw and v De as inputs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v D = W[v Dw , v De ]", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where W \u2208 R d\u00d72d is a weight matrix, and We use the categorical cross-entropy loss to train the model:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "[v i , v j ] is the concatenation of v i and v j . This layer projects the input vector ([v Dw , v", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "L = \u2212 (D,et)\u2208\u0393 log P (e t |D),", |
| "eq_num": "(4)" |
| } |
| ], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "where \u0393 represents a set of pairs consisting of a document D and its target entity e t in the KB. When training our model, the denominator in Eq. (2) is computationally expensive because it involves summation over all KB entities. To address this, we use negative sampling (Mikolov et al., 2013b) ; specifically, we replace E KB in Eq. (2) with a set consisting of the target entity e t and k randomly chosen negative entities. Furthermore, to avoid overfitting, we use word dropout (Iyyer et al., 2015) , which randomly excludes words and contextual entities with a probability p during the training.", |
| "cite_spans": [ |
| { |
| "start": 273, |
| "end": 296, |
| "text": "(Mikolov et al., 2013b)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 483, |
| "end": 503, |
| "text": "(Iyyer et al., 2015)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We also test models trained using only words (denoted by TextEnt-word) and only contextual entities (denoted by TextEnt-entity) in our experiments. These variants are created by replacing v D in Eq.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(2) with v Dw (TextEnt-word) and v De (TextEnt-entity). Hereafter, our original model is referred to as TextEnt-full.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We trained our model using documents obtained from the April 2016 version of the DBpedia NIF abstract dataset 1 , which contains the texts and entity annotations in the first introductory sections of Wikipedia articles.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dataset", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "For computational efficiency, we limited the size of our dataset. In particular, we excluded documents with fewer than five incoming links from other documents if the corresponding entity of the document is not contained in the dataset used in our fine-grained entity typing experiments, presented in Section 3.1. As a result, the number of target documents was 702,388.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dataset", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "We also modified all words to lowercase, and excluded words that make fewer than five appearances and contextual entities that make fewer than three appearances in the documents. Thus, the final dataset contained 242,771 unique words and 327,263 unique contextual entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dataset", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "The parameters to be trained in our model are the weight matrix W in the fully connected layer and the vector representations of the words, contextual entities, and target entities. The weight matrix was initialized at random and the vector representations were initialized using pre-trained representations. The pre-trained representations of words and entities were learned jointly using the skip-gram model (Mikolov et al., 2013a; Mikolov et al., 2013b) with negative sampling 2 . The corpus was automatically generated by replacing the name of each entity annotation in the Wikipedia documents with a unique identifier of the entity corresponding to that annotation. Note that we used the same pre-trained entity representations to initialize the representations of the contextual entities and the target entities. Additionally, we used all Wikipedia documents obtained from the July 2016 version of Wikipedia dump 3 to build the corpus.", |
| "cite_spans": [ |
| { |
| "start": 410, |
| "end": 433, |
| "text": "(Mikolov et al., 2013a;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 434, |
| "end": 456, |
| "text": "Mikolov et al., 2013b)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parameters", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "The proposed model was implemented using PyTorch 4 and trained with mini-batch stochastic gradient descent (SGD). The mini-batch size was fixed at 100 and the learning rate was automatically controlled by Adadelta (Zeiler, 2012) . We trained the model by iterating over the documents in the KB in random order for 50 epochs 5 . For computational efficiency, we used only the first 2,000 words and first 300 entities in the documents. The training took approximately 25 h on an NVIDIA GTX 1080 Ti GPU. Regarding the other hyper-parameters, the representations were set to have d = 300 dimensions, the size of the negative entities was k = 100, and the dropout probability was set to p = 0.5, as recommended in Srivastava et al. (2014) 3 Experiments To evaluate the models described in the previous section, we conducted fine-grained entity typing and text classification tasks using the learned representations. A description of each task is given in the following subsections. Finally, we qualitatively analyze the learned representations.", |
| "cite_spans": [ |
| { |
| "start": 214, |
| "end": 228, |
| "text": "(Zeiler, 2012)", |
| "ref_id": "BIBREF34" |
| }, |
| { |
| "start": 709, |
| "end": 733, |
| "text": "Srivastava et al. (2014)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Implementation Details", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "This section describes the task of fine-grained entity typing (Yaghoobzadeh and Schutze, 2015; Neelakantan and Chang, 2015; Yaghoobzadeh and Sch\u00fctze, 2017) using the entity representations learned by our proposed models. The aim of this task is to assign each entity with one or more fine-grained types such as musician and film. Because an entity typing model is capable of predicting the entity types that are missing from the KB, this can be seen as a knowledge base completion problem. The task is important because entity type information is often missing from KBs, but is known to be beneficial for various downstream natural language tasks such as entity linking (Ling et al., 2015) , coreference resolution (Hajishirzi et al., 2013) , and semantic parsing .", |
| "cite_spans": [ |
| { |
| "start": 670, |
| "end": 689, |
| "text": "(Ling et al., 2015)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 715, |
| "end": 740, |
| "text": "(Hajishirzi et al., 2013)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Fine-grained Entity Typing", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Our experimental setup follows that of Yaghoobzadeh and Schutze (2015). In particular, we use their entity dataset of 201,933 Freebase 6 entities mapped to 102 entity types based on the FIGER type set (Ling and Weld, 2012) . The dataset consists of a training set (50%), development set (20%), and test set (30%). Because the dataset is constructed based on Freebase, we preprocessed the data by mapping each entity to the corresponding entry in Wikipedia and excluded those entities that did not exist in Wikipedia. 7 As a result, we successfully mapped approximately 92% of the entities to Wikipedia, and obtained training, development, and test sets containing 93,350, 37,036, and 55,715 entities, respectively. We publicized the dataset and the code used to generate the dataset at https://github.com/studio-ousia/ textent/.", |
| "cite_spans": [ |
| { |
| "start": 201, |
| "end": 222, |
| "text": "(Ling and Weld, 2012)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 517, |
| "end": 518, |
| "text": "7", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup", |
| "sec_num": null |
| }, |
| { |
| "text": "Following Yaghoobzadeh and Schutze (2015), we evaluated the models using ranking and classification measures. The ranking measures test how well a model ranks entity types. In particular, we ranked the entity types based on the probabilities assigned by the model and evaluated the ranked list using the precision at 1 (P@1) and breakeven point (BEP) 8 .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup", |
| "sec_num": null |
| }, |
| { |
| "text": "The classification measures evaluate the quality of the thresholded assignment decisions of a model. The assignment decisions are based on thresholding the probability assigned to each type. The threshold is selected per type by maximizing the F1 score of entities assigned to the type in the development set. We used the accuracy (an entity is correct if all its types and no incorrect types are assigned to it), microaverage F1 (F1 score of all type-entity assignment decisions), and macro-average F1 (F1 score of types assigned to an entity, averaged over entities). These ranking and classification measures are exactly the same as those used in Yaghoobzadeh and Schutze (2015).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup", |
| "sec_num": null |
| }, |
| { |
| "text": "We used an MLP classifier with the entity representations as inputs to predict the probability of entity e being a member of type t in the set of possible types T . In particular, we used an MLP with a single hidden layer and the tanh activation function, and an output layer that contains, for each possible type t \u2208 T , a logistic regression classifier that predicts the probability of t:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (t 1 |e), ..., P (t |T | |e) = \u03c3 W o tanh (W h c e ) ,", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "where c e \u2208 R d is the vector representation of entity e, \u03c3 is the sigmoid function, and W h \u2208 R h\u00d7d and W o \u2208 R |T |\u00d7h are the weight matrices corresponding to the hidden layer and the output layer, respectively. The model was trained to minimize the binary cross-entropy loss summed over all entities and types: \u2212 e t y e,t log p e,t + (1 \u2212 y e,t ) log(1 \u2212 p e,t ) ,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "where y e,t \u2208 {0, 1} and p e,t denote the ground-truth label and predicted probability, respectively, of entity e being type t. The parameters in W h and W o are updated in the training stage. Note that the model described here is equivalent to that proposed in Yaghoobzadeh and Schutze (2015). The model was trained using mini-batch SGD, with the learning rate controlled by Adam (Kingma and Ba, 2014) and the mini-batch size set to 32. The model was trained using the training set and evaluated using the test set. Following Yaghoobzadeh and Schutze (2015), the number of hidden units was set to 200. We also measured P@1 on the development set to locate the best epoch for testing.", |
| "cite_spans": [ |
| { |
| "start": 381, |
| "end": 402, |
| "text": "(Kingma and Ba, 2014)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "The performance of our models is compared with that of the following three entity representation models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Figment-GM (Yaghoobzadeh and Schutze, 2015) is based on the skip-gram model (Mikolov et al., 2013a; Mikolov et al., 2013b) trained using a large corpus with automatically generated entity annotations (i.e., FACC1 (Gabrilovich et al., 2013) ). In this experiment, we used the entity representations publicized by the authors 9 .", |
| "cite_spans": [ |
| { |
| "start": 78, |
| "end": 101, |
| "text": "(Mikolov et al., 2013a;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 102, |
| "end": 124, |
| "text": "Mikolov et al., 2013b)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 215, |
| "end": 241, |
| "text": "(Gabrilovich et al., 2013)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Skip-Gram-Wiki is equivalent to Figment-GM, except that Wikipedia is used as the entityannotated corpus. This model is also the same as our pre-trained representations described in Section 2.3.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 Wikipedia2Vec (Yamada et al., 2016) of Wikipedia entities. We used the entity representations trained using the code publicized by the authors 10 and the Wikipedia dump used to train the Skip-Gram-Wiki model. 11 We used the entity typing method presented above with the entity representations of each baseline model as inputs. Note that, because the Wikipedia2Vec and Skip-Gram-Wiki models were trained using the link anchors in Wikipedia, they do not contain entities that do not appear or are very rare as the link anchor destinations in Wikipedia. To address this, we evaluated these models in the following two settings: (1) using only the entities that exist in the model, and (2) using all entities, including nonexistent ones. In the latter setting, we used the zero vector as the representation of non-existent entities. Similar to the latter setting, the former is not a fair comparison because it is typically more difficult to learn good entity representations of rare entities than those of popular entities (Yaghoobzadeh and Schutze, 2015). Table 1 compares the results of our models with those of the baseline models. Our TextEnt-full model outperforms the baseline models in all measures. In particular, the TextEnt-full model achieves a strong P@1 score of 93.2%, which clearly shows the effectiveness of our entity typing model for many downstream NLP tasks. Moreover, the TextEnt-full model generally performs better than both the TextEntword and TextEnt-entity models. This demonstrates the effectiveness of combining the semantic signals obtained from words and entities.", |
| "cite_spans": [ |
| { |
| "start": 16, |
| "end": 37, |
| "text": "(Yamada et al., 2016)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 211, |
| "end": 213, |
| "text": "11", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1056, |
| "end": 1063, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "This section describes the multiclass text classification task, which tests the ability of our proposed representations to encode arbitrary documents. Our key assumption here is that, because our proposed representations are trained to predict the corresponding entity of a given document in the KB, they can also classify non-KB documents into classes that are much more coarse-grained than entities.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multiclass Text Classification", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Following Jin et al. (2016), we used two standard text classification datasets: the 20 newsgroups dataset 12 (denoted by 20NG) (Lang, 1995) and the R8 dataset (Debole and Sebastiani, 2005) . The 20NG dataset consists of 11,314 training documents and 7,532 test documents retrieved from 20 different newsgroups. The documents are partitioned nearly equally across the classes. The R8 dataset contains documents from the eight most frequent classes of the Reuters-21578 corpus (Lewis, 1992) , which consists of labeled news articles from the 1987 Reuters newswire. The R8 dataset contains 5,485 documents for training and 2,189 documents for testing. Unlike the 20NG dataset, the R8 dataset is imbalanced; the largest class contains 3,923 documents and the smallest class contains 51 documents. For both datasets, we report the accuracy and macro-average F1 score. Furthermore, the development set was formed by selecting 10% of the documents in the training set at random for both datasets.", |
| "cite_spans": [ |
| { |
| "start": 127, |
| "end": 139, |
| "text": "(Lang, 1995)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 159, |
| "end": 188, |
| "text": "(Debole and Sebastiani, 2005)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 475, |
| "end": 488, |
| "text": "(Lewis, 1992)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup", |
| "sec_num": null |
| }, |
| { |
| "text": "As preprocessing, we lowercased all words and removed words and entities appearing fewer than five times. Furthermore, we automatically annotated entity mentions in the documents using an entity linking system. In particular, we used TAGME 13 (Ferragina and Scaiella, 2010), a state-of-the-art entity linking system that is freely available and has been frequently used in recent studies (Xiong et al., 2016; Hasibi et al., 2016) . However, TAGME returned many irrelevant entity mentions that would act as noise (e.g., I like refers to an entity I Like (Keri Hilson song)). Thus, we excluded mentions having relevance scores 14 of less than 0.05 15 .", |
| "cite_spans": [ |
| { |
| "start": 388, |
| "end": 408, |
| "text": "(Xiong et al., 2016;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 409, |
| "end": 429, |
| "text": "Hasibi et al., 2016)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Setup", |
| "sec_num": null |
| }, |
| { |
| "text": "For this task, we simply stacked a logistic regression layer onto our TextEnt model to classify documents into the predefined classes. First, we encoded each document (words with entity annotations) and used the resulting document representation (i.e., v D in the TextEnt-full model, v Dw in the TextEnt-word model, and v De in the TextEnt-entity model) as the feature of the logistic regression classifier.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "We trained the classifier using the training set of each dataset, and evaluated the classification performance using the corresponding test set. The classifier was trained using mini-batch SGD, with the learning rate controlled by Adam (Kingma and Ba, 2014) and the mini-batch size set to 32. The accuracy on the development set of each dataset was used to locate the best epoch for testing.", |
| "cite_spans": [ |
| { |
| "start": 236, |
| "end": 257, |
| "text": "(Kingma and Ba, 2014)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Method", |
| "sec_num": null |
| }, |
| { |
| "text": "We adopted the following state-of-the-art models as our baselines.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 BoW-SVM is based on a linear support vector machine (SVM) classifier with bag-of-words (BoW) features as inputs. This model outperforms the conventional naive Bayes model (Jin et al., 2016).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 BoE (Jin et al., 2016) is an extension of the skip-gram model that learns different word representations per target class. A linear model based on learned word representations was used to classify documents. This model achieves state-of-the-art results on both the 20NG and R8 datasets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "We also used the Wikipedia2Vec and Skip-Gram-Wiki models described in Section 3.1 as baselines. For this experiment, we simply input the representations of words and entities in these models to our text classification model described in the previous section.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "Results Table 2 compares the results of our proposed models with those of the baseline models. We obtained the BoW-SVM and BoE results from Jin et al. (2016). Our TextEnt-full model outperforms the state-of-theart models in terms of accuracy and macro F1 score on both the 20NG and R8 datasets. Furthermore, similar to the results of our previous experiment, the TextEnt-full model generally performs better than both the TextEnt-word and TextEnt-entity models. This shows that combining semantic signals obtained from words and entities is also beneficial for text classification tasks. Furthermore, we conducted a detailed comparison of the BoW-SVM model, BoE model, and TextEntfull model using the class-level F1 scores on the 20NG dataset (Table 3 ) and the R8 dataset (Table 4) . On the 20NG dataset, our model achieves the best scores in more than half of the classes and provides comparable performance in the other classes. Moreover, our model achieves strong performance in classes with relatively few documents on the R8 dataset. This is because our model successfully captures the strong semantic signals that can only be obtained from entities. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 8, |
| "end": 15, |
| "text": "Table 2", |
| "ref_id": null |
| }, |
| { |
| "start": 743, |
| "end": 751, |
| "text": "(Table 3", |
| "ref_id": null |
| }, |
| { |
| "start": 773, |
| "end": 782, |
| "text": "(Table 4)", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Baselines", |
| "sec_num": null |
| }, |
| { |
| "text": "In recent years, various models for computing distributed representations of text (e.g., sentences and documents) have been proposed (Le and Mikolov, 2014; Kiros et al., 2015; Wieting et al., 2016; Hill et al., 2016) . These models typically use large, unstructured corpora for training; however, certain models attempt to learn text representations from structured data. For instance, Hill et al. (2016) proposed a neural network model that learns text representations from online public dictionaries by predicting each dictionary word from its description. Further, Wieting et al. (2016) used a large set of paraphrase pairs obtained from the Paraphrase Database (Ganitkevitch et al., 2013) to learn text representations. A number of recent models have attempted to learn distributed representations of entities from a KB. For example, Hu et al. (2015) extended the skip-gram model (Mikolov et al., 2013a) to learn entity representations using the hierarchical structure of the KB, and Li et al. (2016) modified the model by Hu et al. to learn both the category representations and entity representations using the category information of the KB. Additionally, relational embedding models (Bordes et al., 2013; Wang et al., 2014; Lin et al., 2015) learn the entity representations for link prediction tasks.", |
| "cite_spans": [ |
| { |
| "start": 133, |
| "end": 155, |
| "text": "(Le and Mikolov, 2014;", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 156, |
| "end": 175, |
| "text": "Kiros et al., 2015;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 176, |
| "end": 197, |
| "text": "Wieting et al., 2016;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 198, |
| "end": 216, |
| "text": "Hill et al., 2016)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 386, |
| "end": 404, |
| "text": "Hill et al. (2016)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 568, |
| "end": 589, |
| "text": "Wieting et al. (2016)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 665, |
| "end": 692, |
| "text": "(Ganitkevitch et al., 2013)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 838, |
| "end": 854, |
| "text": "Hu et al. (2015)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 884, |
| "end": 907, |
| "text": "(Mikolov et al., 2013a)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 988, |
| "end": 1004, |
| "text": "Li et al. (2016)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 1191, |
| "end": 1212, |
| "text": "(Bordes et al., 2013;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1213, |
| "end": 1231, |
| "text": "Wang et al., 2014;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 1232, |
| "end": 1249, |
| "text": "Lin et al., 2015)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Furthermore, some models learn the representations of both words and entities from the KB. A simple method reported in the literature (Yaghoobzadeh and Schutze, 2015; Yamada et al., 2017) is used to derive the pre-trained representations in this study (i.e., preprocessing an entity-annotated corpus by replacing the name of each annotation with the unique identifier of the entity and feeding the corpus into a word embedding model (e.g., skip-gram)). Yamada et al. (2016) proposed Wikipedia2Vec, which extends this idea by using neighboring entities in the internal link graph of the KB as additional contexts for training the model. Note that we used Wikipedia2Vec as a baseline method in the two experiments conducted in this study. Similarly, in their subsequent work (Yamada et al., 2017) , they proposed a neural network model that takes entity-annotated text as input and learns word and entity representations by predicting the annotated entities contained in each text. Furthermore, Mancini et al. (2017) proposed a model that maps words and entities in a lexical dictionary (i.e., BabelNet (Navigli and Ponzetto, 2012) ) to a single vector space by extending the CBOW model. Unlike our proposed model, these models require users to design a composition function (e.g., vector averaging) to model the semantics of a document using words and entities in it. Moreover, we showed that our approach is highly effective for the two important tasks of fine-grained entity typing and multiclass text classification.", |
| "cite_spans": [ |
| { |
| "start": 134, |
| "end": 166, |
| "text": "(Yaghoobzadeh and Schutze, 2015;", |
| "ref_id": null |
| }, |
| { |
| "start": 167, |
| "end": 187, |
| "text": "Yamada et al., 2017)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 453, |
| "end": 473, |
| "text": "Yamada et al. (2016)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 773, |
| "end": 794, |
| "text": "(Yamada et al., 2017)", |
| "ref_id": "BIBREF33" |
| }, |
| { |
| "start": 993, |
| "end": 1014, |
| "text": "Mancini et al. (2017)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 1101, |
| "end": 1129, |
| "text": "(Navigli and Ponzetto, 2012)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this paper, we described TextEnt, a simple neural network model that learns distributed representations of entities and documents from large-scale KB descriptions. We evaluated the performance of the proposed model on fine-grained entity typing and text classification tasks, and achieved state-of-the-art results in both cases, which clearly demonstrates the effectiveness of our approach. In future work, we will explore the applicability of our model to broader NLP tasks such as entity search and KB-based question answering.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "6" |
| }, |
| { |
| "text": "http://wiki.dbpedia.org", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We used the skip-gram model implemented in the open-source Gensim library with size = 300, window = 10, negative = 15, min count = 3, and iter = 5. Default values were used for other parameters.3 We obtained the Wikipedia dump from Wikimedia Downloads: https://dumps.wikimedia.org/ 4 http://pytorch.org5 We experimented using 10, 20, 30, and 50 epochs. All numbers achieved similar performance in our experiments. We used the model trained for 50 epochs because it achieved the best P@1 performance in our fine-grained entity typing task.6 https://developers.google.com/freebase/ 7 We used the wikipedia.en title property contained in the Freebase dump to create the mapping.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "BEP is the F1 score at the point in the ranked list at which the precision and recall have the same value. 9 https://github.com/yyaghoobzadeh/figment", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://github.com/wikipedia2vec/wikipedia2vec 11 We trained the representations with dim size = 300, window = 10, negative = 15, min entity count = 3, and iteration = 5. Default values were used for other parameters.12 We used the by-date version of the dataset obtained from http://qwone.com/\u02dcjason/20Newsgroups/.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We used the public Web API service available at https://services.d4science.org/. 14 We used the \u03c1 scores assigned by TAGME.15 Excluding entity mentions using the relevance scores is the recommended practice described in the documentation: https://services.d4science.org/web/tagme/documentation16 We used the same configuration as described in Section 3.2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We would like to thank the anonymous reviewers for their careful reading of our manuscript and their helpful comments and suggestions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| }, |
| { |
| "text": "R8 Acc. F1 Acc. F1 ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "20NG", |
| "sec_num": null |
| }, |
| { |
| "text": "To investigate how our model encodes documents and entities into the same continuous vector space, we extracted five example sentences from the 20NG dataset and encoded each sentence into a vector using our model. The closest entities to this vector based on the cosine similarity are presented in Table 5 . We automatically annotated the entity mentions using TAGME 16 , and fed the words and detected entities into the TextEnt-full model. Table 5 presents the sentences, nearest entities, and their corresponding classes in the 20NG dataset. Our model successfully encodes the sentences into vectors that are close to their relevant entities. For example, all nearest entities of the first sentence \"At one time there was speculation that the first spacewalk (Alexei Leonov?) was a staged fake\" are strongly related to the historic Soviet space program. Similar results can be observed in the other four examples.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 298, |
| "end": 305, |
| "text": "Table 5", |
| "ref_id": null |
| }, |
| { |
| "start": 441, |
| "end": 448, |
| "text": "Table 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Qualitative Analysis", |
| "sec_num": "4" |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Translating Embeddings for Modeling Multi-relational Data", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bordes", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "26", |
| "issue": "", |
| "pages": "2787--2795", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "References [Bordes et al.2013] Antoine Bordes, Nicolas Usunier, Alberto Garcia-Duran, Jason Weston, and Oksana Yakhnenko. 2013. Translating Embeddings for Modeling Multi-relational Data. In Advances in Neural In- formation Processing Systems 26, pages 2787-2795.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "An Analysis of the Relative Hardness of Reuters-21578 Subsets: Research Articles", |
| "authors": [ |
| { |
| "first": "Franca", |
| "middle": [], |
| "last": "Debole", |
| "suffix": "" |
| }, |
| { |
| "first": "Fabrizio", |
| "middle": [], |
| "last": "Sebastiani", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Journal of the American Society for Information Science and Technology", |
| "volume": "56", |
| "issue": "6", |
| "pages": "584--596", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Debole and Sebastiani2005] Franca Debole and Fabrizio Sebastiani. 2005. An Analysis of the Relative Hardness of Reuters-21578 Subsets: Research Articles. Journal of the American Society for Information Science and Technology, 56(6):584-596.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "TAGME: On-the-fly Annotation of Short Text Fragments (by Wikipedia Entities)", |
| "authors": [ |
| { |
| "first": "Paolo", |
| "middle": [], |
| "last": "Scaiella2010", |
| "suffix": "" |
| }, |
| { |
| "first": "Ugo", |
| "middle": [], |
| "last": "Ferragina", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Scaiella", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the 19th ACM International Conference on Information and Knowledge Management", |
| "volume": "", |
| "issue": "", |
| "pages": "1625--1628", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Ferragina and Scaiella2010] Paolo Ferragina and Ugo Scaiella. 2010. TAGME: On-the-fly Annotation of Short Text Fragments (by Wikipedia Entities). In Proceedings of the 19th ACM International Conference on Informa- tion and Knowledge Management, pages 1625-1628.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "FACC1: Freebase Annotation of ClueWeb Corpora, Version 1 (Release date 2013-06-26", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Gabrilovich", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Gabrilovich et al.2013] Evgeniy Gabrilovich, Michael Ringgaard, and Amarnag Subramanya. 2013. FACC1: Freebase Annotation of ClueWeb Corpora, Version 1 (Release date 2013-06-26, Format version 1, Correction level 0).", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "PPDB: The Paraphrase Database", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Ganitkevitch", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "758--764", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Ganitkevitch et al.2013] Juri Ganitkevitch, Benjamin Van Durme, and Chris Callison-Burch. 2013. PPDB: The Paraphrase Database. In Proceedings of the 2013 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 758-764.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Joint Coreference Resolution and Named-Entity Linking with Multi-Pass Sieves", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Hajishirzi", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "289--299", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Hajishirzi et al.2013] Hannaneh Hajishirzi, Leila Zilles, Daniel S Weld, and Luke Zettlemoyer. 2013. Joint Coref- erence Resolution and Named-Entity Linking with Multi-Pass Sieves. In Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, pages 289-299.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Exploiting Entity Linking in Queries for Entity Retrieval", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Hasibi", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 2016 ACM International Conference on the Theory of Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "209--218", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Hasibi et al.2016] Faegheh Hasibi, Krisztian Balog, and Svein Erik Bratsberg. 2016. Exploiting Entity Linking in Queries for Entity Retrieval. In Proceedings of the 2016 ACM International Conference on the Theory of Information Retrieval, pages 209-218.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Learning to Understand Phrases by Embedding the Dictionary", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Hill", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "4", |
| "issue": "", |
| "pages": "17--30", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Hill et al.2016] Felix Hill, Kyunghyun Cho, Anna Korhonen, and Yoshua Bengio. 2016. Learning to Understand Phrases by Embedding the Dictionary. Transactions of the Association for Computational Linguistics, 4:17-30.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Entity Hierarchy Embedding", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Hu", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing", |
| "volume": "1", |
| "issue": "", |
| "pages": "1292--1300", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Hu et al.2015] Zhiting Hu, Poyao Huang, Yuntian Deng, Yingkai Gao, and Eric Xing. 2015. Entity Hierarchy Embedding. In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers), pages 1292- 1300.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Deep Unordered Composition Rivals Syntactic Methods for Text Classification", |
| "authors": [ |
| { |
| "first": "Mohit", |
| "middle": [], |
| "last": "Iyyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Varun", |
| "middle": [], |
| "last": "Manjunatha", |
| "suffix": "" |
| }, |
| { |
| "first": "Jordan", |
| "middle": [], |
| "last": "Boyd-Graber", |
| "suffix": "" |
| }, |
| { |
| "first": "Hal", |
| "middle": [], |
| "last": "Daum\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Iii", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing", |
| "volume": "1", |
| "issue": "", |
| "pages": "1681--1691", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Iyyer et al.2015] Mohit Iyyer, Varun Manjunatha, Jordan Boyd-Graber, and Hal Daum\u00e9 III. 2015. Deep Un- ordered Composition Rivals Syntactic Methods for Text Classification. In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natu- ral Language Processing (Volume 1: Long Papers), pages 1681-1691.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Bag-of-embeddings for Text Classification", |
| "authors": [ |
| { |
| "first": "Jin", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "2824--2830", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Jin et al.2016] Peng Jin, Yue Zhang, Xingyuan Chen, and Yunqing Xia. 2016. Bag-of-embeddings for Text Classification. In Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence, pages 2824-2830.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Adam: A Method for Stochastic Optimization", |
| "authors": [ |
| { |
| "first": "Diederik", |
| "middle": [], |
| "last": "Kingma", |
| "suffix": "" |
| }, |
| { |
| "first": "Jimmy", |
| "middle": [], |
| "last": "Ba", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1412.6980v9" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Kingma and Ba2014] Diederik Kingma and Jimmy Ba. 2014. Adam: A Method for Stochastic Optimization. arXiv preprint arXiv:1412.6980v9.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Skip-Thought Vectors", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Kiros", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "28", |
| "issue": "", |
| "pages": "3294--3302", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Kiros et al.2015] Ryan Kiros, Yukun Zhu, Ruslan R Salakhutdinov, Richard Zemel, Raquel Urtasun, Antonio Torralba, and Sanja Fidler. 2015. Skip-Thought Vectors. In Advances in Neural Information Processing Systems 28, pages 3294-3302.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "NewsWeeder: Learning to Filter Netnews", |
| "authors": [ |
| { |
| "first": "Ken", |
| "middle": [], |
| "last": "Lang", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 12th International Conference on Machine Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "331--339", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ken Lang. 1995. NewsWeeder: Learning to Filter Netnews. Proceedings of the 12th International Conference on Machine Learning, pages 331-339.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Distributed Representations of Sentences and Documents", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Le", |
| "suffix": "" |
| }, |
| { |
| "first": "V", |
| "middle": [], |
| "last": "Quoc", |
| "suffix": "" |
| }, |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Le", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 31th International Conference on Machine Learning", |
| "volume": "32", |
| "issue": "", |
| "pages": "1188--1196", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Le and Mikolov2014] Quoc V Le and Tomas Mikolov. 2014. Distributed Representations of Sentences and Doc- uments. In Proceedings of the 31th International Conference on Machine Learning, volume 32, pages 1188- 1196.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "An Evaluation of Phrasal and Clustered Representations on a Text Categorization Task", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "David", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lewis", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Proceedings of the 15th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "37--50", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David D. Lewis. 1992. An Evaluation of Phrasal and Clustered Representations on a Text Cate- gorization Task. In Proceedings of the 15th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 37-50.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Joint Embedding of Hierarchical Categories and Entities for Concept Categorization and Dataless Classification", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 26th International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "2678--2688", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Li et al.2016] Yuezhang Li, Ronghuo Zheng, Tian Tian, Zhiting Hu, Rahul Iyer, and Katia Sycara. 2016. Joint Embedding of Hierarchical Categories and Entities for Concept Categorization and Dataless Classification. In Proceedings of the 26th International Conference on Computational Linguistics, pages 2678-2688.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Learning Entity and Relation Embeddings for Knowledge Graph Completion", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 29th AAAI Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "2181--2187", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Lin et al.2015] Yankai Lin, Zhiyuan Liu, Maosong Sun, Yang Liu, and Xuan Zhu. 2015. Learning Entity and Relation Embeddings for Knowledge Graph Completion. In Proceedings of the 29th AAAI Conference on Artificial Intelligence, pages 2181-2187.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Fine-Grained Entity Recognition", |
| "authors": [ |
| { |
| "first": "Weld2012] Xiao", |
| "middle": [], |
| "last": "Ling", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [ |
| "S" |
| ], |
| "last": "Ling", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Weld", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "94--100", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Ling and Weld2012] Xiao Ling and Daniel S. Weld. 2012. Fine-Grained Entity Recognition. In Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence, pages 94-100.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Design Challenges for Entity Linking", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ling", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "3", |
| "issue": "", |
| "pages": "315--328", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Ling et al.2015] Xiao Ling, Sameer Singh, and Daniel S. Weld. 2015. Design Challenges for Entity Linking. Transactions of the Association for Computational Linguistics, 3:315-328.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Tat-Seng Chua, and Maosong Sun", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "2418--2424", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Liu et al.2015] Yang Liu, Zhiyuan Liu, Tat-Seng Chua, and Maosong Sun. 2015. Topical Word Embeddings. In Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence, pages 2418-2424.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Embedding Words and Senses Together via Joint Knowledge-Enhanced Training", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Mancini", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 21st Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "100--111", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Mancini et al.2017] Massimiliano Mancini, Jose Camacho-Collados, Ignacio Iacobacci, and Roberto Navigli. 2017. Embedding Words and Senses Together via Joint Knowledge-Enhanced Training. In Proceedings of the 21st Conference on Computational Natural Language Learning, pages 100-111.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Efficient Estimation of Word Representations in Vector Space", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 2013 International Conference on Learning Representations", |
| "volume": "", |
| "issue": "", |
| "pages": "1--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Mikolov et al.2013a] Tomas Mikolov, Greg Corrado, Kai Chen, and Jeffrey Dean. 2013a. Efficient Estimation of Word Representations in Vector Space. In Proceedings of the 2013 International Conference on Learning Representations, pages 1-12.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Distributed Representations of Words and Phrases and their Compositionality", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "26", |
| "issue": "", |
| "pages": "3111--3119", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Mikolov et al.2013b] Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S. Corrado, and Jeff Dean. 2013b. Dis- tributed Representations of Words and Phrases and their Compositionality. In Advances in Neural Information Processing Systems 26, pages 3111-3119.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "BabelNet: The Automatic Construction, Evaluation and Application of a Wide-Coverage Multilingual Semantic Network", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Navigli", |
| "suffix": "" |
| }, |
| { |
| "first": "Ponzetto2012] Roberto", |
| "middle": [], |
| "last": "Navigli", |
| "suffix": "" |
| }, |
| { |
| "first": "Simone", |
| "middle": [ |
| "Paolo" |
| ], |
| "last": "Ponzetto", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Artificial Intelligence", |
| "volume": "193", |
| "issue": "", |
| "pages": "217--250", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Navigli and Ponzetto2012] Roberto Navigli and Simone Paolo Ponzetto. 2012. BabelNet: The Automatic Con- struction, Evaluation and Application of a Wide-Coverage Multilingual Semantic Network. Artificial Intelli- gence, 193(Supplement C):217-250.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Inferring Missing Entity Type Instances for Knowledge Base Completion: New Dataset and Methods", |
| "authors": [ |
| { |
| "first": "Arvind", |
| "middle": [], |
| "last": "Neelakantan", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming-Wei", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "515--525", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Neelakantan and Chang2015] Arvind Neelakantan and Ming-Wei Chang. 2015. Inferring Missing Entity Type In- stances for Knowledge Base Completion: New Dataset and Methods. In Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 515-525.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Dropout: A Simple Way to Prevent Neural Networks from Overfitting", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Srivastava", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Journal of Machine Learning Research", |
| "volume": "15", |
| "issue": "", |
| "pages": "1929--1958", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Srivastava et al.2014] Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhut- dinov. 2014. Dropout: A Simple Way to Prevent Neural Networks from Overfitting. Journal of Machine Learning Research, 15:1929-1958.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Knowledge Graph and Text Jointly Embedding", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1591--1601", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Wang et al.2014] Zhen Wang, Jianwen Zhang, Jianlin Feng, and Zheng Chen. 2014. Knowledge Graph and Text Jointly Embedding. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, pages 1591-1601.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Towards Universal Paraphrastic Sentence Embeddings", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Wieting", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 2016 International Conference on Learning Representations", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Wieting et al.2016] John Wieting, Mohit Bansal, Kevin Gimpel, and Karen Livescu. 2016. Towards Universal Paraphrastic Sentence Embeddings. Proceedings of the 2016 International Conference on Learning Represen- tations.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Bag-of-Entities Representation for Ranking", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Xiong", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 2016 ACM International Conference on the Theory of Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "181--184", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Xiong et al.2016] Chenyan Xiong, Jamie Callan, and Tie-Yan Liu. 2016. Bag-of-Entities Representation for Ranking. In Proceedings of the 2016 ACM International Conference on the Theory of Information Retrieval, pages 181-184.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Corpus-level Fine-grained Entity Typing Using Contextual Information", |
| "authors": [], |
| "year": 2015, |
| "venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "715--725", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Yaghoobzadeh and Schutze2015] Yadollah Yaghoobzadeh and Hinrich Schutze. 2015. Corpus-level Fine-grained Entity Typing Using Contextual Information. In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, pages 715-725.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Multi-level Representations for Fine-Grained Typing of Knowledge Base Entities", |
| "authors": [], |
| "year": 2017, |
| "venue": "Proceedings of the 15th Conference of the European Chapter", |
| "volume": "1", |
| "issue": "", |
| "pages": "578--589", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Yaghoobzadeh and Sch\u00fctze2017] Yadollah Yaghoobzadeh and Hinrich Sch\u00fctze. 2017. Multi-level Representa- tions for Fine-Grained Typing of Knowledge Base Entities. In Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 1, Long Papers, pages 578-589.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Yamada", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 20th SIGNLL Conference on Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "250--259", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Yamada et al.2016] Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, and Yoshiyasu Takefuji. 2016. Joint Learn- ing of the Embedding of Words and Entities for Named Entity Disambiguation. In Proceedings of the 20th SIGNLL Conference on Computational Natural Language Learning, pages 250-259.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "Learning Distributed Representations of Texts and Entities from Knowledge Base", |
| "authors": [ |
| { |
| "first": "[", |
| "middle": [], |
| "last": "Yamada", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Transactions of the Association for Computational Linguistics", |
| "volume": "5", |
| "issue": "", |
| "pages": "397--411", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "[Yamada et al.2017] Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, and Yoshiyasu Takefuji. 2017. Learning Distributed Representations of Texts and Entities from Knowledge Base. Transactions of the Association for Computational Linguistics, 5:397-411.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "ADADELTA: An Adaptive Learning Rate Method", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Matthew", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Zeiler", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1212.5701v1" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew D. Zeiler. 2012. ADADELTA: An Adaptive Learning Rate Method. arXiv preprint arXiv:1212.5701v1.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Model architecture of TextEnt.", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "FIGREF1": { |
| "text": "De ]) down to d dimensions, and captures the interactions between v Dw and v De .", |
| "type_str": "figure", |
| "uris": null, |
| "num": null |
| }, |
| "TABREF1": { |
| "html": null, |
| "content": "<table><tr><td/><td>Class</td><td colspan=\"3\">Count SVM BoE TextEnt</td></tr><tr><td/><td>grain</td><td>51</td><td colspan=\"2\">.824 .818</td><td>.889</td></tr><tr><td/><td>ship</td><td>144</td><td colspan=\"2\">.781 .783</td><td>.829</td></tr><tr><td/><td>interest</td><td>271</td><td colspan=\"2\">.745 .832</td><td>.873</td></tr><tr><td/><td>money-fx</td><td>293</td><td colspan=\"2\">.687 .853</td><td>.876</td></tr><tr><td/><td>trade</td><td>326</td><td colspan=\"2\">.897 .879</td><td>.918</td></tr><tr><td/><td>crude</td><td>374</td><td colspan=\"2\">.929 .958</td><td>.929</td></tr><tr><td/><td>acq</td><td colspan=\"3\">2,292 .956 .978</td><td>.977</td></tr><tr><td/><td>earn</td><td colspan=\"3\">3,923 .986 .990</td><td>.988</td></tr><tr><td>Class</td><td>Sentence</td><td/><td/><td>Nearest entities</td></tr><tr><td>sci.space</td><td colspan=\"3\">At one time there was specula-</td><td>Sputnik 1 (0.39), Soviet space program</td></tr><tr><td/><td colspan=\"3\">tion that the first spacewalk (Alexei</td><td>(0.38), Soyuz 5 (0.38), Vostok 1 (0.37)</td></tr><tr><td/><td colspan=\"2\">Leonov?) was a staged fake.</td><td/></tr><tr><td>rec.autos</td><td colspan=\"3\">I prefer a manual to an automatic as</td><td>Manual transmission (0.45), Automatic trans-</td></tr><tr><td/><td>it should be.</td><td/><td/><td>mission (0.45), Dual-clutch transmission</td></tr><tr><td/><td/><td/><td/><td>(0.43), Semi-automatic transmission (0.41)</td></tr><tr><td>sci.crypt</td><td colspan=\"3\">I change login passwords every cou-</td><td>Password (0.49), Login (0.46), Privilege</td></tr><tr><td/><td>ple of months.</td><td/><td/><td>(computing) (0.44), Privilege escalation</td></tr><tr><td/><td/><td/><td/><td>(0.43)</td></tr><tr><td>soc.religion.</td><td colspan=\"3\">Which version of the Bible do you</td><td>Bible translations (0.37), King James Only</td></tr><tr><td>christian</td><td colspan=\"3\">consider to be the most accurate</td><td>movement (0.37), Biblical poetry (0.36), The</td></tr><tr><td/><td>translation?</td><td/><td/><td>Living Bible (0.36)</td></tr><tr><td>sci.med</td><td colspan=\"3\">The blood tests have shown that I</td><td>Blood (0.38), Introduction to genetics (0.38),</td></tr><tr><td/><td colspan=\"3\">have a little too much Hemoglobin</td><td>Hemoglobin (0.37), Blood transfusion (0.35)</td></tr></table>", |
| "type_str": "table", |
| "num": null, |
| "text": "Class-level F1 scores with the number of documents in each class on the R8 dataset." |
| }, |
| "TABREF2": { |
| "html": null, |
| "content": "<table/>", |
| "type_str": "table", |
| "num": null, |
| "text": "Five example sentences with their top nearest entities using the TextEnt model." |
| } |
| } |
| } |
| } |