paper-with-me

Papers

Structural Regularities in Text-based Entity Vector Spaces

2017-07-25 · Christophe Van Gysel, Maarten de Rijke, Evangelos Kanoulas

Entity retrieval is the task of finding entities such as people or products in response to a query, based solely on the textual documents they are associated with. Recent semantic entity retrieval algorithms represent queries and experts in finite-dimensional vector spaces, where both are constructed from text sequences. We investigate entity vector spaces and the degree to which they capture structural regularities. Such vector spaces are constructed in an unsupervised manner without explicit information about structural aspects. For concreteness, we address these questions for a specific type of entity: experts in the context of expert finding. We discover how clusterings of experts correspond to committees in organizations, the ability of expert representations to encode the co-author graph, and the degree to which they encode academic rank. We compare latent, continuous representations created using methods based on distributional semantics (LSI), topic models (LDA) and neural networks (word2vec, doc2vec, SERT). Vector spaces created using neural methods, such as doc2vec and SERT, systematically perform better at clustering than LSI, LDA and word2vec. When it comes to encoding entity relations, SERT performs best.

📄 PDF Abstract BibTeX arXiv:1707.07930

Code (1)

cvangysel/SERT 공식 구현

Tasks

ClusteringEntity RetrievalRetrievalTopic Models

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

Sentence Analogies: Linguistic Regularities in Sentence Embeddings

2020-12-01 · COLING 2020 8 · Xunjie Zhu, Gerard de Melo

While important properties of word vector representations have been studied extensively, far less is known about the properties of sentence vector representations. Word vectors are often evaluated by assessing to what de…

SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Sentence Analogies: Exploring Linguistic Relationships and Regularities in Sentence Embeddings

2020-03-09 · Xunjie Zhu, Gerard de Melo

While important properties of word vector representations have been studied extensively, far less is known about the properties of sentence vector representations. Word vectors are often evaluated by assessing to what de…

SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings

Is Aligning Embedding Spaces a Challenging Task? A Study on Heterogeneous Embedding Alignment Methods

2020-02-21 · Russa Biswas, Mehwish Alam, Harald Sack

Representation Learning of words and Knowledge Graphs (KG) into low dimensional vector spaces along with its applications to many real-world scenarios have recently gained momentum. In order to make use of multiple KG em…

Entity DisambiguationKnowledge Graph CompletionKnowledge GraphsQuestion Answering+1

RiemanLine: Riemannian Manifold Representation of 3D Lines for Factor Graph Optimization

2025-08-06 · Yan Li, Ze Yang, Keisuke Tateno, Federico Tombari 외 arxiv

Minimal parametrization of 3D lines plays a critical role in camera localization and structural mapping. Existing representations in robotics and computer vision predominantly handle independent lines, overlooking struct…

Camera LocalizationPose Estimation

Exploiting Morphological Regularities in Distributional Word Representations

2017-09-01 · EMNLP 2017 9 · Arihant Gupta, Syed Sarfaraz Akhtar, Avijit Vajpayee, Arjit Srivastava 외

We present an unsupervised, language agnostic approach for exploiting morphological regularities present in high dimensional vector spaces. We propose a novel method for generating embeddings of words from their morpholo…

ChunkingDocument ClassificationQuestion AnsweringWord Embeddings