Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -330,6 +330,72 @@ dataset_info:
|
|
| 330 |
num_examples: 2
|
| 331 |
download_size: 214778
|
| 332 |
dataset_size: 1035986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 333 |
- config_name: lt_lcc-corefud
|
| 334 |
features:
|
| 335 |
- name: doc_id
|
|
@@ -493,6 +559,12 @@ configs:
|
|
| 493 |
path: en_parcorfull-corefud/train-*
|
| 494 |
- split: validation
|
| 495 |
path: en_parcorfull-corefud/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 496 |
- config_name: lt_lcc-corefud
|
| 497 |
data_files:
|
| 498 |
- split: train
|
|
|
|
| 330 |
num_examples: 2
|
| 331 |
download_size: 214778
|
| 332 |
dataset_size: 1035986
|
| 333 |
+
- config_name: es_ancora-corefud
|
| 334 |
+
features:
|
| 335 |
+
- name: doc_id
|
| 336 |
+
dtype: string
|
| 337 |
+
- name: sentences
|
| 338 |
+
list:
|
| 339 |
+
- name: comment
|
| 340 |
+
dtype: string
|
| 341 |
+
- name: global_entity
|
| 342 |
+
dtype: string
|
| 343 |
+
- name: newdoc
|
| 344 |
+
dtype: string
|
| 345 |
+
- name: newpar
|
| 346 |
+
dtype: 'null'
|
| 347 |
+
- name: sent_id
|
| 348 |
+
dtype: string
|
| 349 |
+
- name: speaker
|
| 350 |
+
dtype: 'null'
|
| 351 |
+
- name: text
|
| 352 |
+
dtype: string
|
| 353 |
+
- name: tokens
|
| 354 |
+
list:
|
| 355 |
+
- name: coref_mentions
|
| 356 |
+
list:
|
| 357 |
+
- name: eid
|
| 358 |
+
dtype: string
|
| 359 |
+
- name: eid_or_grp
|
| 360 |
+
dtype: string
|
| 361 |
+
- name: etype
|
| 362 |
+
dtype: string
|
| 363 |
+
- name: other
|
| 364 |
+
dtype: string
|
| 365 |
+
- name: span
|
| 366 |
+
dtype: string
|
| 367 |
+
- name: deprel
|
| 368 |
+
dtype: string
|
| 369 |
+
- name: feats
|
| 370 |
+
dtype: string
|
| 371 |
+
- name: form
|
| 372 |
+
dtype: string
|
| 373 |
+
- name: head
|
| 374 |
+
dtype: int64
|
| 375 |
+
- name: lemma
|
| 376 |
+
dtype: string
|
| 377 |
+
- name: ord
|
| 378 |
+
dtype: float64
|
| 379 |
+
- name: upos
|
| 380 |
+
dtype: string
|
| 381 |
+
- name: xpos
|
| 382 |
+
dtype: string
|
| 383 |
+
- name: coref_entities
|
| 384 |
+
list:
|
| 385 |
+
list:
|
| 386 |
+
- name: sent_id
|
| 387 |
+
dtype: string
|
| 388 |
+
- name: span
|
| 389 |
+
dtype: string
|
| 390 |
+
splits:
|
| 391 |
+
- name: train
|
| 392 |
+
num_bytes: 53852729
|
| 393 |
+
num_examples: 1080
|
| 394 |
+
- name: validation
|
| 395 |
+
num_bytes: 6814803
|
| 396 |
+
num_examples: 131
|
| 397 |
+
download_size: 8262782
|
| 398 |
+
dataset_size: 60667532
|
| 399 |
- config_name: lt_lcc-corefud
|
| 400 |
features:
|
| 401 |
- name: doc_id
|
|
|
|
| 559 |
path: en_parcorfull-corefud/train-*
|
| 560 |
- split: validation
|
| 561 |
path: en_parcorfull-corefud/validation-*
|
| 562 |
+
- config_name: es_ancora-corefud
|
| 563 |
+
data_files:
|
| 564 |
+
- split: train
|
| 565 |
+
path: es_ancora-corefud/train-*
|
| 566 |
+
- split: validation
|
| 567 |
+
path: es_ancora-corefud/validation-*
|
| 568 |
- config_name: lt_lcc-corefud
|
| 569 |
data_files:
|
| 570 |
- split: train
|
es_ancora-corefud/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47242a30baca39423301e967b0c8fcdf2dc9d09c9f3099e5db026c217e1778c1
|
| 3 |
+
size 7285594
|
es_ancora-corefud/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36a626b9e35cb6a579613d6d7f035f9f029b71a5ae1b767ec9770a9129bd2a94
|
| 3 |
+
size 977188
|