Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
+
---
|
8 |
+
|
9 |
+
This dataset includes **91,706 high-quality transcriptions** corresponding to approximately **10,500 hours** of **real-world call center conversations** in **English**, collected across various industries and global regions. The dataset features both **inbound and outbound** calls and spans multiple accents, including **Indian**, **American**, and **Filipino** English. All transcripts have been **carefully redacted for PII** and enriched with **word-level timestamps** and **ASR confidence scores**, making it ideal for training robust speech and language models in real-world scenarios.
|
10 |
+
|
11 |
+
* 🗣️ **Language & Accents**: English (Indian, American, Filipino)
|
12 |
+
* 📞 **Call Types**: Inbound and outbound customer service conversations
|
13 |
+
* 🏢 **Source**: Sourced via partnerships with BPO centers across a range of industries
|
14 |
+
* 🔊 **Audio Length**: 10,500+ hours of corresponding real-world audio (not included in this release)
|
15 |
+
* 📄 **Transcripts**: 91,706 JSON-formatted files with:
|
16 |
+
|
17 |
+
* Word-level timestamps
|
18 |
+
* ASR confidence scores
|
19 |
+
* Categorized by domain, topic, and accent
|
20 |
+
* Redacted for privacy
|
21 |
+
|
22 |
+
🔧 **Processing Pipeline**:
|
23 |
+
|
24 |
+
1. Raw, uncompressed audio was downloaded directly from BPO partners to maintain acoustic integrity.
|
25 |
+
|
26 |
+
2. Calls were tagged by **domain**, **accent**, and **topic** (inbound vs outbound).
|
27 |
+
|
28 |
+
3. Transcription was done using **AssemblyAI’s paid ASR model**.
|
29 |
+
|
30 |
+
4. Transcripts and audios were **redacted for PII** based on the following list:
|
31 |
+
|
32 |
+
```
|
33 |
+
account_number, banking_information, blood_type, credit_card_number, credit_card_expiration,
|
34 |
+
credit_card_cvv, date, date_interval, date_of_birth, drivers_license, drug, duration,
|
35 |
+
email_address, event, filename, gender_sexuality, healthcare_number, injury, ip_address,
|
36 |
+
language, location, marital_status, medical_condition, medical_process, money_amount,
|
37 |
+
nationality, number_sequence, occupation, organization, passport_number, password, person_age,
|
38 |
+
person_name, phone_number, physical_attribute, political_affiliation, religion, statistics,
|
39 |
+
time, url, us_social_security_number, username, vehicle_id, zodiac_sign
|
40 |
+
```
|
41 |
+
|
42 |
+
5. A manually QA’d subset was used to calculate **word error rate (WER)**, with the overall transcription accuracy estimated at **96.131%**.
|
43 |
+
|
44 |
+
6. Final output is provided in **JSON format**, with cleaned and standardized fields.
|
45 |
+
|
46 |
+
📜 **Paper Coming Soon**: A detailed paper describing the full pipeline, challenges, and benchmarks will be released on **arXiv**.
|
47 |
+
📣 **Want Updates?** Drop a comment in the **community section** to be notified when the paper goes live.
|
48 |
+
|
49 |
+
🔐 **License**: Provided **strictly for research and AI model development**. **Commercial use, resale, or redistribution is prohibited.**
|
50 |
+
|
51 |
+
🎓 **Brought to you by AIxBlock** – *a decentralized platform for AI development and workflow automations, with a commitment to enabling the development of fair, accurate, and responsible AI systems through high-quality open datasets.*
|