Archives AI News

STAMP: Spatial-Temporal Adapter with Multi-Head Pooling

arXiv:2511.10848v1 Announce Type: new Abstract: Time series foundation models (TSFMs) pretrained on data from multiple domains have shown strong performance on diverse modeling tasks. Various efforts have been made to develop foundation models specific to electroencephalography (EEG) data, which records…

ExPairT-LLM: Exact Learning for LLM Code Selection by Pairwise Queries

arXiv:2511.10855v1 Announce Type: new Abstract: Despite recent advances in LLMs, the task of code generation is still challenging. To cope, code selection algorithms select the best program from multiple programs generated by an LLM. However, existing algorithms can fail to…

Private Zeroth-Order Optimization with Public Data

arXiv:2511.10859v1 Announce Type: new Abstract: One of the major bottlenecks for deploying popular first-order differentially private (DP) machine learning algorithms (e.g., DP-SGD) lies in their high computation and memory cost, despite the existence of optimized implementations. Zeroth-order methods have promise…

Go-UT-Bench: A Fine-Tuning Dataset for LLM-Based Unit Test Generation in Go

arXiv:2511.10868v1 Announce Type: new Abstract: Training data imbalance poses a major challenge for code LLMs. Most available data heavily over represents raw opensource code while underrepresenting broader software engineering tasks, especially in low resource languages like Golang. As a result,…