Source author record

Yash Saxena

Yash Saxena appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
2topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2026arXiv

Generalized cross-resonance scheme for maximally-entangling two-qutrit gates

To utilize higher-dimensional quantum systems, in this Letter, we derive a generalized cross-resonance (GCR) scheme for realizing maximally entangling two-qutrit gates on fixed-frequency transmons beyond the 0-1 subspace. Our two-qutrit gates, namely, $U_{CR}^{01}$ and $U_{CR}^{12}$, acting on the $0{\text -}1$ and $1{\text -}2$ energy transitions of transmons, respectively, directly allow for entanglement on the $1{\text -}2$ levels. Unlike the known works, our gate is parametric in nature, enabling us to construct multiple entangling gates of interest. By performing simulations in Qiskit, we demonstrate two-qutrit generalized controlled-$X$ ($U_{CX}^{01}$ and $U_{CX}^{12}$) and controlled-$H$ ($U_{CH}^{01}$ and $U_{CH}^{12}$) gates, which are instances of the proposed $U_{CR}$ gates, with reported gate fidelities of $86.14\%~(99.73\%),~84.6\%~(97.88\%),~92.35\%~(99.39\%)$, and $91.99\%~(98.99\%)$, respectively with (and without) noise. We also reveal a two-qutrit Bell state with a fidelity of $99.06 \pm 0.01\%$, with a complete Bell state preparation in a $\sim514$ ns pulse sequence, which is less than the gate time of the known scheme by cross-Kerr-based entangling gates.

preprint2026arXiv

Ranking Free RAG: Replacing Re-ranking with Selection in RAG for Sensitive Domains

In sensitive domains, Retrieval-Augmented Generation (RAG) must be interpretable and robust because errors do not just mislead, they invite lawsuits, undermine scholarly credibility, and breach compliance. Stakeholders require traceable evidence, clear rationales for why specific evidence is selected, and safeguards against poisoned or misleading content. Yet current RAG pipelines rely on similarity-based retrieval with arbitrary top-k cutoffs, provide no explanation for selections, and remain vulnerable to poisoning attacks. We propose METEORA, which replaces these drawbacks with rationale-driven selection, using explicit reasoning to guide evidence choice, explain decisions, and improve robustness to RAG poisoning. METEORA operates in three stages: (1) a general-purpose LLM is preference-tuned to generate query-conditioned rationales using direct preference optimization; (2) these rationales drive an Evidence Chunk Selection Engine that pairs rationales with retrieved evidence for query-specific relevance and applies elbow detection to choose an adaptive cutoff (optionally expanding context with neighboring chunks); and (3) a Verifier LLM uses the rationales to detect and filter poisoned or misleading evidence before generation. Across six datasets, METEORA achieves 13.41% higher recall and, without expansion, 21.05% higher precision than the strongest baseline. It reduces the evidence needed for comparable recall by 80%, improving downstream answer accuracy by 33.34%, and strengthens adversarial defense by increasing F1 from 0.10 to 0.44. Code is available at: https://anonymous.4open.science/r/METEORA-DC46/README.md