paper-with-me

Papers

Label-Efficient Self-Training for Attribute Extraction from Semi-Structured Web Documents

2022-08-27 · Ritesh Sarkhel, Binxuan Huang, Colin Lockard, Prashant Shiralkar

Extracting structured information from HTML documents is a long-studied problem with a broad range of applications, including knowledge base construction, faceted search, and personalized recommendation. Prior works rely on a few human-labeled web pages from each target website or thousands of human-labeled web pages from some seed websites to train a transferable extraction model that generalizes on unseen target websites. Noisy content, low site-level consistency, and lack of inter-annotator agreement make labeling web pages a time-consuming and expensive ordeal. We develop LEAST -- a Label-Efficient Self-Training method for Semi-Structured Web Documents to overcome these limitations. LEAST utilizes a few human-labeled pages to pseudo-annotate a large number of unlabeled web pages from the target vertical. It trains a transferable web-extraction model on both human-labeled and pseudo-labeled samples using self-training. To mitigate error propagation due to noisy training samples, LEAST re-weights each training sample based on its estimated label accuracy and incorporates it in training. To the best of our knowledge, this is the first work to propose end-to-end training for transferable web extraction models utilizing only a few human-labeled pages. Experiments on a large-scale public dataset show that using less than ten human-labeled pages from each seed website for training, a LEAST-trained model outperforms previous state-of-the-art by more than 26 average F1 points on unseen websites, reducing the number of human-labeled pages to achieve similar performance by more than 10x.

📄 PDF Abstract BibTeX arXiv:2208.13086

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeAttribute ExtractionKnowledge Base Construction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

A Review on Semi-Supervised Relation Extraction

2021-03-12 · Yusen Lin

Relation extraction (RE) plays an important role in extracting knowledge from unstructured text but requires a large amount of labeled corpus. To reduce the expensive annotation efforts, semisupervised learning aims to l…

Meta-LearningRelationRelation Extraction

Semi-supervised Relation Extraction via Incremental Meta Self-Training

2020-10-06 · Findings (EMNLP) 2021 11 · Xuming Hu, Chenwei Zhang, Fukun Ma, Chenyao Liu 외

To alleviate human efforts from obtaining large-scale annotations, Semi-Supervised Relation Extraction methods aim to leverage unlabeled data in addition to learning from limited samples. Existing self-training methods s…

Meta-LearningPseudo LabelRelationRelation Classification+1

Semi-Supervised Self-Growing Generative Adversarial Networks for Image Recognition

2019-08-11 · Haoqian Wang, Zhiwei Xu, Jun Xu, Wangpeng An 외

Image recognition is an important topic in computer vision and image processing, and has been mainly addressed by supervised deep learning methods, which need a large set of labeled images to achieve promising performanc…

AttributeGenerative Adversarial Network

Multi-task Self-distillation for Graph-based Semi-Supervised Learning

2021-12-02 · Yating Ren, Junzhong Ji, Lingfeng Niu, Minglong Lei

Graph convolutional networks have made great progress in graph-based semi-supervised learning. Existing methods mainly assume that nodes connected by graph edges are prone to have similar attributes and labels, so that t…

Node Classification

Meta-learning of semi-supervised learning from tasks with heterogeneous attribute spaces

2023-11-09 · Tomoharu Iwata, Atsutoshi Kumagai

We propose a meta-learning method for semi-supervised learning that learns from multiple tasks with heterogeneous attribute spaces. The existing semi-supervised meta-learning methods assume that all tasks share the same …

AttributeMeta-Learningregression