Learn Before
When Auxiliary Data Conflicts with the Target Task
Question: A team wants to estimate apartment rent in Seattle using unit size and bedroom count. They also have rent records from Cleveland and want to combine the two sources. Explain when the outside dataset is inconsistent with the Seattle task and why combining them can weaken the learner.
Sample answer: An outside dataset is inconsistent when the same feature pattern is associated with different outcomes in different sources. For example, a 900-square-foot, two-bedroom apartment may rent for much more in Seattle than in Cleveland. If a model is trained on both datasets together, it sees one input paired with very different rent values. That conflict makes it harder to learn the Seattle-specific relationship between features and rent, so performance on the target task can fall.
Key points:
- Inconsistency means one set of features does not correspond to one stable outcome across sources.
- The same apartment size can imply very different rents in Seattle and Cleveland.
- Combining the datasets can give the learner mixed signals.
- Conflicting auxiliary records can reduce accuracy on the target city.
Rubric: A strong response will define inconsistency as a mismatch in the feature-to-outcome relationship, apply it to a Seattle-versus-Cleveland housing example, and explain that the model receives conflicting training signals that hurt target-task learning.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Adding a Source-ID Feature for Conflicting Data
Training a rent predictor with records from two neighborhoods that use different pricing rules
Rent data for studio apartments from two different cities can be treated as consistent just because the apartments have the same floor area.
When task data conflicts with the target domain, _____ the mismatched examples during training.
Match the terms in a data-shift example
How to decide whether to include data from a second source
When Does Auxiliary Data Conflict with the Target Task?
Combining datasets with conflicting labels can hurt model performance
Relative pricing of a suburban home compared with _____ homes
Match each example to the correct consistency category
Order the steps that explain why combining two sources with different label rules can hurt learning.
When Auxiliary Data Conflicts with the Target Task
Deciding whether to add auxiliary rent data from another city
What makes an auxiliary data source inconsistent with the main task?