Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ The text in the dataset is primarily in English (`en`).
|
|
| 43 |
### Data Instances
|
| 44 |
|
| 45 |
Each instance in the dataset represents a tutoring session transcript with labeled PII entities and their corresponding surrogate replacements. See an exerpt in the example below.
|
| 46 |
-
|
| 47 |
{"transcript": [
|
| 48 |
{
|
| 49 |
"role": "volunteer",
|
|
@@ -64,7 +64,7 @@ Each instance in the dataset represents a tutoring session transcript with label
|
|
| 64 |
"annotations": []
|
| 65 |
}
|
| 66 |
]}
|
| 67 |
-
|
| 68 |
### Data Fields
|
| 69 |
|
| 70 |
- `role`: The role of the speaker, "volunteer" or "student".
|
|
|
|
| 43 |
### Data Instances
|
| 44 |
|
| 45 |
Each instance in the dataset represents a tutoring session transcript with labeled PII entities and their corresponding surrogate replacements. See an exerpt in the example below.
|
| 46 |
+
```
|
| 47 |
{"transcript": [
|
| 48 |
{
|
| 49 |
"role": "volunteer",
|
|
|
|
| 64 |
"annotations": []
|
| 65 |
}
|
| 66 |
]}
|
| 67 |
+
```
|
| 68 |
### Data Fields
|
| 69 |
|
| 70 |
- `role`: The role of the speaker, "volunteer" or "student".
|