scispace - formally typeset
Open AccessProceedings Article

Large-scale Semantic Parsing via Schema Matching and Lexicon Extension

Qingqing Cai, +1 more
- pp 423-433
Reads0
Chats0
TLDR
A semantic parser for Freebase is developed based on a reduction to standard supervised training algorithms, schema matching, and pattern learning that is capable of parsing questions with an F1 that improves by 0.42 over a purely-supervised learning algorithm.
Abstract
Supervised training procedures for semantic parsers produce high-quality semantic parsers, but they have difficulty scaling to large databases because of the sheer number of logical constants for which they must see labeled training data. We present a technique for developing semantic parsers for large databases based on a reduction to standard supervised training algorithms, schema matching, and pattern learning. Leveraging techniques from each of these areas, we develop a semantic parser for Freebase that is capable of parsing questions with an F1 that improves by 0.42 over a purely-supervised learning algorithm.

read more

Citations
More filters
Journal ArticleDOI

Novel knowledge-based system with relation detection and textual evidence for question answering research.

TL;DR: This work proposes a novel Question Answering method with Relation Detection and Textual Evidence (QARDTE), which uses bidirectional long-short term memory networks with different levels of abstraction to better capture sentence structures and addresses the semantic gap problem in relation detection.
Journal ArticleDOI

Learning to Map Frequent Phrases to Sub-Structures of Meaning Representation for Neural Semantic Parsing

TL;DR: This paper proposes that the vocabulary-mismatch problem can be effectively resolved by leveraging appropriate logical tokens, and exploits macro actions, which are of the same granularity of words/phrases, and allow the model to learn mappings from frequent phrases to corresponding sub-structures of meaning representation.
Posted Content

Ontology Matching Techniques: A Gold Standard Model.

TL;DR: A review of various ontology matching techniques specified in recent research papers in the area was undertaken to categorize an ontological matching technique as per newly proposed gold standard model and a metric value for the whole group was computed.
Proceedings ArticleDOI

RNG-KBQA: Generation Augmented Iterative Ranking for Knowledge Base Question Answering

TL;DR: RnG-KBQA as mentioned in this paper uses a contrastive ranker to rank a set of candidate logical forms obtained by searching over the knowledge graph, and then introduces a tailored generation model conditioned on the question and the top-ranked candidates to compose the final logical form.
Journal ArticleDOI

SemiLD: mediator-based framework for keyword search over semi-structured and linked data

TL;DR: This paper proposes SemiLD, a mediator-based framework to integrate on-the-fly heterogeneous semi-structured and Linked Data sources, and is implemented into a highly automated keyword search system that retrieves its input from various SPARQL endpoints and web APIs.
References
More filters
Proceedings ArticleDOI

Freebase: a collaboratively created graph database for structuring human knowledge

TL;DR: MQL provides an easy-to-use object-oriented interface to the tuple data in Freebase and is designed to facilitate the creation of collaborative, Web-based data-oriented applications.
Journal ArticleDOI

A survey of approaches to automatic schema matching

TL;DR: A taxonomy is presented that distinguishes between schema-level and instance-level, element- level and structure- level, and language-based and constraint-based matchers and is intended to be useful when comparing different approaches to schema matching, when developing a new match algorithm, and when implementing a schema matching component.
Proceedings Article

Toward an architecture for never-ending language learning

TL;DR: This work proposes an approach and a set of design principles for an intelligent computer agent that runs forever and describes a partial implementation of such a system that has already learned to extract a knowledge base containing over 242,000 beliefs.
Proceedings Article

Open information extraction from the web

TL;DR: Open Information Extraction (OIE) as mentioned in this paper is a new extraction paradigm where the system makes a single data-driven pass over its corpus and extracts a large set of relational tuples without requiring any human input.
Proceedings Article

Identifying Relations for Open Information Extraction

TL;DR: Two simple syntactic and lexical constraints on binary relations expressed by verbs are introduced in the ReVerb Open IE system, which more than doubles the area under the precision-recall curve relative to previous extractors such as TextRunner and woepos.