Add link to paper and update task categories

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,25 +1,24 @@
1
  ---
2
- license: apache-2.0
3
- task_categories:
4
- - visual-question-answering
5
- - question-answering
6
  language:
7
  - en
 
 
 
 
 
 
8
  tags:
9
  - neuroscience
10
  - fmri
11
  - vqa
12
  - brain-decoding
13
- pretty_name: NSD-VQA
14
- size_categories:
15
- - 1M<n<10M
16
  ---
17
 
18
  # NSD-VQA
19
 
20
  **NSD-VQA** is a large-scale visual question answering benchmark for studying what visual and semantic information can be decoded from human fMRI responses to natural images.
21
 
22
- It is introduced in **Brain-IT-VQA: From Brain Signals to Answers**.
23
 
24
  🔗 **Project page:** https://mcosarinsky.github.io/brain-it-vqa/
25
 
@@ -86,7 +85,7 @@ If you use this dataset, please cite:
86
  ```bibtex
87
  @article{beliy2026brainitvqa,
88
  title={Brain-IT-VQA: From Brain Signals to Answers},
89
- author={Beliy, Roman and others},
90
  year={2026}
91
  }
92
  ```
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - 1M<n<10M
7
+ task_categories:
8
+ - image-text-to-text
9
+ pretty_name: NSD-VQA
10
  tags:
11
  - neuroscience
12
  - fmri
13
  - vqa
14
  - brain-decoding
 
 
 
15
  ---
16
 
17
  # NSD-VQA
18
 
19
  **NSD-VQA** is a large-scale visual question answering benchmark for studying what visual and semantic information can be decoded from human fMRI responses to natural images.
20
 
21
+ It is introduced in the paper [Brain-IT-VQA: From Brain Signals to Answers](https://huggingface.co/papers/2605.29588).
22
 
23
  🔗 **Project page:** https://mcosarinsky.github.io/brain-it-vqa/
24
 
 
85
  ```bibtex
86
  @article{beliy2026brainitvqa,
87
  title={Brain-IT-VQA: From Brain Signals to Answers},
88
+ author={Beliy, Roman and Cosarinsky, Matias and Heinimann, Oliver and Wasserman, Navve and Irani, Michal},
89
  year={2026}
90
  }
91
  ```