paper-with-me

홈 › Papers

Automated Creation and Human-assisted Curation of Computable Scientific Models from Code and Text

2022-01-28 · Varish Mulwad, Andrew Crapo, Vijay S. Kumar, James Jobin, Alfredo Gabaldon, Nurali Virani, Sharad Dixit, Narendra Joshi

Scientific models hold the key to better understanding and predicting the behavior of complex systems. The most comprehensive manifestation of a scientific model, including crucial assumptions and parameters that underpin its usability, is usually embedded in associated source code and documentation, which may employ a variety of (potentially outdated) programming practices and languages. Domain experts cannot gain a complete understanding of the implementation of a scientific model if they are not familiar with the code. Furthermore, rapid research and development iterations make it challenging to keep up with constantly evolving scientific model codebases. To address these challenges, we develop a system for the automated creation and human-assisted curation of a knowledge graph of computable scientific models that analyzes a model's code in the context of any associated inline comments and external documentation. Our system uses knowledge-driven as well as data-driven approaches to identify and extract relevant concepts from code and equations from textual documents to semantically annotate models using domain terminology. These models are converted into executable Python functions and then can further be composed into complex workflows to answer different forms of domain-driven questions. We present experimental results obtained using a dataset of code and associated text derived from NASA's Hypersonic Aerodynamics website.

📄 PDF Abstract BibTeX arXiv:2202.13739

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Machine-Assisted Script Curation

2021-01-14 · NAACL 2021 4 · Manuel R. Ciosici, Joseph Cummings, Mitchell DeHaven, Alex Hedges 외

We describe Machine-Aided Script Curator (MASC), a system for human-machine collaborative script authoring. Scripts produced with MASC include (1) English descriptions of sub-events that comprise a larger, complex event;…

Semi-Automated Construction of Food Composition Knowledge Base

2023-01-24 · Jason Youn, Fangzhou Li, Ilias Tagkopoulos

A food composition knowledge base, which stores the essential phyto-, micro-, and macro-nutrients of foods is useful for both research and industrial applications. Although many existing knowledge bases attempt to curate…

Active LearningLanguage ModelingLanguage Modelling

Cracks in The Stack: Hidden Vulnerabilities and Licensing Risks in LLM Pre-Training Datasets

2025-01-05 · Mahmoud Jahanshahi, Audris Mockus

A critical part of creating code suggestion systems is the pre-training of Large Language Models on vast amounts of source code and natural language text, often of questionable origin or quality. This may contribute to t…

Code Generation

Automated, LLM enabled extraction of synthesis details for reticular materials from scientific literature

2024-11-05 · Viviane Torres da Silva, Alexandre Rademaker, Krystelle Lionti, Ronaldo Giro 외

Automated knowledge extraction from scientific literature can potentially accelerate materials discovery. We have investigated an approach for extracting synthesis protocols for reticular materials from scientific litera…

HallucinationIn-Context LearningPrompt Engineering

TOPICAL: TOPIC Pages AutomagicaLly

2024-05-03 · John Giorgi, Amanpreet Singh, Doug Downey, Sergey Feldman 외

Topic pages aggregate useful information about an entity or concept into a single succinct and accessible article. Automated creation of topic pages would enable their rapid curation as information resources, providing a…

Retrieval