中文
相关论文

相关论文: Neural Embedding Allocation: Distributed Represent…

200 篇论文

Document network embedding aims at learning representations for a structured text corpus i.e. when documents are linked to each other. Recent algorithms extend network embedding approaches by incorporating the text content associated with…

机器学习 · 计算机科学 2020-01-13 Robin Brochier , Adrien Guille , Julien Velcin

One of the long-standing challenges in lexical semantics consists in learning representations of words which reflect their semantic properties. The remarkable success of word embeddings for this purpose suggests that high-quality…

计算与语言 · 计算机科学 2021-06-16 Yixiao Wang , Zied Bouraoui , Luis Espinosa Anke , Steven Schockaert

Network representation learning (NRL) methods aim to map each vertex into a low dimensional space by preserving the local and global structure of a given network, and in recent years they have received a significant attention thanks to…

机器学习 · 计算机科学 2018-10-17 Abdulkadir Çelikkanat , Fragkiskos D. Malliaros

We show state-of-the-art word representation learning methods maximize an objective function that is a lower bound on the mutual information between different parts of a word sequence (i.e., a sentence). Our formulation provides an…

计算与语言 · 计算机科学 2019-11-27 Lingpeng Kong , Cyprien de Masson d'Autume , Wang Ling , Lei Yu , Zihang Dai , Dani Yogatama

Meta-embedding (ME) learning is an emerging approach that attempts to learn more accurate word embeddings given existing (source) word embeddings as the sole input. Due to their ability to incorporate semantics from multiple source…

计算与语言 · 计算机科学 2022-04-26 Danushka Bollegala , James O'Neill

Skip-gram (word2vec) is a recent method for creating vector representations of words ("distributed word representations") using a neural network. The representation gained popularity in various areas of natural language processing, because…

计算与语言 · 计算机科学 2020-07-09 Tom Kocmi , Ondřej Bojar

Distributional models that learn rich semantic word representations are a success story of recent NLP research. However, developing models that learn useful representations of phrases and sentences has proved far harder. We propose using…

计算与语言 · 计算机科学 2016-03-23 Felix Hill , Kyunghyun Cho , Anna Korhonen , Yoshua Bengio

The problem of topic modeling can be seen as a generalization of the clustering problem, in that it posits that observations are generated due to multiple latent factors (e.g., the words in each document are generated as a mixture of…

机器学习 · 计算机科学 2013-01-21 Animashree Anandkumar , Dean P. Foster , Daniel Hsu , Sham M. Kakade , Yi-Kai Liu

This work studies the representational mapping across multimodal data such that given a piece of the raw data in one modality the corresponding semantic description in terms of the raw data in another modality is immediately obtained. Such…

计算与语言 · 计算机科学 2015-12-01 Zachary Seymour , Yingming Li , Zhongfei Zhang

To improve the generalization of the representations for natural language processing tasks, words are commonly represented using vectors, where distances among the vectors are related to the similarity of the words. While word2vec, the…

计算与语言 · 计算机科学 2020-03-20 Canlin Zhang , Xiuwen Liu , Daniel Bis

Distributed representations of words learned from text have proved to be successful in various natural language processing tasks in recent times. While some methods represent words as vectors computed from text using predictive model…

计算与语言 · 计算机科学 2018-02-20 Abhik Jana , Pawan Goyal

Embedding learning, a.k.a. representation learning, has been shown to be able to model large-scale semantic knowledge graphs. A key concept is a mapping of the knowledge graph to a tensor representation whose entries are predicted by models…

人工智能 · 计算机科学 2016-05-10 Volker Tresp , Cristóbal Esteban , Yinchong Yang , Stephan Baier , Denis Krompaß

Word embedding, which refers to low-dimensional dense vector representations of natural words, has demonstrated its power in many natural language processing tasks. However, it may suffer from the inaccurate and incomplete information…

计算与语言 · 计算机科学 2015-06-16 Fei Tian , Bin Gao , Enhong Chen , Tie-Yan Liu

In our study, we propose a self-supervised neural topic model (NTM) that combines the power of NTMs and regularized self-supervised learning methods to improve performance. NTMs use neural networks to learn latent topics hidden behind the…

机器学习 · 计算机科学 2025-02-27 Weiran Xu , Kengo Hirami , Koji Eguchi

Word embeddings learnt from large corpora have been adopted in various applications in natural language processing and served as the general input representations to learning systems. Recently, a series of post-processing methods have been…

机器学习 · 计算机科学 2019-10-25 Shuai Tang , Mahta Mousavi , Virginia R. de Sa

Topic models have been prevalent for decades with various applications. However, existing topic models commonly suffer from the notorious topic collapsing: discovered topics semantically collapse towards each other, leading to highly…

计算与语言 · 计算机科学 2023-06-08 Xiaobao Wu , Xinshuai Dong , Thong Nguyen , Anh Tuan Luu

The bag-of-words (BOW) model is the common approach for classifying documents, where words are used as feature for training a classifier. This generally involves a huge number of features. Some techniques, such as Latent Semantic Analysis…

计算与语言 · 计算机科学 2015-04-13 Rémi Lebret , Ronan Collobert

Inferring topics from the overwhelming amount of short texts becomes a critical but challenging task for many content analysis tasks, such as content charactering, user interest profiling, and emerging topic detecting. Existing methods such…

计算与语言 · 计算机科学 2016-09-28 Jipeng Qiang , Ping Chen , Tong Wang , Xindong Wu

Vector-based word representations help countless Natural Language Processing (NLP) tasks capture the language's semantic and syntactic regularities. In this paper, we present the characteristics of existing word embedding approaches and…

计算与语言 · 计算机科学 2024-03-05 Obaidullah Zaland , Muhammad Abulaish , Mohd. Fazil

Continuous word representations, trained on large unlabeled corpora are useful for many natural language processing tasks. Popular models that learn such representations ignore the morphology of words, by assigning a distinct vector to each…

计算与语言 · 计算机科学 2017-06-20 Piotr Bojanowski , Edouard Grave , Armand Joulin , Tomas Mikolov