[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-122252-en":3,"doc-seo-122252-105":30,"detail-sidebar-cat-0-en-105":90},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},122252,1374391975076,"Riley","https://ap-avatar.wpscdn.com/avatar/14000253ca4ec9f6853?x-image-process=image/resize,m_fixed,w_180,h_180&k=1783305029341752051",8,"Research & Report","Analyzing Unmanned Aircraft System (UAS) Incidents from NASA ASRS Data Using Unsupervised Machine Learning - Research Poster Competition 2025","The poster presents an efficient workflow for analyzing Unmanned Aircraft System (UAS) safety incident reports from NASA’s Aviation Safety Reporting System (ASRS) using unsupervised machine learning. Instead of manual parsing that is time-consuming and potentially subjective, the approach filters reports from 2013–2023 under specified regulations, preprocesses text with bag-of-words and TF-IDF/LSA, and applies K-Means clustering with silhouette evaluation and topic modeling via LDA. The results identify meaningful topic structure and recurrent n-grams, supporting faster pattern discovery for safety insights.","University of Arkansas, Fayetteville  \nScholarWorks@UARK  \n\n| 2025 Research Poster Competition | Research Poster Competition |\n| --- | --- |\n| 2025\u003Cbr>Analyzing Unmanned Aircraft System (UAS) Incidents from NASA ASRS Data Using Unsupervised Machine Learning\u003Cbr>Kacey Haws\u003Cbr>University of Arkansas, Fayetteville\u003Cbr>Neelakshi Majumdar\u003Cbr>University of Arkansas, Fayetteville\u003Cbr>Follow this and additional works at: [https://scholarworks.uark.edu/hnrcsturpc25](https://scholarworks.uark.edu/hnrcsturpc25)\u003Cbr> Part of the Engineering Commons\u003Cbr>Click here to let us know how this document benefits you. |  |\n\nCitation  \nHaws, K., & Majumdar, N. (2025) . Analyzing Unmanned Aircraft System (UAS) Incidents from NASA ASRS Data Using Unsupervised Machine Learning. 2025 Research Poster Competition. Retrieved from  \n[https://scholarworks.uark.edu/hnrcsturpc25/37](https://scholarworks.uark.edu/hnrcsturpc25/37)  \nThis Book is brought to you for free and open access by the Research Poster Competition at ScholarWorks@UARK. It has been accepted for inclusion in 2025 Research Poster Competition by an authorized administrator of ScholarWorks@UARK. For more information, please contact [uarepos@uark.edu](uarepos@uark.edu).  \nAnalyzing Unmanned Aircraft System (UAS) Incidents from NASA ASRS Data Using Unsupervised Machine Learning  \nKacey Haws, Neelakshi Majumdar Ph.D.  \nUniversity of Arkansas, Fayetteville, AR  \nIntroduction  \nNASA Aviation Safety Reporting System (ASRS): voluntarily submitted aviation safety incident reports in their database [1] .  \nPrevious work in the ASYST lab involved manually parsing UAS reports: time consuming, technically challenging, and can lead to subjectivity.  \nMy research analyzes UAS incident using unsupervised machine learning to discern patterns quicker than manual analysis. This aligns with Dr. Majumdar’s research by further expanding on her work with natural language processing (NLP) to analysis using unsupervised machine learning methods [2] .  \nLiterature Review  \n▪ Topic Modeling: Effective in parsing ASRS narratives, but work did not focus on UAS incidents [3] .  \n▪ Supervised Learning: Works well on varied amounts of data but requires dataset be labeled before processing [4] .  \n▪ Large Language Models: Can assist in identifying near-miss incidents in reports but is “guessing” based on its interpretation of the rest of the sentence [5] .  \n▪ Sparse Machine Learning: Can address user interpretability, but unsupervised methods are better when the data is unlabeled [6] .  \nResults  \nFigure 1 : Silhouette Score for Different Cluster Counts  \nThe silhouette score analyzes the density of clusters. The highest density was ten clusters with a silhouette score of~0.039 [Fig. 1] .  \nAfter setting it to allocate for 10 different topics, Topic 7 computed its top seven terms as shown [Fig. 2] .  \nFigure 2: Top Terms Discovered Using Topic Modeling  \nFigure 3: Top 10 Most Common N-grams  \nI found that 4-grams best allow for data clarity and varied frequencies. This data is sorted by frequency found in the text [Fig. 3] .  \nThis research has been supported by a grant from the Honors College.  \nResearch Methods  \n▪ Dataset: UAS reports from 2013 to 2023 filtered by operations under Federal Aviation Regulations (FAR)“Public Aircraft Operations (UAS) or Recreational Operations / Section 44809 (UAS)”.  \n▪ Used bag-of-words to eliminate common terms.  \n▪ Clustering:  \n▪ Term Frequency-Inverse Document Frequency (TF-IDF) method for term weight.  \n▪ Reduced by latent semantic analysis (LSA)  \n▪ Grouped with K-Means and silhouette score.  \n▪ Topic Modeling:  \n▪ TF-IDF for term weight.  \n▪ Latent Dirichlet Allocation (LDA) distribution using Gibbs formula [Fig. 4] .  \n▪ Computed top n terms for each topic.  \nFigure 4: Gibbs sampling formula [7] .  \n▪ N-Grams:  \n▪ Converted the text to lowercase.  \n▪ Computed a list of n consecutive words.  \nConclusions and Further Work  \nUnsupervised machine learning techniques offer a more efficient w","cbCaipAWEptHaCET","https://ap.wps.com/l/cbCaipAWEptHaCET","pdf",596135,1,2,"English","en",105,"# Introduction\n# Literature Review\n# Results\n# Research Methods\n# Conclusions and Further Work\n# References and Information","[{\"question\":\"Why does the research move away from manual parsing of ASRS UAS reports?\",\"answer\":\"Manual parsing is time-consuming and technically challenging, and it may introduce subjectivity. The study uses unsupervised machine learning to find patterns more efficiently.\"},{\"question\":\"What dataset and time range are used in the analysis?\",\"answer\":\"The dataset includes UAS reports from 2013 to 2023 filtered by operations under specified Federal Aviation Regulations for Public Aircraft Operations (UAS) or Recreational Operations (Section 44809).\"},{\"question\":\"Which unsupervised techniques drive the results, and how are topics evaluated?\",\"answer\":\"The method uses TF-IDF weighting with latent semantic analysis, K-Means clustering evaluated by silhouette score, and topic modeling with LDA (via Gibbs sampling). It also extracts top terms and n-grams to characterize discovered topics and recurring phrases.\"}]","Analyzing Unmanned Aircraft System (UAS) Incidents from NASA ASRS Data Using Unsupervised Machine Learning - Research Poster Competition 2025 | PDF",1785809647,5,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":85,"head_meta":87,"extra_data":89,"updated_unix":28},"analyzing-unmanned-aircraft-system-uas-incidents-from-nasa-asrs-data-using-unsupervised-machine-learning-research-poster-competition-2025","",{"@graph":36,"@context":84},[37,53,67],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,47,50],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":21},"https://docshare.wps.com/document/","Document",{"item":48,"name":12,"@type":43,"position":49},"https://docshare.wps.com/document/research-report/",3,{"item":51,"name":13,"@type":43,"position":52},"https://docshare.wps.com/document/analyzing-unmanned-aircraft-system-uas-incidents-from-nasa-asrs-data-using-unsupervised-machine-learning-research-poster-competition-2025/122252/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":23,"description":14,"dateModified":61,"datePublished":61,"encodingFormat":60,"isAccessibleForFree":62,"interactionStatistic":63},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-08-04",true,{"@type":64,"interactionType":65,"userInteractionCount":4},"InteractionCounter",{"@type":66},"ViewAction",{"@type":68,"mainEntity":69},"FAQPage",[70,76,80],{"name":71,"@type":72,"acceptedAnswer":73},"Why does the research move away from manual parsing of ASRS UAS reports?","Question",{"text":74,"@type":75},"Manual parsing is time-consuming and technically challenging, and it may introduce subjectivity. The study uses unsupervised machine learning to find patterns more efficiently.","Answer",{"name":77,"@type":72,"acceptedAnswer":78},"What dataset and time range are used in the analysis?",{"text":79,"@type":75},"The dataset includes UAS reports from 2013 to 2023 filtered by operations under specified Federal Aviation Regulations for Public Aircraft Operations (UAS) or Recreational Operations (Section 44809).",{"name":81,"@type":72,"acceptedAnswer":82},"Which unsupervised techniques drive the results, and how are topics evaluated?",{"text":83,"@type":75},"The method uses TF-IDF weighting with latent semantic analysis, K-Means clustering evaluated by silhouette score, and topic modeling with LDA (via Gibbs sampling). It also extracts top terms and n-grams to characterize discovered topics and recurring phrases.","https://schema.org",{"og:url":51,"og:type":86,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":88,"canonical":51},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":91},[92,96,100,104,108,113,118,121,126,129,133],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":93,"show_sort_weight":94,"slug":95},"Story & Novel",90,"story-novel",{"id":21,"doc_module":4,"doc_module_name":46,"category_name":97,"show_sort_weight":98,"slug":99},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":46,"category_name":101,"show_sort_weight":102,"slug":103},"Exam",70,"exam",{"id":29,"doc_module":4,"doc_module_name":46,"category_name":105,"show_sort_weight":106,"slug":107},"Comic",60,"comic",{"id":109,"doc_module":4,"doc_module_name":46,"category_name":110,"show_sort_weight":111,"slug":112},6,"Technology",50,"technology",{"id":114,"doc_module":4,"doc_module_name":46,"category_name":115,"show_sort_weight":116,"slug":117},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":119,"slug":120},30,"research-report",{"id":122,"doc_module":4,"doc_module_name":46,"category_name":123,"show_sort_weight":124,"slug":125},9,"Religion & Spirituality",20,"religion-spirituality",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":127,"show_sort_weight":124,"slug":128},"World Cup","world-cup",{"id":130,"doc_module":4,"doc_module_name":46,"category_name":131,"show_sort_weight":130,"slug":132},10,"Lifestyle","lifestyle",{"id":134,"doc_module":4,"doc_module_name":46,"category_name":135,"show_sort_weight":29,"slug":136},19,"General","general"]