Learn Before
Using decoy inboxes to collect scam messages for training.
Case context: You are building a message-filtering service for a small business platform and need many examples of scam messages. A list of scam sender groups is already known, but your team does not yet have enough labeled examples to train a classifier.
Question: How can you use a honeypot approach to automatically gather a training set from these known scam sources?
Sample answer: Create a set of unused decoy inboxes and place them where the scam sender groups are likely to reach them, such as in public sign-up forms or leaked contact lists. Because no real users monitor these inboxes, any messages they receive can be collected automatically and treated as scam examples, producing a large labeled dataset with little manual review.
Key points:
- Create decoy inboxes.
- Expose the decoys to known scam sources.
- Automatically collect the incoming messages.
- Label the collected messages as scam training data.
Rubric: The response must explain creating decoy email inboxes, exposing them to known scam sources, and automatically collecting and labeling the incoming messages as scam examples.
0
1
Tags
Machine Learning
Deep Learning
Machine Learning Strategy
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Yearning @ DeepLearning.AI
Related
What is the main purpose of using a decoy email account in an anti-spam system?
A disposable email address placed where spammers can find it can be used to collect spam for training data.
In a campus email filter test, messages sent to a decoy address are _____ collected for later review.
Match each part of a spam trap to what it does in collecting junk mail.
Order the steps of a decoy contact-address operation from first to last.
Why are decoy email addresses sent to confirmed spammers in the data-collection setup?
A message sent to a hidden spam-trap inbox must always be manually checked before it can be used as training data.
A honeypot can gather spam examples by publishing _____ email addresses that no real person uses.
Match each spam-harvesting tactic to its role in producing trustworthy labels.
Order the steps that explain how decoy email accounts produce reliably labeled spam data.
Explain why disposable inboxes can produce a large spam dataset quickly.
Using decoy inboxes to collect scam messages for training.
How does a spam trap gather training examples?