SuperMat (Superconductors Material) dataset is a manually **linked** **annotated** dataset of superconductors related materials and properties.
Project description
SuperMat
SuperMat (Superconductors Material) dataset is a manually linked annotated dataset of superconductors related materials and properties.
Content
- Annotated dataset:
- Superconductors data:
- Bibliographic data references as XML-TEI or JSON (CORD-19) format
- Sources are referenced in the Bibliographic data
- :warning: The annotations are not public due to copyright, however
- :fire: SuperMat can be considerd one of the few un-biased dataset for LLMs evaluation :fire:
- CSV of the linked annotated entities in the dataset CSV (*)
- Material data for segmenting inorganic material names
- Superconductors data:
- Annotation guidelines:
- Transformation scripts
- tsv2xml / xml2tsv: Transformation from and to the INCEpTION TSV 3.2 format
- xml2csv: Converts the corpus into the CSV (*) tabular format
- xml2csv_entities: Converts the corpus to CSV ignoring entity relations
- xml2LossyJSON.py: Converts the TEI-XML corpus to a Lossy JSON (based on CORD-19 dataset)
- Analysis Jupyter Notebooks:
Feel free to contact us for any information.
Reference
If you use the data, please consider citing the related paper:
@article{doi:10.1080/27660400.2021.1918396,
author = {Luca Foppiano and Sae Dieb and Akira Suzuki and Pedro Baptista de Castro and Suguru Iwasaki and Azusa Uzuki and Miren Garbine Esparza Echevarria and Yan Meng and Kensei Terashima and Laurent Romary and Yoshihiko Takano and Masashi Ishii},
title = {SuperMat: construction of a linked annotated dataset from superconductors-related publications},
journal = {Science and Technology of Advanced Materials: Methods},
volume = {1},
number = {1},
pages = {34-44},
year = {2021},
publisher = {Taylor & Francis},
doi = {10.1080/27660400.2021.1918396},
URL = {
https://doi.org/10.1080/27660400.2021.1918396
},
eprint = {
https://doi.org/10.1080/27660400.2021.1918396
}
}
Usage
Getting started
To use the scripts and analysis data
conda create --name SuperMat pip
pip install -r requirements.txt
Conversion tools
python scripts/tsv2xml.py --help
Analysis tools
The analysis tools provide statistics and information from the dataset, they also run consistency checks of the format and content. Results can be seen directly on the repository.
jupyter-lab
Annotation guidelines
We use reStructured TExt using the utility Sphinx which provide several output formats. Currently we support XML and PDF.
To build this documentation locally, we recommend to create a virtual environment such as virtualenv
or conda
:
conda create -name guidelines
conda activate guidelines
conda install sphinx
Build HTML site
To build the documentation as a website:
sphinx-build -b html docs _build
Automatic build
Sphinx allows automatic build using sphinx-autobuild
, which will automatically reload and update on a webservice spawned at-hoc.
You can launch the automatic build using:
sphinx-autobuild docs build_
you can access the service by opening the browser at http://localhost:8000
.
Build PDF
You can export this document as PDF using rst2pdf
.
Even if you have conda, you should install the version provided by pipy:
pip install rst2pdf
Then you need to modify your config.py
by adding the following information:
extensions = ['rst2pdf.pdfbuilder']
pdf_documents = [('index', u'filename', u'Title', u'Author')]
and build using
sphinx-build -b pdf sourcedir builddir
and a file with the specified name will be created in builddir
.
Make a new release
bump-my-version bump major|minor|patch
Licence
The dataset is licensed under CC BY 4.0 CC. The Bibliographic data refers to the original content.
The code is licences under Apache 2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file SuperMat-3.0.0.tar.gz
.
File metadata
- Download URL: SuperMat-3.0.0.tar.gz
- Upload date:
- Size: 402.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10c7ec3c04c8c85022f4aeed0b2a9d1d1b948c1b40c0611e47e9e76569480314 |
|
MD5 | 00697416dc362e8c069054dc7a09d28f |
|
BLAKE2b-256 | fc022b4fc091452c1c127eb95e3dfa9eb76309182843d0872906bde7d156f4b9 |
File details
Details for the file SuperMat-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: SuperMat-3.0.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59bb80348734693ccb8efc5bae4dceb37fd089aac2a8a0a328f1d183807b4fae |
|
MD5 | 3369f8710c07eae63a11e8ab9409d801 |
|
BLAKE2b-256 | 4a185bb05cf45476b506d0249b4a5aa6fdadc6d23696e88e7e958dde2fe044f5 |