Skip to content

Commit e898613

Browse files
authored
Update 2025-6-20-ai-review.md
1 parent 5aa1f76 commit e898613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2025-6-20-ai-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ With Large Language Models (LLMs) and zero-shot learning, we can now automatical
1414

1515
## **LLMs for Neuroscientific Information Extraction**
1616

17-
Historically, developing AI models for information extraction required a large number of annotated examples required for training, making it impossible to apply in low-data fields like neuroimaging. However, modern LLMs can interpret scientific text without extensive domain-specific training. It is now possible to automatically extract information from articles, even in areas where there are very few existing human-labeled examples. This approach, called "**zero-shot learning**", means modern LLMs can extract information without task-specific training.
17+
Traditionally, building AI models for information extraction required large annotated datasets, which limited their use in fields like neuroimaging with little labeled data. Modern LLMs change this by interpreting scientific text without domain-specific training. Using zero-shot learning, they can now extract information from articles even without task-specific examples.
1818

19-
By prompting LLMs carefully, we can extract verifiable details—like sample size, diagnosis, age range, tasks, and modalities—from more than 30,000 studies in the NeuroStore database. These details are displayed during curation, making it easier to compare studies and decide which to include.
19+
By prompting LLMs carefully, we can extract verifiable details—like sample size, diagnosis, age range, tasks, and modalities—from more than **30,000 studies in the NeuroStore database**. These details are displayed during curation, making it easier to compare studies and decide which to include.
2020

2121
![Figure 1](img/ai_extraction_workflow.png)
2222
Figure 1\. High-level overview of Zero Shot Information Extraction using LLM prompting

0 commit comments

Comments
 (0)