paper-with-me

Papers

Directional Skip-Gram: Explicitly Distinguishing Left and Right Context for Word Embeddings

2018-06-01 · NAACL 2018 6 · Yan Song, Shuming Shi, Jing Li, Haisong Zhang

In this paper, we present directional skip-gram (DSG), a simple but effective enhancement of the skip-gram model by explicitly distinguishing left and right context in word prediction. In doing so, a direction vector is introduced for each word, whose embedding is thus learned by not only word co-occurrence patterns in its context, but also the directions of its contextual words. Theoretical and empirical studies on complexity illustrate that our model can be trained as efficient as the original skip-gram model, when compared to other extensions of the skip-gram model. Experimental results show that our model outperforms others on different datasets in semantic (word similarity measurement) and syntactic (part-of-speech tagging) evaluations, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Word EmbeddingsPart-Of-Speech TaggingWord EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

R2MF-Net: A Recurrent Residual Multi-Path Fusion Network for Robust Multi-directional Spine X-ray Segmentation

2025-12-08 · Xuecheng Li, Weikuan Jia, Komildzhon Sharipov, Sharipov Hotam Beknazarovich 외 arxiv

Accurate segmentation of spinal structures in X-ray images is a prerequisite for quantitative scoliosis assessment, including Cobb angle measurement, vertebral translation estimation and curvature classification. In rout…

Detecting Hate Speech in Social Media

2017-12-18 · RANLP 2017 9 · Shervin Malmasi, Marcos Zampieri

In this paper we examine methods to detect hate speech in social media, while distinguishing this from general profanity. We aim to establish lexical baselines for this task by applying supervised classification methods …

General Classification

Compact Bidirectional Transformer for Image Captioning

2022-01-06 · Yuanen Zhou, Zhenzhen Hu, Daqing Liu, Huixia Ben 외

Most current image captioning models typically generate captions from left to right. This unidirectional property makes them can only leverage past context but not future context. Though recent refinement-based models ca…

DecoderImage CaptioningSentence

InCoder: A Generative Model for Code Infilling and Synthesis

2022-04-12 · Daniel Fried, Armen Aghajanyan, Jessy Lin, Sida Wang 외

Code is seldom written in a single left-to-right pass and is instead repeatedly edited and refined. We introduce InCoder, a unified generative model that can perform program synthesis (via left-to-right generation) as we…

Code GenerationComment GenerationProgram Synthesis

Bidirectional Modeling for Simultaneous Neural Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Simultaneous Neural Machine Translation (SimulNMT) generates the output before the entire input sentence is available and only uses the unidirectional attention from left-to-right so that its decoding highly relies on fu…

Machine TranslationSentenceTranslation