Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
Dask
Files changed (1) hide show
  1. README.md +138 -2
README.md CHANGED
@@ -414,6 +414,142 @@ dataset_info:
414
  download_size: 20410706
415
  dataset_size: 100150472
416
  ---
417
- # Dataset Card for "MatText"
418
 
419
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
414
  download_size: 20410706
415
  dataset_size: 100150472
416
  ---
417
+ # Dataset Card for MatText
418
 
419
+ ## Table of Contents
420
+ - [Dataset Card for MatText](#dataset-card-for-mattext)
421
+ - [Table of Contents](#table-of-contents)
422
+ - [Dataset Description](#dataset-description)
423
+ - [Dataset Summary](#dataset-summary)
424
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
425
+ - [Languages](#languages)
426
+ - [Dataset Structure](#dataset-structure)
427
+ - [Data Instances](#data-instances)
428
+ - [Data Fields](#data-fields)
429
+ - [Data Splits](#data-splits)
430
+ - [Dataset Creation](#dataset-creation)
431
+ - [Curation Rationale](#curation-rationale)
432
+ - [Source Data](#source-data)
433
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
434
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
435
+ - [Annotations](#annotations)
436
+ - [Annotation process](#annotation-process)
437
+ - [Who are the annotators?](#who-are-the-annotators)
438
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
439
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
440
+ - [Social Impact of Dataset](#social-impact-of-dataset)
441
+ - [Discussion of Biases](#discussion-of-biases)
442
+ - [Other Known Limitations](#other-known-limitations)
443
+ - [Additional Information](#additional-information)
444
+ - [Dataset Curators](#dataset-curators)
445
+ - [Licensing Information](#licensing-information)
446
+ - [Citation Information](#citation-information)
447
+ - [Contributions](#contributions)
448
+
449
+ ## Dataset Description
450
+
451
+ - **Homepage:** https://github.com/lamalab-org/MatText
452
+ - **Repository:** https://github.com/lamalab-org/MatText
453
+ - **Paper:** To be published
454
+ - **Leaderboard:** To be published
455
+ - **Point of Contact:** [Nawaf Alampara](https://github.com/n0w0f)
456
+
457
+ ### Dataset Summary
458
+
459
+ The dataset contains crystal structures in various text representations and labels for some subsets.
460
+
461
+ ### Supported Tasks and Leaderboards
462
+
463
+ The task for the pertaining dataset is self-supervised language modeling. For the fine-tuning dataset, supervised property prediction.
464
+
465
+ ### Languages
466
+
467
+ This is not a natural language dataset.
468
+
469
+ ## Dataset Structure
470
+
471
+ ### Data Instances
472
+
473
+ The instances represent materials. They are crystal structures of 3D-connected solid materials.
474
+
475
+ ### Data Fields
476
+
477
+ - `local_env` (string): The Local Env text representation of a material
478
+ - `slices` (string): The [SLICES representation](https://github.com/xiaohang007/SLICES) of a material
479
+ - `cif_p1` (string): The CIF representation of a material in P$_1$ symmetry
480
+ - `composition` (string): The composition of a material in Hill notation
481
+ - `crystal_text_llm` (string): The text representation of a material proposed in [Gruver et al.](https://arxiv.org/abs/2402.04379)
482
+ - `atom_sequences_plusplus` (string): A space-separated enumeration of element symbols and the lattice parameters
483
+ - `labels` (float): For the `gvrh` datasets, the targets are the base 10 logarithm of the DFT Voigt-Reuss-Hill average shear moduli in GPa. For the `kvrh` datasets, the base 10 logarithm of the DFT Voigt-Reuss-Hill average bulk moduli in GPa. For the `perovskite` dataset, the labels are the heat of formation of the entire cell, in eV, as calculated by RPBE GGA-DFT. For the pretaining datasets, there are no labels.
484
+ - `mbid` (string): a unique identifier of a material
485
+ - `cif_symmetrized` (string): The CIF representation of a material in higher symmetry
486
+ - `atom_sequences` (string): A space-separated enumeration of element symbols
487
+ - `zmatrix` (string): A z-matrix (internal coordinates) representation of the material
488
+
489
+ ### Data Splits
490
+
491
+ For the benchmarking we follow the five-fold cross-validation proposed by MatBench. The folds are uploaded as splits to HuggingFace.
492
+
493
+ ## Dataset Creation
494
+
495
+ ### Curation Rationale
496
+
497
+ The dataset was created to enable the training and benchmarking of text-based modeling of materials properties. However, how different representations perform for materials modeling tasks has not been understood.
498
+
499
+ ### Source Data
500
+
501
+ #### Initial Data Collection and Normalization
502
+
503
+ The pertaining dataset is a subset of the materials deposited in the NOMAD archive. We queried only 3D-connected structures (i.e., excluding 2D materials, which often require special treatment) and, for consistency, limited our query to materials for which the bandgap has been computed using the PBE functional and the VASP code.
504
+
505
+ The benchmarking datasets are derived from MatBench. We limited ourselves to the smaller subsets for regression tasks, for which crystal structures are provided. Some instances are dropped because text representations could not be derived.
506
+
507
+ #### Who are the source language producers?
508
+
509
+ n/a
510
+
511
+ ### Annotations
512
+
513
+ #### Annotation process
514
+
515
+ The only annotations are text representations that we derived using our MatText framework.
516
+
517
+ #### Who are the annotators?
518
+
519
+ n/a
520
+
521
+ ### Personal and Sensitive Information
522
+
523
+ n/a
524
+
525
+ ## Considerations for Using the Data
526
+
527
+ ### Social Impact of Dataset
528
+
529
+ There are many potential consequences of our work, none of which we feel are societal impacts that must be specifically highlighted here.
530
+
531
+ ### Discussion of Biases
532
+
533
+ There might be biases in certain parts of the materials space being oversampled.
534
+
535
+ ### Other Known Limitations
536
+
537
+ To our knowledge, there are no duplicates. While we took care to avoid errors, there might be errors, for example, due to problems with the crystal structures in the raw data.
538
+
539
+ ## Additional Information
540
+
541
+ ### Dataset Curators
542
+
543
+ The dataset was curated by Nawaf Alampara, Santiago Miret, and Kevin Maik Jablonka.
544
+
545
+ ### Licensing Information
546
+
547
+ The dataset is provided with an MIT license.
548
+
549
+ ### Citation Information
550
+
551
+ [More Information Needed]
552
+
553
+ ### Contributions
554
+
555
+ Thanks to [n0w0f](https://github.com/n0w0f) for adding this dataset.