paper-with-me

Papers

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 bilexical dependencies are ignored. In this paper, we propose an approach to parameterize L-PCFGs without making implausible independence assumptions. Our approach directly models bilexical dependencies and meanwhile reduces both learning and representation complexities of L-PCFGs. Experimental results on the English WSJ dataset confirm the effectiveness of our approach in improving both running speed and unsupervised parsing performance.

📄 PDF Abstract BibTeX arXiv:2105.15021

Code (1)

sustcsonglin/TN-PCFG 공식 구현 pytorch

Tasks

Constituency Grammar Induction

Similar Papers 제목 키워드 기반

The Return of Lexical Dependencies: Neural Lexicalized PCFGs

2020-07-29 · Hao Zhu, Yonatan Bisk, Graham Neubig

In this paper we demonstrate that $\textit{context free grammar (CFG) based methods for grammar induction benefit from modeling lexical dependencies}$. This contrasts to the most popular current methods for grammar induc…

Unsupervised Learning of PCFGs with Normalizing Flow

2019-07-01 · ACL 2019 7 · Lifeng Jin, Finale Doshi-Velez, Timothy Miller, Lane Schwartz 외

Unsupervised PCFG inducers hypothesize sets of compact context-free rules as explanations for sentences. PCFG induction not only provides tools for low-resource languages, but also plays an important role in modeling lan…

Language Acquisition

Re-evaluating the Need for Multimodal Signals in Unsupervised Grammar Induction

2022-12-20 · Boyi Li, Rodolfo Corona, Karttikeya Mangalam, Catherine Chen 외

Are multimodal inputs necessary for grammar induction? Recent work has shown that multimodal training inputs can improve grammar induction. However, these improvements are based on comparisons to weak text-only baselines…

Constituency Parsing

Video-aided Unsupervised Grammar Induction

2021-04-09 · NAACL 2021 4 · Songyang Zhang, Linfeng Song, Lifeng Jin, Kun Xu 외

We investigate video-aided grammar induction, which learns a constituency parser from both unlabeled text and its corresponding video. Existing methods of multi-modal grammar induction focus on learning syntactic grammar…

Optical Character Recognition (OCR)

Character-based PCFG Induction for Modeling the Syntactic Acquisition of Morphologically Rich Languages

2021-11-01 · Findings (EMNLP) 2021 11 · Lifeng Jin, Byung-Doh Oh, William Schuler

Unsupervised PCFG induction models, which build syntactic structures from raw text, can be used to evaluate the extent to which syntactic knowledge can be acquired from distributional information alone. However, many sta…