paper-with-me

Papers

CERES: Distantly Supervised Relation Extraction from the Semi-Structured Web

2018-04-12 · Colin Lockard, Xin Luna Dong, Arash Einolghozati, Prashant Shiralkar

The web contains countless semi-structured websites, which can be a rich source of information for populating knowledge bases. Existing methods for extracting relations from the DOM trees of semi-structured webpages can achieve high precision and recall only when manual annotations for each website are available. Although there have been efforts to learn extractors from automatically-generated labels, these methods are not sufficiently robust to succeed in settings with complex schemas and information-rich websites. In this paper we present a new method for automatic extraction from semi-structured websites based on distant supervision. We automatically generate training labels by aligning an existing knowledge base with a web page and leveraging the unique structural characteristics of semi-structured websites. We then train a classifier based on the potentially noisy and incomplete labels to predict new relation instances. Our method can compete with annotation-based techniques in the literature in terms of extraction quality. A large-scale experiment on over 400,000 pages from dozens of multi-lingual long-tail websites harvested 1.25 million facts at a precision of 90%.

📄 PDF Abstract BibTeX arXiv:1804.04635

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation Extraction

Similar Papers 제목 키워드 기반

ZeroShotCeres: Zero-Shot Relation Extraction from Semi-Structured Webpages

2020-05-14 · Colin Lockard, Prashant Shiralkar, Xin Luna Dong, Hannaneh Hajishirzi

In many documents, such as semi-structured webpages, textual semantics are augmented with additional information conveyed using visual elements including layout, font size, and color. Prior work on information extraction…

Graph Neural NetworkRelationRelation Extraction

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

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

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

2022-04-08 · NAACL 2022 7 · Rui Feng, Chen Luo, Qingyu Yin, Bing Yin 외

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search

OpenCeres: When Open Information Extraction Meets the Semi-Structured Web

2019-06-01 · NAACL 2019 6 · Colin Lockard, Prashant Shiralkar, Xin Luna Dong

Open Information Extraction (OpenIE), the problem of harvesting triples from natural language text whose predicate relations are not aligned to any pre-defined ontology, has been a popular subject of research for the las…

Open Information ExtractionRelation Extraction

Improving Distantly Supervised Relation Extraction by Natural Language Inference

2022-07-31 · Kang Zhou, Qiao Qiao, Yuepei Li, Qi Li

To reduce human annotations for relation extraction (RE) tasks, distantly supervised approaches have been proposed, while struggling with low performance. In this work, we propose a novel DSRE-NLI framework, which consid…

Natural Language InferenceRelationRelation Extraction