Views
No views yet
Paper: INDUS-SDE: A Language Model for Scientific Content Curation and Discovery — KDD 2026, AI for Sciences Track. INDUS-SDE-ST is a sentence transformer for semantic scientific discovery, built on the INDUS-SDE encoder. Code: NASA-IMPACT/st-training-workflow · Binary (EQAT) variant: indus-sde-st-equat-v0.1
| Dataset Name | Data Points | Type | Link |
|---|---|---|---|
| S2ORC_title_abstract | ~41.8M | Title-Body | Link |
| S2ORC_abstract_citation | ~39.6M | Body-Body | Link |
| S2ORC_title_citation | ~51M | Title-Title | Link |
| arxiv_title_abstract | ~2.7M | Title-Body | Link |
| PubMed | ~ 24M | Title-Body | Link |
| specter | ~684K | Title-Body | Link |
| nasa_ads | ~2.66M | Title-Abstract | Link |
| SDE-syntisaized | 177486 | question-answer | Link |
| SDE-syntisaized | 194382 | search_terms-document | |
| CMR-natural | 53974 | Title-Description | |
| PDS-natural | 9832 | Title-Description | |
| CMR-syntisaized | 796097 | search_terms-document | |
| PDS-syntisaized | 52777 | search_terms-document | |
| Total | ~162.4M |
indus-sde-st-v0.2_vocal-river-161models = {
2 "modernbert-embed-base": "ModernBERT based embedding model",
3 "nasa-smd-ibm-st-v2": "Original Indus Sentence Transformer",
4 "indus-sde-st-v0.1": "Indus-SDE Stage 1 Sentence Transformer",
5 "indus-sde-st-v0.2_whole-moon-14": "Indus-SDE Stage 2 Sentence Transformer (Trained on full dataset and faster learning rate)",
6 "indus-sde-st-v0.2_atomic-plasma-15": "Indus-SDE Stage 2 Sentence Transformer (Trained just on the sde/ads dataset)",
7 "indus-sde-st-v0.2_vocal-river-16": "Indus-SDE Stage 2 Sentence Transformer (Trained on top of model 14 with nasa sde/ads for 2 epoch)",
8}


1@inproceedings{pantha2026indussde,
2 author = {Pantha, Nishan and Awale, Sajil and Kuruvanthodi, Vishnudev and KC, Simran and Ramasubramanian, Muthukumaran and Davis, Carson and Praveen, Bishwas and Foshee, Emily and Bhattacharjee, Bishwaranjan and Bugbee, Kaylin and Ramachandran, Rahul},
3 title = {{INDUS-SDE}: A Language Model for Scientific Content Curation and Discovery},
4 year = {2026},
5 isbn = {979-8-4007-2259-2},
6 publisher = {Association for Computing Machinery},
7 address = {New York, NY, USA},
8 doi = {10.1145/3770855.3818847},
9 booktitle = {Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 (KDD '26)},
10 location = {Jeju Island, Republic of Korea},
11 series = {KDD '26}
12}