Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 36 new columns ({'text', 'platform', 'fresh_source', 'original_utf8_bytes', 'source_path', 'commit', 'identity_keys', 'repository', 'detail_path', 'training_only', 'license', 'figure_limitation', 'known_version_paths', 'version_evidence', 'source_metadata', 'family_keys', 'raw_source_sha256', 'selected_version', 'prior_exposure', 'allowed_role', 'transformation_notice', 'split', 'identity_resolved', 'detail_sha256', 'family', 'representation', 'attribution', 'raw_source_bytes', 'sha256', 'raw_path', 'title', 'subjects', 'extraction_stats', 'domain', 'source_family_before_grouping', 'source_url'}) and 3 missing columns ({'token_offset', 'text_sha256', 'utf8_bytes'}).
This happened while the json dataset builder was generating data using
hf://datasets/TrickyRex/compact-scientific-lm-data/input/development_train.jsonl (at revision 3226d74dc85cf8843f59cf73107b76f7d65186b3), ['hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/train.boundaries.json', 'hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/development_train.jsonl'], ['hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/train.boundaries.json', 'hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/development_train.jsonl']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
allowed_role: string
attribution: list<item: struct<collaboration: string, given_names: string, orcids: list<item: string>, surname: s (... 7 chars omitted)
child 0, item: struct<collaboration: string, given_names: string, orcids: list<item: string>, surname: string>
child 0, collaboration: string
child 1, given_names: string
child 2, orcids: list<item: string>
child 0, item: string
child 3, surname: string
commit: string
detail_path: string
detail_sha256: string
domain: string
extraction_stats: struct<blocks_caption: int64, blocks_label: int64, blocks_p: int64, blocks_sec: int64, blocks_title: (... 259 chars omitted)
child 0, blocks_caption: int64
child 1, blocks_label: int64
child 2, blocks_p: int64
child 3, blocks_sec: int64
child 4, blocks_title: int64
child 5, omitted_xref: int64
child 6, outside_formula_sub: int64
child 7, outside_formula_sup: int64
child 8, unrendered_graphics: int64
child 9, blocks_table-wrap: int64
child 10, table_rows: int64
child 11, tables: int64
child 12, omitted_supplementary-material: int64
child 13, blocks_list-item: int64
child 14, formula_mathml: int64
family: string
family_keys: list<item: string>
child 0, item: string
figure_limitation: string
fresh_source: bool
id: string
identity_keys: list<item: string>
child 0, item: string
identity_resolved: bool
known_version_paths: list<item: string>
child 0, item: string
license: struct<accepted: bool, copyright_statements: lis
...
2, related_works: list<item: struct<attributes: struct<ext-link-type: string, id: string, related-article-type: string (... 74 chars omitted)
child 0, item: struct<attributes: struct<ext-link-type: string, id: string, related-article-type: string, {http://w (... 62 chars omitted)
child 0, attributes: struct<ext-link-type: string, id: string, related-article-type: string, {http://www.w3.org/1999/xlin (... 15 chars omitted)
child 0, ext-link-type: string
child 1, id: string
child 2, related-article-type: string
child 3, {http://www.w3.org/1999/xlink}href: string
child 1, tag: string
child 2, text: string
child 3, title: string
source_path: string
source_url: string
split: string
subjects: list<item: string>
child 0, item: string
text: string
title: string
tokens: int64
training_only: bool
transformation_notice: string
version_evidence: struct<elocation_id: string, publication_dates: list<item: struct<date-type: string, publication-for (... 78 chars omitted)
child 0, elocation_id: string
child 1, publication_dates: list<item: struct<date-type: string, publication-format: string, pub-type: string>>
child 0, item: struct<date-type: string, publication-format: string, pub-type: string>
child 0, date-type: string
child 1, publication-format: string
child 2, pub-type: string
child 2, rule: string
child 3, status: string
child 4, volume: string
to
{'id': Value('string'), 'text_sha256': Value('string'), 'token_offset': Value('int64'), 'tokens': Value('int64'), 'utf8_bytes': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 36 new columns ({'text', 'platform', 'fresh_source', 'original_utf8_bytes', 'source_path', 'commit', 'identity_keys', 'repository', 'detail_path', 'training_only', 'license', 'figure_limitation', 'known_version_paths', 'version_evidence', 'source_metadata', 'family_keys', 'raw_source_sha256', 'selected_version', 'prior_exposure', 'allowed_role', 'transformation_notice', 'split', 'identity_resolved', 'detail_sha256', 'family', 'representation', 'attribution', 'raw_source_bytes', 'sha256', 'raw_path', 'title', 'subjects', 'extraction_stats', 'domain', 'source_family_before_grouping', 'source_url'}) and 3 missing columns ({'token_offset', 'text_sha256', 'utf8_bytes'}).
This happened while the json dataset builder was generating data using
hf://datasets/TrickyRex/compact-scientific-lm-data/input/development_train.jsonl (at revision 3226d74dc85cf8843f59cf73107b76f7d65186b3), ['hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/train.boundaries.json', 'hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/development_train.jsonl'], ['hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/train.boundaries.json', 'hf://datasets/TrickyRex/compact-scientific-lm-data@3226d74dc85cf8843f59cf73107b76f7d65186b3/input/development_train.jsonl']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | text_sha256 string | token_offset int64 | tokens int64 | utf8_bytes int64 |
|---|---|---|---|---|
elifesciences/elife-article-xml:articles/elife-00218-v1.xml | 0ffaa2de56d54c7fba580dcf3f6f02423f4ec3dfcfe4e0d3b081c41868645cb6 | 0 | 13,468 | 43,032 |
elifesciences/elife-article-xml:articles/elife-00324-v1.xml | 913e39c3fa7ce7c44a872d036d6b4e9102187cd33a6db4add2c5d9c33e9e2f8a | 13,468 | 22,291 | 64,421 |
elifesciences/elife-article-xml:articles/elife-00824-v1.xml | f6d0bb916885ec7fb43305b051ec936ab1ff71f570fec2b2d91c2c30e0a8777e | 35,759 | 13,837 | 48,455 |
elifesciences/elife-article-xml:articles/elife-00825-v1.xml | 4f910ca11e8f5f63a503f5c106032cc1c6b42d3874c802febfd0509832854e99 | 49,596 | 16,173 | 54,148 |
elifesciences/elife-article-xml:articles/elife-00845-v1.xml | e012a5f8eba5e8dec9636739923d9f5842d5e61a2446a2adc38f01eb444cfa43 | 65,769 | 12,028 | 41,940 |
elifesciences/elife-article-xml:articles/elife-00943-v1.xml | 7fc3fc0252d071824a280a1e37a8bde3321c9119f4a258e4fe99eaae1341ddac | 77,797 | 15,101 | 48,896 |
elifesciences/elife-article-xml:articles/elife-01133-v1.xml | e4884700f153a8351c1c39fd1eca6da9b0ebb10aa44224f57437031b81fc1e00 | 92,898 | 18,454 | 56,096 |
elifesciences/elife-article-xml:articles/elife-01296-v1.xml | dc2ee4a1b6a8745bbb8ecfd987198c12a91989ab1b79e996035c8fab290d14dc | 111,352 | 17,732 | 58,159 |
elifesciences/elife-article-xml:articles/elife-01298-v1.xml | 80f6f85bdafd618038d6ea3fdde366f6a443202081aeca5626b9a51ddd85db22 | 129,084 | 19,779 | 56,399 |
elifesciences/elife-article-xml:articles/elife-01311-v1.xml | 07adc53c8f07175d4c1b12f97f79146e9d9108d5d22be62675f70ac54d3ee4a4 | 148,863 | 13,411 | 44,077 |
elifesciences/elife-article-xml:articles/elife-01322-v1.xml | f8ce56fadca7cfe5508db35b6a0e8e282be68229592c345312868c2228d4c65c | 162,274 | 17,173 | 56,321 |
elifesciences/elife-article-xml:articles/elife-02042-v1.xml | 5dc4f7f99523c36e8d9b2e2b935e8f4c14a53cffdf54749ee02b01f94baa7b33 | 179,447 | 15,796 | 56,145 |
elifesciences/elife-article-xml:articles/elife-02109-v1.xml | effe57bf4f6c62c9f07493932df7ff423bc03a874e7e9a1e9f152aea06a88d37 | 195,243 | 9,661 | 35,119 |
elifesciences/elife-article-xml:articles/elife-02131-v1.xml | 3f51939890f96404c1438cd7f05d488dc8f090e0e13026cece6fe9c304158106 | 204,904 | 14,843 | 41,111 |
elifesciences/elife-article-xml:articles/elife-02362-v2.xml | dc521018d9f3c0e762c37574063560dcfd488b97ed25424ac18c2141e0536c0f | 219,747 | 20,187 | 62,976 |
elifesciences/elife-article-xml:articles/elife-02391-v2.xml | cb83ddc1a8146802aa2bd2c7240e915eb6e4ede79c72a3ca7c8ea843a7842c3a | 239,934 | 28,534 | 90,600 |
elifesciences/elife-article-xml:articles/elife-02403-v1.xml | f05fdfa65360a48a3252d5033d1ed3a52d3bcb40d89fe11e8187e4af04c973de | 268,468 | 8,161 | 29,266 |
elifesciences/elife-article-xml:articles/elife-02511-v2.xml | 91306922fd108924da354eab2ac63ce00673433d8848d226cfe03e34268567fc | 276,629 | 16,375 | 55,935 |
elifesciences/elife-article-xml:articles/elife-02523-v2.xml | 3e7dc06edaf5ddd499929bd3a34c5b4dac4dd683504da4ed277296673e9a84e5 | 293,004 | 22,939 | 75,869 |
elifesciences/elife-article-xml:articles/elife-02641-v1.xml | ac33b2ea794d9bc2477d94a89a0d7abf24a08f0cb585ab6c30f771833553f6da | 315,943 | 15,115 | 47,370 |
elifesciences/elife-article-xml:articles/elife-02667-v1.xml | 4a5b8558349ea573b5da05db6124db3c14b0b6a906e0490630b2c6b7cf2d9e21 | 331,058 | 17,908 | 56,043 |
elifesciences/elife-article-xml:articles/elife-02786-v2.xml | 397e36e00f8196cba41cdfedf493549b14bf1b505896ae8857c1d5c2d965bcf5 | 348,966 | 7,724 | 24,258 |
elifesciences/elife-article-xml:articles/elife-02956-v1.xml | 0aee4029f3d7b1d3840c7eca4f77c726e8c9db1c43ec10ba016cfddd36799683 | 356,690 | 7,950 | 31,823 |
elifesciences/elife-article-xml:articles/elife-03061-v1.xml | f04f7974862d71245e16b4f594c2de53eb5c94ccb09c80eb7c6f40a33110b425 | 364,640 | 14,835 | 56,179 |
elifesciences/elife-article-xml:articles/elife-03077-v1.xml | d8b87387f7935ca51f0034b024d7094eb9b67838b9271cf419be3d12e70edb0e | 379,475 | 7,843 | 24,317 |
elifesciences/elife-article-xml:articles/elife-03159-v2.xml | 593f753cfc892d4b561b5dd90e479cc0127acd734282e457e9a92468df12388d | 387,318 | 20,578 | 65,598 |
elifesciences/elife-article-xml:articles/elife-03206-v2.xml | 1fb8c0acc4ea0a10c460d1a17270ff92bdad3010e7bbabd3c12020a10e997a06 | 407,896 | 15,562 | 48,574 |
elifesciences/elife-article-xml:articles/elife-03658-v2.xml | 72b780a89170752adb67ef71f24c8dfb3840a86fc5f692c8874f36c3fc30e301 | 423,458 | 17,867 | 65,490 |
elifesciences/elife-article-xml:articles/elife-04106-v1.xml | 09a0ce34bf13734d96d445e727aee99cd2faa1faabab60612313466d0142aaba | 441,325 | 20,238 | 70,698 |
elifesciences/elife-article-xml:articles/elife-04205-v1.xml | b67489ab2a8001665572c358a895caa3dbca881d9d94a007a4bcc8916c14a081 | 461,563 | 19,142 | 63,237 |
elifesciences/elife-article-xml:articles/elife-04235-v2.xml | c5c553d93783f0933200144ac13ce7de36a4891d245c5ebd0a50d992dc0f4b87 | 480,705 | 16,794 | 54,935 |
elifesciences/elife-article-xml:articles/elife-04415-v2.xml | 100c01be08796eea6ce4b03698376dba8f2da71e7942d30bab9446b217ed6d2b | 497,499 | 11,236 | 34,639 |
elifesciences/elife-article-xml:articles/elife-04418-v1.xml | 9c4a8f3372737cc5ef0784e7c2f36f20e4c7a01e65505f621e18fc971b9a417a | 508,735 | 9,894 | 33,761 |
elifesciences/elife-article-xml:articles/elife-04449-v2.xml | b5bb09d2fc0fc1940d0fdffbde05628c4ad54e46e35183e0046ec494f8b466b4 | 518,629 | 21,096 | 67,844 |
elifesciences/elife-article-xml:articles/elife-04478-v2.xml | 9b565738ad844bd459b40f75c4d445b5387611500ab0c1f2f56acfde75252b93 | 539,725 | 17,838 | 67,155 |
elifesciences/elife-article-xml:articles/elife-04686-v3.xml | 64bdfbc827254a2bfbdb28ddc0a530e187c8a22b1b52d2dc161ea847722ce385 | 557,563 | 24,453 | 90,084 |
elifesciences/elife-article-xml:articles/elife-04729-v1.xml | 4f075b339898201765e3cf8d7ef2e964e53892a1638cd326b475c76ce0342d75 | 582,016 | 20,307 | 76,768 |
elifesciences/elife-article-xml:articles/elife-04885-v2.xml | 13f161343b2bc1572b93e1987c2e077d3d3de85d269785a3807650271b6686fb | 602,323 | 11,687 | 40,368 |
elifesciences/elife-article-xml:articles/elife-05025-v2.xml | 6a1f60fa88bb25bc328c4c36565bb496841532402d217bb3c741fb9b6c99e773 | 614,010 | 15,065 | 60,951 |
elifesciences/elife-article-xml:articles/elife-05438-v1.xml | 7cdfd09c64dcc2ff7889f7fa74eb9531fb4c36f965be2c188616423584a3b6f8 | 629,075 | 20,965 | 62,445 |
elifesciences/elife-article-xml:articles/elife-05519-v2.xml | 535bab988b3256f4c57aaa5f4b979385ef775a3bdc13933a89d25a96a2ef432d | 650,040 | 21,647 | 95,401 |
elifesciences/elife-article-xml:articles/elife-05534-v2.xml | 43960bc8a53f827b481973123f825a92b01246f2cb7de5bfa47aa3e06fa9b917 | 671,687 | 17,985 | 58,056 |
elifesciences/elife-article-xml:articles/elife-05733-v2.xml | 743eef0bf5606c6650b5022c13676e52ec4009eb2eba84ad37ea07aadcfbb499 | 689,672 | 14,532 | 46,984 |
elifesciences/elife-article-xml:articles/elife-05826-v1.xml | d31e4b70b93c5d06e738dd3caafdf04c20d56db2d72e8e63d42ba0b481746355 | 704,204 | 7,458 | 27,141 |
elifesciences/elife-article-xml:articles/elife-06057-v2.xml | f54adba4244ab0d435342043112169ba3636ade2f847b1dfe0eb807a26f2e7ee | 711,662 | 13,154 | 39,886 |
elifesciences/elife-article-xml:articles/elife-06492-v2.xml | 669321e261dbe3bb014bacc96d989863044a05c2d8417b35a16c2275df89be20 | 724,816 | 18,306 | 65,845 |
elifesciences/elife-article-xml:articles/elife-06990-v2.xml | b805d09fbacf87f9eb7715df4c6e48b46d97832b79df5f6e51079674b855c2af | 743,122 | 17,558 | 58,101 |
elifesciences/elife-article-xml:articles/elife-07186-v2.xml | 0c2dabd2dfab873a154ad98908374852e04c8e469da532c761ebd75ab5b9bb3f | 760,680 | 17,018 | 61,390 |
elifesciences/elife-article-xml:articles/elife-07404-v1.xml | bff63fa389b6a1de6207c97293b601a11d637273213f9dbe152bb3fcb49e82e5 | 777,698 | 9,893 | 36,602 |
elifesciences/elife-article-xml:articles/elife-07405-v2.xml | f43a0a9fc9f36fec1aa05345a75dc2c6b98af3e43ed6edeb28cc195457ca2af5 | 787,591 | 23,802 | 77,297 |
elifesciences/elife-article-xml:articles/elife-07436-v1.xml | f16367ce9a9d77cab5ec0141cf477975b26b7f7c825168b0dc8129496d693239 | 811,393 | 5,810 | 22,843 |
elifesciences/elife-article-xml:articles/elife-07616-v1.xml | 0ae1a4dc10482bf7c9968113255db41bc8c02133b8f71ddbcc3fcd40fb236894 | 817,203 | 12,219 | 42,000 |
elifesciences/elife-article-xml:articles/elife-07635-v2.xml | 9e1d45632500465234d52b61ce299d33232dd5a19c2e617c9ac41c284eb7d35c | 829,422 | 17,044 | 55,256 |
elifesciences/elife-article-xml:articles/elife-07897-v1.xml | 2a7ac068145daf49ff4f07bf37d5ad28f20c9650557cc67110280ec4f704e66e | 846,466 | 26,305 | 78,712 |
elifesciences/elife-article-xml:articles/elife-07901-v1.xml | 91c5f557fbe3ae7e203b3f6f7c134b62515a10d85c2653626c87770842ff8505 | 872,771 | 17,039 | 51,239 |
elifesciences/elife-article-xml:articles/elife-07956-v1.xml | 3da25fd11603fc78a210da246b48e869d144bf33cdb768addcf04a4c2f245c7b | 889,810 | 10,510 | 37,811 |
elifesciences/elife-article-xml:articles/elife-07957-v1.xml | 1205ef8bf257abc270a78f3c09feb30547a6469f8709ab42321709ad687e9926 | 900,320 | 15,613 | 59,172 |
elifesciences/elife-article-xml:articles/elife-08493-v2.xml | 92de75bcb930345dcf67d8ffb411803b344d0f86dea04f908e0fe7e70d5d3701 | 915,933 | 25,105 | 83,523 |
elifesciences/elife-article-xml:articles/elife-08711-v1.xml | a773c6d48ed6098550f2c48e0762039547e521e4bedaf30021eabf9bd2b96cd0 | 941,038 | 19,408 | 63,795 |
elifesciences/elife-article-xml:articles/elife-08716-v2.xml | 8515744a15e4748687af9b2fb4e6dee407aaa7111390804fa4316ca913289bc3 | 960,446 | 16,006 | 51,311 |
elifesciences/elife-article-xml:articles/elife-08851-v2.xml | 16b36e392997c84f95060b5a74c585a8978d285dd02f67f071a96c2034b7b227 | 976,452 | 21,136 | 70,175 |
elifesciences/elife-article-xml:articles/elife-08955-v3.xml | 8afc7a314fead0a5ea7dec6393d71c48c41de4be822d503d24cfb092267a4076 | 997,588 | 48,832 | 157,247 |
elifesciences/elife-article-xml:articles/elife-09143-v2.xml | feaa60c296b2b98728273efd435b0ba40bee0e3a93a5a20432b88b1651dc6c67 | 1,046,420 | 20,641 | 63,514 |
elifesciences/elife-article-xml:articles/elife-09771-v3.xml | 670a5644e0bfc0b42006a2e4770ccdae481d67651a132d5f2384d9a5adc884b8 | 1,067,061 | 14,247 | 50,437 |
elifesciences/elife-article-xml:articles/elife-09972-v1.xml | 2346efdcb649974a8a4781d2b92aea03dae0b4c7b0ca43e1b29589da48fb9610 | 1,081,308 | 14,910 | 46,214 |
elifesciences/elife-article-xml:articles/elife-09991-v1.xml | e887ed2271cd9e427fb59510c6fc8757c71e58404f94124cca84be12010a6f0e | 1,096,218 | 9,905 | 35,738 |
elifesciences/elife-article-xml:articles/elife-100002-v1.xml | b4bb475773f36239b4ffdecd46ba0ef71dd571dff40f50dad66e77a3da9821ae | 1,106,123 | 25,941 | 75,970 |
elifesciences/elife-article-xml:articles/elife-100083-v1.xml | cfd15baf40b563a1286fa93599f60147f34761d0f96622d6164af16c3dab4978 | 1,132,064 | 13,829 | 47,737 |
elifesciences/elife-article-xml:articles/elife-100346-v1.xml | 1a8dc6b1ad2e05dd85da456386050677fea9a5e82fd8a6b43023cd39e227f550 | 1,145,893 | 16,377 | 56,581 |
elifesciences/elife-article-xml:articles/elife-10042-v2.xml | ec3307ce2df25823f9df6989c1b0df98849e169e81ed0790f4c69f1e79beb297 | 1,162,270 | 25,784 | 81,759 |
elifesciences/elife-article-xml:articles/elife-100708-v1.xml | edfcd0a2323e8f9fa5a2879c1f725ce86f1ccc078b25ad786c3180d14cdeae18 | 1,188,054 | 8,388 | 26,901 |
elifesciences/elife-article-xml:articles/elife-100822-v1.xml | 8f06a5678e45e7ad8fec97ec7f4403529297af4199e00e0729e2f0594f044597 | 1,196,442 | 15,738 | 48,686 |
elifesciences/elife-article-xml:articles/elife-10150-v2.xml | abfd6b7405d52229bea5cabed65178dc8371af3c8227e211aef6f1ac7b89b78e | 1,212,180 | 29,718 | 92,432 |
elifesciences/elife-article-xml:articles/elife-101513-v2.xml | 2db6fe306d35c08c09081ba34cb82fd5bcd10bac68336a4e7b03874d60e9f738 | 1,241,898 | 30,778 | 95,177 |
elifesciences/elife-article-xml:articles/elife-10206-v2.xml | d446c9ac09aa2cc78233b87973e9e62b7f8a1a67c322051678b848c73ee7885f | 1,272,676 | 11,170 | 32,121 |
elifesciences/elife-article-xml:articles/elife-102305-v1.xml | 3eb3ef452ad24029a884504baeca0c92d2ac56243fccf21d2df56c8866c75cc5 | 1,283,846 | 18,020 | 65,397 |
elifesciences/elife-article-xml:articles/elife-102999-v2.xml | ff30ce5af6c51760262e415e0b821ce7c0230750cbb88d21ff3388bb2fe8c2da | 1,301,866 | 14,967 | 52,027 |
elifesciences/elife-article-xml:articles/elife-103073-v1.xml | fb2c8f0e13c8a017a69e78f44f171e553f6b22b0968558652db730160dc92e88 | 1,316,833 | 13,929 | 47,893 |
elifesciences/elife-article-xml:articles/elife-10319-v2.xml | eaccd240a0d8adf4f53be5ab1cfd55914a0a3badff1bb7088f5f2ff93e711260 | 1,330,762 | 17,603 | 55,194 |
elifesciences/elife-article-xml:articles/elife-104061-v1.xml | 0b4c4e7140801eb2c1e787d17a3fbdd5e431db4700fef36563590e0f4fcd9862 | 1,348,365 | 20,053 | 58,913 |
elifesciences/elife-article-xml:articles/elife-106228-v1.xml | bdf9d4aa29288ba81c375885779a62a8ee9d4862e6f0a2c45c66ccceeef6ceaa | 1,368,418 | 28,741 | 93,341 |
elifesciences/elife-article-xml:articles/elife-106284-v1.xml | f529fe94c3079f742dd4f82d3048ea32a56c6120adfaa4a51170718fb204f855 | 1,397,159 | 13,462 | 42,553 |
elifesciences/elife-article-xml:articles/elife-106976-v1.xml | 19fb49e9bd64366ece8216c13bf115187f1f87a545b411869ad344b014e20973 | 1,410,621 | 26,794 | 82,800 |
elifesciences/elife-article-xml:articles/elife-107111-v1.xml | 2ec5e15f636cdb815511190f742d3f20462730e50494de63dc5ba90424de20de | 1,437,415 | 11,821 | 43,652 |
elifesciences/elife-article-xml:articles/elife-107451-v1.xml | 3b73f7ac20555e5eb9f4b08a20dd306854e9869a0e4fad0e281e3a05582b58fd | 1,449,236 | 10,912 | 33,678 |
elifesciences/elife-article-xml:articles/elife-107589-v1.xml | 4712b6faa092e869542de1c80a61b9524e6d7c2f37eb722714242cc5b3aeed84 | 1,460,148 | 25,810 | 92,322 |
elifesciences/elife-article-xml:articles/elife-10774-v4.xml | 91c45092aafd25e10890ea54f1a3660bd37881bd9f7dbb1857997ff3b9daa945 | 1,485,958 | 13,535 | 46,960 |
elifesciences/elife-article-xml:articles/elife-108207-v1.xml | e5cba42ab4d59962ed6f83bccebbfdf541e739be962d79cde3d4daadbb788d89 | 1,499,493 | 17,416 | 52,448 |
elifesciences/elife-article-xml:articles/elife-108271-v1.xml | 79af8a028fb4027a648d041d61bab3af28dab279431220cc3e29b4587a7eca67 | 1,516,909 | 21,363 | 66,705 |
elifesciences/elife-article-xml:articles/elife-10856-v3.xml | 8dc58da54dae4448ea5af0445957bb19d6388fff5f9aeddf91035bdbc70efba3 | 1,538,272 | 21,831 | 62,471 |
elifesciences/elife-article-xml:articles/elife-108959-v1.xml | 5d075e5c0b5f88ac6c26b04607f99e7be092ce90f6ffab2edc90d58e0f5798f1 | 1,560,103 | 24,835 | 78,603 |
elifesciences/elife-article-xml:articles/elife-11147-v2.xml | 354c03797cd9edc326feb1eb776a62d5200cfe40f338f9405df380cecb037874 | 1,584,938 | 15,242 | 52,307 |
elifesciences/elife-article-xml:articles/elife-111611-v1.xml | 14b391d129342d99e0e00b307879ae90b2934128de617480784ef062f7301f30 | 1,600,180 | 18,868 | 62,499 |
elifesciences/elife-article-xml:articles/elife-11190-v1.xml | 5d0b0c20eb7691f49ca77f6c18e5caa864e5a13f217e0759f73726b172cb0d3f | 1,619,048 | 14,605 | 46,560 |
elifesciences/elife-article-xml:articles/elife-11305-v1.xml | 0a1e4653abce394277c7a07c9c06dfe08ed8e0d5eb266ddeaf0c45e555be7164 | 1,633,653 | 20,293 | 76,986 |
elifesciences/elife-article-xml:articles/elife-11324-v1.xml | 34153a4a87a9d71d185a02c8e431e4080594616ca830e20b4526371c677e9974 | 1,653,946 | 23,084 | 75,147 |
elifesciences/elife-article-xml:articles/elife-11389-v3.xml | a245538360610ff6c1244f96d03ddf1577e25b07f9f848ce60d6fedff1410c26 | 1,677,030 | 13,388 | 46,958 |
elifesciences/elife-article-xml:articles/elife-11588-v2.xml | 05d7ef3c881c61f12d707085874a985a94890e2a5268bdfe08ac3e070bbb4339 | 1,690,418 | 27,658 | 92,521 |
elifesciences/elife-article-xml:articles/elife-11897-v2.xml | f9691031c064dbf2f4deaa6f8c9eba066a9d93f2de613e38e9882d0f64621339 | 1,718,076 | 12,725 | 44,784 |
elifesciences/elife-article-xml:articles/elife-12034-v1.xml | 50add00afd24b5b30b9dd811bc7edf19a6687aa8130a702cb8e116109ab506db | 1,730,801 | 20,787 | 63,119 |
End of preview.
No dataset card yet
- Downloads last month
- -