DBCLLGJul 24, 2014

Feature Engineering for Knowledge Base Construction

arXiv:1407.6439v357 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently constructing high-quality knowledge bases for scientific and other domains, though it is incremental as it builds on existing probabilistic inference methods.

The paper tackles the problem of knowledge base construction (KBC) by focusing on feature engineering, using the DeepDive system to build knowledge bases with quality comparable to or better than those created by human volunteers, often with significantly less effort—many projects are completed by a single graduate student instead of taking a decade or more of human years.

Knowledge base construction (KBC) is the process of populating a knowledge base, i.e., a relational database together with inference rules, with information extracted from documents and structured sources. KBC blurs the distinction between two traditional database problems, information extraction and information integration. For the last several years, our group has been building knowledge bases with scientific collaborators. Using our approach, we have built knowledge bases that have comparable and sometimes better quality than those constructed by human volunteers. In contrast to these knowledge bases, which took experts a decade or more human years to construct, many of our projects are constructed by a single graduate student. Our approach to KBC is based on joint probabilistic inference and learning, but we do not see inference as either a panacea or a magic bullet: inference is a tool that allows us to be systematic in how we construct, debug, and improve the quality of such systems. In addition, inference allows us to construct these systems in a more loosely coupled way than traditional approaches. To support this idea, we have built the DeepDive system, which has the design goal of letting the user "think about features---not algorithms." We think of DeepDive as declarative in that one specifies what they want but not how to get it. We describe our approach with a focus on feature engineering, which we argue is an understudied problem relative to its importance to end-to-end quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes