paper-with-me

홈 › Papers

Adapting Sentence Transformers for the Aviation Domain

2023-05-16 · Liya Wang, Jason Chou, Dave Rouck, Alex Tien, Diane M Baumgartner

Learning effective sentence representations is crucial for many Natural Language Processing (NLP) tasks, including semantic search, semantic textual similarity (STS), and clustering. While multiple transformer models have been developed for sentence embedding learning, these models may not perform optimally when dealing with specialized domains like aviation, which has unique characteristics such as technical jargon, abbreviations, and unconventional grammar. Furthermore, the absence of labeled datasets makes it difficult to train models specifically for the aviation domain. To address these challenges, we propose a novel approach for adapting sentence transformers for the aviation domain. Our method is a two-stage process consisting of pre-training followed by fine-tuning. During pre-training, we use Transformers and Sequential Denoising AutoEncoder (TSDAE) with aviation text data as input to improve the initial model performance. Subsequently, we fine-tune our models using a Natural Language Inference (NLI) dataset in the Sentence Bidirectional Encoder Representations from Transformers (SBERT) architecture to mitigate overfitting issues. Experimental results on several downstream tasks show that our adapted sentence transformers significantly outperform general-purpose transformers, demonstrating the effectiveness of our approach in capturing the nuances of the aviation domain. Overall, our work highlights the importance of domain-specific adaptation in developing high-quality NLP solutions for specialized industries like aviation.

📄 PDF Abstract BibTeX arXiv:2305.09556

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingNatural Language InferenceSemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingSTS

Methods 이 논문이 사용한 방법론

Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…

Similar Papers 제목 키워드 기반

Knowledge Graph - Deep Learning: A Case Study in Question Answering in Aviation Safety Domain

2022-05-31 · LREC 2022 6 · Ankush Agarwal, Raj Gite, Shreya Laddha, Pushpak Bhattacharyya 외

In the commercial aviation domain, there are a large number of documents, like, accident reports (NTSB, ASRS) and regulatory directives (ADs). There is a need for a system to access these diverse repositories efficiently…

Natural Language QueriesPassage RetrievalQuestion AnsweringRetrieval+1

Flight Demand Forecasting with Transformers

2021-11-04 · Liya Wang, Amy Mykityshyn, Craig Johnson, Jillian Cheng

Transformers have become the de-facto standard in the natural language processing (NLP) field. They have also gained momentum in computer vision and other domains. Transformers can enable artificial intelligence (AI) mod…

Demand ForecastingManagementPrediction

AviationGPT: A Large Language Model for the Aviation Domain

2023-11-29 · Liya Wang, Jason Chou, Xin Zhou, Alex Tien 외

The advent of ChatGPT and GPT-4 has captivated the world with large language models (LLMs), demonstrating exceptional performance in question-answering, summarization, and content generation. The aviation industry is cha…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering

Designing a Trusted Data Brokerage Framework in the Aviation Domain

2021-11-25 · Evmorfia Biliri, Minas Pertselakis, Marios Phinikettos, Marios Zacharias 외

In recent years, there is growing interest in the ways the European aviation industry can leverage the multi-source data fusion towards augmented domain intelligence. However, privacy, legal and organisational policies t…

CAMB: A comprehensive industrial LLM benchmark on civil aviation maintenance

2025-08-28 · Feng Zhang, Chengjie Pang, Yuehan Zhang, Chenyu Luo arxiv

Civil aviation maintenance is a domain characterized by stringent industry standards. Within this field, maintenance procedures and troubleshooting represent critical, knowledge-intensive tasks that require sophisticated…

Prompt Engineering