saattrupdan commited on
Commit
0c97bfa
1 Parent(s): 990617f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -44,7 +44,7 @@ size_categories:
44
 
45
  ### Dataset Summary
46
 
47
- This Danish coreference annotation contains parts of the Copenhagen Dependency Treebank (Kromann and Lynge, 2004) - please cite this work when using the coreference resource. For the Universal Dependencies conversion included in the file, please cite Johannsen et al. (2015).
48
 
49
 
50
  ### Supported Tasks and Leaderboards
@@ -109,11 +109,11 @@ An example from the dataset looks as follows.
109
 
110
  The data fields are the same among all splits.
111
 
112
- - `sent_id`: a `string` feature.
113
- - `doc_id`: a `string` feature.
114
- - `doc`: a `string` feature.
115
- - `tokens`: a sequence feature containing `string`s.
116
- - `clusters`: a sequence feature containing sequences of `int`s.
117
 
118
 
119
  ## Dataset Creation
 
44
 
45
  ### Dataset Summary
46
 
47
+ This dataset contains coreference annotations of part of the [Copenhagen Dependency Treebank](https://github.com/mbkromann/copenhagen-dependency-treebank/wiki/CDT).
48
 
49
 
50
  ### Supported Tasks and Leaderboards
 
109
 
110
  The data fields are the same among all splits.
111
 
112
+ - `sent_id` (`string`): The sentence ID from the [Universal Dependencies]().
113
+ - `doc_id` (`string`): The document ID from the [Copenhagen Dependency Treebank]().
114
+ - `text` (`string`): The document.
115
+ - `tokens` (`list[str]`): The tokens appearing in the document.
116
+ - `clusters` (`list[list[int]]`): The coreference clusters in the document, where the integers refer to the indices in `tokens`.
117
 
118
 
119
  ## Dataset Creation