paper-with-me

Papers

Holographic Neural PCFG for Unsupervised Parsing

2026-07-09 · Ryosuke Yamaki, Daichi Mochihashi, Nobutaka Shimada, Tadahiro Taniguchi arxiv

Unsupervised constituency parsing aims to accurately induce latent tree structures from raw text alone. Recent neural parameterizations of PCFGs achieve strong performance in both supervised and unsupervised parsing, yet rely on high-capacity black-box networks for rule scoring -- as exemplified by the Neural PCFG family -- leaving rule probabilities without an interpretable mathematical form. In this paper, we propose Holographic Neural PCFG (Hol-PCFG), which recasts PCFG rule scoring as algebraic relation modeling among grammar-symbol embeddings. Hol-PCFG adapts Holographic Embeddings (Nickel et al., 2016), which scores knowledge-graph triples via circular correlation, to the left-child, right-child, and lexical-emission relations over torus-constrained embeddings, giving every rule probability a closed form that carries the intrinsic structure of grammar rules by construction. Hol-PCFG achieves state-of-the-art parsing performance in six languages while cutting rule-scoring parameters by 99.94% relative to the baseline model and training more stably. Additionally, we demonstrate that Hol-PCFG can parse Japanese directly from characters without any morphological segmentation, retaining nearly the same morpheme-level performance.

📄 PDF Abstract BibTeX arXiv:2607.08063

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 111
arxivsub/arXivSub_daily_arxiv ★ 2
ryosuke-yamaki/hol-pcfg

Tasks

Constituency Parsing

Similar Papers 제목 키워드 기반

PCFGs Can Do Better: Inducing Probabilistic Context-Free Grammars with Many Symbols

2021-04-28 · NAACL 2021 4 · Songlin Yang, Yanpeng Zhao, Kewei Tu

Probabilistic context-free grammars (PCFGs) with neural parameterization have been shown to be effective in unsupervised phrase-structure grammar induction. However, due to the cubic computational complexity of PCFG repr…

Constituency Grammar InductionForm

Simple Hardware-Efficient PCFGs with Independent Left and Right Productions

2023-10-23 · Wei Liu, Songlin Yang, Yoon Kim, Kewei Tu

Scaling dense PCFGs to thousands of nonterminals via a low-rank parameterization of the rule probability tensor has been shown to be beneficial for unsupervised parsing. However, PCFGs scaled this way still perform poorl…

Constituency Grammar InductionConstituency ParsingLanguage ModelingLanguage Modelling

PCFG Induction for Unsupervised Parsing and Language Modelling

2014-10-01 · EMNLP 2014 10 · James Scicluna, Colin de la Higuera
Language Modelling

Neural Bi-Lexicalized PCFG Induction

2021-05-31 · ACL 2021 5 · Songlin Yang, Yanpeng Zhao, Kewei Tu

Neural lexicalized PCFGs (L-PCFGs) have been shown effective in grammar induction. However, to reduce computational complexity, they make a strong independence assumption on the generation of the child word and thus bile…

Constituency Grammar Induction

Improving Unsupervised Constituency Parsing via Maximizing Semantic Information

2024-10-03 · Junjie Chen, Xiangheng He, Yusuke Miyao, Danushka Bollegala

Unsupervised constituency parsers organize phrases within a sentence into a tree-shaped syntactic constituent structure that reflects the organization of sentence semantics. However, the traditional objective of maximizi…

Constituency Grammar InductionConstituency ParsingSentence