中文
相关论文

相关论文: Affect Enriched Word Embeddings for News Informati…

200 篇论文

Word embeddings improve the performance of NLP systems by revealing the hidden structural relationships between words. Despite their success in many applications, word embeddings have seen very little use in computational social science NLP…

计算与语言 · 计算机科学 2018-02-21 James Foulds

Latent Dirichlet Allocation (LDA) mining thematic structure of documents plays an important role in nature language processing and machine learning areas. However, the probability distribution from LDA only describes the statistical…

计算与语言 · 计算机科学 2015-06-30 Li-Qiang Niu , Xin-Yu Dai

Over the last few years, neural network derived word embeddings became popular in the natural language processing literature. Studies conducted have mostly focused on the quality and application of word embeddings trained on public…

人工智能 · 计算机科学 2021-07-13 H. J. Meijer , J. Truong , R. Karimi

Tagging news articles or blog posts with relevant tags from a collection of predefined ones is coined as document tagging in this work. Accurate tagging of articles can benefit several downstream applications such as recommendation and…

计算与语言 · 计算机科学 2017-07-18 Sheng Chen , Akshay Soni , Aasish Pappu , Yashar Mehdad

This paper presents a novel query clustering approach to capture the broad interest areas of users querying search engines. We make use of recent advances in NLP - word2vec and extend it to get query2vec, vector representations of queries,…

信息检索 · 计算机科学 2016-11-08 S. K Kolluru , Prasenjit Mukherjee

We introduce word vectors for the construction domain. Our vectors were obtained by running word2vec on an 11M-word corpus that we created from scratch by leveraging freely-accessible online sources of construction-related text. We first…

计算与语言 · 计算机科学 2016-10-31 Antoine J. -P. Tixier , Michalis Vazirgiannis , Matthew R. Hallowell

Neural information retrieval systems typically use a cascading pipeline, in which a first-stage model retrieves a candidate set of documents and one or more subsequent stages re-rank this set using contextualized language models such as…

信息检索 · 计算机科学 2021-04-27 Antonio Mallia , Omar Khattab , Nicola Tonellotto , Torsten Suel

A growing body of research in natural language processing (NLP) and natural language understanding (NLU) is investigating human-like knowledge learned or encoded in the word embeddings from large language models. This is a step towards…

计算与语言 · 计算机科学 2022-09-23 Yuhan Zhang , Wenqi Chen , Ruihan Zhang , Xiajie Zhang

Standard informativeness measures used to evaluate Automatic Text Summarization mostly rely on n-gram overlapping between the automatic summary and the reference summaries. These measures differ from the metric they use (cosine, ROUGE,…

信息检索 · 计算机科学 2020-04-16 Carlos-Emiliano González-Gallardo , Eric SanJuan , Juan-Manuel Torres-Moreno

Distributed word representations (word embeddings) have recently contributed to competitive performance in language modeling and several NLP tasks. In this work, we train word embeddings for more than 100 languages using their corresponding…

计算与语言 · 计算机科学 2014-06-30 Rami Al-Rfou , Bryan Perozzi , Steven Skiena

This work presents a new and simple approach for fine-tuning pretrained word embeddings for text classification tasks. In this approach, the class in which a term appears, acts as an additional contextual variable during the fine tuning…

计算与语言 · 计算机科学 2019-12-17 Amr Al-Khatib , Samhaa R. El-Beltagy

Word embeddings are trained to predict word cooccurrence statistics, which leads them to possess different lexical properties (syntactic, semantic, etc.) depending on the notion of context defined at training time. These properties manifest…

计算与语言 · 计算机科学 2020-11-06 Jingyi He , KC Tsiolis , Kian Kenyon-Dean , Jackie Chi Kit Cheung

Word representation is fundamental in NLP tasks, because it is precisely from the coding of semantic closeness between words that it is possible to think of teaching a machine to understand text. Despite the spread of word embedding…

In this technical report, we propose an algorithm, called Lex2vec that exploits lexical resources to inject information into word embeddings and name the embedding dimensions by means of knowledge bases. We evaluate the optimal parameters…

计算与语言 · 计算机科学 2021-07-13 Fabio Celli

Word embedding models learn semantically rich vector representations of words and are widely used to initialize natural processing language (NLP) models. The popular continuous bag-of-words (CBOW) model of word2vec learns a vector embedding…

计算与语言 · 计算机科学 2020-06-02 Shashank Sonkar , Andrew E. Waters , Richard G. Baraniuk

In the area of ad-targeting, predicting user responses is essential for many applications such as Real-Time Bidding (RTB). Many of the features available in this domain are sparse categorical features. This presents a challenge especially…

信息检索 · 计算机科学 2017-05-19 Enno Shioji , Masayuki Arai

Word2vec is one of the most used algorithms to generate word embeddings because of a good mix of efficiency, quality of the generated representations and cognitive grounding. However, word meaning is not static and depends on the context in…

人工智能 · 计算机科学 2020-04-15 Federico Bianchi , Valerio Di Carlo , Paolo Nicoli , Matteo Palmonari

This paper introduces a new semantic search algorithm that uses Word2Vec and Annoy Index to improve the efficiency of information retrieval from large datasets. The proposed approach addresses the limitations of traditional search methods…

信息检索 · 计算机科学 2024-12-10 Aryan Duhan , Aryan Singhal , Shourya Sharma , Neeraj , Arti MK

This paper investigates techniques for knowledge injection into word embeddings learned from large corpora of unannotated data. These representations are trained with word cooccurrence statistics and do not commonly exploit syntactic and…

计算与语言 · 计算机科学 2020-10-06 Diego Ramirez-Echavarria , Antonis Bikakis , Luke Dickens , Rob Miller , Andreas Vlachidis

Distributed representations of text can be used as features when training a statistical classifier. These representations may be created as a composition of word vectors or as context-based sentence vectors. We compare the two kinds of…

计算与语言 · 计算机科学 2019-06-14 Aditya Joshi , Sarvnaz Karimi , Ross Sparks , Cecile Paris , C Raina MacIntyre