paper-with-me

Papers

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 features in the training set before the estimation of each model. We describe three ways to decode with multiple models. In addition, we describe a simple variant of the spectral algorithm for L-PCFGs that is fast and leads to compact models. Our experiments for natural language parsing, for English and German, show that we get a significant improvement over baselines comparable to state of the art. For English, we achieve the $F_1$ score of 90.18, and for German we achieve the $F_1$ score of 83.38.

📄 PDF Abstract BibTeX arXiv:1506.00275

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

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

Multi-Source Cross-Lingual Constituency Parsing

2021-12-01 · ICON 2021 12 · Hour Kaing, Chenchen Ding, Katsuhito Sudoh, Masao Utiyama 외

Pretrained multilingual language models have become a key part of cross-lingual transfer for many natural language processing tasks, even those without bilingual information. This work further investigates the cross-ling…

Constituency ParsingCross-Lingual TransferDiversityPretrained Multilingual Language Models

Makadi: A Large-Scale Human-Labeled Dataset for Hindi Semantic Parsing

2022-06-01 · WILDRE (LREC) 2022 6 · Shashwat Vaibhav, Nisheeth Srivastava

Parsing natural language queries into formal database calls is a very well-studied problem. Because of the rich diversity of semantic markers across the world’s languages, progress in solving this problem is irreducibly …

DiversityNatural Language QueriesSemantic ParsingText to SQL+1

Optimizing Spectral Learning for Parsing

2016-06-07 · ACL 2016 8 · Shashi Narayan, Shay B. Cohen

We describe a search algorithm for optimizing the number of latent states when estimating latent-variable PCFGs with spectral methods. Our results show that contrary to the common belief that the number of latent states …

Cross-domain Semantic Parsing via Paraphrasing

2017-04-20 · EMNLP 2017 9 · Yu Su, Xifeng Yan

Existing studies on semantic parsing mainly focus on the in-domain setting. We formulate cross-domain semantic parsing as a domain adaptation problem: train a semantic parser on some source domains and then adapt it to t…

DiversityDomain AdaptationSemantic ParsingWord Embeddings