We sincerely appreciate your thoughtful review and the valuable feedback you've provided on our manuscript. Below, we address your concerns in detail:
**[W1]**: *"Generally, the semantic meaning of the reconstructed sentences in both Neuro2Semantic and the baseline method appears to diverge significantly from the original text"*
*Response:* Thank you for your comment. Semantic decoding from neural data, regardless of modality (e.g., EEG, iEEG, MEG, fMRI), remains a challenging task, that no existing methods have fully resolved. Our work demonstrates substantial progress in this area by leveraging transfer learning to achieve results comparable to or better than existing methods in similar conditions.
**[W2]**: *"it would be beneficial to include a related work section that compares the proposed method with previous approaches focused on decoding continuous sentences from neural signals"*
*Response:* We appreciate this valuable suggestion. While our current manuscript discusses related works relevant to our methodology, we acknowledge that further expanding the discussion to include studies focused on the alignment of modalities and related advancements would strengthen our presentation. We appreciate this suggestion and will expand our related work section in the camera-ready version.
**[Q1]**: *"Did authors try different architectures for phase one, instead of using LSTM?
"*
*Response:* Yes, we have experimented with both Transformers and GRUs. Transformers performed worse than LSTMs due to the limited size of our dataset, as they require more data to effectively capture long-term dependencies without overfitting. GRUs did not offer substantial improvements, so we opted for a 2-layer LSTM to keep the aligning model simple and better suited to our data constraints.
**[Q2]**: *"How many sentences/trials are used evaluated to obtain current results?
"*
*Response:* Our dataset consisted of 30 trials and 419 unique sentences. We used the last trial of each story for evaluation (6 trials = 89 sentences)
**[Q3]**: *"What could be the upper bound of the performance, especially when more data is provided?
"*
*Response:* While it's challenging to estimate a precise upper bound, our scalability experiments (Section 4.4) suggest that performance improves significantly with more training data, as larger datasets enable better alignment between neural and text embeddings. The point you raised suggests a promising path for future research.
**[Q4]**: *"Why not include model from Wang et al., 2024 as baseline comparison?
"*
*Response:* The approach used in (Wang et al., 2024), is identical to that of (Tang et al, 2023)--our current baseline.
**[Q5]**: *"What is the intuition behind using both Triplet loss and the contrastive loss since they are serving the same function?
"*
*Response:* While both Triplet and Contrastive losses aim to align neural embeddings with text embeddings, they complement each other by optimizing different aspects of the alignment. Contrastive loss ensures global separation of matching and non-matching pairs, while Triplet loss enforces a margin between positive and negative pairs, improving local embedding consistency. Empirically as we showed in the appendix combination of the two results in better alignment.
**[Q6]**: *"It is interesting that, using phase 2 alone, without any alignment between text and neural signal, the model can still generate some outputs with comparable BLUE score to the full model, could author describe more on this? Also how the random control baseline is performed?
"*
*Response:* While the BLEU score for Phase 2 alone is approximately half of the full model, it is relatively high because fine-tuning the corrector on the training stories allows it to adapt stylistically, leading to text that resembles the story context regardless of the neural embeddings. However, Phase 1 is critical for aligning neural signals with text embeddings, ensuring the decoded sentences correspond to the actual neural data. For the random control baseline, we used untrained models in both phases, which produced irrelevant text, confirming that both alignment and fine-tuning are necessary for meaningful semantic decoding.