# 7.4 Downloading data for publishing: criteria for recordings and fields included

### **Criteria to include a recording**

There are two approaches to publishing data. The first approach is that only recordings that have:

* gained approval through the review process
* passed quality checks for content and technical issues
* got the right consent

…can be included in datasets for the public to download.

The second option is to publish all the recordings that have got the right consent, but split them into subsets of “approved”, “rejected”, and “pending review”.

For the current project, we have followed the second approach.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXf1_vojPiVq4j1kOeDfkBsEabucr6FAUnY8AgMElR88auDvpFWpczKAtHOya3cz7yk_ANZRWdnY10StawaHymXsF7v147m8DjenGWdL74WDwz1fft4zD6a9ga-wX8j7bTFRavEnZA?key=LjOaNqlneHjM8MYR-1Jh9w)

### **Published metadata fields**

Each recording includes anonymized metadata[^1] that lists: language, language variant, year of birth, country, gender, and education level

{% hint style="info" %}
Public releases do not contain anything that could identify a particular person (names, emails, usernames).
{% endhint %}

### **Dataset access and licensing**

* All public datasets are hosted in [**gated repositories**](https://huggingface.co/datasets/CLEAR-Global/TWB-Voice-1.0) on [Hugging Face](https://huggingface.co). This ensures proper approval of the Dataset Access Terms. It also allows us to track downloads.
* We deal with any requests for deletion quickly. We tell people who downloaded the data if the deletions will affect shared datasets.
* We release datasets and models under a [custom license](https://huggingface.co/datasets/CLEAR-Global/TWB-Voice-dataset-access-terms/blob/main/README.md) where downloaders must accept the Dataset Access Terms first and then the dataset is provided under the terms of [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en). This allows non-commercial use with proper crediting.

[^1]: **Metadata:** Extra information that gives some background to a dataset or parts of a dataset. Examples are demographics of the speakers (age, gender, accent), recording conditions (microphone type, level of background noise), or language-related details (dialect, speed of speaking, emotional tone).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://twbvoiceplaybook.clearglobal.org/7.-data-storage-compliance-and-ethical-issues/7.4-downloading-data-for-publishing-criteria-for-recordings-and-fields-included.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
