This repository contains customer service conversation data from Aquidneck Yacht Brokers in VCON (Virtual Call Object Notation) format. The conversations span from May 18-24, 2025, and represent typical customer interactions for a yacht brokerage company.
The dataset includes 42 customer service calls between Aquidneck Yacht Brokers agents and customers, covering various marine industry-specific support scenarios.
- Customers requesting returns for yacht equipment
- Processing refund requests
- Emotional customers (often expressing sadness about returns)
- Yacht transportation inquiries (e.g., Fort Lauderdale to Newport)
- Delivery status updates
- Shipping cost questions
- Wrong items received (e.g., yacht anchor instead of navigation system)
- Missing order investigations
- Order verification and corrections
- GPS malfunction troubleshooting
- Navigation system issues
- Equipment compatibility questions
- Yacht listing inquiries
- Brokerage service questions
- Pricing and commission discussions
- Membership cancellations
- Billing inquiries
- Privacy and data concerns
- Contact information updates
- Yacht viewing appointments
- Service scheduling
- Consultation bookings
- Average Duration: 50-60 seconds
- Call Disposition: All marked as "ANSWERED" with "VM Left" status
- Language: English
- Transcription Confidence: 99%
- Professional Tone: Agents maintain consistent, helpful demeanor
- Resolution Rate: Most issues resolved or appropriately escalated
Each conversation includes:
- Audio recording (MP3 format)
- Full transcript with speaker diarization
- AI-generated summary
- Participant metadata (names, roles, contact info)
- Call metadata (duration, timestamp, disposition)
The repository includes a Streamlit-based viewer for exploring the VCON conversations. To run the viewer:
- Install the required dependencies:
pip install streamlit pandas
- Run the viewer:
streamlit run vcon_viewer.py
The viewer will open in your default web browser and provides the following features:
- Browse conversations by day
- View conversation metadata and transcripts
- Listen to audio recordings
- Filter and search through conversations
- View detailed analysis and diarization
- Agent greeting with company name and agent introduction
- Customer name verification
- Issue description by customer
- Information gathering (order numbers, email verification)
- Resolution or escalation
- Professional closing
- Customers frequently express emotions related to their issues
- Agents consistently follow verification protocols
- Marine industry-specific terminology used throughout
- Focus on high-value transactions typical of yacht brokerage
This dataset provides realistic examples of customer service interactions in the luxury marine industry, useful for training, analysis, or demonstration purposes.