Semantic Dependency Parsing via Book Embedding
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Combinatorial OptimizationDependency ParsingSemantic Dependency ParsingSentenceSimilar Papers 제목 키워드 기반
Syntactic Structure Processing in the Brain while Listening
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 ParsingSentenceWeb-scale Surface and Syntactic n-gram Features for Dependency Parsing
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 ParsingUsing dependency parsing for few-shot learning in distributional semantics
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 LearningAn in-depth look at Euclidean disk embeddings for structure preserving parsing
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 ParsingSemantic Parsing of Interpage Relations
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