paper-with-me

Papers

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 absence of proper guidance and tooling. Therefore, it is still an open question whether experts should spend their limited time writing rules or instead providing instance labels via active learning. In this paper, we investigate how to exploit an expert's limited time to create effective supervision. First, to develop practical guidelines for rule creation, we conduct an exploratory analysis of diverse collections of existing expert-designed rules and find that rule precision is more important than coverage across datasets. Second, we compare rule creation to individual instance labeling via active learning and demonstrate the importance of both across 6 datasets. Third, we propose an interactive learning framework, INTERVAL, that achieves efficiency by automatically extracting candidate rules based on rich patterns (e.g., by prompting a language model), and effectiveness by soliciting expert feedback on both candidate rules and individual instances. Across 6 datasets, INTERVAL outperforms state-of-the-art weakly supervised approaches by 7% in F1. Furthermore, it requires as few as 10 queries for expert feedback to reach F1 values that existing active learning methods cannot match even with 100 queries.

📄 PDF Abstract BibTeX arXiv:2409.05199

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningLanguage ModellingWeakly-supervised Learning

Similar Papers 제목 키워드 기반

Adaptive Rule Discovery for Labeling Text Data

2020-05-13 · Sainyam Galhotra, Behzad Golshan, Wang-Chiew Tan

Creating and collecting labeled data is one of the major bottlenecks in machine learning pipelines and the emergence of automated feature generation techniques such as deep learning, which typically requires a lot of tra…

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

Analysis of a Design Pattern for Teaching with Features and Labels

2016-11-18 · Christopher Meek, Patrice Simard, Xiaojin Zhu

We study the task of teaching a machine to classify objects using features and labels. We introduce the Error-Driven-Featuring design pattern for teaching using features and labels in which a teacher prefers to introduce…

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

Data Programming by Demonstration: A Framework for Interactively Learning Labeling Functions

2020-09-03 · Sara Evensen, Chang Ge, Dongjin Choi, Çağatay Demiralp

Data programming is a programmatic weak supervision approach to efficiently curate large-scale labeled training data. Writing data programs (labeling functions) requires, however, both programming literacy and domain exp…

Document Classification