paper-with-me

홈 › Papers

NukeBERT: A Pre-trained language model for Low Resource Nuclear Domain

2020-03-30 · Ayush Jain, Dr. N. M. Meenachi, Dr. B. Venkatraman

Significant advances have been made in recent years on Natural Language Processing with machines surpassing human performance in many tasks, including but not limited to Question Answering. The majority of deep learning methods for Question Answering targets domains with large datasets and highly matured literature. The area of Nuclear and Atomic energy has largely remained unexplored in exploiting non-annotated data for driving industry viable applications. Due to lack of dataset, a new dataset was created from the 7000 research papers on nuclear domain. This paper contributes to research in understanding nuclear domain knowledge which is then evaluated on Nuclear Question Answering Dataset (NQuAD) created by nuclear domain experts as part of this research. NQuAD contains 612 questions developed on 181 paragraphs randomly selected from the IGCAR research paper corpus. In this paper, the Nuclear Bidirectional Encoder Representational Transformers (NukeBERT) is proposed, which incorporates a novel technique for building BERT vocabulary to make it suitable for tasks with less training data. The experiments evaluated on NQuAD revealed that NukeBERT was able to outperform BERT significantly, thus validating the adopted methodology. Training NukeBERT is computationally expensive and hence we will be open-sourcing the NukeBERT pretrained weights and NQuAD for fostering further research work in the nuclear domain.

📄 PDF Abstract BibTeX arXiv:2003.13821

Code (1)

ayushjain1144/NukeBERT 공식 구현

Tasks

Language ModelingLanguage ModellingQuestion Answering

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

NukeLM: Pre-Trained and Fine-Tuned Language Models for the Nuclear and Energy Domains

2021-05-25 · Lee Burke, Karl Pazdernik, Daniel Fortin, Benjamin Wilson 외

Natural language processing (NLP) tasks (text classification, named entity recognition, etc.) have seen revolutionary improvements over the last few years. This is due to language models such as BERT that achieve deep kn…

ArticlesLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+4

Towards Secure and Private Language Models for Nuclear Power Plants

2025-06-10 · Muhammad Anwar, Mishca de Costa, Issam Hammad, Daniel Lau

This paper introduces a domain-specific Large Language Model for nuclear applications, built from the publicly accessible Essential CANDU textbook. Drawing on a compact Transformer-based architecture, the model is traine…

GPULanguage ModelingLanguage ModellingLarge Language Model+1

Domain-adapted large language models for classifying nuclear medicine reports

2023-03-01 · Zachary Huemann, Changhee Lee, Junjie Hu, Steve Y. Cho 외

With the growing use of transformer-based language models in medicine, it is unclear how well these models generalize to nuclear medicine which has domain-specific vocabulary and unique reporting styles. In this study, w…

Domain AdaptationLanguage ModelingLanguage ModellingMasked Language Modeling

RADIANT-LLM: an Agentic Retrieval Augmented Generation Framework for Reliable Decision Support in Safety-Critical Nuclear Engineering

2026-03-04 · Zavier Ndum Ndum, Jian Tao, John Ford, Mansung Yim 외 arxiv

Reliable decision support in nuclear engineering requires traceable, domain-grounded knowledge retrieval, yet safety and risk analysis workflows remain hampered by fragmented documentation and hallucination when use pre-…

NuclearQA: A Human-Made Benchmark for Language Models for the Nuclear Domain

2023-10-17 · Anurag Acharya, Sai Munikoti, Aaron Hellinger, Sara Smith 외

As LLMs have become increasingly popular, they have been used in almost every field. But as the application for LLMs expands from generic fields to narrow, focused science domains, there exists an ever-increasing gap in …