Dataset Viewer
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ArrowInvalid
Message:      JSON parse error: Column() changed from object to string in row 0
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 160, in _generate_tables
                  df = pandas_read_json(f)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 38, in pandas_read_json
                  return pd.read_json(path_or_buf, **kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 815, in read_json
                  return json_reader.read()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1025, in read
                  obj = self._get_object_parser(self.data)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1051, in _get_object_parser
                  obj = FrameParser(json, **kwargs).parse()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1187, in parse
                  self._parse()
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/io/json/_json.py", line 1402, in _parse
                  self.obj = DataFrame(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/core/frame.py", line 778, in __init__
                  mgr = dict_to_mgr(data, index, columns, dtype=dtype, copy=copy, typ=manager)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/core/internals/construction.py", line 503, in dict_to_mgr
                  return arrays_to_mgr(arrays, columns, index, dtype=dtype, typ=typ, consolidate=copy)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/core/internals/construction.py", line 114, in arrays_to_mgr
                  index = _extract_index(arrays)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/pandas/core/internals/construction.py", line 677, in _extract_index
                  raise ValueError("All arrays must be of the same length")
              ValueError: All arrays must be of the same length
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2285, in __iter__
                  for key, example in ex_iterable:
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 302, in __iter__
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 163, in _generate_tables
                  raise e
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 137, in _generate_tables
                  pa_table = paj.read_json(
                File "pyarrow/_json.pyx", line 308, in pyarrow._json.read_json
                File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
                File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
              pyarrow.lib.ArrowInvalid: JSON parse error: Column() changed from object to string in row 0

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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.

  • 🗣️ Language & Accents: English (Indian, American, Filipino)

  • 📞 Call Types: Inbound and outbound customer service conversations

  • 🏢 Source: Sourced via partnerships with BPO centers across a range of industries

  • 🔊 Audio Length: 10,500+ hours of corresponding real-world audio (not included in this release)

  • 📄 Transcripts: 91,706 JSON-formatted files with:

    • Word-level timestamps
    • ASR confidence scores
    • Categorized by domain, topic, and accent
    • Redacted for privacy

🔧 Processing Pipeline:

  1. Raw, uncompressed audio was downloaded directly from BPO partners to maintain acoustic integrity.

  2. Calls were tagged by domain, accent, and topic (inbound vs outbound).

  3. Transcription was done using AssemblyAI’s paid ASR model.

  4. Transcripts and audios were redacted for PII based on the following list:

    account_number, banking_information, blood_type, credit_card_number, credit_card_expiration, 
    credit_card_cvv, date, date_interval, date_of_birth, drivers_license, drug, duration, 
    email_address, event, filename, gender_sexuality, healthcare_number, injury, ip_address, 
    language, location, marital_status, medical_condition, medical_process, money_amount, 
    nationality, number_sequence, occupation, organization, passport_number, password, person_age, 
    person_name, phone_number, physical_attribute, political_affiliation, religion, statistics, 
    time, url, us_social_security_number, username, vehicle_id, zodiac_sign
    
  5. A manually QA’d subset was used to calculate word error rate (WER), with the overall transcription accuracy estimated at 96.131%.

  6. Final output is provided in JSON format, with cleaned and standardized fields.

📜 Paper Coming Soon: A detailed paper describing the full pipeline, challenges, and benchmarks will be released on arXiv. 📣 Want Updates? Drop a comment in the community section to be notified when the paper goes live.

🔐 License: Provided strictly for research and AI model development. Commercial use, resale, or redistribution is prohibited.

🎓 Brought to you by AIxBlocka 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.

Downloads last month
92