paper-with-me

홈 › Papers

Efficient Sampling of Dependency Structures

2021-09-14 · Ran Zmigrod, Tim Vieira, Ryan Cotterell

Probabilistic distributions over spanning trees in directed graphs are a fundamental model of dependency structure in natural language processing, syntactic dependency trees. In NLP, dependency trees often have an additional root constraint: only one edge may emanate from the root. However, no sampling algorithm has been presented in the literature to account for this additional constraint. In this paper, we adapt two spanning tree sampling algorithms to faithfully sample dependency trees from a graph subject to the root constraint. Wilson (1996)'s sampling algorithm has a running time of $\mathcal{O}(H)$ where $H$ is the mean hitting time of the graph. Colbourn (1996)'s sampling algorithm has a running time of $\mathcal{O}(N^3)$, which is often greater than the mean hitting time of a directed graph. Additionally, we build upon Colbourn's algorithm and present a novel extension that can sample $K$ trees without replacement in $\mathcal{O}(K N^3 + K^2 N)$ time. To the best of our knowledge, no algorithm has been given for sampling spanning trees without replacement from a directed graph.

📄 PDF Abstract BibTeX arXiv:2109.06521

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compressible Spectral Mixture Kernels with Sparse Dependency Structures for Gaussian Processes

2018-08-01 · Kai Chen, Yijue Dai, Feng Yin, Elena Marchiori 외

Spectral mixture (SM) kernels comprise a powerful class of generalized kernels for Gaussian processes (GPs) to describe complex patterns. This paper introduces model compression and time- and phase (TP) modulated depende…

Gaussian ProcessesModel Compression

Leveraging Newswire Treebanks for Parsing Conversational Data with Argument Scrambling

2019-02-13 · Riyaz Ahmad Bhat, Irshad Ahmad Bhat, Dipti Misra Sharma

We investigate the problem of parsing conversational data of morphologically-rich languages such as Hindi where argument scrambling occurs frequently. We evaluate a state-of-the-art non-linear transition-based parsing sy…

Leveraging Newswire Treebanks for Parsing Conversational Data with Argument Scrambling

2017-09-01 · WS 2017 9 · Riyaz A. Bhat, Irshad Bhat, Dipti Sharma

We investigate the problem of parsing conversational data of morphologically-rich languages such as Hindi where argument scrambling occurs frequently. We evaluate a state-of-the-art non-linear transition-based parsing sy…

Monte Carlo Syntax Marginals for Exploring and Using Dependency Parses

2018-04-17 · NAACL 2018 6 · Katherine A. Keith, Su Lin Blodgett, Brendan O'Connor

Dependency parsing research, which has made significant gains in recent years, typically focuses on improving the accuracy of single-tree predictions. However, ambiguity is inherent to natural language syntax, and commun…

Dependency ParsingSentence

An Automatic Machine Translation Evaluation Metric Based on Dependency Parsing Model

2015-08-09 · Hui Yu, Xiaofeng Wu, Wenbin Jiang, Qun Liu 외

Most of the syntax-based metrics obtain the similarity by comparing the sub-structures extracted from the trees of hypothesis and reference. These sub-structures are defined by human and can't express all the information…

Dependency ParsingMachine TranslationSentenceTranslation