Paper deep dive
Fine-Tuning Large Language Models for Cooperative Tactical Deconfliction of Small Unmanned Aerial Systems
Iman Sharifi, Alex Zongo, Peng Wei
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 96%
Last extracted: 3/31/2026, 2:46:15 AM
Summary
This paper presents a simulation-to-language pipeline for fine-tuning Large Language Models (LLMs) to perform cooperative tactical deconfliction for small Unmanned Aerial Systems (sUAS). By leveraging the BlueSky air traffic simulator, the authors generate rule-consistent datasets that encode human safety heuristics. They compare two parameter-efficient fine-tuning strategiesâSupervised Fine-Tuning (SFT) with LoRA and Group-Relative Policy Optimization (GRPO)âdemonstrating that SFT significantly improves decision accuracy and safety in dense, multi-agent airspace compared to pretrained baselines.
Entities (5)
Relation Signals (3)
Qwen-Math-7B â isfinetunedusing â LoRA
confidence 100% · A pretrained Qwen-Math-7B model is fine-tuned using two parameter-efficient strategies: supervised fine-tuning with Low-Rank Adaptation (LoRA)
Qwen-Math-7B â isfinetunedusing â GRPO
confidence 100% · preference-based fine-tuning combining LoRA with Group-Relative Policy Optimization (GRPO)
BlueSky â generatesdatafor â Qwen-Math-7B
confidence 90% · We propose a simulation-to-language data generation pipeline based on the BlueSky air traffic simulator that produces rule-consistent deconfliction datasets
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:The growing deployment of small Unmanned Aerial Systems (sUASs) in low-altitude airspaces has increased the need for reliable tactical deconfliction under safety-critical constraints. Tactical deconfliction involves short-horizon decision-making in dense, partially observable, and heterogeneous multi-agent environments, where both cooperative separation assurance and operational efficiency must be maintained. While Large Language Models (LLMs) exhibit strong reasoning capabilities, their direct application to air traffic control remains limited by insufficient domain grounding and unpredictable output inconsistency. This paper investigates LLMs as decision-makers in cooperative multi-agent tactical deconfliction using fine-tuning strategies that align model outputs to human operator heuristics. We propose a simulation-to-language data generation pipeline based on the BlueSky air traffic simulator that produces rule-consistent deconfliction datasets reflecting established safety practices. A pretrained Qwen-Math-7B model is fine-tuned using two parameter-efficient strategies: supervised fine-tuning with Low-Rank Adaptation (LoRA) and preference-based fine-tuning combining LoRA with Group-Relative Policy Optimization (GRPO). Experimental results on validation datasets and closed-loop simulations demonstrate that supervised LoRA fine-tuning substantially improves decision accuracy, consistency, and separation performance compared to the pretrained LLM, with significant reductions in near mid-air collisions. GRPO provides additional coordination benefits but exhibits reduced robustness when interacting with heterogeneous agent policies.
Tags
Links
- Source: https://arxiv.org/abs/2603.28561v1
- Canonical: https://arxiv.org/abs/2603.28561v1
Trouble viewing inline? Open PDF directly â
Full Text
58,353 characters extracted from source content.
Expand or collapse full text
Fine-Tuning Large Language Models for Cooperative Tactical Deconfliction of Small Unmanned Aerial Systems Iman Sharifi â Alex Zongo â Peng Wei George Washington University i.sharifi,a.zongo,pwei@gwu.edu â Equal contribution Abstract The growing deployment of small Unmanned Aerial Sys- tems (sUASs) in low-altitude airspaces has increased the need for reliable tactical deconfliction under safety-critical constraints. Tactical deconfliction involves short-horizon decision-making in dense, partially observable, and het- erogeneous multi-agent environments, where both cooper- ative separation assurance and operational efficiency must be maintained. While Large Language Models (LLMs) ex- hibit strong reasoning capabilities, their direct application to air traffic control remains limited by insufficient domain grounding and unpredictable output inconsistency. This pa- per investigates LLMs as decision-makers in cooperative multi-agent tactical deconfliction using fine-tuning strate- gies that align model outputs to human operator heuris- tics.We propose a simulation-to-language data gener- ation pipeline based on the BlueSky air traffic simula- tor that produces rule-consistent deconfliction datasets re- flecting established safety practices. A pretrained Qwen- Math-7B model is fine-tuned using two parameter-efficient strategies: supervised fine-tuning with Low-Rank Adapta- tion (LoRA) and preference-based fine-tuning combining LoRA with Group-Relative Policy Optimization (GRPO). Experimental results on validation datasets and closed- loop simulations demonstrate that supervised LoRA fine- tuning substantially improves decision accuracy, consis- tency, and separation performance compared to the pre- trained LLM, with significant reductions in near mid-air collisions. GRPO provides additional coordination bene- fits but exhibits reduced robustness when interacting with heterogeneous agent policies. 1. Introduction The rapid growth in civil and commercial deployment of small Unmanned Aerial Systems (sUASs), including pack- age delivery, infrastructure inspection, and emergency re- sponse, has intensified the demand for safe and efficient op- erations in low-altitude, shared airspaces [10, 25]. As traf- fic density increases, conflicts between vehicles become in- evitable, particularly near intersections, merging corridors, and other constrained airspace regions. Tactical decon- fliction, which involves real-time, short-horizon decision- making that maintains safe separation while preserving operational efficiency, has therefore emerged as a central challenge in UAS traffic management (UTM) ecosystems. Unlike strategic planning [22] or trajectory optimization, tactical deconfliction must operate under strict time con- straints, partial observability, and complex multi-agent in- teractions, where delayed or overly conservative decisions can significantly degrade both safety and traffic through- put [29]. Rule-based approaches lack flexibility and scala- bility [8, 16], while optimization-based and learning-based methods often struggle with latency, robustness, or inter- pretability under safety-critical constraints [6, 27]. Recent advances in Large Language Models (LLMs) have shown strong capabilities in reasoning [18, 24], contextual understanding [20], and sequential decision- making [30], making them a promising candidate for tactical deconfliction in dense, uncertain multi-agent airspaces [7].Yet, general-purpose LLMs are not de- signed for safety-critical aviation [33]: zero-shot or prompt- based use can yield inconsistent and prompt-sensitive out- puts [9, 14], misaligned with human safety norms [19], and uninformed about domain-specific trade-offs [19]. These limitations motivate systematic alignment of LLM behavior with human tactical reasoning in sUAS operations. Human experts (e.g., air traffic controllers and experi- enced pilots) resolve conflicts by applying implicit safety principles, i.e., prioritizing separation, anticipating othersâ intent and reasoning over short horizons, rather than opti- mizing explicit reward functions [23]. We therefore advo- cate leveraging human-aligned datasets that encode expert knowledge as logical rules, and fine-tuning LLMs to trans- fer these judgments and preferences into inference-time be- havior [26]. Compared to trial-and-error multi-agent rein- arXiv:2603.28561v1 [cs.RO] 30 Mar 2026 forcement learning [5], human-aligned fine-tuning can in- ject domain-appropriate reasoning priors while promoting interpretability and behavioral consistency [2]. In this paper, we present a simulation-to-language dataset generation pipeline that enables systematic learning of human-aligned cooperative tactical deconfliction behav- iors from high-fidelity air traffic simulations. The proposed pipeline generates diverse multi-agent scenarios, encodes human tactical knowledge through logical rules, and trans- forms raw simulation data into structured promptâresponse pairs suitable for training LLMs. Using this dataset, we study two complementary fine-tuning strategies for adapt- ing pre-trained LLMs to tactical deconfliction in multi- agent sUAS environments. To the best of our knowledge, this work constitutes the first systematic investigation of fine-tuned LLMs for tactical deconfliction evaluated both on held-out datasets and in closed-loop air traffic simula- tions. The main contributions of this work are as follows: âą We develop a simulation-to-language dataset genera- tion pipeline based on the BlueSky air traffic simula- tor [15] that enables rapid construction of large-scale, rule-consistent tactical deconfliction datasets, allowing LLMs to internalize human safety heuristics and opera- tional preferences. âą We demonstrate that parameter-efficient Supervised Fine- Tuning (SFT) with Low-Rank Adaptation (LoRA) [17] substantially improves LLM decision accuracy, behav- ioral consistency, and separation safety compared to a pretrained baseline, as validated through both offline eval- uation and closed-loop simulation. âą We evaluate the performance of the preference-based fine-tuning using Group-Relative Policy Optimization (GRPO) compared to SFT, providing insight into the strengths and limitations of reinforcement-style align- ment for tactical deconfliction. The remainder of this paper is organized as follows. Sec- tion 2 reviews the related works. Section 3 formulates the tactical deconfliction problem and the fine-tuning strategies. Section 4 describes the simulation-to-language dataset gen- erator pipeline. Section 5 elaborates on the two fine-tuning strategies. Section 6 reports experimental results and com- parative evaluations. Finally, Section 7 draws conclusions. 2. Related Work Recent research has explored the application of LLMs to air traffic control. These efforts have primarily positioned LLMs as high-level reasoning, interface, or knowledge- support components rather than direct low-level controllers. Several studies employ LLMs as natural-language inter- faces integrated with existing conflict resolution solvers, allowing air traffic controllers to express preferences and constraints while preserving safety guarantees through re- stricted LLM outputs limited to filtering or ranking candi- date solutions [21]. Other work investigates LLMs as em- bodied or tool-augmented agents capable of directly issu- ing control commands in simulation environments [3], of- ten augmented with role decomposition or experience li- braries to improve reasoning consistency.Complemen- tary efforts leverage LLMs for air traffic scenario genera- tion [13], aviation-domain knowledge modeling [31], and systematic evaluation of LLM reliability, recall, and reason- ing performance in aviation contexts [12]. These studies reveal recurring limitations, including sensitivity to prompt structure, hallucinations, limited re- call, inference latency, and the absence of explicit align- ment with human operational preferences, that pose sig- nificant challenges for real-time, safety-critical tactical de- confliction.Unlike prior LLM-based ATC approaches that rely on zero-shot prompting or prompt engineer- ing with function-calling at inference time [3], this pa- per adopts a systematic fine-tuning strategy grounded in human-aligned data and achieves near-real-time perfor- mance. By adapting pre-trained LLMs through parameter- efficient fine-tuning and preference-aware optimization on rule-consistent, simulator-generated datasets, our approach positions LLMs as human-aligned tactical decision-makers rather than free-form reasoning agents. This directly ad- dresses the reliability and consistency concerns highlighted in existing LLM-based ATC research. 3. Problem Formulation and Methodology 3.1. Tactical Deconfliction with LLM-based Policies We consider a tactical deconfliction problem in a shared low-altitude airspace populated by multiple sUASs with heterogeneous configurations and decision-making poli- cies. Agents may differ in kinematic limits, sensing capabil- ities, maneuverability, and onboard autonomy architecture. The objective of tactical deconfliction is to maintain, coop- eratively, safe separation while minimizing unnecessary de- viations from nominal mission trajectories. Decisions must be made in real time under partial observability and amid complex multi-agent interactions. Rather than addressing deconfliction through continuous control or trajectory optimization, we formulate the prob- lem at the policy level. At each decision step, an agent observes a structured representation of the surrounding en- vironment, including its own state, nearby traffic informa- tion, and safety constraints. Based on this context, the agent selects a discrete tactical action, such as accelerat- ing, maintaining speed, or decelerating. The LLM serves as a high-level policy that maps structured agent state de- scriptions to tactical decisions. The LLM outputs abstract actions that are subsequently executed by UAS flight con- trol modules, allowing the model to reason over heteroge- neous agent interactions and implicit safety priorities with- out requiring access to explicit models of low-level dynam- ics. To align the LLM behavior with domain-specific op- erational requirements, we fine-tuned the model on a large- scale dataset spanning diverse traffic scenarios. 3.2. Fine-Tuning Strategies 3.2.1. Supervised Fine-Tuning (SFT) This first strategy adapts a pre-trained LLM to tactical de- confliction through supervised learning on human-aligned, rule-consistent datasets. Each training sample consists of a structured description of the ownshipâs local traffic con- text paired with a target tactical action derived from human- designed safety rules. Given a dataset D = (x i ,y i ) N i=1 , where x i denotes the ownship context and y i the corre- sponding target action, the objective is to maximize the con- ditional likelihood of human-aligned decisions under the fine-tuned model. Formally, SFT minimizes the negative log-likelihood loss L SFT = âE (x,y)âŒD [logp Ξ (y | x)], where p Ξ denotes the LLM parameterized by Ξ. Minimizing this loss transfers human decision heuristics into the modelâs inference behav- ior, encouraging consistent reproduction of safety-oriented tactical actions across similar agent state configurations. To enable efficient domain adaptation without updat- ing the full parameter set of the LLM, we employ Low- Rank Adaptation (LoRA) [17], as shown in Figure 1, which injects trainable low-rank updates into selected pro- jection layers while keeping the pretrained weights frozen. This parameter-efficient design enables scalable adaptation while preserving the general reasoning capabilities of the base model. 3.2.2. Group-Relative Policy Optimization (GRPO) The second fine-tuning strategy employs GRPO, a preference-based alignment method that refines LLM be- havior using sampled candidate actions and scalar re- ward feedback.For a given agent context x, the pre- trained LLM generates a set of candidate tactical responses y (1) ,...,y (K) via high-temperature sampling, promoting decision exploration beyond deterministic imitation. Each candidate response is evaluated using a task- specific reward function R(x,y) that encodes human- aligned safety rules and operational preferences, assign- ing higher scores to actions that maintain separation, re- spect right-of-way precedence, and favor conservative, in- terpretable maneuvers. These rewards are used to compute a group-relative advantage Ë A (k) = R(x,y (k) )â 1 K K X j=1 R(x,y (j) ),(1) which measures the relative quality of each response within the sampled group. Model parameters are then updated using an objective based on Proximal Policy Optimization (PPO) loss that in- creases the likelihood of higher-advantage responses while constraining policy updates for stability.The resulting GRPO loss is given by L GRPO =âE x,y (k) [ min(Ï (k) Ë A (k) , clip(Ï (k) , 1â Δ, 1 + Δ) Ë A (k) )], (2) where Ï (k) = p Ξ (y (k) |x) p Ξ old (y (k) |x) denotes the likelihood ratio be- tween the updated and previous policies, and Δ is a clipping parameter. As in SFT, GRPO updates are applied exclu- sively through LoRA parameters, leaving the base model unchanged. By combining stochastic exploration, rule-based reward evaluation, and PPO-style optimization, GRPO enables preference-driven refinement of LLM decision-making be- yond direct imitation. Unlike SFT, which enforces align- ment through supervised reproduction of human actions, GRPO encourages relative improvement among competing candidate responses. This distinction enables a principled comparison between imitation-based and preference-based alignment for safety-critical tactical deconfliction. 4. Dataset Generation Pipeline As major companies increasingly deploy sUAS fleets in shared airspace, safety- and privacy-related constraints have become central considerations to their operational frame- works. Due to proprietary concerns and regulatory sensitiv- ities, high-fidelity operational data relevant to tactical de- confliction is rarely publicized, limiting the availability of real-world datasets for learning-based methods. This lack of accessible data poses a fundamental barrier to the devel- opment and evaluation of data-driven deconfliction policies, which typically rely on large-scale, representative training corpora. To address this challenge, we design a simulation- based dataset generation pipeline that enables systematic, privacy-preserving collection of human-aligned tactical de- cision data, while remaining extensible to future integration with real-world observations as such data become available. Thus, to collect trainable datasets including pairs of prompts and rule-based responses, we designed a simulation-to-language pipeline that generates scenarios and converts them to trainable prompt-answer pairs. Fig- ure 1 illustrates an overview of the pipeline, in which we initially collect a series of high-fidelity multi-agent simu- lations using the BlueSky Air Traffic Simulator [15]. The simulation environment was configured to emulate low- altitude airspace over the city of Frisco, Texas, a represen- tative urban hub for drone delivery operations. The dataset generation pipeline includes the following stages: Scenario Configurations: We generated diverse multi- agent flight scenarios to capture the traffic complexity and Scenario Generation Raw Data CollectionPrompt Engineering Ownship ID: A02, speed: 48, location: ... First Front Intruder ID: B03, speed: 31, location: ... Second Front Intruder ID: C01, speed: 57, location: ... Rule-based Action Decelerate Simulation-to-Language Dataset Generation Pipeline Inference LoRA Frozen LLM Fine-Tuning Fine-Tuned LLM User Prompt Given the following information of the ownship and the two intruders: .... What action should the ownship take? (Accelerate/Hold/Decelerate) System Prompt You are an airspace tactical deconfliction assistant. At each time step, you have access to ... . Based on the information, what is the recommended action for the ownship agent? Answer The recommended action is: Decelerate. BlueSky: Multi-Agent Implementation Prompt Generator Rule-based Policy Figure 1. Architecture overview. The figure illustrates the end-to-end system architecture and the role of the proposed simulation-to- language dataset generation pipeline. Multi-agent traffic scenarios are generated in the BlueSky simulator, from which raw state data are extracted and converted into structured natural-language prompts using rule-based supervision. The resulting promptâresponse pairs constitute the training dataset for LoRA-based fine-tuning. At deployment, the fine-tuned LLM generates tactical actions for multiple agents, which are executed in BlueSky, closing the simulation loop. interaction patterns characteristic of urban low-altitude op- erations. Each scenario involves 20â30 sUASs operating concurrently in shared airspace and includes two merging points and one intersection, reflecting common bottlenecks in drone delivery corridors. To introduce variability in traf- fic density and agent state geometry, the number of active flight routes per scenario was randomly varied between four and six, producing heterogeneous traffic flows with inter- secting and merging trajectories. To model realistic fleet diversity, we defined two dis- tinct agent configurations characterized by different speed limits, acceleration capabilities, and sensing ranges. These configurations represent heterogeneous vehicle capabilities commonly observed across different drone operators and enable systematic evaluation of an LLMâs ability to gen- eralize across agents with varying dynamics. Specifically, we consider configurations X and Y, where configuration X exhibits stronger kinematic and sensing capabilities than configuration Y. The speed and acceleration limits for con- figurations X and Y are selected based on the performance specifications of the Google Wing Hummingbird drone [32] and the Amazon MK30 drone [11], respectively. Sens- ing ranges reflect current technological constraints associ- ated with Remote ID-based communication or radar-based detection systems, ensuring realistic perception asymmetry among agents. Table 1 summarizes the kinematic and sensing specifi- cations for each configuration. By incorporating heteroge- neous vehicle capabilities and structurally complex airspace layouts, the proposed scenario design yields a challenging and representative testbed for learning and evaluating coop- erative tactical deconfliction policies under realistic drone delivery operations. Rule-Based Policy Design: To generate human-aligned Table 1. Kinematic and sensing specifications for UAS configura- tions X (strong) and Y (weak). ParameterNotation Configuration X (strong)Y (weak) Speed Range (m/s) [v min ,v max ][0, 44.88][0, 30.12] Acceleration (m/s 2 ) âv/ât â1.71, 0, 1.71 â1.02, 0, 1.02 Sensing Range (m) R1000750 supervisory signals for tactical deconfliction, we designed a deterministic rule-based policy that enforces safe separa- tion across all simulated scenarios. The policy is intended to emulate human pilot or controller reasoning by prescrib- ing actions through interpretable ifâthen rules derived from operational heuristics. At each decision step, the policy evaluates the local traf- fic context of a given agent (referred to as the ownship) and selects an appropriate tactical action based on multi- ple state-dependent factors. These include the ownshipâs current and desired speeds, distance to the next waypoint, the number of nearby intruders, and relative spatial relation- ships with those intruders. To balance computational effi- ciency with behavioral fidelity, only the two closest front in- truders are considered, as they typically represent the most critical conflict threats in dense airspace configurations. The policy further distinguishes between intruders oper- ating on the same route and those on intersecting or merging routes. The policy is then enabled to modulate maneuver aggressiveness based on conflict geometry. Based on the evaluated conditions, the rule engine outputs one of three discrete tactical actions: Accelerate, Hold, or Decelerate. These actions serve as human-aligned supervisory labels for dataset generation rather than as optimized control com- mands. The complete rule hierarchy, decision thresholds, and tie-breaking logic are detailed in Supplementary Material (Appendix A). Raw Data Collection: For each simulation episode, state information was recorded for every ownship at discrete time steps. The collected data include the ownshipâs position, velocity, heading, route identifier, and distance to the next waypoint, along with detailed information about the two closest front intruder agents, such as their relative positions, velocities, and distances to their respective waypoints. To support flexible prompt construction and preserve contextual richness, both essential and supplementary at- tributes were retained during data logging. This design choice ensures that no potentially relevant information is lost during post-processing and allows multiple prompt for- mulations to be explored without re-running simulations. The resulting dataset captures dynamic multi-agent inter- actions across thousands of time steps and diverse traffic configurations. An example of the raw observation record is provided in Supplementary Material (Appendix B). In to- tal, over 38K stateâaction samples were collected in under 10 minutes. The data collection pipeline is fully modular, enabling additional scenarios and samples to be generated as needed. Prompt Engineering: As illustrated in Figure 1, fol- lowing data collection, the raw numerical and categorical state information was transformed into structured natural- language prompts suitable for LLM training. Each prompt consists of two components: a system prompt, which de- fines the modelâs operational role and high-level objectives (e.g., ensuring safe separation in shared airspace), and a user prompt, which describes the current local traffic sit- uation of the ownship and nearby intruders in natural lan- guage. An illustrative example of the prompt format is pre- sented in Supplementary Material (Appendix C). This translation process converts low-level simulator states into human-readable descriptions that emphasize rel- ative relationships, safety-relevant constraints, and decision context. As a result, the LLM is encouraged to infer tacti- cal reasoning patterns rather than merely learning numerical correlations. The prompt format is kept consistent across training and inference to ensure behavioral stability. The resulting pipeline produces a large-scale, context- rich dataset that embeds human tactical reasoning through interpretable rule-based supervision. The pipeline is com- putationally efficient, enabling rapid generation of train- ing data and straightforward scaling to larger datasets as needed. Moreover, the pipelineâs modular architecture al- lows both the rule-based policy and prompt engineering strategy to be replaced without modifying the underlying simulation infrastructure. By grounding LLM training data in high-fidelity simulations while maintaining flexibility and scalability, the pipeline provides a principled and exten- sible foundation for aligning LLM inference behavior with safety-critical deconfliction objectives. 5. LLM Selection and Fine-Tuning For this study, we selected Qwen-Math-7B [1, 4, 28] as the pretrained backbone for all fine-tuning experiments. Qwen-Math-7B is a member of the Qwen-2.5 family of transformer-based language models and is optimized for en- hanced reasoning, mathematical comprehension, and logi- cal consistency. Unlike general-purpose instruction-tuned models, Qwen-Math-7B incorporates domain-focused pre- training on scientific and quantitative corpora, enabling robust structured reasoning and symbolic manipulation. These characteristics make it well suited for tactical decon- fliction tasks, which require reasoning over spatial relation- ships, safety margins, and action consequences under un- certainty. Throughout this paper, we refer to the pretrained model as the Base model. LoRA Configuration: As illustrated in Figure 1, we adapt the Base (Frozen) LLM to the tactical deconflic- tion domain via LoRA-based fine-tuning, implemented us- ing the transformers library with a PyTorch backend. LoRA adapters were applied to the feed-forward projec- tion layers (up proj, downproj, and gateproj) as well as attention projection layers (qproj, kproj, and v proj) to enhance contextual reasoning. For both SFT and GRPO, the LoRA rank, scaling factor, and dropout were set to 8, 32, 0.05, respectively. The learning rates for SFT and GRPO are set to 10 â4 and 5Ă 10 â6 , respectively. The rest of the parameters are set to default values in the cor- responding Python packages. These hyperparameters were chosen to balance adaptation capacity, training stability, and computational efficiency. Due to memory limitations, we restricted output gener- ation to 10 tokens to reduce inference time when serving multiple agents. Similarly, GRPO fine-tuning sampled four candidate responses per prompt to compute the advantage function following Eq (1) and using maximum temperature to encourage exploration. Both SFT and GRPO training were conducted for a single epoch, requiring approximately 6 and 14 hours, respectively. Optimization was performed using the AdamW optimizer with a cosine learning-rate schedule and warm-up steps to ensure stable convergence. Reward Function in GRPO: The reward signal guiding GRPO optimization combines two complementary com- ponents: a format reward and an action reward.The format reward, denoted as r format , encourages adherence to the desired response structure by quantifying normal- ized textual similarity between the generated response Ëy and the ground-truth response y via Levenshtein similar- 0100200300400 Step 0.0 0.1 0.2 0.3 SFT Loss (a) Loss curve during SFT training. 02004006008001000 Step 0.5 0.0 0.5 1.0 GRPO Reward (b) Reward progression during GRPO fine-tuning. Figure 2. Training effectiveness of fine-tuning methods. (a) shows the supervised learning progress through loss reduction, hence accuracy increase, while (b) shows the GRPO reward evolution across training iterations. (a) Scenario A(b) Scenario B(c) Scenario C Figure 3. Traffic snapshots for the three scenarios (A, B, C) used in Table 3. The LLM agents and the Rule-based agents are colored in pink and green, respectively. Each scenario has 5-6 routes, each of which hosts 5 agents with random spawning times. Throughout all scenarios, we considered 10 LLM agents, and the rest are Rule-based agents. ity: r format = 1â Î(Ëy,y) max(|Ëy|,|y|) Îł , where Î(·) denotes the Levenshtein distance and Îł â [1,â) controls sensitivity to formatting deviations. The action reward, denoted as r action , enforces decision correctness by verifying whether the ac- tion specified in the generated response matches the ground- truth action label: r action = I[action(Ëy) = action(y)]â 0.5, where I[·] is the indicator function. The offset ofâ0.5 cen- ters the reward around zero, penalizing incorrect actions while rewarding correct ones. The overall reward is com- puted as r(y k ,x) = λ f r format (y k ,x) +λ a r action (y k ,x), with weighting coefficients λ f and λ a balancing structural com- pliance and decision accuracy. All experiments were conducted on two NVIDIA RTX 3090 GPUs using mixed-precision training to reduce memory consumption and improve throughput.GRPO training was implemented using the TRL framework. Through this fine-tuning process, Qwen-Math-7B internal- izes both rule-based decision logic and context-dependent tactical reasoning, yielding interpretable and safety-aligned decision policies suitable for cooperative multi-agent tacti- Table 2. Performance comparison on the evaluation dataset. All numbers are reported in percent (%). ModelAccuracyPrecisionRecallF1-score Base27752031 SFT88756669 GRPO53754050 cal deconfliction. 6. Experimental Results and Discussions Figure 2 illustrates the training dynamics of the two fine- tuning approaches. The SFT loss curve exhibits stable con- vergence, indicating effective supervised alignment with human-labeled actions, while the GRPO reward trajectory reflects gradual preference-based policy refinement. These trends suggest that both methods effectively incorporate training signals, albeit through different learning mecha- nisms. To comprehensively assess the fine-tuned models, we use two strategies: 6.1. Evaluation with Datasets We first assess the effectiveness of the proposed fine-tuning strategies on a held-out dataset of promptâresponse pairs different from the training data. Each sample consists of a natural-language description of a local traffic situation and a corresponding ground-truth tactical action. This evaluation assesses how accurately each model reproduces the desired decision given identical inputs. During testing, all models were prompted with the same evaluation set, and their generated responses were com- pared against the reference labels. A prediction was deemed correct if the response contained the target action (Acceler- ate, Hold, or Decelerate); otherwise, it was classified as incorrect. This criterion enables a consistent comparison among the pretrained Base model, the SFT model, and the GRPO fine-tuned model. Quantitative results on the evaluation dataset are reported in Table 2 using standard classification metrics. The Base model achieves an accuracy of 27%, underscoring the chal- lenge posed by tactical deconfliction for general-purpose LLMs without domain adaptation. In contrast, SFT with LoRA substantially improves performance, achieving an accuracy of 88% and an F1-score of 69%, indicating effec- tive alignment with the structured decision patterns encoded in the dataset. The improvement in recall indicates that the SFT model generalizes more reliably across diverse conflict geometries. The GRPO fine-tuned model attains moderate gains over the Base model, with an accuracy of 53% and an F1-score of 50%. While preference-based optimization improves re- sponse structure and consistency, its performance remains below that of SFT under the current reward formulation. This outcome suggests that, for this task, direct supervised alignment with human-labeled actions provides a stronger learning signal than relative preference optimization alone. 6.2. Evaluation with BlueSky Simulations We next evaluate the fine-tuned LLM policies in closed- loop multi-agent simulations using the BlueSky simulator. Figure 1 illustrates the Inference loop. At each simulation time step, the state information of every LLM-controlled agent is transformed into a structured prompt by the prompt generator and passed to the fine-tuned LLM, which outputs the corresponding tactical actions. These actions are then applied to the simulator to update the environment. The process repeats iteratively until all agents exit the scenario. Unlike the dataset-level evaluation, which assesses single- step decision accuracy, this experiment examines emergent system-level behavior, including safety, coordination, and operational efficiency, under realistic multi-agent interac- tions in unseen scenarios. Table 3 summarizes safety and performance metrics across three representative traffic sce- narios depicted in Figure 3. Across all scenarios, the pretrained Base model exhibits poor safety and reliability, with high near mid-air collision (NMAC) rates and very low success rates. Success rate is defined as the fraction of LLM agents that complete the sce- nario without any collision event. These results indicate that zero-shot LLM reasoning, without domain-specific align- ment, is insufficient for tactical deconfliction in dense and heterogeneous airspace. In contrast, both fine-tuning strate- gies substantially improve safety and mission completion, confirming the necessity of domain adaptation for closed- loop deployment. The SFT model consistently achieves the strongest over- all performance across scenarios A, B, and C. It yields the lowest total NMAC rates and the highest success rates, while maintaining reasonable flight times among successful episodes. This behavior suggests that supervised alignment with human-labeled tactical decisions enables the model to internalize safety-oriented heuristics that generalize across diverse conflict geometries. Notably, SFT reduces both LLMâLLM (LâL) and LLMâRule-based (LâR) NMACs, indicating improved coordination not only among learning agents but also in mixed-policy environments. The GRPO model demonstrates intermediate perfor- mance, consistently improving over the Base model but falling short of SFT in overall safety and reliability. While GRPO reduces NMAC rates and increases success rates rel- ative to the pretrained baseline, its performance varies more strongly across scenarios. In particular, GRPO achieves the lowest LâL NMAC rate in Scenario C, suggesting that preference-based optimization can enhance coordination among LLM agents in dense traffic. However, this bene- fit is accompanied by higher LâR NMAC rates and lower success rates compared to SFT, highlighting a trade-off be- tween relative coordination and global safety consistency. Flight time analysis further illustrates this trade-off. The Base modelâs shorter average flight times primarily reflect early episode termination due to NMACs. In contrast, the longer flight times observed for SFT and GRPO correspond to successful mission completion and more conservative de- confliction behavior. Among methods achieving compara- ble success rates, SFT attains the lowest average flight time, indicating a favorable balance between safety and opera- tional efficiency. The BlueSky evaluation demonstrates that supervised fine-tuning with human-aligned labels yields the most consistent and reliable closed-loop behavior across het- erogeneous scenarios. Preference-based optimization via GRPO offers complementary benefits in specific coordina- tion settings but exhibits reduced robustness under mixed- policy interactions. These results reinforce the importance of human-aligned supervision for deploying LLM-based Table 3. Safety and efficiency across configurations and LLM models (mean± std, for 10 episodes). Rates are NMACs/episode. Abbrevi- ations: LâL = NMACs between two LLM agents; LâR = NMACs between an LLM agent and a Rule-based agent; All = LâL + LâR; SR = success rate of LLM agents (fraction completing without NMACs); Time = average flight time of successful LLM agents. Bold indicates best values: lowest NMAC for (All, LâL, LâR), highest SR, and lowest Time among methods with SRâ„ 0.9Ă SR best for the scenario. BaseSFTGRPO Scen.AllLâLâRSRTimeAllLâLâRSRTimeAllLâLâRSRTime A3.5±1.1 2.7±0.5 0.8±1.0 0.12±0.38 3.7±4.1 1.0±0.8 0.7±0.7 0.3±0.5 0.77±0.29 5.7±0.6 1.7±0.5 1.1±0.7 0.6±0.5 0.57±0.31 5.2±0.1 B3.4±1.1 1.8±1.4 1.6±0.9 0.20±0.56 3.3±7.0 1.9±1.2 0.9±0.7 1.0±0.8 0.62±0.36 8.1±0.9 3.0±0.7 1.3±0.4 1.7±0.5 0.27±0.22 6.9±0.3 C4.0±0.9 2.5±1.2 1.5±1.2 0.05±0.58 1.6±5.0 1.9±0.7 0.8±0.6 1.1±0.9 0.52±0.37 7.5±0.7 2.3±0.8 0.6±0.5 1.7±0.7 0.42±0.29 6.6±0.1 tactical deconfliction policies in safety-critical airspace environments. 6.3. Limitations and Broader Impacts Despite the encouraging results, several limitations cur- rently constrain the deployment of LLM-based policies in real-time coordinated multi-agent sUAS operations. A pri- mary challenge is inference latency. Even under optimized inference settings, the Base model requires approximately 0.2 seconds to generate a short response for a single agent, with latency scaling linearly with the number of agents and output length. This overhead limits scalability in dense traf- fic scenarios and restricts the use of more computationally intensive reasoning techniques, such as chain-of-thought prompting or retrieval-augmented generation, which could otherwise enhance decision transparency. A second limitation concerns prompt sensitivity and sta- bility. LLM behavior is highly dependent on prompt struc- ture, and deviations between the formats used during fine- tuning and inference can lead to degraded performance or partial reversion to pretrained behavior. While structured prompt design mitigates this effect, longer and more de- scriptive prompts further increase inference time, introduc- ing a trade-off between reasoning richness and real-time re- sponsiveness. Moreover, reinforcement-based fine-tuning introduces practical constraints. GRPO requires sampling multiple candidate responses per query to estimate relative advan- tages, resulting in significant computational and memory demands. In this study, hardware limitations constrained the number of sampled responses, likely reducing explo- ration diversity and training stability. Scaling preference- based optimization for large LLMs therefore remains an open challenge requiring more efficient training strategies and distributed infrastructure. Despite these constraints, this work demonstrates the po- tential of large language models to support human-aligned and interpretable decision-making in autonomous air traf- fic coordination, particularly in heterogeneous and dynamic environments. At the same time, the identified limitations underscore the need for careful system-level integration, emphasizing latency-aware design, resource efficiency, and safety assurance. From a broader perspective, the computa- tional cost associated with large-scale fine-tuning motivates continued exploration of lightweight architectures and hy- brid symbolicâneural approaches. This study contributes to a growing body of evidence that LLMs can augment, but not yet replace, established decision-making frameworks in real-time, safety-critical applications such as aircraft tacti- cal deconfliction. 7. Conclusion This study examined fine-tuned Large Language Models (LLMs) as high-level decision-making policies for tactical deconfliction in dense, heterogeneous, cooperative multi- agent air traffic environments. By introducing a âsimulation-to-languageâ dataset gen- eration pipeline grounded in interpretable rule-based hu- man decision heuristics, we showed that LLMs, specifically Qwen-Math-7B, can acquire structured, safety-oriented rea- soning capabilities for sUAS tactical deconfliction. Using this dataset, we evaluated two complementary parameter- efficient alignment strategies:Supervised Fine-Tuning (SFT) and Group-Relative Policy Optimization (GRPO). Evaluations on held-out datasets and closed-loop BlueSky simulations demonstrate that SFT provides the most consistent improvements over the baseline LLM in de- cision accuracy, behavioral stability, and separation safety relative to the pretrained baseline. In contrast, GRPO en- ables preference-based refinement that improves coordina- tion among LLM agents in certain traffic configurations but exhibits reduced robustness in mixed-policy environments. Despite these advances, challenges remain, including in- ference latency, sensitivity to prompt structure, and the computational demands of reinforcement-style fine-tuning. Overcoming these constraints will be essential for deploy- ing LLM-based tactical deconfliction policies to real-time, large-scale sUAS operations. Future work should further benchmark LLM-based ap- proaches against established rule-based and reinforcement- learning-based methods. References [1] Alibaba Group AI Team. Qwen-Math: Mathematical Rea- soning Models from Alibaba Cloud AI. Technical report, Alibaba Group, 2024. 5 [2] Dario Amodei, Chris Olah, Jacob Steinhardt, Paul Chris- tiano, John Schulman, and Dan Man Ì e. Concrete Problems in AI Safety, 2016. 2 [3] Justas Andriu Ë skevi Ë cius and Junzi Sun. Automatic Control With Human-Like Reasoning: Exploring Language Model Embodied Air Traffic Agents. In 14th SESAR Innovation Days, SIDS 2024, 2024. 2 [4] Yuhang Bai, Zhihong Deng, Wei Liu, et al. Qwen Technical Report. arXiv preprint arXiv:2309.16609, 2023. 5 [5] Marc Brittain and Peng Wei. Autonomous separation as- surance in an high-density en route sector: A deep multi- agent reinforcement learning approach. In 2019 IEEE In- telligent Transportation Systems Conference (ITSC), pages 3256â3262, 2019. 2 [6] Fabio Suim Chagas, Neno Ruseno, and Aurilla Aure- lie Arntzen Bechina. Artificial Intelligence Approaches for UAV Deconfliction: A Comparative Review and Framework Proposal. Automation, 6(4), 2025. 1 [7] Long Cheng, Bowen Zhou, and Xinyi Zhang. From Lan- guage to Action: A Review of Large Language Models as Autonomous Agents and Tool Users. Artificial Intelligence Review, 59:71, 2026. 1 [8] Stijn Van Dam, Max Mulder, and Ren Ì e Paassen. The Use of Intent Information in an Airborne Self-Separation Assistance Display Design. In AIAA Guidance, Navigation, and Control Conference, 2009. 1 [9] Federico Errica, Davide Sanvito, Giuseppe Siracusano, and Roberto Bifulco.What Did I Do Wrong? Quantifying LLMsâ Sensitivity and Consistency to Prompt Engineer- ing.In Proceedings of the 2025 Conference of the Na- tions of the Americas Chapter of the Association for Com- putational Linguistics: Human Language Technologies (Vol- ume 1: Long Papers), pages 1543â1558, Albuquerque, New Mexico, 2025. Association for Computational Linguistics. 1 [10] Federal Aviation Administration. FAA Makes Drone History in Dallas Area, 2024. 1 [11] Federal Aviation Administration.Amazon Prime Air Amendment to Operations Specifications (OpSpecs). Tech- nical report, U.S. Department of Transportation, 2025. 4 [12] Kathleen Ge and William Coupe. Aviation-Specific Large Language Model Fine-Tuning and LLM-as-a-Judge Evalua- tion. In AIAA AVIATION FORUM AND ASCEND 2025, page 3712, 2025. 2 [13] Dewi Gould, George De Ath, Ben Carvell, and Nick Pepper. AirTrafficGen: Configurable Air Traffic Scenario Genera- tion with Large Language Models. ArXiv, abs/2508.02269, 2025. 2 [14] Bryan Guan, Tanya Roosta, Peyman Passban, and Mehdi Rezagholizadeh. The Order Effect: Investigating Prompt Sensitivity to Input Order in LLMs.arXiv preprint arXiv:2502.04134, 2025. 1 [15] Jacco Hoekstra and Joost Ellerbroek. BlueSky ATC Simula- tor Project: an Open Data and Open Source Approach. 2016. 2, 3 [16] J.M Hoekstra, R.N.H.W van Gent, and R.C.J Ruigrok. De- signing for safety: the âfree flightâ air traffic management concept. Reliability Engineering & System Safety, 75(2): 215â232, 2002. 1 [17] Edward J. Hu, Yelong Shen, Phillip Wallis, et al. LoRA: Low-Rank Adaptation of Large Language Models. In In- ternational Conference on Learning Representations (ICLR), 2022. 2, 3 [18] Shima Imani, Liang Du, and Harsh Shrivastava.Math- Prompter: Mathematical Reasoning using Large Language Models, 2023. 1 [19] Hantao Jiang et al. Training Large Language Models on Nar- row Tasks Can Lead to Broad Misalignment. Nature, 649: 584â589, 2026. 1 [20] Takeshi Kojima, Shixiang Shane Gu, Machel Reid, Yutaka Matsuo, and Yusuke Iwasawa. Large language models are zero-shot reasoners. In Proceedings of the 36th International Conference on Neural Information Processing Systems, Red Hook, NY, USA, 2022. Curran Associates Inc. 1 [21] Yucheng Liu. Large language models for air transportation: A critical review. Journal of the Air Transport Research So- ciety, 2:100024, 2024. 2 [22] Yanchao Liu and Timothy C. Henderson. Strategic Decon- fliction of Unmanned Aircraft Based on Hexagonal Tessella- tion and Integer Programming. Journal of Guidance, Con- trol, and Dynamics, 46(8):1â14, 2023. 1 [23] Shayne Loft, Penelope Sanderson, Andrew Neal, and Mark Mooij. Modeling and Predicting Mental Workload in En Route Air Traffic Control: Critical Review and Broader Im- plications. Human Factors, 49(3):376â399, 2007. 1 [24] Francesco Manigrasso, Stefan Schouten, Lia Morra, and Pe- ter Bloem. Probing LLMs for Logical Reasoning. In Neural- Symbolic Learning and Reasoning: 18th International Con- ference, NeSy 2024, Proceedings, Part I, page 257â278, Berlin, Heidelberg, 2024. Springer-Verlag. 1 [25] Y. L. Marquand. FAA Authorises Zipline and Wing for BV- LOS Operations in Dallas, 2024. 1 [26] Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Car- roll Wainwright, Pamela Mishkin, et al. Training language models to follow instructions with human feedback. arXiv preprint arXiv:2203.02155, 2022. 1 [27] Bizhao Pang, Kin Huat Low, and Chen Lv. Adaptive con- flict resolution for multi-UAV 4D routes optimization using stochastic fractal search algorithm. Transportation Research Part C: Emerging Technologies, 139:103666, 2022. 1 [28] Qwen Team. Qwen2.5 Technical Report. arXiv preprint arXiv:2410.13848, 2024. 5 [29] Marta Ribeiro, Joost Ellerbroek, and Jacco Hoekstra. Review of Conflict Resolution Methods for Manned and Unmanned Aviation. Aerospace, 7(6):79, 2020. 1 [30] Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Fan, and Anima Anandku- mar. Voyager: An Open-Ended Embodied Agent with Large Language Models. Transactions on Machine Learning Re- search, 2024. 1 [31] Liya Wang, Jason Chou, Xin Zhou, Alex Tien, and Diane M. Baumgartner. AviationGPT: A Large Language Model for the Aviation Domain. ArXiv, abs/2311.17686, 2023. 2 [32] Wing.Meet the drones taking delivery to new heights. https://wing.com/technology, 2024. Accessed: January 2026. 4 [33] Liangqi Yuan, Chuhao Deng, Dong-Jun Han, Inseok Hwang, Sabine Brunswicker, and Christopher G. Brinton.Next- Generation LLM for UAV: From Natural Language to Au- tonomous Flight. arXiv preprint arXiv:2510.21739, 2025. 1 Supplementary Material This supplementary document accompanies the main paper and provides additional implementation details to support repro- ducibility. The main paper is fully self-contained; these appendices offer extended technical specifications that complement the methodology described therein. A. Rule-Based Conflict Resolution Policy This appendix describes the deterministic rule-based policy used for action selection in the multi-agent flight environment. The policy is hand-crafted and does not involve learning or parameter tuning. At each decision step, an agent selects one of three discrete actions: Decelerate, Hold, or Accelerate. Action selection is governed by the ownshipâs distance to the next waypoint, the presence and relative position of nearby intruders, route alignment, and speed constraints. All rules are evaluated sequentially and are mutually exclusive after speed constraint enforcement. Decision Rules The decision rules are partitioned into three sets based on the agentâs position relative to bottleneck waypoints, as illustrated in Figure 4. The key parameters governing these rules are: âą d wp o : Distance from the ownship to its next waypoint âą d safe o : Safety distance threshold for triggering deconfliction maneuvers Far from the next waypoint: When the ownship is sufficiently far from the next waypoint, i.e., , actions are selected as follows: If no intruder is present within the safety distance, the ownship accelerates when its current speed is below the desired speed; otherwise, it maintains its current speed. If an intruder is present within the safety distance and is located ahead of the ownship, the ownship decelerates. If an intruder is present within the safety distance and is located behind the ownship, the ownship accelerates. Near the next waypoint: When the ownship is close to the next waypoint, i.e., , the following rules apply: If an intruder is located ahead of the ownship on the same route, the ownship decelerates. If an intruder is located ahead of the ownship on a different route, the ownship decelerates. If the ownship and a front intruder are within the collision distance threshold, action selection depends on relative speeds: the ownship accelerates if it has a speed advantage, decelerates if it has a speed disadvantage, and randomly selects between acceleration and deceleration when both agents have equal speeds. In this case, the intruder is assigned the opposite action to maintain separation. If no intruder is located ahead of the ownship within the safety distance, the ownship accelerates toward the waypoint. Speed constraint enforcement: After an action is selected, speed constraints are enforced as follows: If the chosen action would cause the ownship to violate its minimum or maximum speed limits, the action is overridden and replaced with maintaining the current speed. Figure 4. Decision rules for the rule-based policy, organized by ownship proximity to the next waypoint. The policy distinguishes between situations where the ownship is far from the waypoint (d wp o > d safe o ) and near the waypoint (d wp o †d safe o ), with speed constraint enforcement applied as a final override. Far from the Next Waypoint (d wp o > d safe o ) When the ownship is sufficiently far from the next waypoint, actions are selected as follows: âą If no intruder is present within the safety distance, the ownship accelerates when its current speed is below the desired speed; otherwise, it maintains its current speed. âą If an intruder is present within the safety distance and is located ahead of the ownship, the ownship decelerates. âą If an intruder is present within the safety distance and is located behind the ownship, the ownship accelerates. Near the Next Waypoint (d wp o †d safe o ) When the ownship is close to the next waypoint, the following rules apply: âą If an intruder is located ahead of the ownship on the same route, the ownship decelerates. âą If an intruder is located ahead of the ownship on a different route, the ownship decelerates. âą If the ownship and a front intruder are within the collision distance threshold, action selection depends on relative speeds: the ownship accelerates if it has a speed advantage, decelerates if it has a speed disadvantage, and randomly selects between acceleration and deceleration when both agents have equal speeds. In this case, the intruder is assigned the opposite action to maintain separation. âą If no intruder is located ahead of the ownship within the safety distance, the ownship accelerates toward the waypoint. Speed Constraint Enforcement After an action is selected, speed constraints are enforced as a final step: âą If the chosen action would cause the ownship to violate its minimum or maximum speed limits, the action is overridden and replaced with maintaining the current speed (Hold). B. Example Raw Agent Observation This appendix presents an example raw observation record collected for a single agent at one simulation time step. Listing 1 shows the exact data structure provided to the rule-based policy prior to action selection, including ownship state variables, information about the two closest front intruders, and the resulting action. The observation record captures all state information necessary for tactical decision-making, including: âą Ownship state: Position, velocity, heading, route identifier, distance to next waypoint, and speed constraints âą Intruder information: Relative positions, velocities, and route identifiers for the two closest front intruders âą Collision metrics: Time-to-collision estimates and Euclidean distances to intruders Ownship info: id: A03 type: Amazon Prime Air - MK30 Model lat: 33.137421, lon: -96.861632 next_wpt_id: WP4 next_wpt_type: Intersection dist_to_nxt_wpt(m): 4759.71 speed(m/s): 34.98 min_spd(m/s): 0.0, max_spd(m/s): 41.16 speed_change_per_second(m/s2): 1.7 heading(deg): 20.13 altitude(m): 376.82 route_id: R_3 last_action: hold num_intruders_ahead: 2 desired_spd(m/s): 33.44 time_to_collision_with_intruder1(s): 116.05 intruder1_on_same_route: True did_ownship_have_NMAC: False time_to_collision_with_intruder2(s): inf intruder2_on_same_route: True distance_to_intruder1(m): 1074.77 distance_to_intruder2(m): 501.82 First closest front intruder info: id: D02 type: Google X-Wing lat: 33.14653, lon: -96.85777 next_wpt_id: WP4 next_wpt_type: Intersection dist_to_nxt_wpt(m): 3685.01 speed(m/s): 25.72 min_spd(m/s): 0.0, max_spd(m/s): 30.87 speed_change_per_second(m/s2): 1.03 heading(deg): 20.31 altitude(m): 347.56 route_id: R_4 last_action: hold Second closest front intruder info: id: C04 type: Amazon Prime Air - MK30 Model lat: 33.141682, lon: -96.859853 next_wpt_id: WP4 next_wpt_type: Intersection dist_to_nxt_wpt(m): 4257.95 speed(m/s): 34.98 min_spd(m/s): 0.0, max_spd(m/s): 41.16 speed_change_per_second(m/s2): 1.7 heading(deg): 20.24 altitude(m): 355.92 route_id: R_3 last_action: hold Ownship action: Hold. Listing 1. Raw observation snapshot for a single agent at one simulation time step. This record is provided to the rule-based policy for action selection and subsequently transformed into a natural-language prompt for LLM training. C. Example Prompt for Action Recommendation This appendix illustrates the prompt format used for LLM training and inference. The raw observation data (Appendix B) is transformed into a structured natural-language prompt comprising two components: 1. System Prompt: Defines the modelâs operational role as a tactical deconfliction assistant, specifying the decision context and expected response format. 2. User Prompt: Describes the current local traffic situation in natural language, including ownship state, intruder informa- tion, and relevant spatial relationships. This translation process converts low-level simulator states into human-readable descriptions that emphasize relative re- lationships, safety-relevant constraints, and decision context. As a result, the LLM is encouraged to infer tactical reasoning patterns rather than merely learning numerical correlations. Prompt Structure Figure 5 presents a complete example prompt constructed from raw state information. The prompt uses qualitative descriptors (e.g., âvery safe,â âvery longâ) derived from the numerical state values to facilitate natural-language reasoning. System Prompt: You are an airspace tactical deconfliction assistant. At each time step, an ownship agent is approaching a bottleneck waypoint, such as merging or intersections points, where other agents (intruders) are approaching as well. Based on the information of the ownship and intruders, the ownship should take an action to avoid collisions. The ownship agent only has access to the information of the front intruders, but there might be other intruders behind the ownship. Your task is to help the ownship aircraft avoid collisions with front intruder aircraft by suggesting appropriate speed adjustments. The ownship cannot unnecessarily decelerate since it might occlude the airspace for other agents behind it. Your response should start with 'The recommended action is: ' followed by one of the actions: Decelerate, Hold, or Accelerate. User Prompt: Given the information of the ownship and intruders as follows: - Ownship: - Speed is medium (12.86 m/s), where minimum possible speed is 0.0 m/s and maximum possible speed is 30.87 m/s. - Speed is lower than the desired speed. - Speed is not minimum and is not maximum. - Distance to the next waypoint is very long (3299.46 m). - There are two intruders ahead. - Front Intruder 1: - The euclidean distance to the ownship is very safe (1774.78 m). - The intruder is not on the same route as the ownship. - The intruder distance to the next waypoint is very long (1665.31 m). - The intruder distance to the next waypoint is significantly different than the ownship. - The intruder speed is 25.21 m/s. - The intruder is moving at a moderately higher speed compared to the ownship. - Front Intruder 2: - The euclidean distance to the ownship is very safe (1548.81 m). - The intruder is on the same route as the ownship. - The intruder distance to the next waypoint is very long (1750.64 m). - The intruder distance to the next waypoint is significantly different than the ownship. - The intruder speed is 25.21 m/s. - The intruder is moving at a moderately higher speed compared to the ownship. Based on the above information, what actions should the ownship take? (Decelerate/Hold/Accelerate) Your response should start with 'The recommended action is: ' followed by one of the actions: Decelerate, Hold, or Accelerate. Figure 5. Example prompt for tactical deconfliction at a single time step. The system prompt establishes the modelâs role and constraints, while the user prompt provides a structured description of the current traffic situation. Qualitative descriptors are derived from numerical thresholds to support natural-language reasoning. Response Format The expected response format is shown in Figure 6. The model is trained to produce a brief, structured response beginning with âThe recommended action is:â followed by one of the three discrete actions: Accelerate, Hold, or Decelerate. Answer: The recommended action is: Accelerate. Figure 6. Target response format corresponding to the prompt in Figure 5. The constrained response format ensures consistent parsing during both training and closed-loop inference. Prompt Design Considerations Several design choices guide the prompt engineering process: âą Qualitative descriptors: Numerical values are converted to qualitative categories (e.g., distance âvery safeâ vs. âcriticalâ) to align with human reasoning patterns and reduce sensitivity to exact numerical values. âą Relative comparisons: Intruder information emphasizes relative quantities (e.g., âmoving at a moderately higher speed compared to the ownshipâ) rather than absolute values, supporting transferable reasoning across diverse traffic configura- tions. âą Constrained output format: The response format is strictly specified in both the system prompt and the closing instruc- tion, ensuring consistent parsing during evaluation and deployment. âą Safety emphasis: The system prompt explicitly frames the task in terms of collision avoidance and airspace safety, priming the model toward conservative, safety-oriented decisions. The prompt format is kept consistent across training and inference to ensure behavioral stability. This consistency is critical for maintaining alignment between the fine-tuned modelâs behavior and the human-aligned supervisory signals encoded in the training dataset.