stefanches7 commited on
Commit
4aa6fda
·
1 Parent(s): af5b05b

Revise README for Open Data BIDSifier project

Browse files

Updated project name and references for LLM based metadata harmonization.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Open Data BIDSifier: LLM-based Data format conversion
2
 
3
- This is the repository for an exploratory project OpenMind Wranglers, inspired by the accelerating progress of LLMs and their potential to automate format conversion for multi-study neuroimaging and clinical datasets.
4
 
5
  ## Motivation
6
 
@@ -14,7 +14,7 @@ In this proof-of-concept, we aim to determine whether a coordinated system of AI
14
 
15
  ## The Vision
16
 
17
- If successful, Open Data Wrangler will serve as a foundation for harmonizing multi-study datasets from open data, making sure these are immediately usable for machine learning and statistical analysis.
18
 
19
  ## Rough Work Plan
20
 
@@ -84,3 +84,5 @@ For working with LLM agents, prompt engineering skills can be useful, though can
84
 
85
  - [What is an AI agent](https://blog.langchain.com/how-to-think-about-agent-frameworks/)
86
  - [Prompting guide from Meta](https://www.llama.com/docs/how-to-guides/prompting/)
 
 
 
1
+ # Open Data BIDSifier: LLM-based BIDSifier and metadata harmonization for non-BIDS datasets
2
 
3
+ This is the repository for an exploratory project Open Data BIDSifier, inspired by the accelerating progress of LLMs and their potential to automate format conversion for multi-study neuroimaging and clinical datasets.
4
 
5
  ## Motivation
6
 
 
14
 
15
  ## The Vision
16
 
17
+ If successful, Open Data BIDSifier will serve as a foundation for harmonizing multi-study datasets from open data, making sure these are immediately usable for machine learning and statistical analysis.
18
 
19
  ## Rough Work Plan
20
 
 
84
 
85
  - [What is an AI agent](https://blog.langchain.com/how-to-think-about-agent-frameworks/)
86
  - [Prompting guide from Meta](https://www.llama.com/docs/how-to-guides/prompting/)
87
+ - [Metadata Harmonization from Biological Datasets with Language Models](https://doi.org/10.1101/2025.01.15.633281)
88
+ - [Unifying Heterogeneous Medical Images Using Large Language Models](10.5281/zenodo.15480675)