paper-with-me

Papers

Sentence Rewriting for Semantic Parsing

2019-01-10 · ACL 2016 8 · Bo Chen, Le Sun, Xianpei Han, Bo An

A major challenge of semantic parsing is the vocabulary mismatch problem between natural language and target ontology. In this paper, we propose a sentence rewriting based semantic parsing method, which can effectively resolve the mismatch problem by rewriting a sentence into a new form which has the same structure with its target logical form. Specifically, we propose two sentence-rewriting methods for two common types of mismatch: a dictionary-based method for 1-N mismatch and a template-based method for N-1 mismatch. We evaluate our entence rewriting based semantic parser on the benchmark semantic parsing dataset -- WEBQUESTIONS. Experimental results show that our system outperforms the base system with a 3.4% gain in F1, and generates logical forms more accurately and parses sentences more robustly.

📄 PDF Abstract BibTeX arXiv:1901.02998

Code (0)

등록된 구현이 없습니다.

Tasks

FormSemantic ParsingSentenceSentence ReWriting

Similar Papers 제목 키워드 기반

Unsupervised Sentence Simplification via Dependency Parsing

2022-06-10 · Vy Vo, Weiqing Wang, Wray Buntine

Text simplification is the task of rewriting a text so that it is readable and easily understood. In this paper, we propose a simple yet novel unsupervised sentence simplification system that harnesses parsing structures…

Dependency ParsingSentenceSentence EmbeddingsText Simplification

Unsupervised Sentence Simplification via Dependency Parsing

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Text simplification is the task of rewriting a text so that it is readable and easily understood. In this paper, we propose a simple yet novel unsupervised sentence simplification system that harnesses parsing structures…

Dependency ParsingSentenceSentence EmbeddingsText Simplification

QURG: Question Rewriting Guided Context-Dependent Text-to-SQL Semantic Parsing

2023-05-11 · Linzheng Chai, Dongling Xiao, Jian Yang, Liqun Yang 외

Context-dependent Text-to-SQL aims to translate multi-turn natural language questions into SQL queries. Despite various methods have exploited context-dependence information implicitly for contextual SQL parsing, there a…

Question RewritingSemantic ParsingSQL ParsingText to SQL+1

Rewriting Meaningful Sentences via Conditional BERT Sampling and an application on fooling text classifiers

2020-10-22 · Lei Xu, Ivan Ramirez, Kalyan Veeramachaneni

Most adversarial attack methods that are designed to deceive a text classifier change the text classifier's prediction by modifying a few words or characters. Few try to attack classifiers by rewriting a whole sentence, …

Adversarial AttackSemantic SimilaritySemantic Textual SimilaritySentence

Zero-resource Dependency Parsing: Boosting Delexicalized Cross-lingual Transfer with Linguistic Knowledge

2016-12-01 · COLING 2016 12 · Lauriane Aufrant, Guillaume Wisniewski, Fran{\c{c}}ois Yvon

This paper studies cross-lingual transfer for dependency parsing, focusing on very low-resource settings where delexicalized transfer is the only fully automatic option. We show how to boost parsing performance by rewrit…

Active LearningCross-Lingual TransferDependency ParsingMachine Translation+1