paper-with-me

Papers

attr2vec: Jointly Learning Word and Contextual Attribute Embeddings with Factorization Machines

2018-06-01 · NAACL 2018 6 · Fabio Petroni, Vassilis Plachouras, Timothy Nugent, Jochen L. Leidner

The widespread use of word embeddings is associated with the recent successes of many natural language processing (NLP) systems. The key approach of popular models such as word2vec and GloVe is to learn dense vector representations from the context of words. More recently, other approaches have been proposed that incorporate different types of contextual information, including topics, dependency relations, n-grams, and sentiment. However, these models typically integrate only limited additional contextual information, and often in ad hoc ways. In this work, we introduce attr2vec, a novel framework for jointly learning embeddings for words and contextual attributes based on factorization machines. We perform experiments with different types of contextual information. Our experimental results on a text classification task demonstrate that using attr2vec to jointly learn embeddings for words and Part-of-Speech (POS) tags improves results compared to learning the embeddings independently. Moreover, we use attr2vec to train dependency-based embeddings and we show that they exhibit higher similarity between functionally related words compared to traditional approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDependency ParsingInformation RetrievalMachine TranslationPOSSentence Classificationtext-classificationText ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Dynamic Contextualized Word Embeddings

2020-10-23 · ACL 2021 5 · Valentin Hofmann, Janet B. Pierrehumbert, Hinrich Schütze

Static word embeddings that represent words by a single vector cannot capture the variability of word meaning in different linguistic and extralinguistic contexts. Building on prior work on contextualized and dynamic wor…

Language ModelingLanguage ModellingWord Embeddings

A Multiplicative Model for Learning Distributed Text-Based Attribute Representations

2014-06-10 · NeurIPS 2014 12 · Ryan Kiros, Richard S. Zemel, Ruslan Salakhutdinov

In this paper we propose a general framework for learning distributed representations of attributes: characteristics of text whose representations can be jointly learned with word embeddings. Attributes can correspond to…

AttributeAuthorship AttributionCross-Lingual Document ClassificationDocument Classification+7

Detecting Ongoing Events Using Contextual Word and Sentence Embeddings

2020-07-02 · Mariano Maisonnave, Fernando Delbianco, Fernando Tohmé, Ana Maguitman 외

This paper introduces the Ongoing Event Detection (OED) task, which is a specific Event Detection task where the goal is to detect ongoing event mentions only, as opposed to historical, future, hypothetical, or other for…

AttributeEvent DetectionQuestion AnsweringSentence+3

Generalizing Word Embeddings using Bag of Subwords

2018-09-12 · EMNLP 2018 10 · Jinman Zhao, Sidharth Mudgal, YIngyu Liang

We approach the problem of generalizing pre-trained word embeddings beyond fixed-size vocabularies without using additional contextual information. We propose a subword-level word vector generation model that views words…

TAGWord EmbeddingsWord Similarity

ABDN at SemEval-2018 Task 10: Recognising Discriminative Attributes using Context Embeddings and WordNet

2018-06-01 · SEMEVAL 2018 6 · Rui Mao, Guanyi Chen, Ruizhe Li, Chenghua Lin

This paper describes the system that we submitted for SemEval-2018 task 10: capturing discriminative attributes. Our system is built upon a simple idea of measuring the attribute word{'}s similarity with each of the two …

AttributeSemantic Textual SimilarityWord Embeddings