Skip to content

Author

Yunseok Kim

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

#large language models Open access Sep 2026

Full-text extraction pipeline for ALD process parameters (v2.1)

Code that builds the ALD process parameter database (v2.1) from the scientific literature: corpus retrieval and full-text acquisition, topical screening, extraction of eight process parameters from the complete article text with an open-weight large language model, per-field value selection and a second pass over empty fields, deterministic recovery of provenance spans, evaluation against a frozen held-out benchmark, and figure generation. Two scoring codes are released. scorer_fixed.py is the frozen code used for the earlier evaluation of this corpus. 21_scorer_aligned.py corrects three defects found in it: temperatures reported in kelvin were compared without conversion, chemical names were compared without alias resolution, and the numeric parser took digits from chemical formulae. The third defect applies to the gold annotations as well as to the predictions. Every score in the accompanying manuscript is reported under both codes. Version 2.1 adds the analysis stage that produced the numbers and figures of the current manuscript, which the version 2.0 package did not contain. It also adds 92_repair_gold.py, which reproduces the correction of the gold standard released as version 1.1 of that file and writes a row-by-row report of what was re-paired, and 91_annotator_agreement.py, which computes agreement between the two annotators. The evaluation split shipped in 06_evaluation is the corrected 83-article split. The regular-expression and named-entity extractors of the earlier version of this pipeline are retained as the comparison baseline, not as the production extractor. 10_analysis_v7/32_consistency_check_v7.py recomputes every number reported in the manuscript from the released files and checks it against the manuscript text. Accompanying dataset: ALD process parameter database v2.1, deposited separately under CC BY 4.0 at https://doi.org/10.5281/zenodo.22653094.

Sua Kim, Yunseok Kim, Hwanyeol Park · 0 citations
#large language models Dataset Open access Sep 2026

ALD process parameter database v2.1 extracted from the full text of the literature

A database of atomic layer deposition (ALD) process parameters extracted from the full text of the scientific literature by an open-weight large language model, together with the manually annotated gold standards used to validate the extraction and a provenance table linking each value to a character span in its own source article. From 12,945 indexed records, the full text of 1,706 articles was retrieved and parsed; 656 of these never mention atomic layer deposition in their own text and were excluded. Eight process parameters (deposited material, precursor, co-reactant, deposition temperature, growth per cycle, chamber pressure, pulse time and purge time) were extracted from the remaining 1,050 articles, of which 597 yielded at least one value, giving 3,886 values in total. What changed in version 2.1. The gold standard was corrected. In version 1.0 of that file a block of rows carried the DOI of the row below it, an off-by-one introduced when two annotation files were merged in a spreadsheet, so 23 of the 84 held-out articles were scored against another article's annotated values. The pairing was restored from the annotator's per-DOI extraction notes and from the publisher-supplied title of each retrieved body, and the corrected file is released here as ald_gold_standard_v1.1.xlsx with a row-by-row record of the correction. Two DOIs that did not resolve to a retrieved body were corrected, and one review article that reports no deposition of its own and carries no annotated value was removed from the test split, which is now 83 articles and 477 fields. The extraction output itself is unchanged: the error was in the answer key, not in the released data. The evaluation figures reported in the accompanying manuscript were recomputed against the corrected file. Version 2.1 also replaces Source_Data.xlsx with one sheet per figure and adds the intermediate files, the reactor classification, the token-usage measurement, and the second annotator's independent annotation of 25 held-out articles. Contents. ALD_DB_v2.0.xlsx holds the 3,886 values, one row per article per field; the file name is unchanged from version 2.0 because the released scripts open it by that name. provenance_spans.csv gives the character offsets and matched sentence for each individual value: 93.8% were located again in their own article and 75.4% matched verbatim or as a number carrying its unit; values that could not be located are marked rather than removed. ald_llm_fulltext_v2.xlsx is the frozen extraction output over all 1,050 articles. ald_gold_standard_v1.1.xlsx contains 477 manually annotated gold fields over 83 held-out articles, and relation_gold_104records.xlsx contains 104 human-verified condition records. annotator_agreement_25articles.xlsx holds a second, independent annotation of 25 of those articles beside the first annotator's values. split_manifest.json fixes the evaluation split. Source_Data.xlsx gives the numerical source data behind the figures, one sheet per figure. A recovered span shows that a value occurs at those offsets in that article. It is a claim a reader can check with the article and this table, verified by an automatic search released with the accompanying software. It is not a record of what the model attended to. Full texts of the source articles are covered by publisher licences and cannot be redistributed. Every record carries the article DOI so that the original text can be retrieved from the publisher. Accompanying software: Full-text extraction pipeline for ALD process parameters (v2.1), deposited separately under the MIT licence.

Sua Kim, Yunseok Kim, Hwanyeol Park · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.