File size: 1,385 Bytes
91cd2d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a43cc23
91cd2d2
a43cc23
 
 
 
 
 
 
91cd2d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: apache-2.0
language:
- th
size_categories:
- 1K<n<10K
---
# Z-coref: Thai Coreference and Zero Pronoun Resolution

<!-- Provide a quick summary of the dataset. -->

This is a dataset for Thai Coreference and Zero Pronoun Resolution.
Raw textual data was retrieved from [Han-Coref](https://huggingface.co/pythainlp/han-coref-v1.0).
The coreferece labels were re-annotate to include zero pronoun resolution to coreference resolution.

## Data Format

The dataset contains 4 columns:
 1. **text**: Raw text data
 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.
 3. **mention_type**: Type of each start and end indexes pair in *clusters*.
 4. **clusters_strings**: String of each start and end indexes pair in *clusters*. 

## Annotators

The anotators are Thai native speakers who were not linguists. 
The annotation process is divided into two steps: 
  1. identify mentions.
  2. link the coreferential mentions.

Annotators are asked to indicate mentions; words or phrases that refer to a specific **person** or **organization**. Other specific words such as items or locations are ignored.


<!-- ## Citation [optional]

**BibTeX:**

[More Information Needed]

**APA:**

[More Information Needed] -->