Skip to main content

Showing 1–37 of 37 results for author: Bach, H

.
  1. arXiv:2407.03321  [pdf, other

    cs.CL cs.AI cs.LG

    Planetarium: A Rigorous Benchmark for Translating Text to Structured Planning Languages

    Authors: Max Zuo, Francisco Piedrahita Velez, Xiaochen Li, Michael L. Littman, Stephen H. Bach

    Abstract: Many recent works have explored using language models for planning problems. One line of research focuses on translating natural language descriptions of planning tasks into structured planning languages, such as the planning domain definition language (PDDL). While this approach is promising, accurately measuring the quality of generated PDDL code continues to pose significant challenges. First,… ▽ More

    Submitted 3 July, 2024; originally announced July 2024.

  2. arXiv:2406.16235  [pdf, other

    cs.CL cs.AI cs.CR cs.LG

    Preference Tuning For Toxicity Mitigation Generalizes Across Languages

    Authors: Xiaochen Li, Zheng-Xin Yong, Stephen H. Bach

    Abstract: Detoxifying multilingual Large Language Models (LLMs) has become crucial due to their increasing global use. In this work, we explore zero-shot cross-lingual generalization of preference tuning in detoxifying LLMs. Unlike previous studies that show limited cross-lingual generalization for other safety tasks, we demonstrate that Direct Preference Optimization (DPO) training with only English data c… ▽ More

    Submitted 23 June, 2024; originally announced June 2024.

  3. arXiv:2403.16442  [pdf, other

    cs.CL cs.CV cs.LG

    If CLIP Could Talk: Understanding Vision-Language Model Representations Through Their Preferred Concept Descriptions

    Authors: Reza Esfandiarpoor, Cristina Menghini, Stephen H. Bach

    Abstract: Recent works often assume that Vision-Language Model (VLM) representations are based on visual attributes like shape. However, it is unclear to what extent VLMs prioritize this information to represent concepts. We propose Extract and Explore (EX2), a novel approach to characterize important textual features for VLMs. EX2 uses reinforcement learning to align a large language model with VLM prefere… ▽ More

    Submitted 25 March, 2024; originally announced March 2024.

    Comments: Code: https://github.com/BatsResearch/ex2

  4. arXiv:2402.18334  [pdf, other

    cs.CL cs.LG

    Learning to Generate Instruction Tuning Datasets for Zero-Shot Task Adaptation

    Authors: Nihal V. Nayak, Yiyang Nan, Avi Trost, Stephen H. Bach

    Abstract: We introduce Bonito, an open-source model for conditional task generation that converts unannotated text into task-specific training datasets for instruction tuning. We aim to enable zero-shot task adaptation of large language models on users' specialized, private data. We train Bonito by fine-tuning a pretrained large language model on a new large-scale dataset with 1.65M examples created by remi… ▽ More

    Submitted 6 June, 2024; v1 submitted 28 February, 2024; originally announced February 2024.

    Comments: ACL Findings 2024

  5. arXiv:2402.14086  [pdf, other

    cs.CL cs.AI cs.LG

    LexC-Gen: Generating Data for Extremely Low-Resource Languages with Large Language Models and Bilingual Lexicons

    Authors: Zheng-Xin Yong, Cristina Menghini, Stephen H. Bach

    Abstract: Data scarcity in low-resource languages can be addressed with word-to-word translations from labeled task data in high-resource languages using bilingual lexicons. However, bilingual lexicons often have limited lexical overlap with task data, which results in poor translation coverage and lexicon utilization. We propose lexicon-conditioned data generation (LexC-Gen), a method that generates low-re… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

  6. arXiv:2402.01867  [pdf, other

    cs.LG cs.CL

    Leveraging Large Language Models for Structure Learning in Prompted Weak Supervision

    Authors: **yan Su, Peilin Yu, Jieyu Zhang, Stephen H. Bach

    Abstract: Prompted weak supervision (PromptedWS) applies pre-trained large language models (LLMs) as the basis for labeling functions (LFs) in a weak supervision framework to obtain large labeled datasets. We further extend the use of LLMs in the loop to address one of the key challenges in weak supervision: learning the statistical dependency structure among supervision sources. In this work, we ask the LL… ▽ More

    Submitted 2 February, 2024; originally announced February 2024.

    Comments: Accepted to IEEE International Conference on Big Data 2023

  7. arXiv:2311.07593  [pdf, other

    cs.CL cs.CV cs.LG

    Follow-Up Differential Descriptions: Language Models Resolve Ambiguities for Image Classification

    Authors: Reza Esfandiarpoor, Stephen H. Bach

    Abstract: A promising approach for improving the performance of vision-language models like CLIP for image classification is to extend the class descriptions (i.e., prompts) with related attributes, e.g., using brown sparrow instead of sparrow. However, current zero-shot methods select a subset of attributes regardless of commonalities between the target classes, potentially providing no useful information… ▽ More

    Submitted 15 March, 2024; v1 submitted 10 November, 2023; originally announced November 2023.

    Comments: ICLR 2024

  8. arXiv:2310.02446  [pdf, other

    cs.CL cs.AI cs.CR cs.LG

    Low-Resource Languages Jailbreak GPT-4

    Authors: Zheng-Xin Yong, Cristina Menghini, Stephen H. Bach

    Abstract: AI safety training and red-teaming of large language models (LLMs) are measures to mitigate the generation of unsafe content. Our work exposes the inherent cross-lingual vulnerability of these safety mechanisms, resulting from the linguistic inequality of safety training data, by successfully circumventing GPT-4's safeguard through translating unsafe English inputs into low-resource languages. On… ▽ More

    Submitted 27 January, 2024; v1 submitted 3 October, 2023; originally announced October 2023.

    Comments: NeurIPS Workshop on Socially Responsible Language Modelling Research (SoLaR) 2023. Best Paper Award

  9. arXiv:2306.01669  [pdf, other

    cs.CV cs.LG

    Enhancing CLIP with CLIP: Exploring Pseudolabeling for Limited-Label Prompt Tuning

    Authors: Cristina Menghini, Andrew Delworth, Stephen H. Bach

    Abstract: Fine-tuning vision-language models (VLMs) like CLIP to downstream tasks is often necessary to optimize their performance. However, a major obstacle is the limited availability of labeled data. We study the use of pseudolabels, i.e., heuristic labels for unlabeled data, to enhance CLIP via prompt tuning. Conventional pseudolabeling trains a model on labeled data and then generates labels for unlabe… ▽ More

    Submitted 7 March, 2024; v1 submitted 2 June, 2023; originally announced June 2023.

  10. arXiv:2306.01658  [pdf, other

    cs.LG

    An Adaptive Method for Weak Supervision with Drifting Data

    Authors: Alessio Mazzetto, Reza Esfandiarpoor, Eli Upfal, Stephen H. Bach

    Abstract: We introduce an adaptive method with formal quality guarantees for weak supervision in a non-stationary setting. Our goal is to infer the unknown labels of a sequence of data by using weak supervision sources that provide independent noisy signals of the correct classification for each data point. This setting includes crowdsourcing and programmatic weak supervision. We focus on the non-stationary… ▽ More

    Submitted 2 June, 2023; originally announced June 2023.

  11. arXiv:2305.18623  [pdf, other

    cs.LG cs.CL

    Alfred: A System for Prompted Weak Supervision

    Authors: Peilin Yu, Stephen H. Bach

    Abstract: Alfred is the first system for programmatic weak supervision (PWS) that creates training data for machine learning by prompting. In contrast to typical PWS systems where weak supervision sources are programs coded by experts, Alfred enables users to encode their subject matter expertise via natural language prompts for language and vision-language models. Alfred provides a simple Python interface… ▽ More

    Submitted 29 May, 2023; originally announced May 2023.

    Comments: ACL 2023 System Demonstration Track

  12. arXiv:2212.10537  [pdf, other

    cs.CV cs.AI cs.CL

    Does CLIP Bind Concepts? Probing Compositionality in Large Image Models

    Authors: Martha Lewis, Nihal V. Nayak, Peilin Yu, Qinan Yu, Jack Merullo, Stephen H. Bach, Ellie Pavlick

    Abstract: Large-scale neural network models combining text and images have made incredible progress in recent years. However, it remains an open question to what extent such models encode compositional representations of the concepts over which they operate, such as correctly identifying ''red cube'' by reasoning over the constituents ''red'' and ''cube''. In this work, we focus on the ability of a large pr… ▽ More

    Submitted 29 March, 2023; v1 submitted 20 December, 2022; originally announced December 2022.

  13. arXiv:2211.05100  [pdf, other

    cs.CL

    BLOOM: A 176B-Parameter Open-Access Multilingual Language Model

    Authors: BigScience Workshop, :, Teven Le Scao, Angela Fan, Christopher Akiki, Ellie Pavlick, Suzana Ilić, Daniel Hesslow, Roman Castagné, Alexandra Sasha Luccioni, François Yvon, Matthias Gallé, Jonathan Tow, Alexander M. Rush, Stella Biderman, Albert Webson, Pawan Sasanka Ammanamanchi, Thomas Wang, Benoît Sagot, Niklas Muennighoff, Albert Villanova del Moral, Olatunji Ruwase, Rachel Bawden, Stas Bekman, Angelina McMillan-Major , et al. (369 additional authors not shown)

    Abstract: Large language models (LLMs) have been shown to be able to perform new tasks based on a few demonstrations or natural language instructions. While these capabilities have led to widespread adoption, most LLMs are developed by resource-rich organizations and are frequently kept from the public. As a step towards democratizing this powerful technology, we present BLOOM, a 176B-parameter open-access… ▽ More

    Submitted 27 June, 2023; v1 submitted 9 November, 2022; originally announced November 2022.

  14. arXiv:2208.03913  [pdf, ps, other

    cond-mat.str-el cond-mat.mtrl-sci

    Temperature and Field Dependence of Ferromagnetic Magnon in Monolayer Honeycomb Spin Lattice

    Authors: Niem Tu Nguyen, Giang Huong Bach, Thao Huong Pham, Huy Duy Nguyen, Oanh Thi Kim Nguyen, Cong Thanh Bach

    Abstract: Temperature and field dependence of collective spin excitations or magnon in monolayer honeycomb spin lattices is investigated using an anisotropic exchange XZ-Heisenberg model in an external field. Magnetic phase transition in the presence of the transverse field is the spin reorientation (SR) transition with magnon intensity existing above the SR temperature. The transverse field either decrease… ▽ More

    Submitted 8 August, 2022; originally announced August 2022.

  15. arXiv:2205.13068  [pdf, other

    cs.LG

    Tight Lower Bounds on Worst-Case Guarantees for Zero-Shot Learning with Attributes

    Authors: Alessio Mazzetto, Cristina Menghini, Andrew Yuan, Eli Upfal, Stephen H. Bach

    Abstract: We develop a rigorous mathematical analysis of zero-shot learning with attributes. In this setting, the goal is to label novel classes with no training data, only detectors for attributes and a description of how those attributes are correlated with the target classes, called the class-attribute matrix. We develop the first non-trivial lower bound on the worst-case error of the best map from attri… ▽ More

    Submitted 28 November, 2022; v1 submitted 25 May, 2022; originally announced May 2022.

  16. Fairness via Explanation Quality: Evaluating Disparities in the Quality of Post hoc Explanations

    Authors: Jessica Dai, Sohini Upadhyay, Ulrich Aivodji, Stephen H. Bach, Himabindu Lakkaraju

    Abstract: As post hoc explanation methods are increasingly being leveraged to explain complex models in high-stakes settings, it becomes critical to ensure that the quality of the resulting explanations is consistently high across various population subgroups including the minority groups. For instance, it should not be the case that explanations associated with instances belonging to a particular gender su… ▽ More

    Submitted 1 July, 2022; v1 submitted 15 May, 2022; originally announced May 2022.

    Comments: As presented at AIES 2022

  17. arXiv:2205.02318  [pdf, other

    cs.LG cs.CL

    Language Models in the Loop: Incorporating Prompting into Weak Supervision

    Authors: Ryan Smith, Jason A. Fries, Braden Hancock, Stephen H. Bach

    Abstract: We propose a new strategy for applying large pre-trained language models to novel tasks when labeled training data is limited. Rather than apply the model in a typical zero-shot or few-shot fashion, we treat the model as the basis for labeling functions in a weak supervision framework. To create a classifier, we first prompt the model to answer multiple distinct queries about an example and define… ▽ More

    Submitted 4 May, 2022; originally announced May 2022.

  18. arXiv:2204.03574  [pdf, other

    cs.LG cs.CL cs.CV

    Learning to Compose Soft Prompts for Compositional Zero-Shot Learning

    Authors: Nihal V. Nayak, Peilin Yu, Stephen H. Bach

    Abstract: We introduce compositional soft prompting (CSP), a parameter-efficient learning technique to improve the zero-shot compositionality of large-scale pretrained vision-language models (VLMs) like CLIP. We develop CSP for compositional zero-shot learning, the task of predicting unseen attribute-object compositions (e.g., old cat and young tiger). VLMs have a flexible text encoder that can represent ar… ▽ More

    Submitted 24 April, 2023; v1 submitted 7 April, 2022; originally announced April 2022.

    Comments: ICLR 2023

  19. arXiv:2202.01279  [pdf, other

    cs.LG cs.CL

    PromptSource: An Integrated Development Environment and Repository for Natural Language Prompts

    Authors: Stephen H. Bach, Victor Sanh, Zheng-Xin Yong, Albert Webson, Colin Raffel, Nihal V. Nayak, Abheesht Sharma, Taewoon Kim, M Saiful Bari, Thibault Fevry, Zaid Alyafeai, Manan Dey, Andrea Santilli, Zhiqing Sun, Srulik Ben-David, Canwen Xu, Gunjan Chhablani, Han Wang, Jason Alan Fries, Maged S. Al-shaibani, Shanya Sharma, Urmish Thakker, Khalid Almubarak, Xiangru Tang, Dragomir Radev , et al. (2 additional authors not shown)

    Abstract: PromptSource is a system for creating, sharing, and using natural language prompts. Prompts are functions that map an example from a dataset to a natural language input and target output. Using prompts to train and query language models is an emerging area in NLP that requires new tools that let users develop and refine these prompts collaboratively. PromptSource addresses the emergent challenges… ▽ More

    Submitted 29 March, 2022; v1 submitted 2 February, 2022; originally announced February 2022.

    Comments: ACL 2022 Demo

  20. arXiv:2111.04798  [pdf, other

    cs.LG cs.CV

    TAGLETS: A System for Automatic Semi-Supervised Learning with Auxiliary Data

    Authors: Wasu Piriyakulkij, Cristina Menghini, Ross Briden, Nihal V. Nayak, Jeffrey Zhu, Elaheh Raisi, Stephen H. Bach

    Abstract: Machine learning practitioners often have access to a spectrum of data: labeled data for the target task (which is often limited), unlabeled data, and auxiliary data, the many available labeled datasets for other tasks. We describe TAGLETS, a system built to study techniques for automatically exploiting all three types of data and creating high-quality, servable classifiers. The key components of… ▽ More

    Submitted 5 May, 2022; v1 submitted 8 November, 2021; originally announced November 2021.

    Comments: Paper published at MLSys 2022. It passed the artifact evaluation earning two ACM badges: (1) Artifacts Evaluated Functional v1.1 and (2) Artifacts Available v1.1

  21. arXiv:2110.08207  [pdf, other

    cs.LG cs.CL

    Multitask Prompted Training Enables Zero-Shot Task Generalization

    Authors: Victor Sanh, Albert Webson, Colin Raffel, Stephen H. Bach, Lintang Sutawika, Zaid Alyafeai, Antoine Chaffin, Arnaud Stiegler, Teven Le Scao, Arun Raja, Manan Dey, M Saiful Bari, Canwen Xu, Urmish Thakker, Shanya Sharma Sharma, Eliza Szczechla, Taewoon Kim, Gunjan Chhablani, Nihal Nayak, Debajyoti Datta, Jonathan Chang, Mike Tian-Jian Jiang, Han Wang, Matteo Manica, Sheng Shen , et al. (16 additional authors not shown)

    Abstract: Large language models have recently been shown to attain reasonable zero-shot generalization on a diverse set of tasks (Brown et al., 2020). It has been hypothesized that this is a consequence of implicit multitask learning in language models' pretraining (Radford et al., 2019). Can zero-shot generalization instead be directly induced by explicit multitask learning? To test this question at scale,… ▽ More

    Submitted 17 March, 2022; v1 submitted 15 October, 2021; originally announced October 2021.

    Comments: ICLR 2022 Spotlight (with extended discussion)

  22. arXiv:2106.13346  [pdf, other

    cs.LG cs.AI cs.CY

    What will it take to generate fairness-preserving explanations?

    Authors: Jessica Dai, Sohini Upadhyay, Stephen H. Bach, Himabindu Lakkaraju

    Abstract: In situations where explanations of black-box models may be useful, the fairness of the black-box is also often a relevant concern. However, the link between the fairness of the black-box model and the behavior of explanations for the black-box is unclear. We focus on explanations applied to tabular datasets, suggesting that explanations do not necessarily preserve the fairness properties of the b… ▽ More

    Submitted 24 June, 2021; originally announced June 2021.

    Comments: Presented at ICML 2021 Workshop on Theoretic Foundation, Criticism, and Application Trend of Explainable AI

  23. arXiv:2106.04530  [pdf, other

    cs.LG stat.ML

    Learning from Multiple Noisy Partial Labelers

    Authors: Peilin Yu, Tiffany Ding, Stephen H. Bach

    Abstract: Programmatic weak supervision creates models without hand-labeled training data by combining the outputs of heuristic labelers. Existing frameworks make the restrictive assumption that labelers output a single class label. Enabling users to create partial labelers that output subsets of possible class labels would greatly expand the expressivity of programmatic weak supervision. We introduce this… ▽ More

    Submitted 25 March, 2022; v1 submitted 8 June, 2021; originally announced June 2021.

    Comments: In Proceedings of the 25th International Conference on Artificial Intelligence and Statistics (AISTATS) 2022

  24. arXiv:2012.07176  [pdf, other

    cs.LG cs.CV stat.ML

    Extended Few-Shot Learning: Exploiting Existing Resources for Novel Tasks

    Authors: Reza Esfandiarpoor, Amy Pu, Mohsen Hajabdollahi, Stephen H. Bach

    Abstract: In many practical few-shot learning problems, even though labeled examples are scarce, there are abundant auxiliary datasets that potentially contain useful information. We propose the problem of extended few-shot learning to study these scenarios. We then introduce a framework to address the challenges of efficiently selecting and effectively using auxiliary data in few-shot image classification.… ▽ More

    Submitted 3 July, 2021; v1 submitted 13 December, 2020; originally announced December 2020.

    Comments: Added the new version

  25. arXiv:2006.10713  [pdf, other

    cs.LG cs.CL cs.CV stat.ML

    Zero-Shot Learning with Common Sense Knowledge Graphs

    Authors: Nihal V. Nayak, Stephen H. Bach

    Abstract: Zero-shot learning relies on semantic class representations such as hand-engineered attributes or learned embeddings to predict classes without any labeled examples. We propose to learn class representations by embedding nodes from common sense knowledge graphs in a vector space. Common sense knowledge graphs are an untapped source of explicit high-level knowledge that requires little human effort… ▽ More

    Submitted 25 August, 2022; v1 submitted 18 June, 2020; originally announced June 2020.

    Comments: Paper published in TMLR

  26. arXiv:1912.11274  [pdf, other

    cond-mat.mtrl-sci

    Enhanced thermoelectricity at the ultra-thin film limit

    Authors: Thao T. T. Nguyen, Linh T. Dang, Giang H. Bach, Tung H. Dang, Kien T. Nguyen, Hong T. Pham, Thuat T. Nguyen, Tuyen V. Nguyen, Toan T. Nguyen, Hung Q. Nguyen

    Abstract: At the ultra-thin film limit, quantum confinement strongly improves thermoelectric figure of merit in materials such as Sb$_2$Te$_3$ and Bi$_2$Te$_3$. These high quality films have only been realized using well controlled techniques such as molecular beam epitaxy. We report a two fold increase in the Seebeck coefficient for both p-type Sb$_2$Te$_3$ and n-type Bi$_2$Te$_3$ using thermal co-evaporat… ▽ More

    Submitted 24 December, 2019; originally announced December 2019.

    Comments: 4 pages, 4 figures

    Journal ref: Appl. Phys. Lett., 117(8), 083104, 2020

  27. arXiv:1812.00417  [pdf, other

    cs.LG stat.ML

    Snorkel DryBell: A Case Study in Deploying Weak Supervision at Industrial Scale

    Authors: Stephen H. Bach, Daniel Rodriguez, Yintao Liu, Chong Luo, Haidong Shao, Cassandra Xia, Souvik Sen, Alexander Ratner, Braden Hancock, Houman Alborzi, Rahul Kuchhal, Christopher Ré, Rob Malkin

    Abstract: Labeling training data is one of the most costly bottlenecks in develo** machine learning-based applications. We present a first-of-its-kind study showing how existing knowledge resources from across an organization can be used as weak supervision in order to bring development time and cost down by an order of magnitude, and introduce Snorkel DryBell, a new weak supervision management system for… ▽ More

    Submitted 3 June, 2019; v1 submitted 2 December, 2018; originally announced December 2018.

    Journal ref: Proceedings of the International Conference on Management of Data (SIGMOD), 2019

  28. Thermodynamic properties of ferroics described by the transverse Ising model and their applications for CoNb$_2$O$_6$

    Authors: Cong Thanh Bach, Niem Tu Nguyen, Giang Huong Bach

    Abstract: The temperature and transverse field dependence of the entropy and the specific heat of ferroics in the quantum paramagnetic (QPa) state is investigated using the transverse Ising model (TIM) with different spin values within mean field and Gaussian spin fluctuation approximations. A maximum peak of the temperature dependence of the specific heat curves is enhanced in the QPa state due to spin flu… ▽ More

    Submitted 21 August, 2019; v1 submitted 21 September, 2018; originally announced September 2018.

    Comments: 22 pages, 16 figures

  29. Snorkel: Rapid Training Data Creation with Weak Supervision

    Authors: Alexander Ratner, Stephen H. Bach, Henry Ehrenberg, Jason Fries, Sen Wu, Christopher Ré

    Abstract: Labeling training data is increasingly the largest bottleneck in deploying machine learning systems. We present Snorkel, a first-of-its-kind system that enables users to train state-of-the-art models without hand labeling any training data. Instead, users write labeling functions that express arbitrary heuristics, which can have unknown accuracies and correlations. Snorkel denoises their outputs w… ▽ More

    Submitted 28 November, 2017; originally announced November 2017.

    Journal ref: Proceedings of the VLDB Endowment, 11(3), 269-282, 2017

  30. arXiv:1703.00854  [pdf, other

    cs.LG stat.ML

    Learning the Structure of Generative Models without Labeled Data

    Authors: Stephen H. Bach, Bryan He, Alexander Ratner, Christopher Ré

    Abstract: Curating labeled training data has become the primary bottleneck in machine learning. Recent frameworks address this bottleneck with generative models to synthesize labels at scale from weak supervision sources. The generative model's dependency structure directly affects the quality of the estimated labels, but selecting a structure automatically without any labeled data is a distinct challenge.… ▽ More

    Submitted 9 September, 2017; v1 submitted 2 March, 2017; originally announced March 2017.

    Journal ref: Proceedings of the 34th International Conference on Machine Learning, Sydney, Australia, PMLR 70, 2017

  31. arXiv:1505.04406  [pdf, other

    cs.LG cs.AI stat.ML

    Hinge-Loss Markov Random Fields and Probabilistic Soft Logic

    Authors: Stephen H. Bach, Matthias Broecheler, Bert Huang, Lise Getoor

    Abstract: A fundamental challenge in develo** high-impact machine learning technologies is balancing the need to model rich, structured domains with the ability to scale to big data. Many important problem areas are both richly structured and large scale, from social and biological networks, to knowledge graphs and the Web, to images, video, and natural language. In this paper, we introduce two new formal… ▽ More

    Submitted 16 November, 2017; v1 submitted 17 May, 2015; originally announced May 2015.

    Journal ref: Journal of Machine Learning Research (JMLR), 18(109):1-67, 2017

  32. arXiv:1502.03848  [pdf, other

    physics.optics

    Femtosecond lasing from a fluorescent protein in a one dimensional random cavity

    Authors: T. M. Drane, H. Bach, M. Shapiro, V. Milner

    Abstract: We present evidence of ultrafast random lasing from the fluorescent protein DsRed2 embedded in a random one-dimensional cavity. Lasing is achieved when a purified protein solution, placed inside a layered random medium, is optically excited with a femtosecond pump pulse in the direction perpendicular to the plane of random layers. We demonstrate that pum** with ultrashort pulses resulted in a la… ▽ More

    Submitted 12 February, 2015; originally announced February 2015.

  33. arXiv:1311.4603  [pdf

    nucl-ex

    Fission Fragments Produced from Proton Irradiation of Thorium Between 40 and 200 MeV

    Authors: Jonathan W. Engle, Stepan G. Mashnik, John W. Weidner, Michael E. Fassbender, Hong T. Bach, John L. Ullmann, Aaron J. Couture, Leo J. Bitteker, Mark S. Gulley, Kevin D. John, Eva R. Birnbaum, Francois M. Nortier

    Abstract: The cross sections for the formation of five residual radionuclides (72Se, 97Zr, 112Pd, 125Sb, and 147Nb) from 40- to 200-MeV proton irradiation of thorium have been measured and are reported. The atomic masses of these fragments span the expected mass distribution of radionuclides formed by fission of the target nucleus. Especially in mass regions corresponding to transitions between different re… ▽ More

    Submitted 18 November, 2013; originally announced November 2013.

    Comments: 4 pages, 1 table, 6 figures, presented at the 2013 ANS Winter Meeting, Washington, D.C., November 10-14, 2013

    Report number: LANL Report LA-UR-13-23928, Los Alamos (2013)

    Journal ref: Transactions of the American Nuclear Society, Vol. 109, pp. 14-17 (2013)

  34. Cross Sections from 800 MeV Proton Irradiation of Terbium

    Authors: J. W. Engle, S. G. Mashnik, H. Bach, A. Couture, K. Jackman, R. Gritzo, B. D. Ballard, M. Faßbender, D. M. Smith, L. J. Bitteker, J. L. Ullmann, M. Gulley, C. Pillai, K. D. John, E. R. Birnbaum, F. M. Nortier

    Abstract: A single terbium foil was irradiated with 800 MeV protons to ascertain the potential for production of lanthanide isotopes of interest in medical, astrophysical, and basic science research and to contribute to nuclear data repositories. Isotopes produced in the foil were quantified by gamma spectroscopy. Cross sections for 36 isotopes produced in the irradiation are reported and compared with pred… ▽ More

    Submitted 5 July, 2012; originally announced July 2012.

    Comments: 16 pages, 3 figures, 1 tables, only pdf, submitted to Nuclear Physics A

    Report number: LANL Report LA-UR-12-22703, Los Alamos (2012)

    Journal ref: Nuclear Physics A, 893, 87-100 (2012)

  35. arXiv:1205.3523  [pdf

    nucl-ex nucl-th

    Proton-induced cross sections relevant to production of 225Ac and 223Ra in natural thorium targets below 200 MeV

    Authors: J. W. Weidner, S. G. Mashnik, K. D. John, F. Hemez, B. Ballard, H. Bach, E. R. Birnbaum, L. J. Bitteker, A. Couture, D. Dry, M. E. Fassbender, M. S. Gulley, K. R. Jackman, J. L. Ullmann, L. E. Wolfsberg, F. M. Nortier

    Abstract: Cross sections for 223,225Ra, 225Ac and 227Th production by the proton bombardment of natural thorium targets were measured at proton energies below 200 MeV. Our measurements are in good agreement with previously published data and offer a complete excitation function for 223,225Ra in the energy range above 90 MeV. Comparison of theoretical predictions with the experimental data shows reasonable-t… ▽ More

    Submitted 15 May, 2012; originally announced May 2012.

    Comments: 14 pages, 5 figures, 2 tables, only pdf, submitted to Applied Radiation and Isotopes

    Report number: LANL Report LA-UR-12-01344, Los Alamos (2012)

  36. arXiv:1204.3219  [pdf, other

    cond-mat.str-el cond-mat.supr-con

    Optical conductivity for a dimer in the Dynamic Hubbard model

    Authors: G. H. Bach, F. Marsiglio

    Abstract: The Dynamic Hubbard Model represents the physics of a multi-band Hubbard model by using a pseudo-spin degree of freedom to dynamically modify the on-site Coulomb interaction. Here we use a dimer system to obtain analytical results for this model. The spectral function and the optical conductivity are calculated analytically for any number of electrons, and the distribution of optical spectral weig… ▽ More

    Submitted 14 April, 2012; originally announced April 2012.

    Comments: 11 pages, 4 figures

    Journal ref: Phys. Rev. B85 155134 (2012)

  37. arXiv:cond-mat/0701123  [pdf, ps, other

    cond-mat.mes-hall cond-mat.mtrl-sci

    Sequential tunneling and shot noise in ferromagnet/normal-metal/ferromagnet double tunnel junctions

    Authors: H. Giang Bach, V. Hung Nguyen, T. Anh Pham

    Abstract: The tunneling through a ferromagnet/normal metal/ferromagnet double junction in the Coulomb blockade regime is studied, assuming that the spin relaxation time of electron in the central metallic island is sufficiently large. Using the master equation, the current, the tunnel magnetoresistance (TMR), and the current noise spectrum have been calculated for devices of different parameters. It was s… ▽ More

    Submitted 6 January, 2007; originally announced January 2007.

    Comments: 16 pages, 7 figures