Skip to main content

Showing 1–38 of 38 results for author: Ramanathan, K

.
  1. arXiv:2405.17192  [pdf, other

    physics.ins-det astro-ph.IM hep-ex quant-ph

    Quantum Parity Detectors: a qubit based particle detection scheme with meV thresholds for rare-event searches

    Authors: Karthik Ramanathan, John E. Parker, Lalit M. Joshi, Andrew D. Beyer, Pierre M. Echternach, Serge Rosenblum, Brandon J. Sandoval, Sunil R. Golwala

    Abstract: The next generation of rare-event searches, such as those aimed at determining the nature of particle dark matter or in measuring fundamental neutrino properties, will benefit from particle detectors with thresholds at the meV scale, 100-1000x lower than currently available. Quantum parity detectors (QPDs) are a novel class of proposed quantum devices that use the tremendous sensitivity of superco… ▽ More

    Submitted 28 June, 2024; v1 submitted 27 May, 2024; originally announced May 2024.

    Comments: 18 pages, 9 figures, 4 appendices

  2. arXiv:2405.01567  [pdf, other

    cs.SE cs.AI

    CodeFort: Robust Training for Code Generation Models

    Authors: Yuhao Zhang, Shiqi Wang, Haifeng Qian, Zijian Wang, Mingyue Shang, Linbo Liu, Sanjay Krishna Gouda, Baishakhi Ray, Murali Krishna Ramanathan, Xiaofei Ma, Anoop Deoras

    Abstract: Code generation models are not robust to small perturbations, which often lead to inconsistent and incorrect generations and significantly degrade the performance of these models. Improving the robustness of code generation models is crucial to better user experience when these models are deployed in real-world applications. However, existing efforts have not addressed this issue for code generati… ▽ More

    Submitted 11 April, 2024; originally announced May 2024.

  3. arXiv:2403.10059  [pdf, other

    cs.SE cs.CL

    Repoformer: Selective Retrieval for Repository-Level Code Completion

    Authors: Di Wu, Wasi Uddin Ahmad, Dejiao Zhang, Murali Krishna Ramanathan, Xiaofei Ma

    Abstract: Recent advances in retrieval-augmented generation (RAG) have initiated a new era in repository-level code completion. However, the invariable use of retrieval in existing methods exposes issues in both efficiency and robustness, with a large proportion of the retrieved contexts proving unhelpful or harmful to code language models (code LMs). In this paper, we propose a selective RAG framework to a… ▽ More

    Submitted 4 June, 2024; v1 submitted 15 March, 2024; originally announced March 2024.

    Comments: ICML 2024

  4. arXiv:2402.05419  [pdf, other

    physics.ins-det astro-ph.IM hep-ex

    Significant noise improvement in a Kinetic Inductance Phonon-Mediated detector by use of a wideband parametric amplifier

    Authors: Karthik Ramanathan, Osmond Wen, Taylor Aralis, Ritoban Basu Thakur, Bruce Bumble, Yen-Yung Chang, Peter K. Day, Byeong Ho Eom, Henry G. LeDuc, Brandon J. Sandoval, Ryan Stephenson, Sunil R. Golwala

    Abstract: Microwave Kinetic Inductance Detectors (MKIDs) have been demonstrated as capable phonon sensors when coupled to crystalline substrates, and have been proposed as detectors for next-generation rare-event searches such as for the direct detection of dark matter. These Kinetic Inductance Phonon Mediated (KIPM) detector designs, favoring large superconducting absorber volumes and high readout powers,… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

    Comments: 7 pages, 4 figures

  5. arXiv:2402.04473  [pdf, other

    physics.ins-det hep-ex

    Performance of a Kinetic Inductance Phonon-Mediated Detector at the NEXUS Cryogenic Facility

    Authors: Dylan J Temples, Osmond Wen, Karthik Ramanathan, Taylor Aralis, Yen-Yung Chang, Sunil Golwala, Lauren Hsu, Corey Bathurst, Daniel Baxter, Daniel Bowring, Ran Chen, Enectali Figueroa-Feliciano, Matthew Hollister, Christopher James, Kyle Kennard, Noah Kurinsky, Samantha Lewis, Patrick Lukens, Valentina Novati, Runze Ren, Benjamin Schmidt

    Abstract: Microcalorimeters that leverage microwave kinetic inductance detectors to read out phonon signals in the particle-absorbing target, referred to as kinetic inductance phonon-mediated (KIPM) detectors, offer an attractive detector architecture to probe dark matter (DM) down to the fermionic thermal relic mass limit. A prototype KIPM detector featuring a single aluminum resonator patterned onto a 1-g… ▽ More

    Submitted 6 February, 2024; originally announced February 2024.

    Report number: FERMILAB-PUB-23-674-LDRD-PPD

  6. arXiv:2402.00097  [pdf, other

    cs.SE cs.LG

    Code-Aware Prompting: A study of Coverage Guided Test Generation in Regression Setting using LLM

    Authors: Gabriel Ryan, Siddhartha Jain, Mingyue Shang, Shiqi Wang, Xiaofei Ma, Murali Krishna Ramanathan, Baishakhi Ray

    Abstract: Testing plays a pivotal role in ensuring software quality, yet conventional Search Based Software Testing (SBST) methods often struggle with complex software units, achieving suboptimal test coverage. Recent works using large language models (LLMs) for test generation have focused on improving generation quality through optimizing the test generation context and correcting errors in model outputs,… ▽ More

    Submitted 2 April, 2024; v1 submitted 31 January, 2024; originally announced February 2024.

  7. arXiv:2310.11248  [pdf, other

    cs.LG cs.CL cs.SE

    CrossCodeEval: A Diverse and Multilingual Benchmark for Cross-File Code Completion

    Authors: Yangruibo Ding, Zijian Wang, Wasi Uddin Ahmad, Hantian Ding, Ming Tan, Nihal Jain, Murali Krishna Ramanathan, Ramesh Nallapati, Parminder Bhatia, Dan Roth, Bing Xiang

    Abstract: Code completion models have made significant progress in recent years, yet current popular evaluation datasets, such as HumanEval and MBPP, predominantly focus on code completion tasks within a single file. This over-simplified setting falls short of representing the real-world software development scenario where repositories span multiple files with numerous cross-file dependencies, and accessing… ▽ More

    Submitted 16 November, 2023; v1 submitted 17 October, 2023; originally announced October 2023.

    Comments: To appear at NeurIPS 2023 (Datasets and Benchmarks Track)

  8. arXiv:2307.02435  [pdf, other

    cs.LG cs.CL cs.SE

    Exploring Continual Learning for Code Generation Models

    Authors: Prateek Yadav, Qing Sun, Hantian Ding, Xiaopeng Li, Dejiao Zhang, Ming Tan, Xiaofei Ma, Parminder Bhatia, Ramesh Nallapati, Murali Krishna Ramanathan, Mohit Bansal, Bing Xiang

    Abstract: Large-scale code generation models such as Codex and CodeT5 have achieved impressive performance. However, libraries are upgraded or deprecated very frequently and re-training large-scale language models is computationally expensive. Therefore, Continual Learning (CL) is an important aspect that remains underexplored in the code domain. In this paper, we introduce a benchmark called CodeTask-CL th… ▽ More

    Submitted 5 July, 2023; originally announced July 2023.

    Comments: ACL 2023

  9. arXiv:2306.03203  [pdf, other

    cs.CL cs.SE

    A Static Evaluation of Code Completion by Large Language Models

    Authors: Hantian Ding, Varun Kumar, Yuchen Tian, Zijian Wang, Rob Kwiatkowski, Xiaopeng Li, Murali Krishna Ramanathan, Baishakhi Ray, Parminder Bhatia, Sudipta Sengupta, Dan Roth, Bing Xiang

    Abstract: Large language models trained on code have shown great potential to increase productivity of software developers. Several execution-based benchmarks have been proposed to evaluate functional correctness of model-generated code on simple programming problems. Nevertheless, it is expensive to perform the same evaluation on complex real-world projects considering the execution cost. On the contrary,… ▽ More

    Submitted 5 June, 2023; originally announced June 2023.

    Comments: Accepted by ACL 2023 industry track

  10. arXiv:2303.05378  [pdf, other

    cs.LG cs.SE

    Greener yet Powerful: Taming Large Code Generation Models with Quantization

    Authors: Xiaokai Wei, Sujan Gonugondla, Wasi Ahmad, Shiqi Wang, Baishakhi Ray, Haifeng Qian, Xiaopeng Li, Varun Kumar, Zijian Wang, Yuchen Tian, Qing Sun, Ben Athiwaratkun, Mingyue Shang, Murali Krishna Ramanathan, Parminder Bhatia, Bing Xiang

    Abstract: ML-powered code generation aims to assist developers to write code in a more productive manner, by intelligently generating code blocks based on natural language prompts. Recently, large pretrained deep learning models have substantially pushed the boundary of code generation and achieved impressive performance. Despite their great power, the huge number of model parameters poses a significant thr… ▽ More

    Submitted 9 March, 2023; originally announced March 2023.

    Comments: 10 pages, 7 figures, 10 tables

  11. First Constraints from DAMIC-M on Sub-GeV Dark-Matter Particles Interacting with Electrons

    Authors: I. Arnquist, N. Avalos, D. Baxter, X. Bertou, N. Castello-Mor, A. E. Chavarria, J. Cuevas-Zepeda, J. Cortabitarte Gutierrez, J. Duarte-Campderros, A. Dastgheibi-Fard, O. Deligny, C. De Dominicis, E. Estrada, N. Gadola, R. Gaıor, T. Hossbach, L. Iddir, L. Khalil, B. Kilminster, A. Lantero-Barreda, I. Lawson, S. Lee, A. Letessier-Selvon, P. Loaiza, A. Lopez-Virto , et al. (20 additional authors not shown)

    Abstract: We report constraints on sub-GeV dark matter particles interacting with electrons from the first underground operation of DAMIC-M detectors. The search is performed with an integrated exposure of 85.23 g days, and exploits the sub-electron charge resolution and low level of dark current of DAMIC-M Charge-Coupled Devices (CCDs). Dark-matter-induced ionization signals above the detector dark current… ▽ More

    Submitted 5 February, 2023; originally announced February 2023.

  12. arXiv:2212.10264  [pdf, other

    cs.LG cs.CL cs.SE

    ReCode: Robustness Evaluation of Code Generation Models

    Authors: Shiqi Wang, Zheng Li, Haifeng Qian, Chenghao Yang, Zijian Wang, Mingyue Shang, Varun Kumar, Samson Tan, Baishakhi Ray, Parminder Bhatia, Ramesh Nallapati, Murali Krishna Ramanathan, Dan Roth, Bing Xiang

    Abstract: Code generation models have achieved impressive performance. However, they tend to be brittle as slight edits to a prompt could lead to very different generations; these robustness properties, critical for user experience when deployed in real-life applications, are not well understood. Most existing works on robustness in text or code tasks have focused on classification, while robustness in gene… ▽ More

    Submitted 20 December, 2022; originally announced December 2022.

    Comments: Code and data available at https://github.com/amazon-science/recode

  13. arXiv:2212.10007  [pdf, other

    cs.CL cs.SE

    CoCoMIC: Code Completion By Jointly Modeling In-file and Cross-file Context

    Authors: Yangruibo Ding, Zijian Wang, Wasi Uddin Ahmad, Murali Krishna Ramanathan, Ramesh Nallapati, Parminder Bhatia, Dan Roth, Bing Xiang

    Abstract: While pre-trained language models (LM) for code have achieved great success in code completion, they generate code conditioned only on the contents within the file, i.e., in-file context, but ignore the rich semantics in other files within the same project, i.e., cross-file context, a critical source of information that is especially useful in modern modular software development. Such overlooking… ▽ More

    Submitted 24 May, 2023; v1 submitted 20 December, 2022; originally announced December 2022.

  14. arXiv:2210.14868  [pdf, other

    cs.LG cs.CL

    Multi-lingual Evaluation of Code Generation Models

    Authors: Ben Athiwaratkun, Sanjay Krishna Gouda, Zijian Wang, Xiaopeng Li, Yuchen Tian, Ming Tan, Wasi Uddin Ahmad, Shiqi Wang, Qing Sun, Mingyue Shang, Sujan Kumar Gonugondla, Hantian Ding, Varun Kumar, Nathan Fulton, Arash Farahani, Siddhartha Jain, Robert Giaquinto, Haifeng Qian, Murali Krishna Ramanathan, Ramesh Nallapati, Baishakhi Ray, Parminder Bhatia, Sudipta Sengupta, Dan Roth, Bing Xiang

    Abstract: We present new benchmarks on evaluation code generation models: MBXP and Multilingual HumanEval, and MathQA-X. These datasets cover over 10 programming languages and are generated using a scalable conversion framework that transpiles prompts and test cases from the original Python datasets into the corresponding data in the target language. Using these benchmarks, we are able to assess the perform… ▽ More

    Submitted 28 March, 2023; v1 submitted 26 October, 2022; originally announced October 2022.

    Comments: Code and data release: https://github.com/amazon-research/mxeval

  15. arXiv:2210.12070  [pdf, other

    hep-ex astro-ph.IM nucl-ex physics.ins-det

    The DAMIC-M Experiment: Status and First Results

    Authors: I. Arnquist, N. Avalos, P. Bailly, D. Baxter, X. Bertou, M. Bogdan, C. Bourgeois, J. Brandt, A. Cadiou, N. Castelló-Mor, A. E. Chavarria, M. Conde, N. J. Corso, J. Cortabitarte Gutiérrez, J. Cuevas-Zepeda, A. Dastgheibi-Fard, C. De Dominicis, O. Deligny, R. Desani, M. Dhellot, J-J. Dormard, J. Duarte-Campderros, E. Estrada, D. Florin, N. Gadola , et al. (47 additional authors not shown)

    Abstract: The DAMIC-M (DArk Matter In CCDs at Modane) experiment employs thick, fully depleted silicon charged-coupled devices (CCDs) to search for dark matter particles with a target exposure of 1 kg-year. A novel skipper readout implemented in the CCDs provides single electron resolution through multiple non-destructive measurements of the individual pixel charge, pushing the detection threshold to the eV… ▽ More

    Submitted 25 November, 2022; v1 submitted 11 October, 2022; originally announced October 2022.

    Comments: 10 pages, 6 figures, Submission to SciPost Physics Proceedings: 14th International Conference on Identification of Dark Matter (IDM) 2022

  16. arXiv:2209.03419  [pdf, other

    astro-ph.CO hep-ex hep-ph physics.ins-det

    Wideband Direct Detection Constraints on Hidden Photon Dark Matter with the QUALIPHIDE Experiment

    Authors: Karthik Ramanathan, Nikita Klimovich, Ritoban Basu Thakur, Byeong Ho Eom, Henry G. LeDuc, Shibo Shu, Andrew D. Beyer, Peter K. Day

    Abstract: We report direction detection constraints on the presence of hidden photon dark matter with masses between 20-30 ueV using a cryogenic emitter-receiver-amplifier spectroscopy setup designed as the first iteration of QUALIPHIDE (QUantum LImited PHotons In the Dark Experiment). A metallic dish sources conversion photons from hidden photon kinetic mixing onto a horn antenna which is coupled to a C-ba… ▽ More

    Submitted 7 September, 2022; originally announced September 2022.

    Comments: 6 Pages, 5 figures,

  17. arXiv:2207.00809  [pdf, other

    physics.ins-det astro-ph.IM hep-ex

    Precision measurement of Compton scattering in silicon with a skipper CCD for dark matter detection

    Authors: D. Norcini, N. Castello-Mor, D. Baxter, N. J. Corso, J. Cuevas-Zepeda, C. De Dominicis, A. Matalon, S. Munagavalasa, S. Paul, P. Privitera, K. Ramanathan, R. Smida, R. Thomas, R. Yajur, A. E. Chavarria, K. McGuire, P. Mitra, A. Piers, M. Settimo, J. Cortabitarte Gutierrez, J. Duarte-Campderros, A. Lantero-Barreda, A. Lopez-Virto, I. Vila, R. Vilar , et al. (19 additional authors not shown)

    Abstract: Experiments aiming to directly detect dark matter through particle recoils can achieve energy thresholds of $\mathcal{O}(1\,\mathrm{eV})$. In this regime, ionization signals from small-angle Compton scatters of environmental $γ$-rays constitute a significant background. Monte Carlo simulations used to build background models have not been experimentally validated at these low energies. We report a… ▽ More

    Submitted 2 July, 2022; originally announced July 2022.

    Comments: 12 pages, 10 figures

    Report number: Phys. Rev. D 106, 092001

    Journal ref: 3 November 2022

  18. A Study of Real-World Data Races in Golang

    Authors: Milind Chabbi, Murali Krishna Ramanathan

    Abstract: The concurrent programming literature is rich with tools and techniques for data race detection. Less, however, has been known about real-world, industry-scale deployment, experience, and insights about data races. Golang (Go for short) is a modern programming language that makes concurrency a first-class citizen. Go offers both message passing and shared memory for communicating among concurrent… ▽ More

    Submitted 5 April, 2022; v1 submitted 2 April, 2022; originally announced April 2022.

    Comments: To appear in the proceedings of the 43rd Programming Language Design and Implementation (PLDI 2022)

  19. arXiv:2203.08297  [pdf, other

    hep-ph astro-ph.CO hep-ex

    Snowmass2021 Cosmic Frontier: The landscape of low-threshold dark matter direct detection in the next decade

    Authors: Rouven Essig, Graham K. Giovanetti, Noah Kurinsky, Dan McKinsey, Karthik Ramanathan, Kelly Stifter, Tien-Tien Yu, A. Aboubrahim, D. Adams, D. S. M. Alves, T. Aralis, H. M. Araújo, D. Baxter, K. V. Berghaus, A. Berlin, C. Blanco, I. M. Bloch, W. M. Bonivento, R. Bunker, S. Burdin, A. Caminata, M. C. Carmona-Benitez, L. Chaplinsky, T. Y. Chen, S. E. Derenzo , et al. (68 additional authors not shown)

    Abstract: The search for particle-like dark matter with meV-to-GeV masses has developed rapidly in the past few years. We summarize the science case for these searches, the recent progress, and the exciting upcoming opportunities. Funding for Research and Development and a portfolio of small dark matter projects will allow the community to capitalize on the substantial recent advances in theory and experime… ▽ More

    Submitted 27 April, 2023; v1 submitted 15 March, 2022; originally announced March 2022.

    Comments: Contribution to Snowmass 2021. v2: includes endorsers and minor changes

  20. arXiv:2203.07623  [pdf, other

    hep-ex

    Snowmass2021 Cosmic Frontier White Paper: Calibrations and backgrounds for dark matter direct detection

    Authors: Daniel Baxter, Raymond Bunker, Sally Shaw, Shawn Westerdale, Isaac Arnquist, Daniel S. Akerib, Rob Calkins, Susana Cebrián, James B. Dent, Maria Laura di Vacri, Jim Dobson, Daniel Egana-Ugrinovic, Andrew Erlandson, Chamkaur Ghag, Carter Hall, Jeter Hall, Scott Haselschwardt, Eric Hoppe, Chris M. Jackson, Yonatan Kahn, Alvine Kamaha, Mike Kelsey, Alexander Kish, Noah Kurinsky, Matthias Laubenstein , et al. (26 additional authors not shown)

    Abstract: Future dark matter direct detection experiments will reach unprecedented levels of sensitivity. Achieving this sensitivity will require more precise models of signal and background rates in future detectors. Improving the precision of signal and background modeling goes hand-in-hand with novel calibration techniques that can probe rare processes and lower threshold detector response. The goal of t… ▽ More

    Submitted 1 May, 2022; v1 submitted 14 March, 2022; originally announced March 2022.

    Comments: Solicited community whitepaper for the Snowmass2021 process (Cosmic frontier, particle dark matter working group)

  21. arXiv:2203.02309  [pdf, other

    physics.ins-det astro-ph.CO hep-ex nucl-ex

    A Next-Generation Liquid Xenon Observatory for Dark Matter and Neutrino Physics

    Authors: J. Aalbers, K. Abe, V. Aerne, F. Agostini, S. Ahmed Maouloud, D. S. Akerib, D. Yu. Akimov, J. Akshat, A. K. Al Musalhi, F. Alder, S. K. Alsum, L. Althueser, C. S. Amarasinghe, F. D. Amaro, A. Ames, T. J. Anderson, B. Andrieu, N. Angelides, E. Angelino, J. Angevaare, V. C. Antochi, D. Antón Martin, B. Antunovic, E. Aprile, H. M. Araújo , et al. (572 additional authors not shown)

    Abstract: The nature of dark matter and properties of neutrinos are among the most pressing issues in contemporary particle physics. The dual-phase xenon time-projection chamber is the leading technology to cover the available parameter space for Weakly Interacting Massive Particles (WIMPs), while featuring extensive sensitivity to many alternative dark matter candidates. These detectors can also study neut… ▽ More

    Submitted 4 March, 2022; originally announced March 2022.

    Comments: 77 pages, 40 figures, 1262 references

    Report number: INT-PUB-22-003

    Journal ref: J. Phys. G: Nucl. Part. Phys. 50 (2023) 013001

  22. arXiv:2202.05097  [pdf, other

    astro-ph.IM physics.ins-det

    EXCESS workshop: Descriptions of rising low-energy spectra

    Authors: P. Adari, A. Aguilar-Arevalo, D. Amidei, G. Angloher, E. Armengaud, C. Augier, L. Balogh, S. Banik, D. Baxter, C. Beaufort, G. Beaulieu, V. Belov, Y. Ben Gal, G. Benato, A. Benoît, A. Bento, L. Bergé, A. Bertolini, R. Bhattacharyya, J. Billard, I. M. Bloch, A. Botti, R. Breier, G. Bres, J-. L. Bret , et al. (281 additional authors not shown)

    Abstract: Many low-threshold experiments observe sharply rising event rates of yet unknown origins below a few hundred eV, and larger than expected from known backgrounds. Due to the significant impact of this excess on the dark matter or neutrino sensitivity of these experiments, a collective effort has been started to share the knowledge about the individual observations. For this, the EXCESS Workshop was… ▽ More

    Submitted 4 March, 2022; v1 submitted 10 February, 2022; originally announced February 2022.

    Comments: 44 pages, 20 figures; Editors: A. Fuss, M. Kaznacheeva, F. Reindl, F. Wagner; updated copyright statements and funding information

    Journal ref: SciPost Phys. Proc. 9, 001 (2022)

  23. Performance of a phonon-mediated detector using KIDs optimized for sub-GeV dark matter

    Authors: Osmond Wen, Taylor Aralis, Ritoban Basu Thakur, Bruce Bumble, Yen-Yung Chang, Karthik Ramanathan, Sunil Golwala

    Abstract: Detection of sub-GeV dark matter candidates requires sub-keV detector thresholds on deposited energy. We provide an update on a gram-scale phonon-mediated KID-based device that was designed for a dark matter search in this mass range at the Northwestern Experimental Underground Site. Currently, the device is demonstrating 6 eV resolution on the energy absorbed by the resonator. With some important… ▽ More

    Submitted 15 November, 2021; originally announced November 2021.

  24. arXiv:2111.02587  [pdf, other

    physics.ins-det astro-ph.IM

    Identifying drivers of energy resolution variation in multi-KID phonon-mediated detectors

    Authors: Karthik Ramanathan, Taylor Aralis, Ritoban Basu Thakur, Bruce Bumble, Yen-Yung Chang, Osmond Wen, Sunil Golwala

    Abstract: Phonon-mediated particle detectors employing Kinetic Inductance Detectors (KIDs) on Silicon substrates have demonstrated both O(10) eV energy resolution and mm position resolution, making them strong candidates for instrumenting next generation rare-event experiments such as in looking for dark matter or in neutrino measurements. Previous work has demonstrated the performance of an 80-KID array on… ▽ More

    Submitted 8 June, 2022; v1 submitted 3 November, 2021; originally announced November 2021.

    Comments: 7 pages, 6 figures, Proceedings for the 19th International Workshop on Low Temperature Detectors (LTD19)

    Journal ref: J Low Temp Phys (2022)

  25. arXiv:2110.13133  [pdf, other

    hep-ex hep-ph physics.ins-det

    Characterization of the background spectrum in DAMIC at SNOLAB

    Authors: A. Aguilar-Arevalo, D. Amidei, I. Arnquist, D. Baxter, G. Cancelo, B. A. Cervantes Vergara, A. E. Chavarria, N. Corso, E. Darragh-Ford, M. L. Di Vacri, J. C. D'Olivo, J. Estrada, F. Favela-Perez, R. Gaïor, Y. Guardincerri, T. W. Hossbach, B. Kilminster, I. Lawson, S. J. Lee, A. Letessier-Selvon, A. Matalon, P. Mitra, A. Piers, P. Privitera, K. Ramanathan , et al. (9 additional authors not shown)

    Abstract: We construct the first comprehensive radioactive background model for a dark matter search with charge-coupled devices (CCDs). We leverage the well-characterized depth and energy resolution of the DAMIC at SNOLAB detector and a detailed GEANT4-based particle-transport simulation to model both bulk and surface backgrounds from natural radioactivity down to 50 eV$_{\text{ee}}$. We fit to the energy… ▽ More

    Submitted 24 March, 2022; v1 submitted 25 October, 2021; originally announced October 2021.

    Comments: 27 pages, 19 figures

    Report number: FERMILAB-PUB-21-498-AE-E-QIS

    Journal ref: Phys. Rev. D 105, 062003 (2022)

  26. arXiv:2011.12922  [pdf, other

    physics.ins-det hep-ex

    Measurement of the bulk radioactive contamination of detector-grade silicon with DAMIC at SNOLAB

    Authors: A. Aguilar-Arevalo, D. Amidei, D. Baxter, G. Cancelo, B. A. Cervantes Vergara, A. E. Chavarria, E. Darragh-Ford, J. C. D'Olivo, J. Estrada, F. Favela-Perez, R. Gaïor, Y. Guardincerri, T. W. Hossbach, B. Kilminster, I. Lawson, S. J. Lee, A. Letessier-Selvon, A. Matalon, P. Mitra, A. Piers, P. Privitera, K. Ramanathan, J. Da Rocha, Y. Sarkis, M. Settimo , et al. (6 additional authors not shown)

    Abstract: We present measurements of bulk radiocontaminants in the high-resistivity silicon CCDs from the DAMIC at SNOLAB experiment. We utilize the exquisite spatial resolution of CCDs to discriminate between $α$ and $β$ decays, and to search with high efficiency for the spatially-correlated decays of various radioisotope sequences. Using spatially-correlated $β$ decays, we measure a bulk radioactive conta… ▽ More

    Submitted 23 July, 2021; v1 submitted 25 November, 2020; originally announced November 2020.

    Comments: 7 pages, 2 figures

    Journal ref: Journal of Instrumentation, Volume 16, June 2021

  27. Results on Low-Mass Weakly Interacting Massive Particles from an 11 kg-day Target Exposure of DAMIC at SNOLAB

    Authors: A. Aguilar-Arevalo, D. Amidei, D. Baxter, G. Cancelo, B. A. Cervantes Vergara, A. E. Chavarria, J. C. D'Olivo, J. Estrada, F. Favela-Perez, R. Gaior, Y. Guardincerri, E. W. Hoppe, T. W. Hossbach, B. Kilminster, I. Lawson, S. J. Lee, A. Letessier-Selvon, A. Matalon, P. Mitra, C. T. Overman, A. Piers, P. Privitera, K. Ramanathan, J. Da Rocha, Y. Sarkis , et al. (7 additional authors not shown)

    Abstract: We present constraints on the existence of weakly interacting massive particles (WIMPs) from an 11 kg-day target exposure of the DAMIC experiment at the SNOLAB underground laboratory. The observed energy spectrum and spatial distribution of ionization events with electron-equivalent energies $>$200 eV$_{\rm ee}$ in the DAMIC CCDs are consistent with backgrounds from natural radioactivity. An exces… ▽ More

    Submitted 25 December, 2020; v1 submitted 30 July, 2020; originally announced July 2020.

    Comments: 6 pages, 4 figures

    Report number: FERMILAB-PUB-20-284-E

    Journal ref: Phys. Rev. Lett. 125, 241803 (2020)

  28. arXiv:2007.10584  [pdf, other

    physics.ins-det astro-ph.CO nucl-ex

    Cosmogenic activation of silicon

    Authors: R. Saldanha, R. Thomas, R. H. M. Tsang, A. E. Chavarria, R. Bunker, J. L. Burnett, S. R. Elliott, A. Matalon, P. Mitra, A. Piers, P. Privitera, K. Ramanathan, R. Smida

    Abstract: The production of $^{3}$H, $^{7}$Be, and $^{22}$Na by interactions of cosmic-ray particles with silicon can produce radioactive backgrounds in detectors used to search for rare events. Through controlled irradiation of silicon CCDs and wafers with a neutron beam that mimics the cosmic-ray neutron spectrum, followed by direct counting, we determined that the production rate from cosmic-ray neutrons… ▽ More

    Submitted 22 November, 2020; v1 submitted 20 July, 2020; originally announced July 2020.

    Comments: 21 pages, 16 figures, 10 tables. Accepted version of the article published in Physical Review D

    Journal ref: Phys. Rev. D 102, 102006 (2020)

  29. arXiv:2004.10709  [pdf, other

    astro-ph.IM hep-ex physics.data-an physics.ins-det

    Ionization Yield in Silicon for eV-Scale Electron-Recoil Processes

    Authors: Karthik Ramanathan, Noah Kurinsky

    Abstract: The development of single charge resolving, macroscopic silicon detectors has opened a window into rare processes at the O(eV) scale. In order to reconstruct the energy of a given event, or model the charge signal obtained for a given amount of energy absorbed by the electrons in a detector, an accurate charge yield model is needed. In this paper we review existing measurements of charge yield in… ▽ More

    Submitted 24 April, 2020; v1 submitted 22 April, 2020; originally announced April 2020.

    Comments: 13 pages, 10 figures

    Report number: FERMILAB-PUB-20-139-AD-E

    Journal ref: Phys. Rev. D 102, 063026 (2020)

  30. arXiv:1911.00762  [pdf, other

    physics.ins-det hep-ex hep-ph nucl-ex

    Coherent Elastic Neutrino-Nucleus Scattering at the European Spallation Source

    Authors: D. Baxter, J. I. Collar, P. Coloma, C. E. Dahl, I. Esteban, P. Ferrario, J. J. Gomez-Cadenas, M. C. Gonzalez-Garcia, A. R. L. Kavner, C. M. Lewis, F. Monrabal, J. Muñoz Vidal, P. Privitera, K. Ramanathan, J. Renner

    Abstract: The European Spallation Source (ESS), presently well on its way to completion, will soon provide the most intense neutron beams for multi-disciplinary science. Fortuitously, it will also generate the largest pulsed neutrino flux suitable for the detection of Coherent Elastic Neutrino-Nucleus Scattering (CE$ν$NS), a process recently measured for the first time at ORNL's Spallation Neutron Source. W… ▽ More

    Submitted 3 February, 2020; v1 submitted 2 November, 2019; originally announced November 2019.

    Comments: 21 pages, 15 figures. v2: Minor changes, typo corrected in Fig 6. Version accepted for publication in JHEP

    Report number: IFIC/19-45, YITP-SB-19-37

    Journal ref: J. High Energ. Phys. 2020, 123 (2020)

  31. arXiv:1907.12628  [pdf, other

    astro-ph.CO hep-ex hep-ph physics.ins-det

    Constraints on Light Dark Matter Particles Interacting with Electrons from DAMIC at SNOLAB

    Authors: A. Aguilar-Arevalo, D. Amidei, D. Baxter, G. Cancelo, B. A. Cervantes Vergara, A. E. Chavarria, E. Darragh-Ford, J. R. T. de Mello Neto, J. C. D'Olivo, J. Estrada, R. Gaïor, Y. Guardincerri, T. W. Hossbach, B. Kilminster, I. Lawson, S. J. Lee, A. Letessier-Selvon, A. Matalon, V. B. B. Mello, P. Mitra, Y. S. Mobarak, J. Molina, S. Paul, A. Piers, P. Privitera , et al. (9 additional authors not shown)

    Abstract: We report direct-detection constraints on light dark matter particles interacting with electrons. The results are based on a method that exploits the extremely low levels of leakage current of the DAMIC detector at SNOLAB of 2-6$\times$10$^{-22}$ A cm$^{-2}$. We evaluate the charge distribution of pixels that collect $<10~\rm{e^-}$ for contributions beyond the leakage current that may be attribute… ▽ More

    Submitted 8 April, 2020; v1 submitted 29 July, 2019; originally announced July 2019.

    Comments: 6 pages, 4 figures

    Journal ref: Phys. Rev. Lett. 123, 181802 (2019)

  32. arXiv:1806.09029  [pdf, other

    cs.CL cs.AI cs.DB

    Improving Text-to-SQL Evaluation Methodology

    Authors: Catherine Finegan-Dollak, Jonathan K. Kummerfeld, Li Zhang, Karthik Ramanathan, Sesh Sadasivam, Rui Zhang, Dragomir Radev

    Abstract: To be informative, an evaluation must measure how well systems generalize to realistic unseen data. We identify limitations of and propose improvements to current evaluations of text-to-SQL systems. First, we compare human-generated and automatically generated questions, characterizing properties of queries necessary for real-world applications. To facilitate evaluation on multiple datasets, we re… ▽ More

    Submitted 23 June, 2018; originally announced June 2018.

    Comments: To appear at ACL 2018

    ACM Class: I.2.7; I.2.1; H.2.3; H.3.4

    Journal ref: ACL (2018) 351-360

  33. arXiv:1706.06053  [pdf, other

    physics.ins-det astro-ph.CO astro-ph.IM hep-ex

    Measurement of low energy ionization signals from Compton scattering in a CCD dark matter detector

    Authors: K. Ramanathan, A. Kavner, A. E. Chavarria, P. Privitera, D. Amidei, T. -L. Chou, A. Matalon, R. Thomas, J. Estrada, J. Tiffenberg, J. Molina

    Abstract: An important source of background in direct searches for low-mass dark matter particles are the energy deposits by small-angle scattering of environmental $γ$ rays. We report detailed measurements of low-energy spectra from Compton scattering of $γ$ rays in the bulk silicon of a charge-coupled device (CCD). Electron recoils produced by $γ$ rays from $^{57}$Co and $^{241}$Am radioactive sources are… ▽ More

    Submitted 19 June, 2017; originally announced June 2017.

    Comments: 8 pages, 9 figures

    Journal ref: Phys. Rev. D 96, 042002 (2017)

  34. arXiv:1704.01560  [pdf

    cond-mat.mes-hall

    Surface and bulk effects of K in highly efficient Cu$_{1-x}$K$_x$InSe$_2$ solar cells

    Authors: Christopher P. Muzzillo, Jian V. Li, Lorelle M. Mansfield, Kannan Ramanathan, Timothy J. Anderson

    Abstract: To advance knowledge of K bonding in Cu(In,Ga)(Se,S)2 (CIGS) photovoltaic (PV) absorbers, recent Cu-K-In-Se phase growth studies have been extended to PV performance. First, the effect of distributing K throughout bulk Cu1-xKxInSe2 absorbers at low K/(K+Cu) compositions (0 <= x <= 0.30) was studied. Efficiency, open-circuit voltage (VOC), and fill factor (FF) were greatly enhanced for x ~ 0.07, re… ▽ More

    Submitted 18 March, 2017; originally announced April 2017.

  35. arXiv:1611.03066  [pdf, other

    astro-ph.CO hep-ex hep-ph

    First Direct-Detection Constraints on eV-Scale Hidden-Photon Dark Matter with DAMIC at SNOLAB

    Authors: A. Aguilar-Arevalo, D. Amidei, X. Bertou, M. Butner, G. Cancelo, A. Castañeda Vázquez, B. A. Cervantes Vergara, A. E. Chavarria, C. R. Chavez, J. R. T. de Mello Neto, J. C. D'Olivo, J. Estrada, G. Fernandez Moroni, R. Gaïor, Y. Guardincerri, K. P. Hernández Torres, F. Izraelevitch, A. Kavner, B. Kilminster, I. Lawson, A. Letessier-Selvon, J. Liao, A. Matalon, V. B. B. Mello, J. Molina , et al. (13 additional authors not shown)

    Abstract: We present direct detection constraints on the absorption of hidden-photon dark matter with particle masses in the range 1.2-30 eV$c^{-2}$ with the DAMIC experiment at SNOLAB. Under the assumption that the local dark matter is entirely constituted of hidden photons, the sensitivity to the kinetic mixing parameter $κ$ is competitive with constraints from solar emission, reaching a minimum value of… ▽ More

    Submitted 11 April, 2017; v1 submitted 9 November, 2016; originally announced November 2016.

    Comments: 5 pages, 5 figures

    Journal ref: Phys. Rev. Lett. 118, 141803 (2017)

  36. arXiv:1607.07410  [pdf, other

    astro-ph.CO astro-ph.IM hep-ex hep-ph physics.ins-det

    Search for low-mass WIMPs in a 0.6 kg day exposure of the DAMIC experiment at SNOLAB

    Authors: A. Aguilar-Arevalo, D. Amidei, X. Bertou, M. Butner, G. Cancelo, A. Castañeda Vázquez, B. A. Cervantes Vergara, A. E. Chavarria, C. R. Chavez, J. R. T. de Mello Neto, J. C. D'Olivo, J. Estrada, G. Fernandez Moroni, R. Gaïor, Y. Guandincerri, K. P. Hernández Torres, F. Izraelevitch, A. Kavner, B. Kilminster, I. Lawson, A. Letessier-Selvon, J. Liao, J. Molina, J. R. Peña, P. Privitera , et al. (13 additional authors not shown)

    Abstract: We present results of a dark matter search performed with a 0.6 kg day exposure of the DAMIC experiment at the SNOLAB underground laboratory. We measure the energy spectrum of ionization events in the bulk silicon of charge-coupled devices down to a signal of 60 eV electron equivalent. The data are consistent with radiogenic backgrounds, and constraints on the spin-independent WIMP-nucleon elastic… ▽ More

    Submitted 9 November, 2016; v1 submitted 25 July, 2016; originally announced July 2016.

    Comments: 11 pages, 11 figures

    Journal ref: Phys. Rev. D 94, 082006 (2016)

  37. arXiv:1010.0394  [pdf

    physics.bio-ph physics.chem-ph

    Offset-free Measurement of Dipolar Couplings in a Single Crystal and Determination of Molecular Orientation

    Authors: S. Jayanthi, K. V. Ramanathan

    Abstract: Dipolar couplings are an important source of structure as they provide site specific dipolar splittings for aligned samples and hence are extensively used for the study of membrane proteins in lipid bilayers, liquid crystals and single crystals. Of the many Separated Local Field (SLF) techniques existing to avail this information for static oriented systems, PISEMA (Polarization Inversion Spin Exc… ▽ More

    Submitted 3 October, 2010; originally announced October 2010.

    Comments: 10 pages, 5 Figures

  38. arXiv:quant-ph/0212123  [pdf, ps, other

    quant-ph

    Quantum Information Processing by NMR using strongly coupled spins

    Authors: T. S. Mahesh, Neeraj Sinha, Arindam Ghosh, Ranabir Das, N. Suryaprakash, Malcom H. Levitt, K. V. Ramanathan, Anil Kumar

    Abstract: The enormous theoretical potential of Quantum Information Processing (QIP) is driving the pursuit for its practical realization by various physical techniques. Currently Nuclear Magnetic Resonance (NMR) has been the forerunner by demonstrating a majority of quantum algorithms. In NMR, spin systems consisting of coupled nuclear spins are utilized as qubits. In order to carry out QIP, a spin syste… ▽ More

    Submitted 24 November, 2003; v1 submitted 20 December, 2002; originally announced December 2002.

    Comments: 39 pages including 16 figures

    Journal ref: Current Science, vol. 85, no. 7, 932 (2003)