File size: 1,361 Bytes
e2f53e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
license: cc-by-4.0
task_categories:
- tabular-regression
tags:
- exafs
- xafs
- materials-science
- spectroscopy
- materials-project
- feff
pretty_name: LLM4EXAFS Labeled Training Data
private: true
---

# LLM4EXAFS Labeled Training Data

Private release candidate for the labeled training dataset used in the manuscript
*Learning Local Structural Parameters from EXAFS Spectra Using a Pretrained Transformer*.

The uploaded file is a gzip-compressed JSONL file. Each line is one spectrum record with:

- `spectrum_id`
- `absorbing_index`
- `x`
- `y`
- `bond_length`
- `coordination_number`

The dataset is a derived labeled training file, not the original raw structural XAS export.
The current code can read this file directly by passing
`--data_path data/xas_labeled.jsonl.gz`.

## Files

- `xas_labeled.jsonl.gz`: compressed labeled training data.
- `checksums.json`: record count, file size, and SHA-256 digest.

## Provenance

The records are derived from computed XAS/EXAFS data associated with Materials Project
entries and FEFF-calculated spectra, then converted into the training format used by this
repository. Materials Project data are distributed under CC BY 4.0 and require appropriate
attribution.

This is a private draft upload. Public release metadata, citation, and DOI should be
updated after the manuscript data and claims are frozen.