Commit
·
0c97bfa
1
Parent(s):
990617f
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ size_categories:
|
|
| 44 |
|
| 45 |
### Dataset Summary
|
| 46 |
|
| 47 |
-
This
|
| 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
|
| 113 |
-
- `doc_id
|
| 114 |
-
- `
|
| 115 |
-
- `tokens
|
| 116 |
-
- `clusters
|
| 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
|