paper-with-me

홈 › Papers

Semantic Dependency Parsing via Book Embedding

2017-07-01 · ACL 2017 7 · Weiwei Sun, Junjie Cao, Xiaojun Wan

We model a dependency graph as a book, a particular kind of topological space, for semantic dependency parsing. The spine of the book is made up of a sequence of words, and each page contains a subset of noncrossing arcs. To build a semantic graph for a given sentence, we design new Maximum Subgraph algorithms to generate noncrossing graphs on each page, and a Lagrangian Relaxation-based algorithm tocombine pages into a book. Experiments demonstrate the effectiveness of the bookembedding framework across a wide range of conditions. Our parser obtains comparable results with a state-of-the-art transition-based parser.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationDependency ParsingSemantic Dependency ParsingSentence

Similar Papers 제목 키워드 기반

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

Web-scale Surface and Syntactic n-gram Features for Dependency Parsing

2015-02-25 · Dominick Ng, Mohit Bansal, James R. Curran

We develop novel first- and second-order features for dependency parsing based on the Google Syntactic Ngrams corpus, a collection of subtree counts of parsed sentences from scanned books. We also extend previous work on…

Dependency Parsing

Using dependency parsing for few-shot learning in distributional semantics

2022-05-12 · ACL 2022 5 · Stefania Preda, Guy Emerson

In this work, we explore the novel idea of employing dependency parsing information in the context of few-shot learning, the task of learning the meaning of a rare word based on a limited amount of context sentences. Fir…

Dependency ParsingFew-Shot Learning

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

Semantic Parsing of Interpage Relations

2022-05-26 · Mehmet Arif Demirtaş, Berke Oral, Mehmet Yasin Akpınar, Onur Deniz

Page-level analysis of documents has been a topic of interest in digitization efforts, and multimodal approaches have been applied to both classification and page stream segmentation. In this work, we focus on capturing …

ClassificationDependency ParsingPage Stream SegmentationSegmentation+1