paper-with-me

Papers

A Deeper Look into Dependency-Based Word Embeddings

2018-04-16 · NAACL 2018 6 · Sean MacAvaney, Amir Zeldes

We investigate the effect of various dependency-based word embeddings on distinguishing between functional and domain similarity, word similarity rankings, and two downstream tasks in English. Variations include word embeddings trained using context windows from Stanford and Universal dependencies at several levels of enhancement (ranging from unlabeled, to Enhanced++ dependencies). Results are compared to basic linear contexts and evaluated on several datasets. We found that embeddings trained with Universal and Stanford dependency contexts excel at different tasks, and that enhanced dependencies often improve performance.

📄 PDF Abstract BibTeX arXiv:1804.05972

Code (0)

등록된 구현이 없습니다.

Tasks

Word EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

RGAT: A Deeper Look into Syntactic Dependency Information for Coreference Resolution

2023-09-10 · Yuan Meng, Xuhao Pan, Jun Chang, Yue Wang

Although syntactic information is beneficial for many NLP tasks, combining it with contextual information between words to solve the coreference resolution problem needs to be further explored. In this paper, we propose …

coreference-resolutionCoreference ResolutionGraph Attention

Character Composition Model with Convolutional Neural Networks for Dependency Parsing on Morphologically Rich Languages

2017-05-30 · ACL 2017 7 · Xiang Yu, Ngoc Thang Vu

We present a transition-based dependency parser that uses a convolutional neural network to compose word representations from characters. The character composition model shows great improvement over the word-lookup model…

Dependency ParsingWord Embeddings

Comparing Performance of Different Linguistically-Backed Word Embeddings for Cyberbullying Detection

2022-06-04 · Juuso Eronen, Michal Ptaszynski, Fumito Masui

In most cases, word embeddings are learned only from raw tokens or in some cases, lemmas. This includes pre-trained language models like BERT. To investigate on the potential of capturing deeper relations between lexical…

Word Embeddings

An in-depth look at Euclidean disk embeddings for structure preserving parsing

2021-11-01 · EMNLP (BlackboxNLP) 2021 11 · Federico Fancellu, Lan Xiao, Allan Jepson, Afsaneh Fazly

Preserving the structural properties of trees or graphs when embedding them into a metric space allows for a high degree of interpretability, and has been shown beneficial for downstream tasks (e.g., hypernym detection, …

Dependency ParsingNatural Language InferenceRetrievalSemantic Parsing

LSTM Easy-first Dependency Parsing with Pre-trained Word Embeddings and Character-level Word Embeddings in Vietnamese

2019-10-30 · Binh Duc Nguyen, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

In Vietnamese dependency parsing, several methods have been proposed. Dependency parser which uses deep neural network model has been reported that achieved state-of-the-art results. In this paper, we proposed a new meth…

Dependency ParsingWord Embeddings