Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
Dask
n0w0f kjappelbaum commited on
Commit
f5fb35a
1 Parent(s): b6f19ad

Update README.md (#3)

Browse files

- Update README.md (b569875451d8414e1e0e6a0063494f0131c67347)


Co-authored-by: Kevin Jablonka <kjappelbaum@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +138 -2
README.md CHANGED
@@ -728,6 +728,142 @@ dataset_info:
728
  download_size: 20894118
729
  dataset_size: 102558238
730
  ---
731
- # Dataset Card for "MatText"
732
 
733
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
728
  download_size: 20894118
729
  dataset_size: 102558238
730
  ---
731
+ # Dataset Card for MatText
732
 
733
+ ## Table of Contents
734
+ - [Dataset Card for MatText](#dataset-card-for-mattext)
735
+ - [Table of Contents](#table-of-contents)
736
+ - [Dataset Description](#dataset-description)
737
+ - [Dataset Summary](#dataset-summary)
738
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
739
+ - [Languages](#languages)
740
+ - [Dataset Structure](#dataset-structure)
741
+ - [Data Instances](#data-instances)
742
+ - [Data Fields](#data-fields)
743
+ - [Data Splits](#data-splits)
744
+ - [Dataset Creation](#dataset-creation)
745
+ - [Curation Rationale](#curation-rationale)
746
+ - [Source Data](#source-data)
747
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
748
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
749
+ - [Annotations](#annotations)
750
+ - [Annotation process](#annotation-process)
751
+ - [Who are the annotators?](#who-are-the-annotators)
752
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
753
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
754
+ - [Social Impact of Dataset](#social-impact-of-dataset)
755
+ - [Discussion of Biases](#discussion-of-biases)
756
+ - [Other Known Limitations](#other-known-limitations)
757
+ - [Additional Information](#additional-information)
758
+ - [Dataset Curators](#dataset-curators)
759
+ - [Licensing Information](#licensing-information)
760
+ - [Citation Information](#citation-information)
761
+ - [Contributions](#contributions)
762
+
763
+ ## Dataset Description
764
+
765
+ - **Homepage:** https://github.com/lamalab-org/MatText
766
+ - **Repository:** https://github.com/lamalab-org/MatText
767
+ - **Paper:** To be published
768
+ - **Leaderboard:** To be published
769
+ - **Point of Contact:** [Nawaf Alampara](https://github.com/n0w0f)
770
+
771
+ ### Dataset Summary
772
+
773
+ The dataset contains crystal structures in various text representations and labels for some subsets.
774
+
775
+ ### Supported Tasks and Leaderboards
776
+
777
+ The task for the pertaining dataset is self-supervised language modeling. For the fine-tuning dataset, supervised property prediction.
778
+
779
+ ### Languages
780
+
781
+ This is not a natural language dataset.
782
+
783
+ ## Dataset Structure
784
+
785
+ ### Data Instances
786
+
787
+ The instances represent materials. They are crystal structures of 3D-connected solid materials.
788
+
789
+ ### Data Fields
790
+
791
+ - `local_env` (string): The Local Env text representation of a material
792
+ - `slices` (string): The [SLICES representation](https://github.com/xiaohang007/SLICES) of a material
793
+ - `cif_p1` (string): The CIF representation of a material in P$_1$ symmetry
794
+ - `composition` (string): The composition of a material in Hill notation
795
+ - `crystal_text_llm` (string): The text representation of a material proposed in [Gruver et al.](https://arxiv.org/abs/2402.04379)
796
+ - `atom_sequences_plusplus` (string): A space-separated enumeration of element symbols and the lattice parameters
797
+ - `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.
798
+ - `mbid` (string): a unique identifier of a material
799
+ - `cif_symmetrized` (string): The CIF representation of a material in higher symmetry
800
+ - `atom_sequences` (string): A space-separated enumeration of element symbols
801
+ - `zmatrix` (string): A z-matrix (internal coordinates) representation of the material
802
+
803
+ ### Data Splits
804
+
805
+ For the benchmarking we follow the five-fold cross-validation proposed by MatBench. The folds are uploaded as splits to HuggingFace.
806
+
807
+ ## Dataset Creation
808
+
809
+ ### Curation Rationale
810
+
811
+ 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.
812
+
813
+ ### Source Data
814
+
815
+ #### Initial Data Collection and Normalization
816
+
817
+ 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.
818
+
819
+ 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.
820
+
821
+ #### Who are the source language producers?
822
+
823
+ n/a
824
+
825
+ ### Annotations
826
+
827
+ #### Annotation process
828
+
829
+ The only annotations are text representations that we derived using our MatText framework.
830
+
831
+ #### Who are the annotators?
832
+
833
+ n/a
834
+
835
+ ### Personal and Sensitive Information
836
+
837
+ n/a
838
+
839
+ ## Considerations for Using the Data
840
+
841
+ ### Social Impact of Dataset
842
+
843
+ There are many potential consequences of our work, none of which we feel are societal impacts that must be specifically highlighted here.
844
+
845
+ ### Discussion of Biases
846
+
847
+ There might be biases in certain parts of the materials space being oversampled.
848
+
849
+ ### Other Known Limitations
850
+
851
+ 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.
852
+
853
+ ## Additional Information
854
+
855
+ ### Dataset Curators
856
+
857
+ The dataset was curated by Nawaf Alampara, Santiago Miret, and Kevin Maik Jablonka.
858
+
859
+ ### Licensing Information
860
+
861
+ The dataset is provided with an MIT license.
862
+
863
+ ### Citation Information
864
+
865
+ [More Information Needed]
866
+
867
+ ### Contributions
868
+
869
+ Thanks to [n0w0f](https://github.com/n0w0f) for adding this dataset.