Real Estate Intent Classification & RLHF
Developed a classification dataset for Real Estate lead scoring. Task: Classify raw natural language inputs into intents: "High-Intent Buyer," "Investor," or "Casual Window Shopper." Method: Designed "Chain-of-Thought" system prompts to force the LLM to reason before classifying. Correction: Implemented a feedback loop where low-confidence scores were routed for human review, correcting the model's logic to improve future precision (RLHF approach). Outcome: Improved intent recognition accuracy by 40% through iterative prompt refinement and strict JSON schema enforcement.