CoolFace
Datasetpublic

Publishing/unclutching-corpus-v3

Unclutching Corpus v3 English-only, quality-filtered excerpts discussing the meditation concept of unclutching, extracted from books and transcripts, de-duplicated, and cleaned. Stats Records: 1,012 Total characters: 679,435 Avg chars per record: 671 Schema Single column: { "text": "string" } Filtering pipeline Built from a 3,766-row deduplicated source corpus by: Dropping non-English sources (lang-tagged translations, non-Latin… See the full description on the dataset page: https://huggingface.co/datasets/Publishing/unclutching-corpus-v3.

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
0likes9downloads
Dataset Card

Unclutching Corpus v3

English-only, quality-filtered excerpts discussing the meditation concept of unclutching, extracted from books and transcripts, de-duplicated, and cleaned.

Stats

  • —Records: 1,012
  • —Total characters: 679,435
  • —Avg chars per record: 671

Schema

Single column:

jsonc
{ "text": "string" }

Filtering pipeline

Built from a 3,766-row deduplicated source corpus by:

  1. 1.Dropping non-English sources (lang-tagged translations, non-Latin script).
  2. 2.Dropping institutional / promotional KAILASA boilerplate.
  3. 3.Stripping transcript timestamp markers (e.g. **[00:17:02]**, **10:28**).
  4. 4.Dropping markdown table / table-of-contents excerpts.
  5. 5.Dropping excerpts truncated mid-sentence (... at start/end).
  6. 6.Requiring n_chars >= 250 after cleaning.
  7. 7.Requiring n_unclutch >= 2 (the term must actually be discussed, not just name-dropped).
  8. 8.Light English-language sanity check via common function-word presence.