paper-with-me

Papers

GLaRA: Graph-based Labeling Rule Augmentation for Weakly Supervised Named Entity Recognition

2021-04-13 · EACL 2021 2 · Xinyan Zhao, Haibo Ding, Zhe Feng

Instead of using expensive manual annotations, researchers have proposed to train named entity recognition (NER) systems using heuristic labeling rules. However, devising labeling rules is challenging because it often requires a considerable amount of manual effort and domain expertise. To alleviate this problem, we propose \textsc{GLaRA}, a graph-based labeling rule augmentation framework, to learn new labeling rules from unlabeled data. We first create a graph with nodes representing candidate rules extracted from unlabeled data. Then, we design a new graph neural network to augment labeling rules by exploring the semantic relations between rules. We finally apply the augmented rules on unlabeled data to generate weak labels and train a NER model using the weakly labeled data. We evaluate our method on three NER datasets and find that we can achieve an average improvement of +20\% F1 score over the best baseline when given a small set of seed rules.

📄 PDF Abstract BibTeX arXiv:2104.06230

Code (1)

zhaoxy92/GLaRA 공식 구현 pytorch

Tasks

Graph Neural Networknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERWeakly-Supervised Named Entity Recognition

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Prompt-Based Rule Discovery and Boosting for Interactive Weakly-Supervised Learning

2022-05-01 · ACL 2022 5 · Rongzhi Zhang, Yue Yu, Pranav Shetty, Le Song 외

Weakly-supervised learning (WSL) has shown promising results in addressing label scarcity on many NLP tasks, but manually designing a comprehensive, high-quality labeling rule set is tedious and difficult. We study inter…

Weakly-supervised Learning

PRBoost: Prompt-Based Rule Discovery and Boosting for Interactive Weakly-Supervised Learning

2022-03-18 · Rongzhi Zhang, Yue Yu, Pranav Shetty, Le Song 외

Weakly-supervised learning (WSL) has shown promising results in addressing label scarcity on many NLP tasks, but manually designing a comprehensive, high-quality labeling rule set is tedious and difficult. We study inter…

Weakly-supervised Learning

ReGAL: Rule-Generative Active Learning for Model-in-the-Loop Weak Supervision

2020-10-16 · NeurIPS Workshop HAMLETS 2020 12 · Anonymous

One of the main bottlenecks to extending deep learning systems to new domains is the prohibitive cost of acquiring sufficient training labels. While many previous works have sought to alleviate this problem with weak su…

Active Learningtext-classificationText Classification

Interactive Machine Teaching by Labeling Rules and Instances

2024-09-08 · Giannis Karamanolakis, Daniel Hsu, Luis Gravano

Weakly supervised learning aims to reduce the cost of labeling data by using expert-designed labeling rules. However, existing methods require experts to design effective rules in a single shot, which is difficult in the…

Active LearningLanguage ModellingWeakly-supervised Learning

Adaptive Multi-view Rule Discovery for Weakly-Supervised Compatible Products Prediction

2022-06-28 · Rongzhi Zhang, Rebecca West, Xiquan Cui, Chao Zhang

On e-commerce platforms, predicting if two products are compatible with each other is an important functionality to achieve trustworthy product recommendation and search experience for consumers. However, accurately pred…

AttributeLanguage ModelingLanguage ModellingProduct Recommendation