SearcharxivSearch

arXiv subjects

Rajinder Sandhu

Publications and source records attributed to Rajinder Sandhu.

3 recordsLinked to original sources

Aligning Dense Retrievers with LLM Utility via Distillation

Dense vector retrieval is the practical backbone of Retrieval- Augmented Generation (RAG), but similarity search can suffer from precision limitations. Conversely, utility-based approaches leveraging LLM re-ranking often achieve superior performance but are computationally prohibitive and prone to noise inherent in perplexity estimation. We propose Utility-Aligned Embeddings (UAE), a framework designed to merge these advantages into a practical, high-performance retrieval method. We formulate retrieval as a distribution matching problem, training a bi-encoder to imitate a utility distribution derived from perplexity reduction using a Utility-Modulated InfoNCE objective. This approach injects graded utility signals directly into the embedding space without requiring test-time LLM inference. On the QASPER benchmark, UAE improves retrieval Recall@1 by 30.59%, MAP by 30.16% and Token F1 by 17.3% over the strong semantic baseline BGE-Base. Crucially, UAE is over 180x faster than the efficient LLM re-ranking methods preserving competitive performance, demonstrating that aligning retrieval with generative utility yields reliable contexts at scale.

cs.IR

Approaching the Practical Conductivity Limits of Aerosol Jet Printed Silver

Previous efforts to directly write conductive metals have been narrowly focused on nanoparticle ink suspensions that require aggressive sintering (>200 °C) and result in low-density, small-grained agglomerates with electrical conductivities <25% of bulk metal. Here, we demonstrate aerosol jet printing of a reactive ink solution and characterize high-density (93%) printed silver traces having near-bulk conductivity and grain sizes greater than the electron mean free path, while only requiring a low-temperature (80 °C) treatment. We have developed a predictive electronic transport model which correlates the microstructure to the measured conductivity and identifies a strategy to approach the practical conductivity limit for printed metals. Our analysis of how grain boundaries and tortuosity contribute to electrical resistivity provides insight into the basic materials science that governs how an ink formulator or process developer might approach improving the conductivity. Transmission line measurements validate that electrical properties are preserved up to 20 GHz, which demonstrates the utility of this technique for printed RF components. This work reveals a new method of producing robust printed electronics that retain the advantages of rapid prototyping and three-dimensional fabrication while achieving the performance necessary for success within the aerospace and communications industries.

physics.app-ph

An API for Development of User-Defined Scheduling Algorithms in Aneka PaaS Cloud Software: User Defined Schedulers in Aneka PaaS Cloud Software

Cloud computing has been developed as one of the prominent paradigm for providing on demand resources to the end user based on signed service level agreement and pay as use model. Cloud computing provides resources using multitenant architecture where infrastructure is generated from multiple or single geographical distributed cloud datacenters. Scheduling of cloud application requests to cloud infrastructure is one of the main research area in cloud computing. Researchers have developed many scheduling applications for which they have used different simulators available in the market such as CloudSim. Performance of any scheduling algorithm will be different when applied to real time cloud environment as compared to simulation software. Aneka is one of the prominent PaaS software which allows users to develop cloud application using various programming models and underline infrastructure. In this chapter, a scheduling API is developed over the Aneka software platform which can be easily integrated with the Aneka software. Users can develop their own scheduling algorithms using this API and integrate it with Aneka software so that they can test their scheduling algorithm in real cloud environment. The proposed API provides all the required functionalities to integrate and schedule private, public or hybrid cloud with the Aneka software.

cs.DC