psuwannapich
commited on
Commit
•
a43cc23
1
Parent(s):
6513242
Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,15 @@ This is a dataset for Thai Coreference and Zero Pronoun Resolution.
|
|
13 |
Raw textual data was retrieved from [Han-Coref](https://huggingface.co/pythainlp/han-coref-v1.0).
|
14 |
The coreferece labels were re-annotate to include zero pronoun resolution to coreference resolution.
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
The anotators are Thai native speakers who were not linguists.
|
21 |
The annotation process is divided into two steps:
|
|
|
13 |
Raw textual data was retrieved from [Han-Coref](https://huggingface.co/pythainlp/han-coref-v1.0).
|
14 |
The coreferece labels were re-annotate to include zero pronoun resolution to coreference resolution.
|
15 |
|
16 |
+
## Data Format
|
17 |
|
18 |
+
The dataset contains 4 columns:
|
19 |
+
1. **text**: Raw text data
|
20 |
+
2. **clusters**: Coreference labels in nested list format. The outter list contains lists of clusters (coreference chains). Each cluster list contains start and end indexes pairs that are refer to the same entities.
|
21 |
+
3. **mention_type**: Type of each start and end indexes pair in *clusters*.
|
22 |
+
4. **clusters_strings**: String of each start and end indexes pair in *clusters*.
|
23 |
+
|
24 |
+
## Annotators
|
25 |
|
26 |
The anotators are Thai native speakers who were not linguists.
|
27 |
The annotation process is divided into two steps:
|