Applying Large Language Model Analysis and Backend Web Services in Regulatory Technologies for Continuous Compliance Checks
Abstract
:1. Introduction
1.1. Compliance Check and Its Challenges
- (1)
- Recording information during production in industries;
- (2)
- Auditing and checking the correctness of the information and its adherence to the rules;
- (3)
- Considering exceptional situations and making appropriate decisions;
- (4)
- Certification of products as suitable;
- (5)
- Making the outcomes available to the public in an immutable manner.
- It is impossible for a human to remember all the rules;
- Although the majority of the compliance regulations are fixed, some critical unexpected issues can appear in a lengthy process, such as in agriculture, leading to exceptional assessments;
- Conditions external to the industrial process may change, leading to minor temporary changes in the compliance expectations;
- Data are distributed among many individual sources, especially considering that data are generated by both humans and smart IoT devices. Currently, many data are paper-based, and there is a lack of digital synchronization;
- There are privacy concerns about the sharing of data among peer producers and the regulator.
1.2. RegTech LLM–Web Service: Contributions and Limitations
- Basic framework/set of functionalities of different automation needed for compliance checks in a RegTech system, including the following:
- o
- A new multi-level prompt categorization with respect to difficulty in processing time series data;
- o
- Measuring accuracy with respect to consistency as needed by RegTech.
- Analysis of LLM characteristics for RegTech and its performance with regards to these basic compliance checks automation.
- A web service (WS)-based improvement on the performance of LLM.
2. Related Work
2.1. Role of Large Language Models vs. Traditional AI/ML
2.2. Compliance Checks
2.2.1. Source of Data
- Compliance checks in the industry can involve a variety of methods or work, including document review, field inspections, and laboratory testing, if necessary [72]. These will ultimately create documents that are usually in a structured or semi-structured format.
2.2.2. Industrial Process and General Compliance
2.2.3. Automated Compliance Check
2.2.4. Compliance Cost
2.2.5. Law Is Code and Code Is Law
2.2.6. Key Issues with Compliance Checks
3. Digitalization of Compliance Checks with RegTech LLM
3.1. Design Requirements of the Digital Regulatory Systems
3.1.1. Changes in Regulations
3.1.2. Key Regular Capabilities of RegTech LLM
- Flagging: This is a process for setting alerts on variables to check if they cross a threshold. Flagging can be set with conventional software, but with LLM, it can be customized with multiple conditions based on human input;
- Analysis: The LLM must possess numerical analysis capabilities to answer user questions regarding regular and unexpected situations. This is further outlined in the next section.
- More advanced features include the following:
- Reasoning: This is an advanced feature from the farmer’s perspective, allowing the creation of conclusions based on the analysis. Reasoning requires the LLM to be trained in past decisions made by human users and the rules interpreted from the guidelines;
- Suggestions: Once the reasoning is completed, LLM can potentially provide suggestions on the next steps to follow.
3.1.3. Industry Expectations
- Responsiveness: RegTech LLM should be ready to answer in a real-time chat, such as in ChatGPT. It can respond in seconds with a human-friendly output, thus allowing users to receive fast advice. The producers do not need to wait for expensive expert advice;
- On-demand analysis: Existing compliance software can provide fixed compliance check features. LLM can give flexibility in the questions users can ask. This means an analysis can be fine-tuned to specific user situations and requirements. LLM has to be capable of the following:
- Step 1.
- Understanding the question.
- Step 2.
- Determining the procedure to obtain the results.
- Step 3.
- Performing the analysis according to step 2.
- Step 4.
- Producing a human-friendly output.
- (a)
- The inputs, i.e., the prompts, need to be succinct and short, as human users are not expected to explain too much. This can be addressed by considering only 0-shot prompts;
- (b)
- The outputs must satisfy the question’s requirements. A majority of RegTech questions and their corresponding data will be discrete. This means the output will contain a countable number of distinct elements (), and thus, if any of these elements (m) are missed by LLM or if new extra elements are added to the output (e), it will result in an incorrect response from the LLM. As such, we define the output accuracy () of a RegTech LLM response as follows:
- Product safety: This is related to the safety of using or consuming the industrial process’s product. For the agriculture sector, this means adhering to stringent food safety regulations, including Hazard Analysis Critical Control Point (HACCP) principles, to prevent foodborne illnesses and protect public health;
- Environmental protection: This is about quantifying and reducing the environmental impact of the industrial process. In agriculture, this is complying with environmental regulations to minimize the industry’s impact on natural resources, e.g., responsible pesticide use, water conservation, and soil conservation practices;
- Human resource management: This concerns the human resources in the industrial process and how their time and efforts are managed. It is important to relate human performance to the product, e.g., timeliness issues; if someone has to check and enter data manually, that should be recorded;
- Traceability: An industrial product is expected to change ownership multiple times. Thus, it is important to implement a robust traceability system to identify the source of any potential issues, such as product recalls or quality concerns.
3.2. Key Components of LLM Compliance Checks—Automation Functionalities Needed by LLM
- Numeric checks: These checks are arithmetic and logical checks to determine if the recorded numeric values are within acceptable thresholds. In the context of agriculture, environmental and production data are often recorded as time series. Typically, if IIoT is implemented, the time series is generated by devices and thus records time. If IIoT is not implemented, and the data are recorded manually, the time series may be more incomplete or less orderly. However, the aim would be to continuously monitor the recorded numeric value to check if it is within the acceptable range;
- Milestone checks: This is a special case of numeric checks that check against a specific date. These checks are meant to confirm that the expert event has happened within the documented timeline. The events are not expected to be continuous but to be within time limits. Milestone checks are when we expect the event to happen within time, and compliance fails if the event does not occur by that time;
- List checks: A key aspect of compliance checks is labeling. This is obviously in the form of strings, and list checks would involve logically comparing the data entered with the expected values from the list. It is essential for users to record their data using pre-approved terms to ensure verifiability;
- Flag/binary/fault checks: Sometimes, unexpected events occur and must be flagged immediately. Unforeseen events do not inherently mean a compliance failure, as they can be remedied within a time limit. These checks are typically binary, i.e., whether there is an error or not, for example, whether there was a pest on the farm.
- 5.
- Document check: This is checking the format, relevance, and correctness of data entered in each section and pocket of data. It is invariably composed of list checks and could also have flag checks;
- 6.
- Process checks: These higher-level checks ensure the correctness of the whole industrial process by analyzing smaller chunks of data. This would involve checking for events that should occur in an expected sequence or for missing data;
- 7.
- Image and video checks: LLMs have multimodal capabilities to interpret and describe visual data by analyzing a given image (and possibly videos). These models, when integrated with vision modules, can process and analyze images to identify objects, recognize patterns, detect anomalies, and provide descriptive captions or insights. For RegTech LLM, computer vision algorithms are already used for visual inspection of several production-related activities, e.g., seed quality checks.
3.3. Architecture of the LLM–Web Services for RegTech
- (a)
- Regular checks where the user asks the same question but expects updated results;
- (b)
- Some adverse situations have happened, and they require advice. In this situation, the question would be very specific and more difficult for the LLM to answer. As such, the prompt questions need to be detailed to provide accurate answers and specify the exact situation in which the user is asking the question;
- (c)
- Ask questions with relatively relaxed rules. Human users may ask about a hypothetical situation to see if making any changes in the industrial process could still satisfy compliance, even if less comfortably;
- (d)
- Comparative questions where human users would want to compare their own performance with historical data or, in the case of the regulator (or assessor), compare between the producers concurrently.
- (i)
- Base guidelines, which currently are in the form of text and diagram documents. These are created by governments or regulatory bodies;
- (ii)
- Additional temporary guidelines are in response to changes in the situation during a process cycle. These guidelines would not be part of the base guideline and are temporarily implemented in the specific cycle;
- (iii)
- There may be additional operational guidelines from the manufacturers of components used in subsequent productions by other manufacturers. In these cases, compliance also includes adhering to the manufacturer’s guidelines along with the regulatory guidelines.
3.4. Key Characteristics of a Virtual AI Regulatory Agent
- (a)
- The number of variables being tracked (α)
- (b)
- The number of logical conditions being tracked (ε).
3.5. Traditional Software vs. LLM for Compliance Check
4. Results
4.1. Experimental Setup
4.1.1. Data Sources
4.1.2. LLM Platforms and Models
4.2. LLM Agent Monitoring Tests
4.2.1. List Extraction and Checking
- List order variation rate: This is the likelihood of the list not being in the expected order. It is given by the number of times an LLM can return the perfect order divided by the number of times we ask the prompt;
- Average item displacement: This is the likelihood of an item from the expected list being out of place, given by the following:
4.2.2. Numeric/Milestone/Binary Analysis for RegTech
- Level 1 prompts asked for an analysis whose answers were in the dataset itself with a 0-shot prompt, e.g., finding maximum and minimum;
- Level 2 and successive prompt levels asked for analysis that required performing mathematical operations on the raw data or data from the previous level to generate another set of derived data. These data can be used for the next level.
- Level 1 (L1): Finding minimum, maximum, or row(s) greater or lower than a value, e.g., the time when the height of a tree goes above 50. The answers to these questions are not calculated but determined. The answer is already in the data given to the LLM;
- Level 2 (L2): Finding the average time gap or standard deviation and checking for secondary conditions. Answering these questions requires the LLM to perform one set of operations on the raw data provided, often estimating a new set of values, e.g., a new column based on the original values;
- Level 3 (L3): Counting the anomalies based on average time and standard deviation. This requires a level 2 operation to be performed before another round of analysis is performed.
4.3. LLM Agent Rule Identification and Upgradeability
4.4. Web Services Selection and Execution
- Function selection: This refers to accuracy in selecting the right function, method, or web service for the given prompt;
- Function calling: This is accuracy in correctly formatting the inputs to the selected function, method, or web service for the given prompt. The expected inputs are adequately defined as part of the web services;
- Function output correctness: This is the accuracy of the output of the selected function, method, or web service after correctly calling it. It is expected to be quite accurate, as the functions are properly hard-coded. The output of the function call is equivalent to the results described in Table 2 and Table 3 with direct analytical prompts. The web service function outputs are structured properly for human interpretation. However, this may not be easy enough, and we asked LLM to present a sentence as an explanation for the output of the web service functions;
- Function output presentation: The final criterion is the accuracy of properly presenting the information to human users in a readable sentence containing the exact outputs of the function. This is expected to be the weakest, as it depends heavily on LLM’s ability to understand the description of the functions/web services.
4.5. Formatting of Compliance Checks
- o
- Relevance of data entry for particular sections in the form. This is the LLM’s ability to correctly identify whether an entry in a particular section of a form is relevant to the section’s requirements;
- o
- The LLM can also estimate the correctness of the entries. Some of the entries can be written in paragraphs. As such, the LLM can identify whether the written text contains all required details as pre-determined by the form designer.
5. Discussions and Future Works
5.1. RegTech LLM Performance
5.1.1. Industry Expectations
5.1.2. LLM–Web Services
5.2. Future Work
5.2.1. k-Shot Prompts and Questions
- i.
- Scenario 1: Streamlining Pesticide Usage Reporting with Few-Shot Learning
- ii.
- Scenario 2: Worker Safety Training Records
5.2.2. Multi-Level Checking and Rule Relaxation
5.2.3. Proof of Compliance
5.2.4. LLM–Web Service Balancing
6. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A
Sl. No | Level | Prompt | Purpose |
1 | 1 | Consider the following text. Tell me how many types of cherries are mentioned and give me a list. | List Extraction |
2 | 1 | Consider the time series, which has the first column as time and the fourth column as temperature data. What were the maximum and minimum temperatures? | Numeric Analysis |
3 | 1 | Please give me the row where the temperature is higher than 17. | Numeric Analysis |
4 | 1 | Consider the time series data, where column 4 is temperature. Tell me the first record when the temperature exceeds 17.8 before 3 p.m. during a day. | Numeric Analysis |
5 | 2 | Consider the following time series data and tell me the appropriate chilling units for each row of temperature recorded in the 4th column. The 1st column is the time of recording the temperature. (Note: related to No. 12 below) | Numeric Analysis |
6 | 2 | Consider the following time series data, which has the first column as time and the fourth column as temperature data. What is the average time gap between the recordings in each row? | Numeric Analysis |
7 | 2 | Based on the time series data, please compute the standard deviation of the time gaps. | Numeric Analysis |
8 | 2 | Consider the following time series data, which has the first column as time, and tell me how many rows the time gap over 6 min or less than 5 min was. | Numeric Analysis |
9 | 2 | Consider the time series data, which has the third column as a security sensor with 0 meaning no problem at that time and 1 meaning someone is detected at that time. How many rows with time series between 6 p.m. and 9 a.m. indicate no problem? | Numeric Analysis |
10 | 3 | Based on the time series data, if the time gap is more than twice of 5 min, please identify the rows. | Numeric Analysis |
11 | 3 | Consider the following time series data which has the first column as time, please count the anomalies based on average temperature and standard deviation. An anomaly is a sudden drop in temperature of 3 degrees below the average temperature. | Numeric Analysis |
12 | Define a set of rules for the chilling unit in simple English. Write a full python code for the rules when taking temperature values from a csv file. Do not explain the code. | Rule Conversion | |
13 | Define a set of rules for possible pollenisers given a particular variety. Write a full python code for the rules when taking a particular variety. Do not explain the code. | Rule Conversion | |
14 | Define a set of rules for the critical temperature for frost damage where there are 2 conditions of 10% and 90% in simple English. Write a full python code for the rules when taking temperature values and cherry events from a csv file. Do not explain the code. | Rule Conversion | |
15 | Define a set of rules for expected levels of chemical, e.g., nitrogen, phosphorus, etc. for Budbreak, Postharvest, and total. Write a full python code for the rules when taking a level of a particular chemical. Do not explain the code. | Rule Conversion | |
16 | Consider this report; please check whether the form is filled out completely. | Format Check | |
17 | Consider this report; please check whether all required information is included | Format Check |
References
- Wang, J.; Azam, W. Natural resource scarcity, fossil fuel energy consumption, and total greenhouse gas emissions in top emitting countries. Geosci. Front. 2024, 15, 101757. [Google Scholar] [CrossRef]
- Rotowa, O.; Adekunle, E.; Adeagbo, A.; Nwanze, O.; Fasiku, O. Economic analysis of agriculture, forestry and fisheries to the economic development of Nigeria. Int. J. Web Eng. Technol. 2019, 6, 15–22. [Google Scholar]
- Arce, J.J.C. Forests, inclusive and sustainable economic growth and employment. In Background Study Prepared for the Fourteenth Session of the United Nations Forum on Forest (UNFF), Forests and SDG8; 2019; Available online: https://www.un.org/esa/forests/wp-content/uploads/2019/04/UNFF14-BkgdStudy-SDG8-March2019.pdf (accessed on 22 December 2024).
- Muriithi, B.W.; Mburu, J.; Ngigi, M. Constraints and determinants of compliance with EurepGap standards: A case of smallholder french bean exporters in Kirinyaga district, Kenya. Agribusiness 2011, 27, 193–204. [Google Scholar] [CrossRef]
- Beach, T.H.; Rezgui, Y.; Li, H.; Kasim, T. A rule-based semantic approach for automated regulatory compliance in the construction sector. Expert Syst. Appl. 2015, 42, 5219–5231. [Google Scholar] [CrossRef]
- Neitzel, R.L.; Seixas, N.S.; Ren, K.K. A review of crane safety in the construction industry. Appl. Occup. Environ. Hyg. 2001, 16, 1106–1117. [Google Scholar] [CrossRef]
- Gritten, D.; Greijmans, M.; Lewis, S.R.; Sokchea, T.; Atkinson, J.; Nguyen Quang, T.; Poudyal, B.; Chapagain, B.; Sapkota, L.M.; Mohns, B. An uneven playing field: Regulatory barriers to communities making a living from the timber from their forests–examples from Cambodia, Nepal and Vietnam. Forests 2015, 6, 3433–3451. [Google Scholar] [CrossRef]
- Emeihe, E.V.; Nwankwo, E.I.; Ajegbile, M.D.; Olaboye, J.A.; Maha, C.C. The impact of artificial intelligence on regulatory compliance in the oil and gas industry. Int. J. Life Sci. Res. Arch. 2024, 7, 28–39. [Google Scholar]
- Akiri, M.; Mbugua, F.; Njunge, R.; Agwanda, C.; Gurmessa, N.E.; Phiri, N.A.; Musebe, R.; Kalisa, J.P.; Uzayisenga, B.; Kansiime, M.K. Intervention Options for Enhancing Smallholder Compliance with Regulatory and Market Standards for High-Value Fruits and Vegetables in Rwanda and Zambia. Sustainability 2024, 16, 6243. [Google Scholar] [CrossRef]
- Zikankuba, V.L.; Mwanyika, G.; Ntwenya, J.E.; James, A. Pesticide regulations and their malpractice implications on food and environment safety. Cogent Food Agric. 2019, 5, 1601544. [Google Scholar] [CrossRef]
- Doyle, E.; McGovern, D.; McCarthy, S.; Perez-Alaniz, M. Compliance-innovation: A quality-based route to sustainability. J. Clean. Prod. 2019, 210, 266–275. [Google Scholar] [CrossRef]
- Boda, V.V.R.; Allam, H. Automating Compliance in Healthcare: Tools and Techniques You Need. Innov. Eng. Sci. J. 2021, 1. [Google Scholar]
- Xue, X.; Zhang, J. Evaluation of seven part-of-speech taggers in tagging building codes: Identifying the best performing tagger and common sources of errors. In Proceedings of the Construction Research Congress 2020, Tempe, Arizona, 8–10 March 2020; American Society of Civil Engineers: Reston, VA, USA, 2020; pp. 498–507. [Google Scholar]
- Coglianese, C. E-Rulemaking: Information technology and the regulatory process. Admin. L. Rev. 2004, 56, 353. [Google Scholar] [CrossRef]
- Li, J.; Maiti, A.; Fei, J. Features and Scope of Regulatory Technologies: Challenges and Opportunities with Industrial Internet of Things. Future Internet 2023, 15, 256. [Google Scholar] [CrossRef]
- Olawale, O.; Ajayi, F.A.; Udeh, C.A.; Odejide, O.A. RegTech innovations streamlining compliance, reducing costs in the financial sector. GSC Adv. Res. Rev. 2024, 19, 114–131. [Google Scholar] [CrossRef]
- Abikoye, B.E.; Umeorah, S.C.; Adelaja, A.O.; Ayodele, O.; Ogunsuji, Y.M. Regulatory compliance and efficiency in financial technologies: Challenges and innovations. World J. Adv. Res. Rev. 2024, 23, 1830–1844. [Google Scholar] [CrossRef]
- Grassi, L.; Lanfranchi, D. RegTech in public and private sectors: The nexus between data, technology and regulation. J. Ind. Bus. Econ. 2022, 49, 441–479. [Google Scholar] [CrossRef]
- Mhlanga, D.; Ndhlovu, E. Digital technology adoption in the agriculture sector: Challenges and complexities in Africa. Hum. Behav. Emerg. Technol. 2023, 2023, 6951879. [Google Scholar] [CrossRef]
- Khanna, M.; Atallah, S.S.; Kar, S.; Sharma, B.; Wu, L.H.; Yu, C.Z.; Chowdhary, G.; Soman, C.; Guan, K.Y. Digital transformation for a sustainable agriculture in the United States: Opportunities and challenges. Agric. Econ. 2022, 53, 924–937. [Google Scholar] [CrossRef]
- Aleke, B.; Ojiako, U.; Wainwright, D.W. ICT adoption in developing countries: Perspectives from small-scale agribusinesses. J. Enterp. Inf. Manag. (In English). 2011, 24, 68–84. [Google Scholar] [CrossRef]
- Bosompem, M. Potential challenges to precision agriculture technologies development in Ghana: Scientists’ and cocoa extension agents’ perspectives. Precis. Agric. (In English). 2021, 22, 1578–1600. [Google Scholar] [CrossRef]
- Nagariya, R.; Mukherjee, S.; Baral, M.M.; Patel, B.S.; Venkataiah, C. The Challenges of Blockchain Technology Adoption in the Agro-based Industries. Int. J. Math. Eng. Manag. Sci. (In English). 2022, 7, 949–963. [Google Scholar] [CrossRef]
- Rodriguez, J.M.; Molnar, J.J.; Fazio, R.A.; Sydnor, E.; Lowe, M.J. Barriers to adoption of sustainable agriculture practices: Change agent perspectives. Renew. Agric. Food Syst. 2009, 24, 60–71. [Google Scholar] [CrossRef]
- The Productivity Commission. Regulation of Australian Agriculture, Report No. 79; Research Report; The Productivity Commission: Canberra, Australia, 2016.
- Adelman, D.E.; Barton, J.H. Environmental regulation for agriculture: Towards a framework to promote sustainable intensive agriculture. Stan. Envtl. LJ 2002, 21, 3. [Google Scholar]
- Trivedi, P.; Mattupalli, C.; Eversole, K.; Leach, J.E. Enabling sustainable agriculture through understanding and enhancement of microbiomes. New Phytol. 2021, 230, 2129–2147. [Google Scholar] [CrossRef]
- Mercado, G.; Hjortsø, C.N.; Honig, B. Decoupling from international food safety standards: How small-scale indigenous farmers cope with conflicting institutions to ensure market participation. Agric. Hum. Values 2018, 35, 651–669. [Google Scholar] [CrossRef]
- Jafri, S.H.; Adnan, K.M.; Baimbill Johnson, S.; Talukder, A.A.; Yu, M.; Osei, E. Challenges and Solutions for Small Dairy Farms in the US: A Review. Agriculture 2024, 14, 2369. [Google Scholar] [CrossRef]
- Hackfort, S. Patterns of inequalities in digital agriculture: A systematic literature review. Sustainability 2021, 13, 12345. [Google Scholar] [CrossRef]
- Rotz, S.; Gravely, E.; Mosby, I.; Duncan, E.; Finnis, E.; Horgan, M.; LeBlanc, J.; Martin, R.; Neufeld, H.T.; Nixon, A. Automated pastures and the digital divide: How agricultural technologies are shaping labour and rural communities. J. Rural Stud. 2019, 68, 112–122. [Google Scholar] [CrossRef]
- Choruma, D.J.; Dirwai, T.L.; Mutenje, M.; Mustafa, M.; Chimonyo, V.G.P.; Jacobs-Mata, I.; Mabhaudhi, T. Digitalisation in agriculture: A scoping review of technologies in practice, challenges, and opportunities for smallholder farmers in sub-Saharan Africa. J. Agric. Food Res. 2024, 18, 101286. [Google Scholar] [CrossRef]
- Fuentes-Peñailillo, F.; Gutter, K.; Vega, R.; Silva, G.C. Transformative technologies in digital agriculture: Leveraging Internet of Things, remote sensing, and artificial intelligence for smart crop management. J. Sens. Actuator Netw. 2024, 13, 39. [Google Scholar] [CrossRef]
- Saiz-Rubio, V.; Rovira-Más, F. From smart farming towards agriculture 5.0: A review on crop data management. Agronomy 2020, 10, 207. [Google Scholar] [CrossRef]
- Salam, A. Internet of things for sustainability: Perspectives in privacy, cybersecurity, and future trends. In Internet of Things for Sustainable Community Development: Wireless Communications, Sensing, and Systems; Springer: Berlin/Heidelberg, Germany, 2024; pp. 299–326. [Google Scholar]
- Yazdinejad, A.; Zolfaghari, B.; Azmoodeh, A.; Dehghantanha, A.; Karimipour, H.; Fraser, E.; Green, A.G.; Russell, C.; Duncan, E. A review on security of smart farming and precision agriculture: Security aspects, attacks, threats and countermeasures. Appl. Sci. 2021, 11, 7518. [Google Scholar] [CrossRef]
- Adewusi, A.O.; Chikezie, N.; Eyo-Udo, N.L. Cybersecurity in precision agriculture: Protecting data integrity and privacy. Int. J. Appl. Res. Soc. Sci. 2023, 5, 693–708. [Google Scholar] [CrossRef]
- Baldock, D.; Hart, K. Risks and Opportunities of a Post-EU Environmental Regulatory Regime for Agriculture in England; Institute for European Environmental Policy: London, UK; Brussels, Belgium, 2020. [Google Scholar]
- Rude, J.; Weersink, A.; Jeffrey, S.; Unterschultz, J. Linking Environmental Goals with Business Risk Management Programs in Canadian Agriculture; Alberta Land Institute: Edmonton, AB, Canada, 2015. [Google Scholar]
- Mazé, A.; Aït-Aïssa, M.; Mayer, S.; Verjux, N. Third-party certifications and the role of auditing policies in sustainability: The time and space of materiality within combined audits. Organ. Environ. 2016, 29, 308–331. [Google Scholar] [CrossRef]
- Florian, R.V. Autonomous Artificial Intelligent Agents; Center for Cognitive and Neural Studies (Coneural): Cluj-Napoca, Romania, 2003. [Google Scholar]
- Tsakonas, A.; Dounias, G.; Jantzen, J.; Axer, H.; Bjerregaard, B.; von Keyserlingk, D.G. Evolving rule-based systems in two medical domains using genetic programming. Artif. Intell. Med. 2004, 32, 195–216. [Google Scholar] [CrossRef] [PubMed]
- Hayes-Roth, F. The knowledge-based expert system: A tutorial. Computer 1984, 17, 11–28. [Google Scholar] [CrossRef]
- Holzinger, A.; Biemann, C.; Pattichis, C.S.; Kell, D.B. What do we need to build explainable AI systems for the medical domain? arXiv 2017, arXiv:1712.09923. [Google Scholar]
- Arrieta, A.B.; Díaz-Rodríguez, N.; Del Ser, J.; Bennetot, A.; Tabik, S.; Barbado, A.; García, S.; Gil-López, S.; Molina, D.; Benjamins, R. Explainable Artificial Intelligence (XAI): Concepts, taxonomies, opportunities and challenges toward responsible AI. Inf. Fusion 2020, 58, 82–115. [Google Scholar] [CrossRef]
- Adadi, A.; Berrada, M. Peeking inside the black-box: A survey on explainable artificial intelligence (XAI). IEEE Access 2018, 6, 52138–52160. [Google Scholar] [CrossRef]
- Van Veen, D.; Van Uden, C.; Blankemeier, L.; Delbrouck, J.-B.; Aali, A.; Bluethgen, C.; Pareek, A.; Polacin, M.; Reis, E.P.; Seehofnerova, A. Clinical text summarization: Adapting large language models can outperform human experts. Res. Sq. 2023. [Google Scholar] [CrossRef]
- van Schaik, T.A.; Pugh, B. A field guide to automatic evaluation of llm-generated summaries. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, Washington, DC, USA, 14–18 July 2024; pp. 2832–2836. [Google Scholar]
- Subbiah, M.; Zhang, S.; Chilton, L.B.; McKeown, K. Reading subtext: Evaluating large language models on short story summarization with writers. Trans. Assoc. Comput. Linguist. 2024, 12, 1290–1310. [Google Scholar] [CrossRef]
- Ravaut, M.; Sun, A.; Chen, N.; Joty, S. On context utilization in summarization with large language models. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Bangkok, Thailand, 11–16 August 2024; pp. 2764–2781. [Google Scholar]
- Hao, S.; Gu, Y.; Ma, H.; Hong, J.J.; Wang, Z.; Wang, D.Z.; Hu, Z. Reasoning with language model is planning with world model. arXiv 2023, arXiv:2305.14992. [Google Scholar]
- Shen, Z. Llm with tools: A survey. arXiv 2024, arXiv:2409.18807. [Google Scholar]
- Zhuang, Y.; Yu, Y.; Wang, K.; Sun, H.; Zhang, C. Toolqa: A dataset for llm question answering with external tools. Adv. Neural Inf. Process. Syst. 2023, 36, 50117–50143. [Google Scholar]
- Gottschalk, K.; Graham, S.; Kreger, H.; Snell, J. Introduction to Web services architecture. IBM Syst. J. 2002, 41, 170–177. [Google Scholar] [CrossRef]
- Dewi, C.; Chen, R.-C. Decision making based on IoT data collection for precision agriculture. In Intelligent Information and Database Systems: Recent Developments 11; Springer: Cham, Switzerland, 2020; pp. 31–42. [Google Scholar]
- Muangprathub, J.; Boonnam, N.; Kajornkasirat, S.; Lekbangpong, N.; Wanichsombat, A.; Nillaor, P. IoT and agriculture data analysis for smart farm. Comput. Electron. Agric. 2019, 156, 467–474. [Google Scholar] [CrossRef]
- Saranya, K.; Dharini, P.U.; Darshni, P.U.; Monisha, S. IoT based pest controlling system for smart agriculture. In Proceedings of the 2019 International Conference on Communication and Electronics Systems (ICCES), Coimbatore, India, 17–19 July 2019; pp. 1548–1552. [Google Scholar]
- Nayagam, M.G.; Vijayalakshmi, B.; Somasundaram, K.; Mukunthan, M.; Yogaraja, C.; Partheeban, P. Control of pests and diseases in plants using iot technology. Meas. Sens. 2023, 26, 100713. [Google Scholar] [CrossRef]
- Umapathi, R.; Ghoreishian, S.M.; Sonwal, S.; Rani, G.M.; Huh, Y.S. Portable electrochemical sensing methodologies for on-site detection of pesticide residues in fruits and vegetables. Coord. Chem. Rev. 2022, 453, 214305. [Google Scholar] [CrossRef]
- Issaka, E.; Wariboko, M.A.; Johnson, N.A.N.; Nyame-do Aniagyei, O. Advanced visual sensing techniques for on-site detection of pesticide residue in water environments. Heliyon 2023, 9, e13986. [Google Scholar] [CrossRef]
- Abbas, A.; Zhang, Z.; Zheng, H.; Alami, M.M.; Alrefaei, A.F.; Abbas, Q.; Naqvi, S.A.H.; Rao, M.J.; Mosa, W.F.; Abbas, Q. Drones in plant disease assessment, efficient monitoring, and detection: A way forward to smart agriculture. Agronomy 2023, 13, 1524. [Google Scholar] [CrossRef]
- Mohanty, A.K.; Rao, T.K.; KS, M.H.; Agme, R.; Gogoi, C.; Velu, C. IoT Applications for Livestock Management and Health Monitoring in Modern Farming. Educ. Adm. Theory Pract. 2024, 30, 2141–2153. [Google Scholar]
- Chamara, N.; Islam, M.D.; Bai, G.F.; Shi, Y.; Ge, Y. Ag-IoT for crop and environment monitoring: Past, present, and future. Agric. Syst. 2022, 203, 103497. [Google Scholar] [CrossRef]
- Liu, B. Research on NFC Anti-Counterfeit Traceability Based on Signcryption AlgorithmResearch on NFC Anti-Counterfeit Traceability. In Proceedings of the 2023 4th International Conference on Machine Learning and Computer Application, Hangzhou, China, 27–29 October 2023; pp. 941–949. [Google Scholar]
- Pigini, D.; Conti, M. NFC-based traceability in the food chain. Sustainability 2017, 9, 1910. [Google Scholar] [CrossRef]
- Bernardi, P.; Gandino, F.; Lamberti, F.; Montrucchio, B.; Rebaudengo, M.; Sanchez, E. An anti-counterfeit mechanism for the application layer in low-cost RFID devices. In Proceedings of the 2008 4th European Conference on Circuits and Systems for Communications, Bucharest, Romania, 10–11 July 2008; pp. 227–231. [Google Scholar]
- Khalil, G.; Doss, R.; Chowdhury, M. A comparison survey study on RFID based anti-counterfeiting systems. J. Sens. Actuator Netw. 2019, 8, 37. [Google Scholar] [CrossRef]
- Galimberti, A.; De Mattia, F.; Losa, A.; Bruni, I.; Federici, S.; Casiraghi, M.; Martellos, S.; Labra, M. DNA barcoding as a new tool for food traceability. Food Res. Int. 2013, 50, 55–63. [Google Scholar] [CrossRef]
- Galimberti, A.; Labra, M.; Sandionigi, A.; Bruno, A.; Mezzasalma, V.; De Mattia, F. DNA barcoding for minor crops and food traceability. Adv. Agric. 2014, 2014, 831875. [Google Scholar] [CrossRef]
- Siddiqi, K.; Nollet, L.M. Fingerprinting Techniques in Food Authentication and Traceability; CRC Press: Boca Raton, FL, USA, 2018. [Google Scholar]
- Zhao, J.; Li, A.; Jin, X.; Pan, L. Technologies in individual animal identification and meat products traceability. Biotechnol. Biotechnol. Equip. 2020, 34, 48–57. [Google Scholar] [CrossRef]
- Kotsanopoulos, K.V.; Arvanitoyannis, I.S. The role of auditing, food safety, and food quality standards in the food industry: A review. Compr. Rev. Food Sci. Food Saf. 2017, 16, 760–775. [Google Scholar] [CrossRef]
- Zhang, Z.; Ma, L.; Broyd, T. Towards fully-automated code compliance checking of building regulations: Challenges for rule interpretation and representation. In Proceedings of the 2022: EC3 (European Conference on Computing in Construction), Rhodes, Greece, 24–26 July 2022. [Google Scholar]
- Thumburu, S.K.R. Optimizing Data Transformation in EDI Workflows. Innov. Comput. Sci. J. 2021, 7. Available online: https://www.scribd.com/document/808551426/Optimizing-Data-Transformation-in-EDI-Workflows (accessed on 8 June 2024).
- Baur, P.; Getz, C.; Petersen-Rockney, M.; Sowerwine, J. Compliance is far from standard: Relational conditions of access and exclusion in agriculture. J. Rural Stud. 2024, 109, 103335. [Google Scholar] [CrossRef]
- The Productivity Commission. Regulator Engagement with Small Business; Research Report; The Productivity Commission: Canberra, Australia, 2013. Available online: https://www.pc.gov.au/inquiries/completed/small-business/report/small-business.pdf (accessed on 8 June 2024).
- Brown, V.L.; Gissel, J.L.; Gordon Neely, D. Audit quality indicators: Perceptions of junior-level auditors. Manag. Audit. J. 2016, 31, 949–980. [Google Scholar] [CrossRef]
- Vince, J. Third party certification: Implementation challenges in private-social partnerships. Policy Des. Pract. 2018, 1, 323–336. [Google Scholar] [CrossRef]
- Chen, N.; Lin, X.; Jiang, H.; An, Y. Automated building information modeling compliance check through a large language model combined with deep learning and ontology. Buildings 2024, 14, 1983. [Google Scholar] [CrossRef]
- Nawari, N.O. A generalized adaptive framework (GAF) for automating code compliance checking. Buildings 2019, 9, 86. [Google Scholar] [CrossRef]
- Hjelseth, E.; Nisbet, N. Capturing normative constraints by use of the semantic mark-up RASE methodology. In Proceedings of the CIB W78-W102 Conference, Sophia Antipolis, France, 26–28 October 2011; pp. 1–10. [Google Scholar]
- Nadkarni, P.M.; Ohno-Machado, L.; Chapman, W.W. Natural language processing: An introduction. J. Am. Med. Inform. Assoc. 2011, 18, 544–551. [Google Scholar] [CrossRef] [PubMed]
- Zhang, J.; El-Gohary, N.M. Semantic NLP-based information extraction from construction regulatory documents for automated compliance checking. J. Comput. Civ. Eng. 2016, 30, 04015014. [Google Scholar] [CrossRef]
- Zhou, P.; El-Gohary, N. Ontology-based automated information extraction from building energy conservation codes. Autom. Constr. 2017, 74, 103–117. [Google Scholar] [CrossRef]
- Breaux, T.D.; Vail, M.W.; Anton, A.I. Towards regulatory compliance: Extracting rights and obligations to align requirements with regulations. In Proceedings of the 14th IEEE International Requirements Engineering Conference (RE’06), St. Paul, MN, USA, 11–15 September 2006; pp. 49–58. [Google Scholar]
- Breaux, T.; Antón, A. Analyzing regulatory rules for privacy and security requirements. IEEE Trans. Softw. Eng. 2008, 34, 5–20. [Google Scholar] [CrossRef]
- Kiyavitskaya, N.; Zeni, N.; Breaux, T.D.; Antón, A.I.; Cordy, J.R.; Mich, L.; Mylopoulos, J. Automating the extraction of rights and obligations for regulatory compliance. In Proceedings of the Conceptual Modeling-ER 2008: 27th International Conference on Conceptual Modeling, Barcelona, Spain, 20–24 October 2008; Proceedings 27. Springer: Berlin/Heidelberg, Germany, 2008; pp. 154–168. [Google Scholar]
- Breaux, T.D. Legal Requirements Acquisition for the Specification of Legally Compliant Information Systems; North Carolina State University: Raleigh, NC, USA, 2009. [Google Scholar]
- Zeni, N.; Kiyavitskaya, N.; Mich, L.; Cordy, J.R.; Mylopoulos, J. GaiusT: Supporting the extraction of rights and obligations for regulatory compliance. Requir. Eng. 2015, 20, 1–22. [Google Scholar] [CrossRef]
- Sleimi, A.; Sannier, N.; Sabetzadeh, M.; Briand, L.; Dann, J. Automated extraction of semantic legal metadata using natural language processing. In Proceedings of the 2018 IEEE 26th International Requirements Engineering Conference (RE), Banff, AB, Canada, 20–24 August 2018; pp. 124–135. [Google Scholar]
- Sleimi, A.; Ceci, M.; Sannier, N.; Sabetzadeh, M.; Briand, L.; Dann, J. A query system for extracting requirements-related information from legal texts. In Proceedings of the 2019 IEEE 27th International Requirements Engineering Conference (RE), Jeju, Republic of Korea, 23–27 September 2019; pp. 319–329. [Google Scholar]
- Amaral, O.; Abualhaija, S.; Torre, D.; Sabetzadeh, M.; Briand, L.C. AI-enabled automation for completeness checking of privacy policies. IEEE Trans. Softw. Eng. 2021, 48, 4647–4674. [Google Scholar] [CrossRef]
- Amaral, O.; Abualhaija, S.; Briand, L. Ml-based compliance verification of data processing agreements against gdpr. In Proceedings of the 2023 IEEE 31st International Requirements Engineering Conference (RE), Hannover, Germany, 4–8 September 2023; pp. 53–64. [Google Scholar]
- Cejas, O.A.; Azeem, M.I.; Abualhaija, S.; Briand, L.C. Nlp-based automated compliance checking of data processing agreements against gdpr. IEEE Trans. Softw. Eng. 2023, 49, 4282–4303. [Google Scholar] [CrossRef]
- Yamusa, M.A.; Abdullahi, M.; Ibrahim, Y.M.; Ahmadu, H.; Abubakar, M. Addressing Compliance Checking Matters of Buildings to Green Standards Using Natural Language Processing: A Review. In Proceedings of the WABER & SuDBE Joint Internafional Conference, Johannesburg, South Africa, 30–31 July 2024; pp. 11–19. [Google Scholar]
- Shen, L.; Margolies, L.R.; Rothstein, J.H.; Fluder, E.; McBride, R.; Sieh, W. Deep learning to improve breast cancer detection on screening mammography. Sci. Rep. 2019, 9, 12495. [Google Scholar] [CrossRef]
- Alhazmi, K.; Alsumari, W.; Seppo, I.; Podkuiko, L.; Simon, M. Effects of annotation quality on model performance. In Proceedings of the 2021 International Conference on Artificial Intelligence in Information and Communication (ICAIIC), Jeju Island, Republic of Korea, 13–16 April 2021; pp. 63–67. [Google Scholar]
- Emam, Z.; Kondrich, A.; Harrison, S.; Lau, F.; Wang, Y.; Kim, A.; Branson, E. On the state of data in computer vision: Human annotations remain indispensable for developing deep learning models. arXiv 2021, arXiv:2108.00114. [Google Scholar]
- Achiam, J.; Adler, S.; Agarwal, S.; Ahmad, L.; Akkaya, I.; Aleman, F.L.; Almeida, D.; Altenschmidt, J.; Altman, S.; Anadkat, S. Gpt-4 technical report. arXiv 2023, arXiv:2303.08774. [Google Scholar]
- Chowdhery, A.; Narang, S.; Devlin, J.; Bosma, M.; Mishra, G.; Roberts, A.; Barham, P.; Chung, H.W.; Sutton, C.; Gehrmann, S. Palm: Scaling language modeling with pathways. J. Mach. Learn. Res. 2023, 24, 1–113. [Google Scholar]
- Taylor, R.; Kardas, M.; Cucurull, G.; Scialom, T.; Hartshorn, A.; Saravia, E.; Poulton, A.; Kerkez, V.; Stojnic, R. Galactica: A large language model for science. arXiv 2022, arXiv:2211.09085. [Google Scholar]
- Touvron, H.; Lavril, T.; Izacard, G.; Martinet, X.; Lachaux, M.-A.; Lacroix, T.; Rozière, B.; Goyal, N.; Hambro, E.; Azhar, F. Llama: Open and efficient foundation language models. arXiv 2023, arXiv:2302.13971. [Google Scholar]
- Han, S.; Yoon, J.; Arik, S.O.; Pfister, T. Large Language Models Can Automatically Engineer Features for Few-Shot Tabular Learning. arXiv 2024, arXiv:2404.09491. [Google Scholar]
- Hegselmann, S.; Buendia, A.; Lang, H.; Agrawal, M.; Jiang, X.; Sontag, D. Tabllm: Few-shot classification of tabular data with large language models. In Proceedings of the International Conference on Artificial Intelligence and Statistics, Valencia, Spain, 25–27 April 2023; pp. 5549–5581. [Google Scholar]
- Berger, A.; Hillebrand, L.; Leonhard, D.; Deußer, T.; De Oliveira, T.B.F.; Dilmaghani, T.; Khaled, M.; Kliem, B.; Loitz, R.; Bauckhage, C. Towards automated regulatory compliance verification in financial auditing with large language models. In Proceedings of the 2023 IEEE International Conference on Big Data (BigData), Sorrento, Italy, 15–18 December 2023; pp. 4626–4635. [Google Scholar]
- Ying, H.; Sacks, R. From Automatic to Autonomous: A Large Language Model-driven Approach for Generic Building Compliance Checking. In Proceedings of the CIB W78 Conference 2024, Marrakesh, Morocco, 1–3 October 2024. [Google Scholar]
- Hassani, S.; Sabetzadeh, M.; Amyot, D.; Liao, J. Rethinking Legal Compliance Automation: Opportunities with Large Language Models. arXiv 2024, arXiv:2404.14356. [Google Scholar]
- Liu, X.; Li, H.; Zhu, X. A GPT-based method of Automated Compliance Checking through prompt engineering. In Proceedings of the 30th European Group for Intelligent Computing in Engineering—‘Towards Sustainable, Smart and Resilient Buildings, Infrastructures and Cities’, London, UK, 4–7 July 2023. [Google Scholar]
- Zytek, A.; Pidò, S.; Veeramachaneni, K. LLMs for XAI: Future Directions for Explaining Explanations. arXiv 2024, arXiv:2405.06064. [Google Scholar]
- Ullah, E.; Parwani, A.; Baig, M.M.; Singh, R. Challenges and barriers of using large language models (LLM) such as ChatGPT for diagnostic medicine with a focus on digital pathology—A recent scoping review. Diagn. Pathol. 2024, 19, 43. [Google Scholar] [CrossRef]
- Ataide, M.; Braholli, O.; Siegele, D. Digital transformation of building permits: Current status, maturity, and future prospects. Buildings 2023, 13, 2554. [Google Scholar] [CrossRef]
- Iversen, O. Leveraging Large Language Models for BIM-Based Automated Compliance Checking of Building Regulations. Master’s Thesis, NTNU, Trondheim, Norway, 2024. [Google Scholar]
- Dong, M.M.; Stratopoulos, T.C.; Wang, V.X. A scoping review of ChatGPT research in accounting and finance. Int. J. Account. Inf. Syst. 2024, 55, 100715. [Google Scholar] [CrossRef]
- Zhao, H.; Liu, Z.; Wu, Z.; Li, Y.; Yang, T.; Shu, P.; Xu, S.; Dai, H.; Zhao, L.; Mai, G. Revolutionizing finance with llms: An overview of applications and insights. arXiv 2024, arXiv:2401.11641. [Google Scholar]
- Desai, A.P.; Mallya, G.S.; Luqman, M.; Ravi, T.; Kota, N.; Yadav, P. Opportunities and Challenges of Generative-AI in Finance. arXiv 2024, arXiv:2410.15653. [Google Scholar]
- Hassani, S. Enhancing Legal Compliance and Regulation Analysis with Large Language Models. arXiv 2024, arXiv:2404.17522. [Google Scholar]
- Potamitis, I. ChatGPT in the context of precision agriculture data analytics. arXiv 2023, arXiv:2311.06390. [Google Scholar]
- Sapkota, R.; Qureshi, R.; Hassan, S.Z.; Shutske, J.; Shoman, M.; Sajjad, M.; Dharejo, F.A.; Paudel, A.; Li, J.; Meng, Z. Multi-modal LLMs in agriculture: A comprehensive review. Authorea Prepr. 2024. [Google Scholar] [CrossRef]
- Tzachor, A.; Devare, M.; Richards, C.; Pypers, P.; Ghosh, A.; Koo, J.; Johal, S.; King, B. Large language models and agricultural extension services. Nat. Food 2023, 4, 941–948. [Google Scholar] [CrossRef]
- Zhao, B.; Jin, W.; Del Ser, J.; Yang, G. ChatAgri: Exploring potentials of ChatGPT on cross-linguistic agricultural text classification. Neurocomputing 2023, 557, 126708. [Google Scholar] [CrossRef]
- Ray, P.P. AI-assisted sustainable farming: Harnessing the power of ChatGPT in modern agricultural sciences and technology. ACS Agric. Sci. Technol. 2023, 3, 460–462. [Google Scholar] [CrossRef]
- Shutske, J.M. Harnessing the Power of Large Language Models in Agricultural Safety & Health. J. Agric. Saf. Health 2023, 29, 205–224. [Google Scholar]
- Red Tape Action Plan. 2013. Available online: https://trove.nla.gov.au/work/236431188 (accessed on 12 June 2024).
- De Filippi, P.; Hassan, S. Blockchain technology as a regulatory technology: From code is law to law is code. arXiv 2018, arXiv:1801.02507. [Google Scholar] [CrossRef]
- Wu, T. When code isn’t law. Va. L. Rev. 2003, 89, 679. [Google Scholar] [CrossRef]
- Judge, B.; Nitzberg, M.; Russell, S. When code isn’t law: Rethinking regulation for artificial intelligence. Policy Soc. 2024, puae020. Available online: https://academic.oup.com/policyandsociety/advance-article/doi/10.1093/polsoc/puae020/7684910 (accessed on 22 December 2024). [CrossRef]
- Mishra, S.; Sharma, S.K. Advanced contribution of IoT in agricultural production for the development of smart livestock environments. Internet Things 2023, 22, 100724. [Google Scholar] [CrossRef]
- Farooq, M.S.; Sohail, O.O.; Abid, A.; Rasheed, S. A survey on the role of iot in agriculture for the implementation of smart livestock environment. IEEE Access 2022, 10, 9483–9505. [Google Scholar] [CrossRef]
- Alonso, R.S.; Sittón-Candanedo, I.; García, Ó.; Prieto, J.; Rodríguez-González, S. An intelligent Edge-IoT platform for monitoring livestock and crops in a dairy farming scenario. Ad Hoc Netw. 2020, 98, 102047. [Google Scholar] [CrossRef]
- Biswas, D.; Jalali, H.; Ansaripoor, A.H.; De Giovanni, P. Traceability vs. sustainability in supply chains: The implications of blockchain. Eur. J. Oper. Res. 2023, 305, 128–147. [Google Scholar] [CrossRef]
- Kshetri, N. Blockchain and sustainable supply chain management in developing countries. Int. J. Inf. Manag. 2021, 60, 102376. [Google Scholar] [CrossRef]
- Nikolakis, W.; John, L.; Krishnan, H. How blockchain can shape sustainable global value chains: An evidence, verifiability, and enforceability (EVE) framework. Sustainability 2018, 10, 3926. [Google Scholar] [CrossRef]
- Soori, M.; Arezoo, B.; Dastres, R. Artificial intelligence, machine learning and deep learning in advanced robotics, a review. Cogn. Robot. 2023, 3, 54–70. [Google Scholar] [CrossRef]
- Shah, V. Machine learning algorithms for cybersecurity: Detecting and preventing threats. Rev. Esp. Doc. Cient. 2021, 15, 42–66. [Google Scholar]
- Bharadiya, J.P. Machine learning and AI in business intelligence: Trends and opportunities. Int. J. Comput. (IJC) 2023, 48, 123–134. [Google Scholar]
- Lein, J.K. Implementing remote sensing strategies to support environmental compliance assessment: A neural network application. Environ. Sci. Policy 2009, 12, 948–958. [Google Scholar] [CrossRef]
- Willis, K.S. Remote sensing change detection for ecological monitoring in United States protected areas. Biol. Conserv. 2015, 182, 233–242. [Google Scholar] [CrossRef]
- De Leeuw, J.; Georgiadou, Y.; Kerle, N.; De Gier, A.; Inoue, Y.; Ferwerda, J.; Smies, M.; Narantuya, D. The function of remote sensing in support of environmental policy. Remote Sens. 2010, 2, 1731–1750. [Google Scholar] [CrossRef]
- Hafeez, A.; Husain, M.A.; Singh, S.; Chauhan, A.; Khan, M.T.; Kumar, N.; Chauhan, A.; Soni, S. Implementation of drone technology for farm monitoring & pesticide spraying: A review. Inf. Process. Agric. 2023, 10, 192–203. [Google Scholar]
- Lawrence, I.D.; Agnishwar, J.; Vijayakumar, R. Drone Technology in Agriculture for Surveillance and Inspection. Eur. Chem. Bull. 2023, 12, 1253–1263. [Google Scholar]
- Han, Y.; Guo, Z. Regulator-Manufacturer AI Agents Modeling: Mathematical Feedback-Driven Multi-Agent LLM Framework. arXiv 2024, arXiv:2411.15356. [Google Scholar]
- James, P. Australian Cherry Production Guide. Available online: https://figshare.utas.edu.au/articles/report/Australian_Cherry_Production_Guide/23197466 (accessed on 22 December 2024).
- BEEAware. B-Qual Approved Supplier Program Manual Record Templates. Available online: https://beeaware.org.au/code-of-practice/record-keeping/ (accessed on 5 December 2024).
- Stratton, J. An Introduction to Microsoft Copilot. In Copilot for Microsoft 365: Harness the Power of Generative AI in the Microsoft Apps You Use Every Day; Springer: Berlin/Heidelberg, Germany, 2024; pp. 19–35. [Google Scholar]
- Wu, T.; He, S.; Liu, J.; Sun, S.; Liu, K.; Han, Q.L.; Tang, Y. A Brief Overview of ChatGPT: The History, Status Quo and Potential Future Development. IEEE/CAA J. Autom. Sin. 2023, 10, 1122. [Google Scholar] [CrossRef]
- Bairi, R.; Sonwane, A.; Kanade, A.; Iyer, A.; Parthasarathy, S.; Rajamani, S.; Ashok, B.; Shet, S. Codeplan: Repository-level coding using llms and planning. Proc. ACM Softw. Eng. 2024, 1, 675–698. [Google Scholar] [CrossRef]
- Yaacov, T.; Elyasaf, A.; Weiss, G. Boosting LLM-Based Software Generation by Aligning Code with Requirements. In Proceedings of the 2024 IEEE 32nd International Requirements Engineering Conference Workshops (REW), Reykjavik, Iceland, 24–25 June 2024; pp. 301–305. [Google Scholar] [CrossRef]
Traditional Software | LLM | |
---|---|---|
Checking Criteria | Fixed criteria for checking | Variable criteria for checking |
Expandability | Limited expansion is possible; only dedicated developers can add features | Dedicated developers are needed to update the LLM model only |
Explainability | It is not possible to explain any unexpected situation | Possible to re-interpret customized explanations from raw data |
Data Source | Limited sources of data can be consumed in a given period of time | Unlimited data can be processed, although checking types is limited |
AI | Deep learning, but no conversational paradigms | Naturally conversational and human-friendly |
Upgrades | Dedicated developers are needed; it is more time-consuming | No dedicated developers are required, and it is less time-consuming |
LLM | Input Size | Extraction Accuracy | Extraction Time | List Order Variation | Avg. List Item Displacements | ||
---|---|---|---|---|---|---|---|
m | e | λ | |||||
Co-pilot | Full | 0.0 | 0.0 | 1.00 | 10.07 s | 0.00% | 0.00% |
ChatGPT | Full | 3.2 | 0.1 | 0.86 | 10.17 s | 90.00% | 72.17% |
Claude | Full | 1.1 | 0.0 | 0.95 | 10.48 s | 90.00% | 43.47% |
Co-pilot | 5 pages | 0.1 | 0.0 | 0.99 | 2.7 s | 100.00% | 34.78% |
ChatGPT | 5 pages | 1.0 | 0.1 | 0.95 | 5.3 s | 100.00% | 82.17% |
Claude | 5 pages | 0.2 | 0.0 | 0.99 | 9.3 s | 50.00% | 29.56% |
Prompt → | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
---|---|---|---|---|---|---|---|---|---|---|
Level → | 1 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 3 | 3 |
Copilot | 1.0 | 0.99 | 1.00 | 0.82 | 0.00 | 0.00 | 0.64 | 0.69 | 0.56 | 0.0 |
ChatGPT | 0.8 | 0.18 | 0.67 | 0.24 | 0.00 | 0.00 | 0.22 | 0.12 | 0.00 | 0.0 |
Gemini | 0.25 | 0.36 | 0.83 | 0.0 | 0.00 | 0.00 | 0.27 | 0.48 | 0.30 | 0.40 |
Prompt → | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
---|---|---|---|---|---|---|---|---|---|---|
Level → | 1 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 3 | 3 |
Copilot | 2.8 | 43.5 | 3.9 | 50.2 | 6.4 | 40.6 | 33.2 | 22.7 | 7.7 | 38.2 |
ChatGPT | 25.0 | 23.0 | 9.1 | 36.3 | 55.9 | 53.7 | 25.2 | 12.0 | 23.7 | 45.1 |
Gemini | 12.4 | 16.4 | 2.9 | 62.3 | 101.9 | 71.0 | 29.4 | 4.3 | 10.9 | 6.6 |
Ollama Model | α | ε | Type | Rule Identification (λ) | Rule-Code Conversion (λ) | Time (s) |
---|---|---|---|---|---|---|
llama3.2:3b | 1 | 7 | Numeric | 1.00 | 1.00 | 2.1 |
llama3.1:8b | 1 | 7 | Numeric | 1.00 | 1.00 | 3.1 |
Copilot | 1 | 7 | Numeric | 1.00 | 1.00 | 2.5 |
llama3.2:3b | 1 | 23 | String | 0.99 | 0.99 | 2.3 |
llama3.1:8b | 1 | 23 | String | 0.98 | 0.98 | 2.1 |
Copilot | 1 | 23 | String | 1.00 | 1.00 | 2.3 |
llama3.2:3b | 2 | 18 | Numeric | 0.15 | 0.15 | 5.1 |
llama3.1:8b | 2 | 18 | Numeric | 0.14 | 0.14 | 5.4 |
Copilot | 2 | 18 | Numeric | 0.9 | 0.9 | 5.2 |
llama3.2:3b | 2 | 16 | Numeric | 0.95 | 0.95 | 3.2 |
llama3.1:8b | 2 | 16 | Numeric | 0.95 | 0.95 | 3.1 |
Copilot | 2 | 16 | Numeric | 0.97 | 0.97 | 5.1 |
LLM | Form 1 | Form 2 | Form 3 | Form 4 | Form 5 | |||||
---|---|---|---|---|---|---|---|---|---|---|
λ | Time | λ | Time | λ | Time | λ | Time | λ | Time | |
Copilot | 0.9 | 5.59 | 0.7 | 5.53 | 0.8 | 5.50 | 0.8 | 5.48 | 0.7 | 5.00 |
ChatGPT | 0.9 | 9.55 | 0.8 | 8.41 | 0.7 | 6.30 | 0.8 | 8.03 | 0.8 | 15.9 |
LLM | Paragraph 1 | Paragraph 2 | Paragraph 3 | |||
---|---|---|---|---|---|---|
λ | Time | λ | Time | λ | Time | |
Copilot | 0.84 | 7.50 | 0.87 | 7.12 | 0.77 | 5.22 |
ChatGPT | 0.94 | 16.69 | 0.87 | 7.31 | 0.89 | 13.80 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Li, J.; Maiti, A. Applying Large Language Model Analysis and Backend Web Services in Regulatory Technologies for Continuous Compliance Checks. Future Internet 2025, 17, 100. https://doi.org/10.3390/fi17030100
Li J, Maiti A. Applying Large Language Model Analysis and Backend Web Services in Regulatory Technologies for Continuous Compliance Checks. Future Internet. 2025; 17(3):100. https://doi.org/10.3390/fi17030100
Chicago/Turabian StyleLi, Jinying, and Ananda Maiti. 2025. "Applying Large Language Model Analysis and Backend Web Services in Regulatory Technologies for Continuous Compliance Checks" Future Internet 17, no. 3: 100. https://doi.org/10.3390/fi17030100
APA StyleLi, J., & Maiti, A. (2025). Applying Large Language Model Analysis and Backend Web Services in Regulatory Technologies for Continuous Compliance Checks. Future Internet, 17(3), 100. https://doi.org/10.3390/fi17030100