paper-with-me

홈 › Papers

Evaluating Induced CCG Parsers on Grounded Semantic Parsing

2016-09-29 · EMNLP 2016 11 · Yonatan Bisk, Siva Reddy, John Blitzer, Julia Hockenmaier, Mark Steedman

We compare the effectiveness of four different syntactic CCG parsers for a semantic slot-filling task to explore how much syntactic supervision is required for downstream semantic analysis. This extrinsic, task-based evaluation provides a unique window to explore the strengths and weaknesses of semantics captured by unsupervised grammar induction systems. We release a new Freebase semantic parsing dataset called SPADES (Semantic PArsing of DEclarative Sentences) containing 93K cloze-style questions paired with answers. We evaluate all our models on this dataset. Our code and data are available at https://github.com/sivareddyg/graph-parser.

📄 PDF Abstract BibTeX arXiv:1609.09405

Code (1)

sivareddyg/graph-parser 공식 구현

Tasks

Semantic Parsingslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

An Imitation Learning Approach to Unsupervised Parsing

2019-06-05 · ACL 2019 7 · Bowen Li, Lili Mou, Frank Keller

Recently, there has been an increasing interest in unsupervised parsers that optimize semantically oriented objectives, typically using reinforcement learning. Unfortunately, the learned trees often do not match actual s…

Imitation LearningLanguage ModelingLanguage ModellingNatural Language Inference+1

On Robustness of Neural Semantic Parsers

2021-02-02 · EACL 2021 2 · Shuo Huang, Zhuang Li, Lizhen Qu, Lei Pan

Semantic parsing maps natural language (NL) utterances into logical forms (LFs), which underpins many advanced NLP problems. Semantic parsers gain performance boosts with deep neural networks, but inherit vulnerabilities…

Data AugmentationSemantic Parsing

The Role of Semantic Parsing in Understanding Procedural Text

2023-02-14 · Hossein Rajaby Faghihi, Parisa Kordjamshidi, Choh Man Teng, James Allen

In this paper, we investigate whether symbolic semantic representations, extracted from deep semantic parsers, can help reasoning over the states of involved entities in a procedural text. We consider a deep semantic par…

Semantic ParsingSemantic Role Labeling

Is neural semantic parsing good at ellipsis resolution, or isn't it?

2025-07-31 · Xiao Zhang, Johan bos arxiv

Neural semantic parsers have shown good overall performance for a variety of linguistic phenomena, reaching semantic matching scores of more than 90%. But how do such parsers perform on strongly context-sensitive phenome…

Data AugmentationSemantic Parsing

Parsing Any Domain English text to CoNLL dependencies

2012-05-01 · LREC 2012 5 · Sudheer Kolachina, Prasanth Kolachina

It is well known that accuracies of statistical parsers trained over Penn Treebank on test sets drawn from the same corpus tend to be overestimates of their actual parsing performance. This gives rise to the need for eva…

BenchmarkingDependency ParsingMachine TranslationQuestion Answering+2