paper-with-me

홈 › Papers

PCFG-based Natural Language Interface Improves Generalization for Controlled Text Generation

2022-10-14 · Jingyu Zhang, James Glass, Tianxing He

Existing work on controlled text generation (CTG) assumes a control interface of categorical attributes. In this work, we propose a natural language (NL) interface, where we craft a PCFG to embed the control attributes into natural language commands, and propose variants of existing CTG models that take commands as input. In our experiments, we design tailored setups to test model's generalization abilities. We find our PCFG-based command generation approach is effective for handling unseen commands compared to fix-set templates; our proposed NL models can effectively generalize to unseen attributes, a new ability enabled by the NL interface, as well as unseen attribute combinations. Interestingly, we discover that the simple conditional generation approach, enhanced with our proposed NL interface, is a strong baseline in those challenging settings.

📄 PDF Abstract BibTeX arXiv:2210.07431

Code (1)

jackjyzhang/pcfg-nl-interface 공식 구현 pytorch

Tasks

AttributeText Generation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Tensor Decomposition for Fast Parsing with Latent-Variable PCFGs

2012-12-01 · NeurIPS 2012 12 · Michael Collins, Shay B. Cohen

We describe an approach to speed-up inference with latent variable PCFGs, which have been shown to be highly effective for natural language parsing. Our approach is based on a tensor formulation recently introduced for …

Tensor Decomposition

Diversity in Spectral Learning for Natural Language Parsing

2015-05-31 · EMNLP 2015 9 · Shashi Narayan, Shay B. Cohen

We describe an approach to create a diverse set of predictions with spectral learning of latent-variable PCFGs (L-PCFGs). Our approach works by creating multiple spectral models where noise is added to the underlying fea…

Diversity

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

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

An Empirical Study of Compound PCFGs

2021-03-03 · EACL (AdaptNLP) 2021 4 · Yanpeng Zhao, Ivan Titov

Compound probabilistic context-free grammars (C-PCFGs) have recently established a new state of the art for unsupervised phrase-structure grammar induction. However, due to the high space and time complexities of chart-b…

Sentence