Datasets:
michal-stefanik
commited on
Commit
•
1af113d
1
Parent(s):
9e6c66d
Update README.md
Browse files
README.md
CHANGED
@@ -76,20 +76,24 @@ 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
|
82 |
-
*
|
83 |
-
* Annotated labels
|
84 |
-
* Uncertain labels
|
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 |
-
*
|
|
|
|
|
88 |
|
89 |
-
|
90 |
-
|
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.
|
|
|
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 |
+
## Dataset format
|
80 |
+
|
81 |
The dataset contains the following attributes:
|
82 |
|
83 |
+
* **Identifier** `id`. Selected entries have duplicate annotations, allowing to evaluate cross-annotator agreements
|
84 |
+
* **Structured story**: `description`, `anamnesis`, `solution` and `outcome` that describe the situation, intervention and its outcome in a free text
|
85 |
+
* **Annotated labels**: `problems_annotated`, `solutions_annotated`, `implications_annotated` associating each problem, solution and outcome into a set of pre-defined categories.
|
86 |
+
* **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.
|
87 |
+
* **Student attributes** (currently in CS): `age, school year`, `hobbies`, `diagnoses`, `disorders` detailing the profile of the student(s) acting in the entry
|
88 |
+
* **Teacher attributes** (currently in CS): `approbation` and `practice_years` of the teacher acting in the entry
|
89 |
+
* **Structured story in Czech**: `description_cs`, `anamnesis_cs`, `solution_cs` and `outcome_cs` containing structured parts of the story in the original, Czech language.
|
90 |
+
|
91 |
+
## Notes
|
92 |
|
93 |
+
This dataset is a work-in-progress: Currently, it contains a small portion of missing entries that will be filled in the next annotation round(s).
|
94 |
+
As our databases of teaching stories grows, we plan to extend the dataset with more, likely unlabeled stories.
|
95 |
If requested by our users, we will also consider translating Czech-specific (Student and Teacher) attributes to English.
|
96 |
|
97 |
Please feel free to leave a comment in the Community section in case you have any questions or suggestions.
|
98 |
|
99 |
+
This dataset is curated and maintained by [Jan Nehyba](https://www.muni.cz/en/people/106930-jan-nehyba), [Jiřina Karasová](https://www.muni.cz/en/people/514894-jirina-karasova) and [Michal Štefánik](https://michal-stefanik.github.io/) from Masaryk University.
|