Margin-Regularized Structured Semantic Alignment for Brain-Language Correspondence

arXiv cs.CL Papers

Summary

The paper proposes MD-SigLIP, a margin-regularized structured semantic alignment framework that directly aligns brain and text embeddings to improve brain-language decoding, achieving state-of-the-art retrieval performance.

arXiv:2608.16975v1 Announce Type: new Abstract: With the rapid advancement of large language models, brain-language decoding has achieved remarkable progress. However, it remains unclear whether decoded content genuinely reflects neural representations or is largely reconstructed by the language model itself. This ambiguity limits interpretability and hinders the investigation of intrinsic brain-language correspondence. To address this challenge, we propose MD-SigLIP. This margin-regularized structured semantic alignment framework directly aligns brain embeddings with text embeddings in a shared semantic space, enabling retrieval-based decoding. This formulation enables explicit modeling of the correspondence between neural representations and language semantics. Building upon duplicate-aware sigmoid contrastive learning, we introduce a listwise margin-regularized term that enforces structured ranking constraints between positive semantic clusters and negative samples. By modeling multi-positive semantic structure and margin-based ordering simultaneously, the method captures the manifold organization of language embeddings reflected in neural signals. Experiments demonstrate state-of-the-art retrieval performance under both full-vocabulary and subset evaluation settings.
Original Article
View Cached Full Text

Cached at: 08/19/26, 09:45 AM

# Margin-Regularized Structured Semantic Alignment for Brain-Language Correspondence
Source: [https://arxiv.org/html/2608.16975](https://arxiv.org/html/2608.16975)
Jiaqi WangAffiliation:School of Computer Science and Technology, Northwestern Polytechnical University, Xi’an 710072, ChinaShu Zhang

###### Abstract

With the rapid advancement of large language models, brain\-language decoding has achieved remarkable progress\. However, it remains unclear whether decoded content genuinely reflects neural representations or is largely reconstructed by the language model itself\. This ambiguity limits interpretability and hinders the investigation of intrinsic brain\-language correspondence\. To address this challenge, we propose MD\-SigLIP\. This margin\-regularized structured semantic alignment framework directly aligns brain embeddings with text embeddings in a shared semantic space, enabling retrieval\-based decoding\. This formulation enables explicit modeling of the correspondence between neural representations and language semantics\. Building upon duplicate\-aware sigmoid contrastive learning, we introduce a listwise margin\-regularized term that enforces structured ranking constraints between positive semantic clusters and negative samples\. By modeling multi\-positive semantic structure and margin\-based ordering simultaneously, the method captures the manifold organization of language embeddings reflected in neural signals\. Experiments demonstrate state\-of\-the\-art retrieval performance under both full\-vocabulary and subset evaluation settings\.

###### Keywords:

Brain\-Language Decoding; Margin Regularization; Structured Semantic Alignment; Retrieval Generation\.

## 1Introduction

Decoding language from non\-invasive brain signals has long been a central goal in computational neuroimaging\[[21](https://arxiv.org/html/2608.16975#bib.bib4),[17](https://arxiv.org/html/2608.16975#bib.bib13),[4](https://arxiv.org/html/2608.16975#bib.bib14)\]\. With the rapid development of large language models \(LLMs\), recent studies have demonstrated increasingly fluent brain\-language decoding by integrating neural representations with pretrained generative models\[[19](https://arxiv.org/html/2608.16975#bib.bib5),[18](https://arxiv.org/html/2608.16975#bib.bib6),[12](https://arxiv.org/html/2608.16975#bib.bib7),[3](https://arxiv.org/html/2608.16975#bib.bib15)\]\. However, despite impressive qualitative outputs, it remains unclear whether the decoded semantic content genuinely originates from neural signals or is largely reconstructed by the statistical prior of the LLM\[[2](https://arxiv.org/html/2608.16975#bib.bib9),[8](https://arxiv.org/html/2608.16975#bib.bib8),[5](https://arxiv.org/html/2608.16975#bib.bib3)\]\. This ambiguity limits interpretability and weakens neuroscientific conclusions about how language meaning is represented in the brain\.

To more directly investigate the intrinsic relationship between brain signals and language representations, recent work has reformulated decoding as a retrieval\-based alignment problem\[[5](https://arxiv.org/html/2608.16975#bib.bib3),[10](https://arxiv.org/html/2608.16975#bib.bib19),[14](https://arxiv.org/html/2608.16975#bib.bib21)\]\. Instead of relying on generative models, these approaches learn a shared embedding space and retrieve text candidates based on similarity to neural representations, enabling explicit measurement of brain\-text correspondence\.

In previous works, contrastive learning has provided a natural framework for multimodal alignment\[[11](https://arxiv.org/html/2608.16975#bib.bib16),[6](https://arxiv.org/html/2608.16975#bib.bib17),[15](https://arxiv.org/html/2608.16975#bib.bib18),[7](https://arxiv.org/html/2608.16975#bib.bib20)\]\. The CLIP\[[13](https://arxiv.org/html/2608.16975#bib.bib2)\]objective aligns paired representations using a softmax\-based contrastive loss, successfully bridging image and text modalities\. However, CLIP enforces strict one\-to\-one matching and introduces strong competition among candidates via softmax normalization\. Such assumptions may be suboptimal for neural decoding, where semantic representations are continuous and potentially overlapping\. SigLIP\[[20](https://arxiv.org/html/2608.16975#bib.bib1)\]replaces softmax with independent sigmoid\-based binary cross\-entropy, enabling multi\-label supervision and improved training stability\. While this relaxation mitigates excessive competition, it still treats each pair independently and does not explicitly model relative semantic ordering\. To further account for semantic redundancy, duplicated SigLIP \(D\-SigLIP\)\[[5](https://arxiv.org/html/2608.16975#bib.bib3)\]introduces multi\-positive targets by identifying semantically similar text embeddings\. This extension captures local semantic clusters in language space and relaxes strict one\-hot supervision\.

Motivated by the need to model structured brain\-language correspondence, we propose MD\-SigLIP \(Margin\-Regularized D\-SigLIP\)\. MD\-SigLIP extends D\-SigLIP by introducing a listwise margin\-regularized term that enforces structured ordering in the embedding space\. Specifically, we aggregate multiple semantically similar positives into a cluster\-level reference score and explicitly penalize any negative sample that ranks above this positive cluster\. This margin\-based regularization transforms independent pairwise alignment into a structured semantic ordering problem, encouraging brain embeddings to respect the manifold organization of language representations\. As a result, MD\-SigLIP simultaneously models multi\-positive semantic clusters and enforces structured ranking consistency within each retrieval list\. Experiments on two MEG\-language datasets demonstrate that MD\-SigLIP achieves superior performance without relying on generative language models\. The main contributions of this work are summarized as follows:

1. 1\.We propose a novel alignment framework MD\-SigLIP that extends D\-SigLIP with listwise margin regularization, enabling cluster\-aware semantic modeling and explicit ranking constraints within the embedding space\.
2. 2\.We provide empirical evidence of semantic and structural consistency between brain and text representations through retrieval\-based decoding and representational similarity analysis\.
3. 3\.We demonstrate that non\-invasive neural signals encode retrievable language\-related semantic structures, offering an interpretable framework for studying brain\-language correspondence\.

## 2Method

### 2\.1Problem Formulation

Fig\.[1](https://arxiv.org/html/2608.16975#S2.F1)illustrates the proposed MD\-SigLIP framework\. We reformulate brain\-to\-text decoding as structured semantic alignment in a shared embedding space\. Given paired data𝒟=\{\(xi,yi\)\}i=1N\\mathcal\{D\}=\\\{\(x\_\{i\},y\_\{i\}\)\\\}\_\{i=1\}^\{N\}, wherexi∈𝐑T×Cx\_\{i\}\\in\\mathbf\{R\}^\{T\\times C\}denotes MEG signals andyiy\_\{i\}the corresponding sentence, a frozen T5 encoderg⁡\(⋅\)g\(\\cdot\)produces text embeddingsti=g⁡\(yi\)∈𝐑dt\_\{i\}=g\(y\_\{i\}\)\\in\\mathbf\{R\}^\{d\}, while a brain encoderfθf\_\{\\theta\}maps neural signals into the same space,zi=fθ​\(xi\)z\_\{i\}=f\_\{\\theta\}\(x\_\{i\}\)\. Decoding is performed via retrieval based on similarity betweenziz\_\{i\}and candidate embeddingstjt\_\{j\}\.

![Refer to caption](https://arxiv.org/html/2608.16975v1/overview.png)Figure 1:Overview of MD\-SigLIP\.To model semantic redundancy, we adopt duplicate\-aware supervision \(Fig\.[1](https://arxiv.org/html/2608.16975#S2.F1)\(b\), treating semantically similar text embeddings as multi\-positive targets\. To further enforce structured ordering, we introduce a listwise margin\-regularized term \(Fig\.[1](https://arxiv.org/html/2608.16975#S2.F1)\(c\), encouraging positive clusters to rank above negatives\.

### 2\.2D\-SigLip Loss

As shown in Fig\.[1](https://arxiv.org/html/2608.16975#S2.F1)\(b\), followed by D\-SigLIP\[[5](https://arxiv.org/html/2608.16975#bib.bib3)\], similarity scores are defined as

si​j=τ⁡⟨z~i,t~j⟩\+b,s\_\{ij\}=\\tau\\langle\\tilde\{z\}\_\{i\},\\tilde\{t\}\_\{j\}\\rangle\+b,\(1\)wherez~i\\tilde\{z\}\_\{i\}andt~j\\tilde\{t\}\_\{j\}optionally denoteℓ2\\ell\_\{2\}\-normalized embeddings,τ\\tauis a learnable temperature, andbba bias term\. LetS∈𝐑B×B′S\\in\\mathbf\{R\}^\{B\\times B^\{\\prime\}\}denote the similarity matrix within a mini\-batch\.

Standard contrastive learning assumes one\-to\-one matching\. However, semantic representations form continuous clusters\. We therefore define semantic duplicates in the text space\.

Pairwise cosine similarity:

Cj​k=⟨tj,tk⟩‖tj‖​‖tk‖\.C\_\{jk\}=\\frac\{\\langle t\_\{j\},t\_\{k\}\\rangle\}\{\\\|t\_\{j\}\\\|\\\|t\_\{k\}\\\|\}\.\(2\)
Given thresholdδ\\delta, the duplicate mask is

Mj​k=𝟏​\(Cj​k≥δ\)\.M\_\{jk\}=\\mathbf\{1\}\(C\_\{jk\}\\geq\\delta\)\.\(3\)
For each sampleii, the positive set becomes

𝒫i=\{j∣Mi​j=1\}\.\\mathcal\{P\}\_\{i\}=\\\{j\\mid M\_\{ij\}=1\\\}\.\(4\)
Following sigmoid\-based contrastive learning, we adopt a multi\-label binary cross\-entropy objective\[[5](https://arxiv.org/html/2608.16975#bib.bib3)\]:

LD\-SigLip=1B​∑i=1B∑j=1B′ℓBCE​\(si​j,Yi​j\),L\_\{\\text\{D\-SigLip\}\}=\\frac\{1\}\{B\}\\sum\_\{i=1\}^\{B\}\\sum\_\{j=1\}^\{B^\{\\prime\}\}\\ell\_\{\\text\{BCE\}\}\(s\_\{ij\},Y\_\{ij\}\),\(5\)whereYi​j=Mi​jY\_\{ij\}=M\_\{ij\}and

ℓBCE​\(s,y\)=−y​log⁡σ⁡\(s\)−\(1−y\)​log⁡\(1−σ⁡\(s\)\)\.\\ell\_\{\\text\{BCE\}\}\(s,y\)=\-y\\log\\sigma\(s\)\-\(1\-y\)\\log\(1\-\\sigma\(s\)\)\.\(6\)
This formulation removes softmax competition and supports multiple positives per sample\.

### 2\.3MD\-SigLIP Loss

WhileLD\-SigLipL\_\{\\text\{D\-SigLip\}\}models pairwise alignment, it does not explicitly enforce ordering\. We therefore aggregate positive similarities assipos=log⁡\(1\|𝒫i\|​∑j∈𝒫iesi​j\)s\_\{i\}^\{\\text\{pos\}\}=\\log\\left\(\\frac\{1\}\{\|\\mathcal\{P\}\_\{i\}\|\}\\sum\_\{j\\in\\mathcal\{P\}\_\{i\}\}e^\{s\_\{ij\}\}\\right\)and define negatives𝒩i=\{j∣Yi​j=0\}\\mathcal\{N\}\_\{i\}=\\\{j\\mid Y\_\{ij\}=0\\\}\.

The margin regularization term is

Lmargin=1B∑i=1Bsoftplus\(log∑j∈𝒩iesi​j−sipos\),L\_\{\\text\{margin\}\}=\\frac\{1\}\{B\}\\sum\_\{i=1\}^\{B\}\\mathrm\{softplus\}\\\!\\left\(\\log\\\!\\sum\_\{j\\in\\mathcal\{N\}\_\{i\}\}e^\{\\,s\_\{ij\}\-s\_\{i\}^\{\\text\{pos\}\}\}\\right\),\(7\)which approximatesmaxj∈𝒩i⁡\(si​j−sipos\)\\max\_\{j\\in\\mathcal\{N\}\_\{i\}\}\(s\_\{ij\}\-s\_\{i\}^\{\\text\{pos\}\}\)in a differentiable form and enforces structured ranking\.

The final objective is

LMD\-SigLip=LD\-SigLip\+λ​Lmargin,L\_\{\\text\{MD\-SigLip\}\}=L\_\{\\text\{D\-SigLip\}\}\+\\lambda L\_\{\\text\{margin\}\},\(8\)whereλ\\lambdabalances alignment and margin regularization\.

## 3Experiments and Results

### 3\.1Datasets and Settings

We evaluate our method on two publicly available MEG\-Language datasets covering auditory and reading paradigms\. Armeni2022\[[1](https://arxiv.org/html/2608.16975#bib.bib11)\]is an MEG\-Audio dataset including 3 subjects with approximately 10 hours of recording each, comprising 7,282 distinct words\. SchoffelenRead2019\[[16](https://arxiv.org/html/2608.16975#bib.bib12)\]is an MEG\-Reading dataset containing 99 subjects and 2,223 distinct words\. MEG signals were filtered \(0\.1–40 Hz\), downsampled to 50 Hz, baseline\-corrected, and segmented into 3\-second word\-level epochs\. Text representations were extracted using a frozen T5\-large encoder\. Models were trained for up to 50 epochs using Adam \(learning rate1×10−41\\times 10^\{\-4\}\) with batch size 128 on a single RTX 4090 GPU\. Performance was evaluated under a retrieval setting using Top 1 accuracy, Top 10 accuracy, and median rank, computed on both the 250 most frequent words and the full vocabulary\.

### 3\.2Comparative Analysis of MEG\-to\-Text Performance across Datasets

As shown in Table[1](https://arxiv.org/html/2608.16975#S3.T1)\(SchoffelenRead2019\), our method achieves the best Top 10 accuracy and median rank\. On the Top 250 setting, Top 10 accuracy improves from 8\.2% \(D\-SigLIP\) to 10\.3%, and median rank decreases from 86 to 65\. Under the full vocabulary setting, Top 10 accuracy increases from 6\.3% to 8\.7%, with median rank improving from 180 to 138\. Our method slightly but consistently outperforms existing approaches on the Armeni2022 dataset\. This is likely because a paradigm with fewer subjects but extensive recordings per subject yields a higher signal\-to\-noise ratio\. While this allows all baseline methods to perform relatively well, our method still establishes a new state\-of\-the\-art\.

Table 1:Comparison of methods on SchoffelenRead2019 and Armeni2022\.MethodsSchoffelenRead2019Armeni2022Top 250FullTop 250FullTop1↑\\uparrowTop10↑\\uparrowRank↓\\downarrowTop1↑\\uparrowTop10↑\\uparrowRank↓\\downarrowTop1↑\\uparrowTop10↑\\uparrowRank↓\\downarrowTop1↑\\uparrowTop10↑\\uparrowRank↓\\downarrowCLIP\[[13](https://arxiv.org/html/2608.16975#bib.bib2)\]4\.4%8\.2%1403\.2%5\.6%2673\.7%17\.5%842\.4%9\.5%76\.5SigLIP\[[20](https://arxiv.org/html/2608.16975#bib.bib1)\]1\.1%7\.7%940\.8%5\.9%19415\.4%47\.3%1110\.1%30\.4%63D\-SigLIP\[[5](https://arxiv.org/html/2608.16975#bib.bib3)\]1\.3%8\.2%860\.8%6\.3%18017\.2%48\.0%1111\.4%31\.0%62Ours2\.3%10\.3%651\.2%8\.7%13817\.3%48\.9%1011\.5%31\.6%56

### 3\.3Retrieval Analysis of MEG\-to\-Text Decoding

To intuitively illustrate the practical decoding capabilities of our model, we provide qualitative examples of sentence\-level decoding in Fig\.[2](https://arxiv.org/html/2608.16975#S3.F2)\. The results demonstrate that, even in the highly challenging task of decoding continuous MEG signals, our model successfully captures the core semantics and reconstructs syntactically coherent sentence structures\. Notably, even when exact word matches fail, the predicted words frequently exhibit high semantic equivalence and syntactic consistency with the ground\-truth words \(e\.g\., substituting synonymous nouns or verbs\)\. This indicates that the model is not merely memorizing the training data, but rather learning the high\-level semantic representations underlying brain activity\.

![Refer to caption](https://arxiv.org/html/2608.16975v1/sentence.png)Figure 2:Example sentence\-level retrieval results\. Ground\-truth words are shown in bold black, while the corresponding predicted words are highlighted in bold red\.![Refer to caption](https://arxiv.org/html/2608.16975v1/top10.png)Figure 3:Top 10 retrieved candidate words ranked by similarity\.Furthermore, Fig\.[3](https://arxiv.org/html/2608.16975#S3.F3)visualizes the Top 10 candidate words retrieved by specific MEG signal segments based on similarity scores\. It can be clearly observed that these high\-scoring candidates exhibit a significant clustering effect within the semantic space \(e\.g\., vocabulary clusters centered around specific contexts or concepts\)\. This observation suggests that the proposed method learns a smooth and well\-structured cross\-modal latent space\. Within this space, similar brain activation patterns are accurately mapped to neighboring linguistic representations, thereby endowing the model with superior retrieval robustness\.

Overall, the retrieval examples and Top 10 candidate analyses consistently demonstrate that the proposed model captures coherent semantic neighborhoods in the shared embedding space\. Rather than producing isolated word matches, the model maps similar neural activation patterns to semantically related linguistic representations, indicating robust semantic alignment between brain signals and text\.

### 3\.4Representational Similarity Analysis between MEG and Text Embeddings

To investigate the structural correspondence between MEG neural recordings and text embeddings, we perform representational similarity analysis \(RSA\)\[[9](https://arxiv.org/html/2608.16975#bib.bib10)\]\. Specifically, we compute pairwise similarity matrices within the brain embedding space and the text embedding space, and measure their Spearman correlation\. To assess statistical significance, we construct permutation\-based null distributions by randomly shuffling the correspondence between samples \(Fig\.[4](https://arxiv.org/html/2608.16975#S3.F4)\)\.

![Refer to caption](https://arxiv.org/html/2608.16975v1/RSA.png)Figure 4:Permutation baseline distributions for RSA\. Red dashed lines indicate the observed Spearman correlation\.The permutation distributions serve as statistical baselines, quantifying the range of correlations expected under random alignment\. A significant deviation of the observed correlation from this null distribution indicates that the similarity structure in the brain embedding space is unlikely to arise by chance\.

As illustrated in Fig\.[4](https://arxiv.org/html/2608.16975#S3.F4)\(a\), the RSA evaluated on the full vocabulary of Armeni2022 yields a highly significant positive correlation \(p<0\.001p<0\.001\), with a tightly concentrated null distribution due to the large sample size\. This suggests that the geometric structure of brain embeddings closely reflects that of language representations\.

Fig\.[4](https://arxiv.org/html/2608.16975#S3.F4)\(b\) presents the RSA results for the Top 15 most frequent words in SchoffelenRead2019\. Although the null distribution is broader due to the limited sample size \(T=15T=15\), the observed correlation remains statistically significant \(p<0\.05p<0\.05\)\. This indicates that even within high\-frequency vocabularies, stable structural correspondence between neural and linguistic representations can be reliably captured\.

Together, these findings provide evidence that MEG signals preserve relational semantic structure that is statistically aligned with language embeddings\. Moreover, experimental paradigms with extensive recordings per subject appear particularly beneficial for revealing such cross\-modal structural alignment\.

## 4Conclusion

In this work, we reformulated brain\-to\-text decoding as a structured semantic alignment problem\. To address the ambiguity introduced by LLM\-based decoding, we proposed MD\-SigLIP, a margin\-regularized structured semantic alignment framework that enforces cluster\-aware and order\-aware constraints in a shared embedding space\. By combining multi\-positive supervision with listwise margin regularization, our method captures structured brain\-language correspondence and enables interpretable retrieval\-based decoding\. Experiments on two MEG\-language datasets demonstrate state\-of\-the\-art retrieval performance, while qualitative examples and RSA analysis provide converging evidence of semantic and structural alignment between neural and language representations\. These findings suggest that neural signals encode retrievable and structured semantic information, offering a framework for studying brain\-language correspondence\.

## References

- \[1\]K\. Armeni, U\. Güçlü, M\. van Gerven, and J\. Schoffelen\(2022\)A 10\-hour within\-participant magnetoencephalography narrative dataset to test models of language comprehension\.Scientific Data9\(1\),pp\. 278\.Cited by:[§3\.1](https://arxiv.org/html/2608.16975#S3.SS1.p1.1)\.
- \[2\]D\. Bzdok, A\. Thieme, O\. Levkovskyy, P\. Wren, T\. Ray, and S\. Reddy\(2024\)Data science opportunities of large language models for neuroscience and biomedicine\.Neuron112\(5\),pp\. 698–717\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[3\]C\. Caucheteux, A\. Gramfort, and J\. King\(2022\)Deep language algorithms predict semantic comprehension from brain activity\.Scientific reports12\(1\),pp\. 16327\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[4\]C\. Caucheteux and J\. King\(2022\)Brains and algorithms partially converge in natural language processing\.Communications biology5\(1\),pp\. 134\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[5\]S\. d’Ascoli, C\. Bel, J\. Rapin, H\. Banville, Y\. Benchetrit, C\. Pallier, and J\. King\(2025\)Towards decoding individual words from non\-invasive brain recordings\.Nature Communications16\(1\),pp\. 10521\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1),[§1](https://arxiv.org/html/2608.16975#S1.p2.1),[§1](https://arxiv.org/html/2608.16975#S1.p3.1),[§2\.2](https://arxiv.org/html/2608.16975#S2.SS2.p1.1),[§2\.2](https://arxiv.org/html/2608.16975#S2.SS2.p7.1),[Table 1](https://arxiv.org/html/2608.16975#S3.T1.1.1.6.1)\.
- \[6\]X\. Feng, X\. Feng, B\. Qin, and T\. Liu\(2023\)Aligning semantic in brain and language: a curriculum contrastive method for electroencephalography\-to\-text generation\.IEEE Transactions on Neural Systems and Rehabilitation Engineering31,pp\. 3874–3883\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p3.1)\.
- \[7\]M\. Hafner, M\. Katsantoni, T\. Köster, J\. Marks, J\. Mukherjee, D\. Staiger, J\. Ule, and M\. Zavolan\(2021\)CLIP and complementary methods\.Nature Reviews Methods Primers1\(1\),pp\. 20\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p3.1)\.
- \[8\]H\. Jo, Y\. Yang, J\. Han, Y\. Duan, H\. Xiong, and W\. H\. Lee\(2024\)Are eeg\-to\-text models working?\.arXiv preprint arXiv:2405\.06459\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[9\]N\. Kriegeskorte, M\. Mur, and P\. A\. Bandettini\(2008\)Representational similarity analysis\-connecting the branches of systems neuroscience\.Frontiers in systems neuroscience2,pp\. 249\.Cited by:[§3\.4](https://arxiv.org/html/2608.16975#S3.SS4.p1.1)\.
- \[10\]A\. Liu, S\. Shiyuan, C\. Yang, Y\. Qi,et al\.\(2025\)Beyond function\-level search: repository\-aware dual\-encoder code retrieval with adversarial verification\.Knowledgeable Foundation Models at ACL\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p2.1)\.
- \[11\]Y\. Ma, Y\. Liu, L\. Chen, G\. Zhu, B\. Chen, and N\. Zheng\(2025\)BrainCLIP: brain representation via clip for generic natural visual stimulus decoding\.IEEE Transactions on Medical Imaging44\(10\),pp\. 3962–3972\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p3.1)\.
- \[12\]A\. Mishra, S\. Shukla, J\. Torres, J\. Gwizdka, and S\. Roychowdhury\(2025\)Thought2Text: text generation from eeg signal using large language models \(llms\)\.InFindings of the Association for Computational Linguistics: NAACL 2025,pp\. 3747–3759\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[13\]A\. Radford, J\. W\. Kim, C\. Hallacy, A\. Ramesh, G\. Goh, S\. Agarwal, G\. Sastry, A\. Askell, P\. Mishkin, J\. Clark,et al\.\(2021\)Learning transferable visual models from natural language supervision\.InInternational conference on machine learning,pp\. 8748–8763\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p3.1),[Table 1](https://arxiv.org/html/2608.16975#S3.T1.1.1.4.1)\.
- \[14\]M\. Rashad, I\. Afifi, and M\. Abdelfatah\(2023\)RbQE: an efficient method for content\-based medical image retrieval based on query expansion\.Journal of digital imaging36\(3\),pp\. 1248–1261\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p2.1)\.
- \[15\]Y\. Ren and D\. Xiong\(2021\)CogAlign: learning to align textual neural representations to cognitive language processing signals\.InProceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\),pp\. 3758–3769\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p3.1)\.
- \[16\]J\. Schoffelen, R\. Oostenveld, N\. Lam, J\. Udden, A\. Hultén, and P\. Hagoort\(2019\)Mother of unification studies, a 204\-subject multimodal neuroimaging dataset to study language processing\.Cited by:[§3\.1](https://arxiv.org/html/2608.16975#S3.SS1.p1.1)\.
- \[17\]J\. Tang, A\. LeBel, S\. Jain, and A\. G\. Huth\(2023\)Semantic reconstruction of continuous language from non\-invasive brain recordings\.Nature Neuroscience26\(5\),pp\. 858–866\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[18\]J\. Wang, Z\. Song, Z\. Ma, X\. Qiu, M\. Zhang, and Z\. Zhang\(2024\)Enhancing eeg\-to\-text decoding through transferable representations from pre\-trained contrastive eeg\-text masked autoencoder\.InProceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),pp\. 7278–7292\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[19\]F\. R\. Willett, D\. T\. Avansino, L\. R\. Hochberg, J\. M\. Henderson, and K\. V\. Shenoy\(2021\)High\-performance brain\-to\-text communication via handwriting\.Nature593\(7858\),pp\. 249–254\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.
- \[20\]X\. Zhai, B\. Mustafa, A\. Kolesnikov, and L\. Beyer\(2023\)Sigmoid loss for language image pre\-training\.InProceedings of the IEEE/CVF international conference on computer vision,pp\. 11975–11986\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p3.1),[Table 1](https://arxiv.org/html/2608.16975#S3.T1.1.1.5.1)\.
- \[21\]X\. Zhang, L\. Yao, X\. Wang, J\. Monaghan, D\. Mcalpine, and Y\. Zhang\(2021\)A survey on deep learning\-based non\-invasive brain signals: recent advances and new frontiers\.Journal of neural engineering18\(3\),pp\. 031002\.Cited by:[§1](https://arxiv.org/html/2608.16975#S1.p1.1)\.

Similar Articles

Brain-CLIPLM: Decoding Compressed Semantic Representations in EEG for Language Reconstruction

arXiv cs.CL

Researchers propose Brain-CLIPLM, a two-stage EEG-to-text decoding framework using contrastive learning for semantic anchor extraction and a retrieval-grounded LLM with Chain-of-Thought reasoning, achieving 67.55% top-5 sentence retrieval accuracy and suggesting EEG-to-text decoding should focus on recovering compressed semantic content rather than full sentence reconstruction.