Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install hiyenwong-ai-collection-collection-skills-brain-fmri-llm-graphgit clone https://github.com/hiyenwong/ai_collection.gitcp ai_collection/SKILL.MD ~/.claude/skills/hiyenwong-ai-collection-collection-skills-brain-fmri-llm-graph/SKILL.md---
name: brain-fmri-llm-graph
description: "Graph Neural Networks (GNNs) have been widely used in diverse brain network analysis tasks based on preprocessed functional magnetic resonance imaging (fMRI) data. However, their p... Activation: brain network, llm, graph neural network"
---
# BLEG: LLM Functions as Powerful fMRI Graph-Enhancer for Brain Network Analysis
## Overview
Graph Neural Networks (GNNs) have been widely used in diverse brain network analysis tasks based on preprocessed functional magnetic resonance imaging (fMRI) data. However, their performances are constrained due to high feature sparsity and inherent limitations of domain knowledge within uni-modal neurographs. Meanwhile, large language models (LLMs) have demonstrated powerful representation capabi...
## Source Paper
- **Title**: BLEG: LLM Functions as Powerful fMRI Graph-Enhancer for Brain Network Analysis
- **Authors**: Rui Dong, Zitong Wang, Jiaxing Li, Weihuang Zheng, Youyong Kong
- **arXiv ID**: 2604.07361v1
- **Published**: 2026-04-01
- **Categories**: cs.LG
- **PDF**: https://arxiv.org/pdf/2604.07361v1
## Key Concepts
### Main Contributions
1. Novel methodology for brain network
2. Llm approach to graph neural network
3. Experimental validation and evaluation
### Technical Framework
- **Method**: Brain Network analysis framework
- **Application**: Brain network dynamics and neural computation
- **Innovation**: Cross-disciplinary integration of brain network, llm
## Practical Applications
### Use Case 1: Research Implementation
```python
# Example implementation based on paper methodology
# Note: This is a conceptual example based on the paper abstract
def analyze_neural_dynamics(data, method='brain_network'):
"""
Analyze neural dynamics using the framework from:
BLEG: LLM Functions as Powerful fMRI Graph-Enhancer for Brain Network Analysis
Args:
data: Neural recording data (EEG, fMRI, calcium imaging, etc.)
method: Analysis method to apply
Returns:
Analysis results
"""
# Implementation would go here
pass
```
### Use Case 2: Experimental Design
- Apply the methodology to your neural dataset
- Validate results against established benchmarks
- Extend the approach to related domains
## Implementation Notes
### Requirements
- Python 3.8+
- NumPy, SciPy for numerical computation
- Specialized libraries for brain network analysis
### Data Format
- Input: Neural recording data (time series, images, spike trains)
- Output: Analysis results, decoded representations, network metrics
## Limitations and Considerations
- Method validated on specific datasets
- May require domain-specific preprocessing
- Computational requirements depend on data scale
## References
- Rui Dong et al. (2026). "BLEG: LLM Functions as Powerful fMRI Graph-Enhancer for Brain Network Analysis." arXiv:2604.07361v1.
## Activation Keywords
- - brain network
- llm
- graph neural network
- representation
- brain fmri llm graph
---
*This skill was automatically generated from arXiv paper research.*
*Generated: 2026-04-12*
## Tools Used
- `exec`
- `read`
- `write`
## Instructions for Agents
1. **理解需求**:分析用户请求的具体场景
2. **选择方法**:根据上下文选择合适的技术方案
3. **执行操作**:按照技能描述实施具体步骤
4. **验证结果**:检查结果是否符合预期
## Examples
### Example 1: Basic Usage
**User:** 请帮我应用此技能
**Agent:** 我将按照标准流程执行...
### Example 2: Advanced Usage
**User:** 有更复杂的场景需要处理
**Agent:** 针对复杂场景,我将采用以下策略...