paper-with-me

Papers

Filling Missing Paths: Modeling Co-occurrences of Word Pairs and Dependency Paths for Recognizing Lexical Semantic Relations

2018-09-10 · NAACL 2018 6 · Koki Washio, Tsuneaki Kato

Recognizing lexical semantic relations between word pairs is an important task for many applications of natural language processing. One of the mainstream approaches to this task is to exploit the lexico-syntactic paths connecting two target words, which reflect the semantic relations of word pairs. However, this method requires that the considered words co-occur in a sentence. This requirement is hardly satisfied because of Zipf's law, which states that most content words occur very rarely. In this paper, we propose novel methods with a neural model of $P(path|w_1, w_2)$ to solve this problem. Our proposed model of $P(path|w_1, w_2)$ can be learned in an unsupervised manner and can generalize the co-occurrences of word pairs and dependency paths. This model can be used to augment the path data of word pairs that do not co-occur in the corpus, and extract features capturing relational information from word pairs. Our experimental results demonstrate that our methods improve on previous neural approaches based on dependency paths and successfully solve the focused problem.

📄 PDF Abstract BibTeX arXiv:1809.03411

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

Text Infilling

2019-01-01 · Wanrong Zhu, Zhiting Hu, Eric Xing

Recent years have seen remarkable progress of text generation in different contexts, such as the most common setting of generating text from scratch, and the emerging paradigm of retrieval-and-rewriting. Text infilling, …

RetrievalSentenceText GenerationText Infilling

Improving Sparse Word Representations with Distributional Inference for Semantic Composition

2016-08-24 · EMNLP 2016 11 · Thomas Kober, Julie Weeds, Jeremy Reffin, David Weir

Distributional models are derived from co-occurrences in a corpus, where only a small proportion of all possible plausible co-occurrences will be observed. This results in a very sparse vector space, requiring a mechanis…

Semantic CompositionWord Similarity

Unsupervised Hierarchical Story Infilling

2019-06-01 · WS 2019 6 · Daphne Ippolito, David Grangier, Chris Callison-Burch, Douglas Eck

Story infilling involves predicting words to go into a missing span from a story. This challenging task has the potential to transform interactive tools for creative writing. However, state-of-the-art conditional languag…

Diversity

MetaFill: Text Infilling for Meta-Path Generation on Heterogeneous Information Networks

2022-10-14 · Zequn Liu, Kefei Duan, Junwei Yang, Hanwen Xu 외

Heterogeneous Information Network (HIN) is essential to study complicated networks containing multiple edge types and node types. Meta-path, a sequence of node types and edge types, is the core technique to embed HINs. S…

Graph EmbeddingLanguage ModellingLink PredictionNode Classification+1

A Hybrid Classification Approach using Topic Modeling and Graph Convolution Networks

2020-09-19 · Thoudam Doren Singh, Divyansha, Apoorva Vikram Singh, Abdullah Faiz Ur Rahman Khilji

Text classification has become a key operation in various natural language processing tasks. The efficiency of most classification algorithms predominantly confide in the quality of input features. In this work, we propo…

ClassificationGeneral ClassificationMulti Class Text ClassificationText Classification