latentdulhan commited on
Commit
6250dfc
·
verified ·
1 Parent(s): 5235ab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
 
13
  # MEG-XL: Data-Efficient Brain-to-Text via Long-Context Pre-Training
14
 
15
- MEG-XL is a brain-to-text foundation model pre-trained with 2.5 minutes of MEG context per sample (equivalent to 191k tokens). It is designed to capture extended neural context, enabling high data efficiency for decoding words from brain activity.
16
 
17
  - **Paper:** [MEG-XL: Data-Efficient Brain-to-Text via Long-Context Pre-Training](https://huggingface.co/papers/2602.02494)
18
  - **Repository:** [GitHub - neural-processing-lab/MEG-XL](https://github.com/neural-processing-lab/MEG-XL)
@@ -48,10 +48,10 @@ python -m brainstorm.evaluate_criss_cross_word_classification \
48
 
49
  If you find this work helpful in your research, please cite:
50
  ```bibtex
51
- @article{jayalath2026megxl,
52
  title={{MEG-XL}: Data-Efficient Brain-to-Text via Long-Context Pre-Training},
53
  author={Jayalath, Dulhan and Parker Jones, Oiwi},
54
- journal={arXiv preprint arXiv:2602.02494},
55
  year={2026}
56
  }
57
  ```
 
12
 
13
  # MEG-XL: Data-Efficient Brain-to-Text via Long-Context Pre-Training
14
 
15
+ MEG-XL is a brain-to-text foundation model pre-trained with 2.5 minutes of MEG context per sample (equivalent to 191k tokens) and published at ICML 2026. It is designed to capture extended neural context, enabling high data efficiency for decoding words from brain activity.
16
 
17
  - **Paper:** [MEG-XL: Data-Efficient Brain-to-Text via Long-Context Pre-Training](https://huggingface.co/papers/2602.02494)
18
  - **Repository:** [GitHub - neural-processing-lab/MEG-XL](https://github.com/neural-processing-lab/MEG-XL)
 
48
 
49
  If you find this work helpful in your research, please cite:
50
  ```bibtex
51
+ @inproceedings{jayalath2026megxl,
52
  title={{MEG-XL}: Data-Efficient Brain-to-Text via Long-Context Pre-Training},
53
  author={Jayalath, Dulhan and Parker Jones, Oiwi},
54
+ booktitle={Forty-third International Conference on Machine Learning, {ICML} 2026, Seoul, South Korea, July 6-11, 2026},
55
  year={2026}
56
  }
57
  ```