paper-with-me

Papers

Coarse-to-Fine Decoding for Neural Semantic Parsing

2018-05-12 · ACL 2018 7 · Li Dong, Mirella Lapata

Semantic parsing aims at mapping natural language utterances into structured meaning representations. In this work, we propose a structure-aware neural architecture which decomposes the semantic parsing process into two stages. Given an input utterance, we first generate a rough sketch of its meaning, where low-level information (such as variable names and arguments) is glossed over. Then, we fill in missing details by taking into account the natural language input and the sketch itself. Experimental results on four datasets characteristic of different domains and meaning representations show that our approach consistently improves performance, achieving competitive results despite the use of relatively simple decoders.

📄 PDF Abstract BibTeX arXiv:1805.04793

Code (2)

donglixp/coarse2fine 공식 구현 pytorch
inyukwo1/Coarse2fine_boilerplate pytorch

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

Progressive refinement: a method of coarse-to-fine image parsing using stacked network

2018-04-23 · Jiagao Hu, Zhengxing Sun, Yunhan Sun, Jinlong Shi

To parse images into fine-grained semantic parts, the complex fine-grained elements will put it in trouble when using off-the-shelf semantic segmentation networks. In this paper, for image parsing task, we propose to par…

Face ParsingHuman ParsingSegmentationSemantic Segmentation

HSD: Training-Free Acceleration for Document Parsing Vision-Language Models with Hierarchical Speculative Decoding

2026-02-13 · Wenhui Liao, Hongliang Li, Pengyu Xie, Xinyu Cai 외 arxiv

Document parsing is a fundamental task in multimodal understanding, supporting a wide range of downstream applications such as information extraction and intelligent document analysis. Benefiting from strong semantic mod…

Information Extraction

Multi-Task Learning for Semantic Parsing with Cross-Domain Sketch

2019-05-01 · ICLR 2019 5 · Huan Wang, Yuxiang Hu, Li Dong, Feijun Jiang 외

Semantic parsing which maps a natural language sentence into a formal machine-readable representation of its meaning, is highly constrained by the limited annotated training data. Inspired by the idea of coarse-to-fine, …

DecoderMulti-Task LearningSemantic ParsingSentence

From Paraphrasing to Semantic Parsing: Unsupervised Semantic Parsing via Synchronous Semantic Decoding

2021-06-11 · ACL 2021 5 · Shan Wu, Bo Chen, Chunlei Xin, Xianpei Han 외

Semantic parsing is challenging due to the structure gap and the semantic gap between utterances and logical forms. In this paper, we propose an unsupervised semantic parsing method - Synchronous Semantic Decoding (SSD),…

FormSemantic ParsingUnsupervised semantic parsing

Retrieve-and-Fill for Scenario-based Task-Oriented Semantic Parsing

2022-02-02 · Akshat Shrivastava, Shrey Desai, Anchit Gupta, Ali Elkahky 외

Task-oriented semantic parsing models have achieved strong results in recent years, but unfortunately do not strike an appealing balance between model size, runtime latency, and cross-domain generalizability. We tackle t…

RetrievalSemantic Parsing