paper-with-me

Papers

Dependency parsing with structure preserving embeddings

2021-04-01 · EACL 2021 2 · {\'A}kos K{\'a}d{\'a}r, Lan Xiao, Mete Kemertas, Federico Fancellu, Allan Jepson, Afsaneh Fazly

Modern neural approaches to dependency parsing are trained to predict a tree structure by jointly learning a contextual representation for tokens in a sentence, as well as a head{--}dependent scoring function. Whereas this strategy results in high performance, it is difficult to interpret these representations in relation to the geometry of the underlying tree structure. Our work seeks instead to learn interpretable representations by training a parser to explicitly preserve structural properties of a tree. We do so by casting dependency parsing as a tree embedding problem where we incorporate geometric properties of dependency trees in the form of training losses within a graph-based parser. We provide a thorough evaluation of these geometric losses, showing that a majority of them yield strong tree distance preservation as well as parsing performance on par with a competitive graph-based parser (Qi et al., 2018). Finally, we show where parsing errors lie in terms of tree relationship in order to guide future work.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingSentence

Similar Papers 제목 키워드 기반

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

Syntactic Structure Processing in the Brain while Listening

2023-02-16 · Subba Reddy Oota, Mounika Marreddy, Manish Gupta, Bapi Raju Surampud

Syntactic parsing is the task of assigning a syntactic structure to a sentence. There are two popular syntactic parsing methods: constituency and dependency parsing. Recent works have used syntactic embeddings based on c…

Activity PredictionDependency ParsingSentence

Dependency Parsing with the Structuralized Prompt Template

2025-02-24 · Keunha Kim, Youngjoong Ko

Dependency parsing is a fundamental task in natural language processing (NLP), aiming to identify syntactic dependencies and construct a syntactic tree for a given sentence. Traditional dependency parsing models typicall…

Dependency ParsingSentence

Substitute Based SCODE Word Embeddings in Supervised NLP Tasks

2014-07-25 · Volkan Cirik, Deniz Yuret

We analyze a word embedding method in supervised tasks. It maps words on a sphere such that words co-occurring in similar contexts lie closely. The similarity of contexts is measured by the distribution of substitutes th…

ChunkingDependency Parsingnamed-entity-recognitionNamed Entity Recognition+3