1. Introduction
The development of autonomous vehicles is rapidly changing the transportation industry. In addition to the expectations of improved road safety and efficient driving, the industry and society are paying close attention to the stable and continuous service provided by autonomous vehicles over a wide area, especially across countries. The economic benefits of applying autonomous vehicles to the global logistics industry are considered to be huge and revolutionary [
1]. Meanwhile, manufacturers in transport industries, such as Waymo, Uber, Tesla, and Cruise, have researched and deployed autonomous driving applications across borders or listed them as key directions in their corporate reports. These applications include long-distance transport that continuously spans multiple countries and global taxis deployed in multiple regions (Waymo’s self-driving truck:
https://waymo.com/blog/2022/02/enabling-autonomous-freight-movement, accessed on 30 December 2024; Uber’s global taxi and truck:
https://www.uber.com/gb/en/autonomous/, accessed on 30 December 2024; Tesla’s electric truck:
https://www.tesla.com/semi, accessed on 30 December 2024; Cruise’s experiment in multiple places:
https://www.getcruise.com/rides/, accessed on 30 December 2024). From a cost perspective, the expectation of automated vehicle cross-border applications is reasonable. There are currently two major unavoidable costs for auto manufacturers and the transportation industry: (1) Delays and costs associated with constantly changing and verifying vehicles and drivers during cross-border transportation [
2]. (2) In order to meet the regulatory requirements of different markets, manufacturers need to design and manufacture multiple different prototypes and production lines, as well as train and manage the corresponding staff. On the one hand, autonomous vehicles can drive for a long time with stable driving performance. On the other hand, some adjustments to autonomous driving, such as driving modes and whether certain hardware is activated, can be made more efficiently without relying on a complete redesign and the replacement of drivers.
To achieve this goal, the manufacturer’s core pursuit is to use the autonomous vehicle continuously or simultaneously in multiple regions with fewer design adjustments, that is, fewer prototypes and production lines. However, the unique aspect of autonomous driving is that it disrupts the division of concepts such as tools, designers, and users and changes the requirements imposed on it by law. According to some existing regulations, such as the EU AI Act [
3] and the Law Societies of England and Wales proposal, manufacturers must provide engineering solutions to demonstrate their products’ ability to comply with local regulations. This means that designers need to provide this solution in a logical and explainable way. At the same time, this also makes autonomous driving face more complex ethical questions when convincing the wider market and society, that is, the user community [
4]. However, the problem is that, whether it is legal requirements or ethical concepts, the requirements of different countries and people are divided rather than unified [
4,
5]. This forces manufacturers to consider how to meet these diverse requirements, especially dynamic ones [
6,
7], using a more efficient design. Additionally, in combination with their own design or business needs, they will make trade-offs among many design possibilities. If they fail to do so, they may need to revert to the traditional approach of arranging production and management for each distinct region by completely redesigning the vehicle. This would waste the advantage of autonomous driving in terms of design efficiency.
Against this background, this study represents an attempt to design an automatic reasoning tool based on a quantitative argumentation system to assist designers in obtaining legal tests and suggestions for designs more flexibly and efficiently. In existing research, there are two popular approaches to intelligent legal reasoning: (1) Conceptualize all legal knowledge to be evaluated from a judge’s perspective [
8,
9], i.e., create an electronic judge. (2) Enable the AI product itself to have sufficient legal knowledge (using methods such as machine learning) to make timely and correct decision reasoning [
10], i.e., create a perfect citizen. Both methods actually attempt to conduct complete legal reasoning and decision making using existing technical capabilities and solve problems from the two most direct perspectives of the judge’s ex-post evaluation and the behavior of the parties, that is, the vehicle. However, both methods have encountered problems in current practice. The former ex-post perspective is unsuitable for guiding design, and the technical difficulty of the electronic judge idea is also evidenced by the fact that expert systems have never been effectively applied in industry. The latter’s explainability weakness makes it difficult to meet the many legal and ethical requirements for legal intelligence technology [
11]. Therefore, we chose to improve this problem from the perspective of designers and assist them in their legal compliance tasks by providing smarter legal information during the design process. We have also positioned the legal reasoning system as a neutral, assistive tool based on pre-input information. In other words, the core function of this system is to provide reasoning capabilities based on user needs and legal requirements so that designers can obtain instant help during fast-paced and high-complexity design adjustments. It does not independently make legal assertions, nor does it replace any legal professional’s work. It is, in nature, a supplement to the workflow of automated vehicle design adjustments.
To address the complexities of practical/normative reasoning—exemplified by legal reasoning—various tools in non-monotonic reasoning have been developed (e.g., [
12,
13,
14,
15]). Among these, computational argumentation has emerged as a promising approach that bridges the gap between human and machine reasoning [
16], also known as formal argumentation. It offers two key advantages:
Additionally, formal argumentation enhances human interpretability through transparent reasoning mechanisms, making it well suited for explainable AI. It also provides a foundation for modeling legal–theoretical explanations [
18,
19]. Moreover, formal argumentation is particularly effective in handling reasoning within dynamic contexts while flexibly maintaining computational efficiency [
20].
By building on formal argumentation frameworks [
21], we have made some progress in addressing the core concerns of this paper by developing a legal support system for autonomous vehicles (
LeSAC) [
22,
23]. These works provide functionalities for the compliance testing of design solutions in inconsistent and uncertain legal contexts and preliminary attempts to offer design recommendations for cross-border adjustments to autonomous vehicles. This study extends these efforts in two key directions. First, while the reasoning system in previous works only supported converting a design solution from one country’s legal framework to another, this study enhances the system to dynamically adapt to the legal requirements of multiple countries simultaneously. Second, earlier works provided only qualitative evaluations of arguments constructed from legal norms—that is, they offered answers regarding whether an argument was justifiable. Still, they lacked the ability to perform more nuanced evaluations. From the perspective of the designer, this limitation hindered a deeper understanding and practical application of the reasoning results, reducing their reference value. Moreover, this approach may not fully align with the actual functioning of legal systems. To address these issues, this paper introduces a quantified method based on argumentation theory for measuring the strength and conflict level of legal arguments.
The quantitative argumentation system proposed in this paper derives initial weights based on the stringency of legal clauses, and by considering conflicts among relevant legal clauses across different countries, we construct an abstract argumentation framework for computational argument evaluation [
14]. This framework facilitates the computation of acceptance and rejection levels for arguments derived from legal clauses, providing quantitative, gradual outputs across two dimensions under different semantics. Users can filter conclusions based on their desired threshold levels. As a result, the system’s reasoning results can visually express the degree of acceptability and rejectability of a specific design in relation to particular norms. Additionally, designers can trace the process of generating these values to understand how multiple legal rules influence decisions. In this paper, we demonstrate this function by categorizing strength according to keywords related to the degree of legal enforcement, reflecting the perspective of designers’ concerns.
In summary, this paper contributes in the following aspects:
Proposing a quantitative argumentation system that resolves cross-border legal conflicts in autonomous vehicle design through the structured modeling of legal clause stringency and computational evaluation, enabling dynamic adaptation to multi-country regulatory requirements.
Extending prior legal compliance frameworks by introducing a quantified method to measure argument strength and conflict levels, addressing limitations of qualitative evaluations while enhancing designers’ capacity to interpret nuanced legal trade-offs.
Providing actionable compliance pathways through threshold-based design recommendations (e.g., cost minimization or market coverage optimization), supported by transparent reasoning processes that trace decision influences to specific legal rules.
The remainder of this paper is organized as follows:
Section 2 provides a review of relevant studies in the field.
Section 3 delineates the formalization of traffic regulations and proposes methodologies for assessing their basic weights.
Section 4 introduces an argumentation-based, non-monotonic reasoning framework for quantitatively evaluating arguments derived from norms, along with a case study illustrating the evaluation methodology.
Section 5 provides an analysis and discussion of our methodology, grounded in the experimental results presented in
Section 4. Finally,
Section 6 concludes the paper by summarizing the key contributions and outlining directions for future research.
3. Legal Strength and Formalization
3.1. Legal Strength Analysis
As stated in the introduction, one of the goals of this paper is to provide a description of the different degrees of conflicts between design and law for the designers of autonomous vehicles. In our reasoning system, this function can be achieved using quantitative weights and, ultimately, determining the acceptability and rejectability of an argument. Each particular design associated with a particular legal rule has an initial weight representing its importance or mandatory strength in the legal system. The higher the mandatory strength, the higher its initial weight, and the more influential it is on other design choices. For manufacturers, this can be interpreted to mean that the higher the initial weight, the greater the strength of the resulting conflicts, and the more it needs to be taken into account and adapted. This is in line with the reality that legal rules with a higher degree of compulsion tend to be more valued by the country in which they are located and have more immediate and serious legal consequences. They tend to allow less room for individual preferences or negotiated compromises; this can be an important area for manufacturers to avoid legal penalties. Through an investigation of regulations on vehicle design and driving behavior in a number of countries, we have categorized the initial weighting into five tiers based on the strength of the mandatory force and how the legal consequences are triggered, as shown below:
Mandatory rules [1, 1]: Mandatory rules refer to those behaviors that are demanded or prohibited by the law with the utmost enforcement power, i.e., those duties that the law considers inescapable for citizens when conditions permit. Rules in this category usually use the inflections must, must not, shall, shall not, etc., to express the strength of the binding force. If found in violation of such rules, citizens are often stopped and punished immediately. For example, under British law, vehicles ‘must’ drive along the left-hand side of the road. This means that as soon as a police officer spots a motorist driving along the right-hand side of the road, he or she will immediately stop the behavior and punish them accordingly. Manufacturers of autonomous vehicles need to do their best to remain compliant with such rules, as breaching them is too costly for the proper operation of autonomous vehicles. Even designing in violation of these rules can lead to vehicles being directly disallowed from deployment in the corresponding country.
Requisite rules (0.5, 1): This category refers to legal declarations of behaviors citizens should perform or avoid in a given situation. They are usually expressed in terms of the degree of enforcement by such inflections as should, should not, and so on. Although this is also a category of rules with a high degree of enforcement and is accompanied by corresponding penalties, they are still different from the first category of rules. This category of rules is usually not based on the act itself as the basis for punishment but rather on a flexible judgment based on the consequences caused. For example, the laws of most countries state that drivers should maintain a safe following distance. However, there are usually no police officers dedicated to monitoring whether this is being fulfilled. It is only in the case of an accident, such as a rear-end collision, that the police decide whether the accident was caused by following the car too closely and decide whether or not to impose a penalty. For manufacturers of autonomous vehicles, the risks of these types of rules also need to be avoided, but there is some room for balance. For example, in traffic jams or slow-speed situations, autonomous vehicles can be exempted from strictly maintaining too long a following distance. How this is designed depends largely on the criteria for triggering legal penalties and the designer’s personal preferences. Therefore, this type of rule is given a slightly lower weight than the maximum weight.
Suggestive rules (0, 0.5]: Suggestive rules refer to behaviors that are explicitly recommended by the law to citizens but do not contain the semantics of an obligation. They are often expressed in terms of suggestions, recommendations, and so on. Violations of such rules do not usually carry punitive consequences. However, such rules have a high degree of necessity in terms of normal and safe participation in traffic. Failure to observe such rules does not in itself lead to legal consequences but may lead to other accidents. For example, the laws of some countries recommend switching on special fog lights in low visibility. This rule is merely advisory in tone, but failure to switch on fog lights does pose a significant safety risk. Therefore, if an accident is caused by not switching on fog lights, it may also have adverse effects, such as insurance issues and public opinion problems. Therefore, the designers of automated vehicles need to consider the balance between driving efficiency and the possible consequences of such rules. For example, assuming that an autonomous vehicle has a more accurate way of monitoring road conditions in low visibility climates and can do so independently of visibility, it may choose to store more energy instead of switching on its fog lights. This type of rule is around the area of and is possibly at the tipping point of legal enforcement, i.e., it is not legally enforceable but has a strong reference value. Therefore, it is assigned weights in the range (0, 0.5].
Permissive rules [0, 0.5): A permissive rule is one in which the law explicitly states in the text that the behavior is permissible. They are not recommended or mandatory but generally have some practical value. Failure to comply with such rules will not result in legal penalties and is unlikely to cause an accident but may result in reduced efficiency or affect the experience of other drivers. For example, traffic regulations in China allow drivers to turn right when there is only a straight-ahead indicator and when the light is red. Not turning right in this situation does not raise any serious issues but may cause inefficiencies or block the traffic behind. For designers, this type of rule is worth considering but depends more on their own needs, so it holds a lower weight.
Non-explicit rules [0, 0]: This category of rules refers to behaviors for which the law does not specifically express approval or disapproval or to which the principle ‘what is not prohibited by law may be done’ applies. As long as it does not conflict with any existing rule, the designer can make decisions based solely on personal preference. For example, the law does not dictate what color the seats of a vehicle should be, so the designer can decide this for themself in the design of an autonomous vehicle. Such a rule would have a weight of zero, i.e., the regulation would not be minded at all.
Table 1 shows the initial weights at each level and their indicator words. While this is true in most cases, the indicators do not mean that the terms must appear directly in the legal text but rather that the semantics of the terms are expressed.
3.2. Case of Traffic Rules
The following demonstrates relevant provisions derived from the traffic regulations of the United Kingdom, France, and Japan. These provisions are simplified for illustration and assigned respective weights consistent with the summary in
Table 1.
In the United Kingdom:
Driving Side: Vehicles must drive on the left side of the road (1);
Speed Radar Detectors: It is permitted to install speed radar detectors (0.3);
Highway Night Driving: High beam lights should not be used unnecessarily on highways at night (0.8);
Speed Limit: The speed on urban roads must not exceed 48 km/h (1);
Reflective Gear: It is recommended to wear reflective gear in case of an emergency stop (0.5).
In France:
Driving Side: Vehicles must drive on the right side of the road (1);
Speed Radar Detectors: The use of speed radar detectors is prohibited (1);
Highway Night Driving: Drivers can decide whether to use high beam lights on highways at night (0);
Speed Limit: The speed on urban roads must not exceed 50 km/h (1);
Reflective Gear: Reflective gear must be worn in case of an emergency stop (1).
In Japan:
Driving Side: Vehicles must drive on the left side of the road (1);
Speed Radar Detectors: It is permitted to install speed radar detectors (0.3);
Highway Night Driving: High beam lights should be used on highways at night (0.8);
Speed Limit: The speed on urban roads must not exceed 40 km/h (1);
Reflective Gear: Reflective gear must be worn in case of an emergency stop (1).
To illustrate the transformation process from legal text to system-processable parameters, we provide a structured framework depicted in
Figure 1. This workflow begins with raw legal provisions (e.g., traffic regulations from the UK, France, and Japan), where
keyword extraction identifies critical terms such as ‘must’, ‘should not’, or ‘recommended’. These terms are then classified into predefined legal strength categories (e.g., Mandatory, Requisite) through
classification, aligning with the hierarchical weight ranges defined in
Section 3.1. Subsequently,
weight assignment assigns numerical values (e.g., 1 for Mandatory rules) to reflect enforceability levels. Finally, the classified rules are formalized into logical expressions (e.g.,
) compatible with the system’s reasoning engine. This structured approach ensures transparency and reproducibility in handling cross-jurisdictional conflicts, enabling designers to trace how legal norms influence quantitative evaluations. The color-coded stages in
Figure 1 further clarify each step’s role, emphasizing the systematic transition from textual ambiguity to computational precision.
Based on this transformation process, the traffic regulations of the three countries mentioned above can be formalized as shown in
Table 2.
5. Discussion
In this section, we conduct an in-depth analysis and discussion by building upon the reasoning process and case study results demonstrated in
Section 4.
From
Table 5, we can observe that, according to the bilateral evaluation, under
ARM semantics—which consider the strength of attackers—since the initial weight of all attackers is 1, the acceptability and rejectability of the arguments constructed based on the regulations of each country are the same in the first and fourth scenarios. However, when using
ARC semantics, which considers the number of attackers, the acceptability of the arguments with more attackers decreases, and their rejectability increases. Similarly, under
ARH semantics, the results are consistent: due to mutual attacks between arguments
and
, constructed based on the regulations of the UK and Japan, their acceptability decreases compared to the first scenario, and their rejectability increases.
In the second scenario, the attack relationships are similar to those in the first scenario. Arguments and , constructed based on French regulations, conflict with arguments and , which are based on British and Japanese regulations. However, since the weight of its attackers is relatively low, in similar conflict situations, the acceptability of is higher than that of under all semantics, and the rejectability of is lower than that of .
In the third scenario, argument , constructed based on French regulations, does not conflict with any argument based on the regulations of other countries. Similarly, in the fifth scenario, the arguments based on the regulations of the three countries do not conflict with each other, so their acceptability remains at the initial value, and their rejectability is 0.
In the fourth scenario, since the initial weights of the arguments based on the regulations of the three countries are the same and each attacks the other, the acceptability and rejectability of the three arguments are equal under all three semantics. They have no incompatibility difference, so they can only be compared to arguments from other scenarios.
Beyond the abovementioned points, based on the results in
Table 5, we can also observe that when we pay more attention to the strongest attacker, the argument with the highest acceptability (excluding arguments in the fifth scenario that do not conflict with any other arguments; these will be assumed excluded in subsequent discussions) is
from the second scenario, which is constructed based on French regulations. Meanwhile, the arguments with the highest rejectability are
and
from the same scenario, which are based on regulations from the UK and Japan. This indicates that arguments with a higher basic (or initial) weight and weaker attackers have the greatest advantage. That is, when the design obtained from a highly mandatory regulation conflicts with the design obtained from a less mandatory regulation, the former has more advantages. Such an observation can help users identify the most dominant designs from a legal compliance perspective. For manufacturers of autonomous vehicles, this insight highlights the most challenging design modifications; on the one hand, designs with higher non-compliance costs and legal reasons are pointed out; on the other hand, more extensive modifications are required.
When more attention is paid to the number of attackers, the attackers’ basic weights no longer significantly impact the results (as can be seen by comparing the values for and ). Under these semantics, the arguments with notably high acceptability are and , which have higher basic weights and are attacked by only one argument each. In contrast, the arguments with notably high rejectability are and , as they are all attacked by two arguments. This suggests that when the initial weight of an argument is comparatively high, having fewer attackers provides a strong advantage. This insight helps identify designs that cause the least number of conflicts with the rules of other regions, and this can guide autonomous vehicle manufacturers in determining the most favorable legal environments. Designers can use this semantic when trying to reduce the number of modifications, whereby the existing design solutions have fewer conflicts with the target country’s regulations.
When comparing the results comprehensively, the results remain similar to those observed when prioritizing the number of attackers, but the differences between values become more pronounced. This further reinforces the advantage of arguments with both high basic weights and fewer attackers.
Manufacturers and AV users can utilize these insights to balance efficiency and cost according to their own preferences and determine the optimal strategy for decision making. For example, when a manufacturer attempts to move a vehicle from France to the UK, they may identify a conflict between the regulation allowing for the installation of speed radar detectors in France and the regulation prohibiting them in the UK. When using the bilateral evaluation (especially under ARM semantics), the role and priority of highly mandatory rules (such as the prohibition on radar detectors) will be more explicitly highlighted. As a result, manufacturers may opt to remove the speed radar detector before operating the vehicle in the UK or let the autonomous vehicle stop using a speed radar detector when driving from France into the UK.
Overall, by mapping regulations to corresponding design solutions, autonomous vehicle manufacturers can identify key design elements that require special attention and establish design priorities. This process helps manufacturers develop designs that align with global regulatory requirements more efficiently, make strategic business decisions regarding development planning, and, in the long run, achieve cost-effectiveness while mitigating legal risks. For instance, manufacturers may adopt a rigid embedding + hardware-level assurance strategy for high-weight regulations, a software-defined + parameterized configuration approach for medium-weight regulations, and a cloud-based service + post-installation adaptation strategy for low-weight regulations.
Additionally, the system incorporates mechanisms for traceability and explanation while offering quantified references. For instance, manufacturers may opt not to include a speed radar detector in the hardware when considering the specific countries involved. This decision is supported by the argument , which derives the conclusion and holds the highest acceptability across all semantics. This preference stems from its initial weight , which matches the weight of the regulation on which it is based. In contrast, the conflicting arguments and , which advocate for the conclusion , are grounded in regulations with lower weights; thus, their initial weights are . This retrospective process can help manufacturers of automated vehicles provide an engineering explanation for the legal reasons behind their designs, and it can also help designers better understand the legal meaning behind their design changes.
By understanding the weight of each country’s regulations and the degree of conflicts with design, autonomous vehicle manufacturers can construct a multi-dimensional decision-making framework and achieve a precise allocation of compliance resources. For example, by cross-analyzing these two types of data, a strategic priority matrix can be created, in which the regulatory weight is located on the horizontal axis and the degree of conflict is located on the vertical axis, providing clearer strategic guidance. The technical approach proposed in this study not only offers methodological innovation for helping the global deployment of AVs but also holds potential as a reference for compliance solutions in other AI-driven transnational industries, such as medical devices or fintech. This framework could help these industries navigate complex regulatory landscapes, optimize resource allocation, and accelerate market entry while maintaining compliance across jurisdictions.
6. Conclusions
This paper focuses on the application domain of cross-border autonomous vehicles and proposes a non-monotonic reasoning-based legal support system to compare designs facing different countries’ legal requirements. We provide a detailed analysis and explanation for the formalization of traffic regulations and the assignment of weights based on legal modalities, present definitions for the reasoning theory and the construction of the system, and then demonstrate the application of three quantified bilateral semantics for the evaluation proposed in [
41] using case studies. The analysis suggests that our system may offer legal reference support for diverse stakeholders with varying objectives, particularly in assisting AV manufacturers during compliance planning. The system can be integrated with our previously proposed reasoning system for legal support (i.e.,
LeSAC, cf. [
22,
23]). For example, it can integrate the priority or weight of ethical and legal principles underlying legal norms and the weights derived from legal modalities to formulate a design solution.
From a broader perspective, this study provides a legal assistance system specifically designed to assist designers in flexibly adjusting design solutions around compliance in a multi-national legal context. Combined with our previous work, the system proposed in this paper helps achieve the following core functions: 1. Multi-country conflicting laws detection and quantification: Through structured modeling and weight allocation, it identifies conflicts between design prototypes and the laws of multiple target countries and quantifies the degree of conflicts according to given criteria (e.g., the difference between ‘absolute prohibition’ and ‘recommended provisions’). 2. Individualized compliance path generation: Based on the designer’s needs, targeted design advice is given under different task objectives, such as ‘continuous driving mode adjustment’, ‘minimizing modification costs’, or ‘covering the largest number of target markets’. To illustrate task-specific adaptation, consider a manufacturer prioritizing market coverage over cost. The system may recommend retaining hardware-level compliance for high-weight regulations (e.g., driving side) while using software updates for medium-weight rules (e.g., speed limits). Conversely, a cost-sensitive designer might opt for region-specific hardware variants only where strictly necessary. 3. Dynamic regulatory adaptation and explainability: The system features robust capabilities for dynamically updating legal information, ethical rules, and user preferences to align with evolving regulatory landscapes. This approach offers an explainable alternative to opaque AI-driven compliance tools and post hoc judicial evaluation systems, allowing reasoning principles to be adjusted according to specific user needs.
The assignment of initial strength and the calculation of subsequent effects in this paper mainly rely on judging the degree of the mandatory nature of the corresponding regulations. This judgment is based on the indicator words directly used in the rule or when the rule expresses the same semantics as the indicator words. In this regard, we have plans for future research as follows:
First, the current capture of indicator words or related semantics is conducted manually. On the one hand, this still heavily relies on the artificial judgment of legal experts. On the other hand, it also poses efficiency challenges for the preliminary preparation of the system. This implies that when encountering a novel cross-regional driving case, substantial time must be invested to individually represent the various legal documents involved, transforming them into formulations that a logical system can compare and evaluate. Moreover, categorizing the semantic nuances of conflicts continues to rely on human intervention. To reduce reliance on manual annotation, we propose leveraging fine-tuned large language models (LLMs) with prompt engineering and Retrieval-Augmented Generation (RAG). This hybrid approach will automate the extraction of legal norms, classify clauses by enforceability (e.g., ‘must’ vs. ‘should’), and resolve ambiguities using context-aware reasoning.
Moreover, the importance of legal rules and their strength of influence on design is not only reflected in their degree of enforceability. The interaction between design and law should not be seen as discrete or unidimensional but rather as continuous and multi-dimensional. In determining the actual meanings of conflicts, factors such as scope, frequency of use, the nature of the regulations to which they belong, and the severity of penalties should be considered comprehensively. In particular, the sources and reasoning of legal norms for different design tasks are different. Therefore, in the future, we will introduce more professional legal analysis to consider how autonomous vehicles interact with different laws from multiple dimensions in more detail. We will describe the types and degrees of conflict more precisely, taking into account the needs of different design tasks. Furthermore, future iterations will incorporate multi-dimensional legal impact factors (e.g., penalty severity, jurisdictional scope) to refine weight assignment. A composite scoring model will aggregate these dimensions, providing designers with a holistic view of regulatory risks. The system’s argumentation structure aligns with Hage’s theory of legal coherence [
49,
50], which emphasizes resolving conflicts through priority relations among norms. By formalizing these relations (e.g., lex superior, lex specialis), the framework dynamically adapts to hierarchical legal principles, ensuring compliance with both local regulations and overarching transnational standards.
While the current study establishes a foundational framework for transnational legal compliance in autonomous vehicle design, several avenues remain to enhance its real-world applicability. First, we plan to collaborate with legal institutions and AV manufacturers to empirically validate the system’s practicality through pilot deployments, ensuring alignment with industry needs and regulatory expectations. Second, to address scalability and reduce human bias in weight assignment, we aim to develop automated mechanisms leveraging natural language processing (NLP) and machine learning (ML) techniques. These tools will dynamically interpret legal texts, infer rule stringency from contextual semantics, and adapt to linguistic nuances across jurisdictions. Third, recognizing the fluid nature of legal systems, we intend to integrate real-time regulatory updates via modular architectures and governmental APIs, enabling the framework to autonomously adjust to evolving norms while maintaining computational efficiency, as supported by argumentation-based dynamic reasoning methods [
20]. Together, these advancements are anticipated to contribute to the development of a more practical and scalable solution for global AV deployment, advancing the transition from theoretical innovation to real-world application.