You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _notes/neuro/comp_neuro.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1096,6 +1096,11 @@ subtitle: Diverse notes on various topics in computational neuro, data-driven ne
1096
1096
- A variational autoencoder provides novel, data-driven features that explain functional brain representations in a naturalistic navigation task ([cho, zhang, & gallant, 2023](https://jov.arvojournals.org/article.aspx?articleid=2792546))
1097
1097
- What's the Opposite of a Face? Finding Shared Decodable Concepts and their Negations in the Brain ([efird...fyshe, 2024](https://arxiv.org/abs/2405.17663)) - build clustering shared across subjects in CLIP space
1098
1098
1099
+
## speech
1100
+
1101
+
- Improving semantic understanding in speech language models via brain-tuning ([moussa, klakow, & toneva, 2024](https://arxiv.org/abs/2410.09230))
1102
+
- BrainWavLM: Fine-tuning Speech Representations with Brain Responses to Language ([vattikonda, vaidya, antonello, & huth, 2025](https://arxiv.org/abs/2502.08866))
Copy file name to clipboardExpand all lines: _notes/research_ovws/ovw_llms.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1367,11 +1367,14 @@ mixture of experts models have become popular because of the need for (1) fast s
1367
1367
- BioTranslator: Multilingual translation for zero-shot biomedical classification ([xu, woicik, poon, altman, & wang, 2023](https://www.nature.com/articles/s41467-023-36476-2)) - takes a user- written textual description of a new concept and then translates this description to a non-text biological data instance
1368
1368
- results for biological data, e.g. genes, proteins
1369
1369
- enables the identification of novel cell types using only a textual description
1370
-
- Learning to Generate Novel Scientific Directions with Contextualized Literature-based Discovery ([wang...hope, 2023](https://arxiv.org/abs/2305.14259))
1370
+
- Towards an AI co-scientist ([gottweis...natarajan, 2025](https://storage.googleapis.com/coscientist_paper/ai_coscientist.pdf))
1371
+
1372
+
- Learning to Generate Novel Scientific Directions with Contextualized Literature-based Discovery ([wang...hope, 2023](https://arxiv.org/abs/2305.14259))
1371
1373
- literature-based discovery ([swanson, 1986](https://www.journals.uchicago.edu/doi/abs/10.1086/601720)) - focus on predicting pairwise links between concepts from papers (e.g. drug-disease links)
1372
1374
- task 1: idea-sentence generation -- given sentences describing background context + a seed term, generate a sentence describing an idea
1373
1375
- task 2: idea-node prediction -- given the background context, predict new links between existing concepts (and generate new concepts)
1374
1376
- forecasting paper titles ([blog post](https://csinva.io/gpt-paper-title-generator/))
1377
+
1375
1378
- Communication with animals
1376
1379
1377
1380
- [Coller-Dolittle Prize](https://coller-dolittle-24.sites.tau.ac.il) for Inter-species Communication
@@ -1479,6 +1482,8 @@ mixture of experts models have become popular because of the need for (1) fast s
1479
1482
- Large Language Models(LLMs) on Tabular Data: Prediction, Generation, and Understanding - A Survey ([fang...qi,...faloutsos, 2024](https://stewarthu.com/papers/LLM-on-tabular-data.pdf))
1480
1483
1481
1484
-**tabPFN main works**
1485
+
- TabICL: A Tabular Foundation Model for In-Context Learning on Large Data ([qu...varoquax, le morvan, 2025](https://www.arxiv.org/abs/2502.05564))
1486
+
1482
1487
- TabPFN v2: Accurate predictions on small data with a tabular foundation model ([hollman....hutter, 2025](https://www.nature.com/articles/s41586-024-08328-6))
1483
1488
-
1484
1489
Model isopen-source on huggingface and easy to use, but training dataset isnot released (it was trained only on synthetic data)
0 commit comments