{"description":"Test your understanding of spam detection using NLP, including classification models, text preprocessing, and feature analysis.","questions":[{"answer":"To classify messages as spam or not spam","number":1,"options":["To generate email content","To classify messages as spam or not spam","To translate text between languages","To summarize long documents"],"question":"What is the primary goal of spam detection in NLP?"},{"answer":"Classification model","number":2,"options":["Regression model","Generative model","Classification model","Clustering model"],"question":"Which type of model is typically used for spam detection?"},{"answer":"To teach the model the difference between spam and legitimate content","number":3,"options":["To reduce inference time","To identify the sender's location","To teach the model the difference between spam and legitimate content","To generate new messages"],"question":"Why is labeled data important in training spam detection models?"},{"answer":"Presence of promotional phrases or urgent calls to action","number":4,"options":["Greetings and salutations","Presence of promotional phrases or urgent calls to action","Grammatical correctness","Short messages"],"question":"Which of the following is often a strong indicator of spam?"},{"answer":"Word embedding","number":5,"options":["Image encoding","Word embedding","Audio fingerprinting","Bitmasking"],"question":"What technique converts words into numerical form for NLP models?"},{"answer":"It prevents overfitting by randomly disabling neurons during training","number":6,"options":["It increases text input length","It helps the model forget common spam keywords","It prevents overfitting by randomly disabling neurons during training","It speeds up email delivery"],"question":"Why is a dropout layer useful in spam classification models?"},{"answer":"They continuously learn from new labeled data","number":7,"options":["They use static keyword lists","They manually update their parameters","They continuously learn from new labeled data","They ignore older data"],"question":"How do NLP-based spam filters handle evolving spam patterns?"},{"answer":"Email metadata like sender info and frequency","number":8,"options":["Email metadata like sender info and frequency","Recipient\u2019s phone number","Browser history","Font style in the email"],"question":"Which kind of data is useful in improving spam detection accuracy aside from the message content?"},{"answer":"Spam or Not-Spam probabilities","number":9,"options":["A set of audio features","Spam or Not-Spam probabilities","Sentiment labels","Translation outputs"],"question":"What does a model output in binary spam classification?"},{"answer":"It ensures important emails are not lost","number":10,"options":["It increases server load","It improves training loss","It ensures important emails are not lost","It improves visualization"],"question":"Why is it important to avoid misclassifying legitimate messages as spam?"}],"title":"Spam Detection"}
