CoolFace
Datasetpublic

BioDEX/BioDEX-Reactions

Dataset Card for "BioDEX-Reactions" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes501downloads
README.md77 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: title5    dtype: string6  - name: abstract7    dtype: string8  - name: fulltext9    dtype: string10  - name: reactions11    dtype: string12  - name: reactions_unmerged13    sequence: string14  - name: pmid15    dtype: string16  - name: fulltext_license17    dtype: string18  - name: title_normalized19    dtype: string20  - name: issue21    dtype: string22  - name: pages23    dtype: string24  - name: journal25    dtype: string26  - name: authors27    dtype: string28  - name: pubdate29    dtype: string30  - name: doi31    dtype: string32  - name: affiliations33    dtype: string34  - name: medline_ta35    dtype: string36  - name: nlm_unique_id37    dtype: string38  - name: issn_linking39    dtype: string40  - name: country41    dtype: string42  - name: mesh_terms43    dtype: string44  - name: publication_types45    dtype: string46  - name: chemical_list47    dtype: string48  - name: keywords49    dtype: string50  - name: references51    dtype: string52  - name: delete53    dtype: bool54  - name: pmc55    dtype: string56  - name: other_id57    dtype: string58  - name: safetyreportids59    sequence: int6460  - name: fulltext_processed61    dtype: string62  splits:63  - name: test64    num_bytes: 19936236165    num_examples: 424966  - name: train67    num_bytes: 50164936168    num_examples: 1154369  - name: validation70    num_bytes: 12398844871    num_examples: 288672  download_size: 44072138673  dataset_size: 82500017074---75# Dataset Card for "BioDEX-Reactions"76 77[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)