paper-with-me

Papers

Efficient Algorithms for Recognizing Weighted Tree-Adjoining Languages

2023-10-23 · Alexandra Butoi, Tim Vieira, Ryan Cotterell, David Chiang

The class of tree-adjoining languages can be characterized by various two-level formalisms, consisting of a context-free grammar (CFG) or pushdown automaton (PDA) controlling another CFG or PDA. These four formalisms are equivalent to tree-adjoining grammars (TAG), linear indexed grammars (LIG), pushdown-adjoining automata (PAA), and embedded pushdown automata (EPDA). We define semiring-weighted versions of the above two-level formalisms, and we design new algorithms for computing their stringsums (the weight of all derivations of a string) and allsums (the weight of all derivations). From these, we also immediately obtain stringsum and allsum algorithms for TAG, LIG, PAA, and EPDA. For LIG, our algorithm is more time-efficient by a factor of $\mathcal{O}(n|\mathcal{N}|)$ (where $n$ is the string length and $|\mathcal{N}|$ is the size of the nonterminal set) and more space-efficient by a factor of $\mathcal{O}(|\Gamma|)$ (where $|\Gamma|$ is the size of the stack alphabet) than the algorithm of Vijay-Shanker and Weir (1989). For EPDA, our algorithm is both more space-efficient and time-efficient than the algorithm of Alonso et al. (2001) by factors of $\mathcal{O}(|\Gamma|^2)$ and $\mathcal{O}(|\Gamma|^3)$, respectively. Finally, we give the first PAA stringsum and allsum algorithms.

📄 PDF Abstract BibTeX arXiv:2310.15276

Code (0)

등록된 구현이 없습니다.

Tasks

TAG

Methods 이 논문이 사용한 방법론

PAA Patch AutoAugment is a patch-level automatic data augmentation algorithm that automatically searches for the optimal augmentation policies for the patches of an image.…

Similar Papers 제목 키워드 기반

The Logic for a Mildly Context-Sensitive Fragment of the Lambek-Grishin Calculus

2021-01-10 · Hiroyoshi Komatsu

While context-free grammars are characterized by a simple proof-theoretic grammatical formalism namely categorial grammar and its logic the Lambek calculus, no such characterizations were known for tree-adjoining grammar…

A Lie-algebraic perspective on Tree-Adjoining Grammars

2025-07-04 · Isabella Senturia, Elizabeth Xiao, Matilde Marcolli arxiv

We provide a novel mathematical implementation of tree-adjoining grammars using two combinatorial definitions of graphs. With this lens, we demonstrate that the adjoining operation defines a pre-Lie operation and subsequ…

Strong Equivalence of TAG and CCG

2022-05-16 · Andreas Maletti, Lena Katharina Schiffer

Tree-adjoining grammar (TAG) and combinatory categorial grammar (CCG) are two well-established mildly context-sensitive grammar formalisms that are known to have the same expressive power on strings (i.e., generate the s…

TAG

Creating a Tree Adjoining Grammar from a Multilayer Treebank

2012-09-01 · WS 2012 9 · Rajesh Bhatt, Owen Rambow, Fei Xia

A Direct Link between Tree-Adjoining and Context-Free Tree Grammars

2015-01-01 · WS 2015 1 · Kilian Gebhardt, Johannes Osterholzer