File size: 2,988 Bytes
3721fda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Summary

Polish-PCC is a conversion of Polish Coreference Corpus, a coreference-annotated
corpus of Polish built upon the National Corpus of Polish (Przepiórkowski et al., 2012).

## References

```
@inproceedings{PCC2013,
    author    = {Maciej Ogrodniczuk and Katarzyna Glowińska and Mateusz Kopeć and Agata Savary and Magdalena Zawisławska},
    title     = {Polish Coreference Corpus},
    booktitle = {Human Language Technology. Challenges for Computer Science and Linguistics - 6th Language and Technology Conference, {LTC} 2013, Pozna{\'{n}}, Poland, December 7-9, 2013. Revised Selected Papers},
    series    = {Lecture Notes in Computer Science},
    volume    = {9561},
    pages     = {215--226},
    publisher = {Springer},
    year      = {2013},
}

@book{PCC-book,
    author = {Ogrodniczuk, Maciej and Głowińska, Katarzyna and Kopeć, Mateusz and Savary, Agata and Zawisławska, Magdalena},
    title = {Coreference in {P}olish: Annotation, Resolution and Evaluation},
    publisher = {Walter De Gruyter},
    isbn = {978-1-61451-835-8},
    year = {2015},
}
```

# Changelog

### 2024-03-28 v1.2
  * morpho-syntactic attributes updated using UD 2.12 models
  * improved conversion of empty nodes (zeros), distinguishing three types:
    - EmptyType=NullSubjAglt, e.g. in "dowiedział em" the clitic "em" is an auxiliary verb,
      but the nsubj coreference (if present on the clitic) is moved to a newly created empty node
      in CorefUD. This node is positioned before the verb ("dowiedział"), which forms
      a multiword token together with the clitic ("dowiedziałem").
    - EmptyType=NullSubjVerbal, empty nodes created for single-word verbal mentions
      (again before the verb).
    - EmptyType=Ellipsis, the original annotation contains special Ø words,
      which are converted to empty nodes in CorefUD
### 2023-02-24 v1.1
  * morpho-syntactic attributes updated using UD 2.10 models
### 2022-04-06 v1.0
  * new format of coreference and anaphora annotations
### 2021-12-10 v0.2
  * morpho-syntactic attributes updated using UDPipe 2 with UD 2.6 models
### 2021-03-11 v0.1
  * initial conversion

```
=== Machine-readable metadata (DO NOT REMOVE!) ================================
Data available since: CorefUD 0.1
License: CC BY 3.0
Includes text: yes
Genre: literature news journals conversations web
Lemmas: automatic
UPOS: automatic
XPOS: automatic
Features: automatic
Relations: automatic
CorefUD contributors: Ogrodniczuk, Maciej (1); Žabokrtský, Zdeněk (2); Popel, Martin (2)
Other contributors: Kopeć, Mateusz; Savary, Agata
Contributors' affiliations: (1) Polish Academy of Sciences, Institute of Computer Science, Warsaw, Poland
                            (2) Charles University, Faculty of Mathematics and Physics, Institute of Formal and Applied Linguistics, Prague, Czechia
Contributing: elsewhere
Contact: [email protected]
===============================================================================
```