

Interpretable Real Estate Recommendations
24 snips Sep 22, 2025
Kunal Mukherjee, a postdoctoral research associate at Virginia Tech specializing in graph-based machine learning, discusses his innovative work on human-interpretable real estate recommendations. He highlights how the COVID-19 pandemic has transformed the real estate market, necessitating better recommendation systems. Kunal explains his graph neural network approach that not only recommends properties but also provides clear reasons for these suggestions. The conversation delves into the importance of regional context, the use of user co-click data, and the benefits of graph models over traditional methods.
AI Snips
Chapters
Transcript
Episode notes
Post‑COVID Neighborhood Boom
- After COVID many buyers moved to new, fast-growing suburbs they didn't know by name.
- Kunal described Frisco and Prosper near Dallas as examples of regions that suddenly boomed and puzzled distant buyers.
Prefer Simpler Models For Production
- Favor simpler models in production when latency, data, or update cost matter.
- Kunal recommends XGBoost/histogram approaches over deep models when practical constraints dominate.
Tripartite Structure Matters
- Real estate recommendations form a tripartite graph of users, listings, and cities, not a simple user‑item bipartite graph.
- Kunal argued this structure makes GNNs especially suitable for region recommendations and explanations.