Datasets:
michal-stefanik
commited on
Commit
•
9e6c66d
1
Parent(s):
bffd7ca
Update README.md
Browse files
README.md
CHANGED
@@ -56,4 +56,40 @@ configs:
|
|
56 |
data_files:
|
57 |
- split: train
|
58 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
data_files:
|
57 |
- split: train
|
58 |
path: data/train-*
|
59 |
+
task_categories:
|
60 |
+
- text-classification
|
61 |
+
language:
|
62 |
+
- en
|
63 |
+
- cs
|
64 |
+
pretty_name: Edustories
|
65 |
---
|
66 |
+
|
67 |
+
# Dataset Card for Edustories dataset
|
68 |
+
|
69 |
+
This repository contains data available in the Edustories.cz platform.
|
70 |
+
The data contains structured descriptions of situations from classses documented by candidate teachers.
|
71 |
+
Each of the entries, also called casuistics, is structured into a `description` of the background, `anamnesis` describing the situation,
|
72 |
+
a `solution` describing the intervention of the teacher in the situation, and `outcome` describing the final state of the intervetion.
|
73 |
+
|
74 |
+
Each of the entries was semi-automatically parsed from the original, free-text journal and associated with additional information from our database.
|
75 |
+
All the entries were anonymised.
|
76 |
+
|
77 |
+
In addition, our annotators manually associated each entry with a set of multiple categories that best fit the described situation, intervention and outcome.
|
78 |
+
|
79 |
+
The dataset contains the following attributes:
|
80 |
+
|
81 |
+
* `id` as an identifier of the entry. Selected entries have duplicate annotations, allowing to evaluate cross-annotator agreements
|
82 |
+
* Story: `description`, `anamnesis`, `solution` and `outcome` that describe the situation, intervention and its outcome in a free text
|
83 |
+
* Annotated labels: `problems_annotated`, `solutions_annotated`, `implications_annotated` associating each problem, solution and outcome into a set of pre-defined categories.
|
84 |
+
* Uncertain labels: `problems_possible_annotated`, `solutions_possible_annotated`, `implications_possible_annotated` containing assignments to the same, categories but where the annotators were not sure of the correctness of their assignment.
|
85 |
+
* Student attributes (currently in CS): `age, school year`, `hobbies`, `diagnoses`, `disorders` detailing the profile of the student(s) acting in the entry
|
86 |
+
* Teacher attributes (currently in CS): `approbation` and `practice_years` of the teacher acting in the entry
|
87 |
+
* Story in Czech: `description_cs`, `anamnesis_cs`, `solution_cs` and `outcome_cs` containing structured parts of the story in the original, Czech language.
|
88 |
+
|
89 |
+
Note that this dataset is a work-in-progress: It contains some missing entries that will be filled in the next annotation round(s).
|
90 |
+
We plan to extend the dataset with more entries.
|
91 |
+
If requested by our users, we will also consider translating Czech-specific (Student and Teacher) attributes to English.
|
92 |
+
|
93 |
+
Please feel free to leave a comment in the Community section in case you have any questions or suggestions.
|
94 |
+
|
95 |
+
This dataset is curated and maintained by Jan Nehyba, Jiřina Karasová and Michal Štefánik from Masaryk University.
|