paper-with-me

홈 › Papers

Unlearn What You Have Learned: Adaptive Crowd Teaching with Exponentially Decayed Memory Learners

2018-04-17 · Yao Zhou, Arun Reddy Nelakurthi, Jingrui He

With the increasing demand for large amount of labeled data, crowdsourcing has been used in many large-scale data mining applications. However, most existing works in crowdsourcing mainly focus on label inference and incentive design. In this paper, we address a different problem of adaptive crowd teaching, which is a sub-area of machine teaching in the context of crowdsourcing. Compared with machines, human beings are extremely good at learning a specific target concept (e.g., classifying the images into given categories) and they can also easily transfer the learned concepts into similar learning tasks. Therefore, a more effective way of utilizing crowdsourcing is by supervising the crowd to label in the form of teaching. In order to perform the teaching and expertise estimation simultaneously, we propose an adaptive teaching framework named JEDI to construct the personalized optimal teaching set for the crowdsourcing workers. In JEDI teaching, the teacher assumes that each learner has an exponentially decayed memory. Furthermore, it ensures comprehensiveness in the learning process by carefully balancing teaching diversity and learner's accurate learning in terms of teaching usefulness. Finally, we validate the effectiveness and efficacy of JEDI teaching in comparison with the state-of-the-art techniques on multiple data sets with both synthetic learners and real crowdsourcing workers.

📄 PDF Abstract BibTeX arXiv:1804.06481

Code (1)

collwe/JEDI-Crowd-Teaching 공식 구현

Tasks

Diversity

Similar Papers 제목 키워드 기반

Efficiently Forgetting What You Have Learned in Graph Representation Learning via Projection

2023-02-17 · Weilin Cong, Mehrdad Mahdavi

As privacy protection receives much attention, unlearning the effect of a specific node from a pre-trained graph learning model has become equally important. However, due to the node dependency in the graph-structured da…

Graph LearningGraph Representation LearningRepresentation Learning

Unlearning in- vs. out-of-distribution data in LLMs under gradient-based method

2024-11-07 · Teodora Baluta, Pascal Lamblin, Daniel Tarlow, Fabian Pedregosa 외

Machine unlearning aims to solve the problem of removing the influence of selected training examples from a learned model. Despite the increasing attention to this problem, it remains an open research question how to eva…

Machine UnlearningMemorization

Unlearning Inversion Attacks for Graph Neural Networks

2025-06-01 · Jiahao Zhang, Yilong Wang, Zhiwei Zhang, Xiaorui Liu 외

Graph unlearning methods aim to efficiently remove the impact of sensitive data from trained GNNs without full retraining, assuming that deleted information cannot be recovered. In this work, we challenge this assumption…

Prompt Attacks Reveal Superficial Knowledge Removal in Unlearning Methods

2025-06-11 · Yeonwoo Jang, Shariqah Hossain, Ashwin Sreevatsa, Diogo Cruz

In this work, we show that some machine unlearning methods may fail when subjected to straightforward prompt attacks. We systematically evaluate eight unlearning techniques across three model families, and employ output-…

Machine UnlearningTAR

Large Language Model Unlearning via Embedding-Corrupted Prompts

2024-06-12 · Chris Yuhao Liu, Yaxuan Wang, Jeffrey Flanigan, Yang Liu

Large language models (LLMs) have advanced to encompass extensive knowledge across diverse domains. Yet controlling what a large language model should not know is important for ensuring alignment and thus safe use. Howev…

Language ModelingLanguage ModellingLarge Language Model