NLP - Natural Language Processing in Education: Language, Learning, and Intelligent Systems

Published in Research and Academic Work, 2026

Recommended citation: Irena Popova (2026). "NLP in Education." Research and Academic Work.

An academic essay on NLP as an interface between applied linguistics, computer science education, and educational innovation.

Abstract

Natural language processing has become an important interface between language, computation, and education. Its educational applications extend from automated writing assessment and language-learning feedback to conversational tutoring, question generation, curriculum analysis, teacher support, accessibility, and the organisation of multilingual knowledge. The recent development of large language models has expanded these possibilities, but it has also intensified questions about reliability, linguistic inequality, pedagogical validity, privacy, authorship, and human agency.

This article examines natural language processing not simply as a set of tools for automating educational tasks, but as a field concerned with how language is represented, interpreted, evaluated, and generated by computational systems. It argues that educational NLP must be grounded in applied linguistics, learning theory, data quality, and human-centred design. A technically sophisticated system may classify a response accurately while misunderstanding its educational significance, generate fluent feedback without supporting learning, or perform well in English while providing less reliable assistance in languages with fewer digital resources.

The central challenge is therefore not whether NLP can be introduced into education, but how it can be designed to strengthen interpretation, reflection, linguistic development, and independent reasoning. Responsible educational NLP should support teachers and learners without reducing communication to measurable textual features or replacing pedagogical judgment with automated output.

Keywords: natural language processing, applied linguistics, educational technology, multilingual education, automated feedback, language learning, human-centred AI, computational linguistics, digital learning, responsible AI

Introduction

Language occupies a distinctive position in education. It is both an object of learning and the principal medium through which most learning takes place. Learners use language to interpret instructions, formulate questions, explain relationships, construct arguments, compare concepts, negotiate meaning, and demonstrate what they understand. Teachers rely on language to organise knowledge, identify misconceptions, guide attention, provide feedback, and create opportunities for reflection.

Natural language processing, commonly abbreviated as NLP, introduces a computational dimension into these processes. It develops methods through which computers can analyse, classify, retrieve, compare, translate, summarise, or generate spoken and written language. In educational contexts, these methods can be applied to student essays, classroom discussions, examination responses, learning materials, teacher feedback, online questions, course evaluations, programming explanations, and multilingual resources.

Educational NLP existed long before the current generation of conversational AI. Earlier applications included automated essay scoring, grammatical error detection, reading-support systems, dialogue-based tutors, vocabulary tools, question answering, and the analysis of student responses. Research has repeatedly shown that the field includes a broad range of activities related to assessment, feedback, content analysis, learner modelling, resource development, and instructional support.

Large language models have changed the scale and visibility of educational NLP because they can generate extended responses, adapt explanations, simulate dialogue, assist with writing, and interact through ordinary language. Yet this development should not obscure the intellectual foundations of the field. Educational NLP remains concerned with how linguistic material is represented computationally, how models identify patterns, how performance is evaluated, and whether the resulting system contributes meaningfully to learning.

The value of NLP in education cannot therefore be judged solely through technical accuracy, fluency, or speed. An educational system must also be evaluated according to the quality of its explanations, the relevance of its feedback, the transparency of its limitations, its treatment of linguistic diversity, and its influence on learner agency.

NLP as an Interface Between Disciplines

Educational NLP sits at the intersection of several fields that approach language from different perspectives.

Applied linguistics examines how language is acquired, taught, used, and evaluated in real contexts. It contributes knowledge about grammar, discourse, multilingualism, language variation, second-language development, feedback, assessment, and communicative competence.

Computer science contributes methods for data representation, algorithm design, machine learning, software engineering, information retrieval, speech processing, and human–computer interaction. It provides the technical structures through which linguistic data can be transformed into computational input and output.

Educational research contributes theories of learning, instruction, assessment, motivation, cognitive development, curriculum, and classroom interaction. It asks not only whether a system works technically, but whether it supports a defensible educational purpose.

Cognitive science adds questions about attention, memory, categorisation, reasoning, conceptual change, and the relationship between symbolic representation and human understanding.

The difficulty is that these perspectives are not automatically integrated. A computational model may identify textual patterns without distinguishing between linguistic correctness and conceptual understanding. A language-learning application may correct grammatical forms without recognising that a learner is experimenting productively with a new structure. An automated assessment system may agree statistically with human scores while failing to provide an educationally meaningful interpretation of the response.

Educational NLP consequently requires more than the application of a language model to classroom data. It requires a theory of what the system is expected to recognise, why that recognition matters, and how its output will contribute to teaching or learning.

From Linguistic Rules to Contextual Language Models

Earlier NLP systems often relied on explicitly defined rules, dictionaries, grammatical patterns, and manually engineered linguistic features. A system designed to identify errors in learner writing might search for predetermined combinations of words, verb forms, sentence structures, or punctuation. Such systems could be transparent because their decisions were connected to identifiable rules, but they were difficult to extend across the full complexity of natural language.

Statistical machine learning shifted attention towards patterns learned from annotated data. Instead of specifying every possible rule, researchers could train models on examples of texts and their assigned categories. Features might include word frequencies, sentence length, syntactic structures, vocabulary diversity, error counts, or discourse markers.

Neural language models further changed the representation of language by learning distributed numerical representations from large collections of text. Transformer-based models made it possible to represent words in relation to their surrounding context rather than assigning each word a single fixed meaning. Multilingual models such as XLM-R demonstrated that large-scale pretraining across many languages can support cross-lingual classification, sequence labelling, and question answering.

Large language models extend this development by generating coherent text and responding to instructions expressed in natural language. They can produce explanations, examples, summaries, exercises, code, questions, and feedback without requiring a separately programmed system for every task.

This flexibility is educationally attractive, but it also changes the nature of the risk. Rule-based systems often failed visibly because they could not process an unexpected expression. Generative systems may produce fluent, persuasive, and contextually plausible responses even when their content is inaccurate, incomplete, or pedagogically unsuitable. Fluency therefore cannot be treated as evidence of understanding or reliability.

Language as Both Medium and Evidence

Educational systems frequently treat student language as evidence of knowledge. An essay, short answer, explanation, classroom contribution, or spoken response is interpreted as an indication of what a learner understands.

This relationship is complex. A learner may understand a concept but struggle to express it in the language of instruction. Another may produce grammatically sophisticated language while demonstrating limited conceptual depth. Multilingual learners may transfer patterns from another language, formulate ideas through unfamiliar academic conventions, or possess relevant knowledge that is obscured by vocabulary limitations.

NLP systems must therefore distinguish, as far as possible, among several different dimensions:

  • linguistic correctness;
  • communicative effectiveness;
  • conceptual understanding;
  • task fulfilment;
  • argumentative structure;
  • vocabulary and grammatical development;
  • factual accuracy;
  • and disciplinary reasoning.

These dimensions may overlap, but they are not identical. A single score cannot adequately represent all of them.

The interpretation of learner language also depends on context. A short answer may be appropriate for one task and insufficient for another. Repetition may indicate weak style, deliberate emphasis, or the use of recently learned vocabulary. Informal language may be inappropriate in an academic essay but effective within peer discussion.

Educational NLP must therefore analyse language in relation to the task, learner, domain, stage of development, and intended purpose. Language data detached from its educational context can easily be misinterpreted.

Automated Assessment and Scoring

Automated scoring is one of the most established applications of NLP in education. Systems can analyse essays, short answers, spoken responses, or other forms of learner production and generate scores, classifications, or diagnostic information. Automated scoring typically combines linguistic features or model representations with examples previously evaluated by human assessors.

Such systems can reduce the time required for large-scale assessment and provide learners with faster results. They can also support formative practice by allowing students to submit several responses before a teacher reviews the final version.

However, agreement with human scoring does not prove that a system understands the response in the same way that a qualified educator does. A model may learn correlations between scores and surface features such as length, vocabulary, sentence structure, or common patterns in the training data. These correlations may be predictive without representing the full quality of an argument or explanation.

Automated scoring also creates opportunities for strategic adaptation. When learners understand which textual features a model rewards, they may optimise their writing for the system rather than improve the underlying reasoning. A longer response, more complex vocabulary, or familiar organisational structure may influence the score even when the content remains weak.

For these reasons, automated scores should be accompanied by transparent criteria, human oversight, and procedures for review. In high-stakes contexts, learners must be able to understand how their work was evaluated and challenge results that appear inaccurate or unfair.

Feedback as an Educational Intervention

Feedback is more valuable than a score when it helps learners recognise the difference between their current performance and a desired level of understanding. Effective feedback should direct attention towards specific aspects of the work, explain why a revision is needed, and support the learner in deciding what to do next.

NLP systems can provide feedback on grammar, vocabulary, coherence, argument structure, clarity, relevance, and task completion. Generative models can formulate comments in natural language, produce examples, ask guiding questions, or suggest alternative structures.

Recent research on automated writing feedback has explored how language models can generate comments aligned with teacher-defined criteria and how prompting strategies influence the quality of essay feedback. These studies demonstrate the potential of generative NLP while also showing that feedback quality must be evaluated according to accuracy, usefulness, specificity, and alignment with pedagogical goals—not merely fluency.

The timing and form of feedback also matter. A learner who receives a complete rewritten answer may improve the submitted text without understanding the underlying problem. A more educationally valuable system may identify the difficulty, provide a focused explanation, and invite the learner to attempt the revision independently.

This distinction separates feedback that replaces performance from feedback that develops capacity.

Human-centred educational NLP should favour graduated assistance. It may begin with a question or indication of where the problem lies, offer a stronger hint when necessary, and provide a full explanation only when the learner remains unable to proceed. Such an approach preserves productive difficulty and encourages active participation.

Supporting Teachers Through Language Analysis

Educational NLP is not limited to student-facing applications. It can also help teachers analyse classroom discourse, identify patterns in learner participation, review written responses, organise frequently asked questions, and reflect on their own instructional practices.

A notable example is the use of automated feedback to help instructors recognise and build upon student contributions. In a randomised controlled study involving instructors in an online computer science course, an NLP-based tool provided feedback on conversational uptake—the practice of acknowledging and developing ideas introduced by learners. The intervention improved instructors’ use of this practice and was associated with positive student outcomes.

This example is important because the system did not attempt to replace the teacher. It identified a meaningful feature of interaction and returned information that educators could use to improve their own practice.

The distinction suggests a promising direction for educational AI. Rather than automating every communicative activity, NLP can make patterns visible that would otherwise be difficult to observe across many lessons, discussions, or written submissions.

Teacher-support systems may help answer questions such as:

  • Which learners participate regularly, and whose contributions receive little response?
  • Which concepts repeatedly generate misunderstanding?
  • What forms of feedback are most frequently provided?
  • Do classroom questions invite explanation or only short factual answers?
  • Which linguistic difficulties occur across several assignments?
  • How does the language of instruction change between learner groups?

The answers require interpretation. NLP can organise evidence and identify tendencies, but teachers remain responsible for connecting those patterns to the social and educational context of the classroom.

NLP in Multilingual Education

Multilingual education is one of the areas in which NLP offers substantial value and substantial risk.

Language technologies can support translation, vocabulary development, reading assistance, pronunciation practice, writing feedback, cross-lingual search, and access to educational resources. A learner may ask a question in one language, receive an explanation in another, compare alternative translations, or examine how a concept is expressed across linguistic systems.

Multilingual models can transfer some knowledge across languages and support tasks in languages for which less task-specific training data exists. Large-scale multilingual pretraining has produced important advances in cross-lingual representation.

However, the category “multilingual” can hide significant differences in performance. Languages with extensive digital resources, standardised datasets, and large online communities are generally better represented than low-resource languages, minority languages, dialects, and specialised registers.

Recent research has documented performance disparities across languages and shown that multilingual language models may be less reliable when operating in under-resourced linguistic contexts. Models may possess different levels of knowledge across languages, and methods developed primarily for English may not transfer evenly.

This inequality has educational consequences. A learner using English may receive a detailed and accurate explanation, while another receives a simplified, uncertain, or incorrect answer in a less represented language. An automated feedback system may treat dialectal forms as errors, fail to recognise culturally situated expressions, or interpret translated terminology as conceptually equivalent when important differences remain.

Multilingual educational NLP should therefore be evaluated separately for each language and learner population. Translation quality cannot be assumed, and performance in English should not be presented as evidence of universal educational reliability.

Linguistic Diversity and the Limits of Standardisation

Educational technologies frequently depend on standardised categories. Errors are classified, proficiency levels assigned, responses grouped, and learning outcomes mapped to predefined frameworks.

Standardisation supports comparison and system design, but language is not completely reducible to stable categories. The same expression may perform different functions across contexts. Learners may use hybrid or translanguaging practices that draw upon several linguistic resources simultaneously. Cultural conventions influence argument structure, politeness, narrative style, and the organisation of evidence.

A system trained primarily on standardised academic English may incorrectly interpret difference as deficiency. It may penalise legitimate variation, encourage linguistic conformity, or provide recommendations that erase the learner’s individual voice.

This does not mean that educational NLP should avoid all evaluation of form. Learners often require explicit feedback on grammar, register, vocabulary, and genre conventions. The challenge is to distinguish between an error that obstructs meaning, a developing structure, a contextually inappropriate choice, and a valid form of variation.

Applied linguistics is essential to this process because it provides concepts for understanding language development, interlanguage, register, discourse, communicative purpose, and multilingual transfer. Without such knowledge, technically powerful systems may apply simplistic linguistic assumptions at scale.

Conversational Tutors and Intelligent Dialogue

Conversational NLP systems can simulate tutoring interactions by responding to questions, offering explanations, generating examples, and adapting the level of detail to the learner’s requests. They can remain available beyond classroom hours and provide repeated explanations without the social pressure some learners experience when asking for help.

Yet conversation alone does not constitute tutoring. An effective tutor must identify what the learner understands, recognise the source of an error, select an appropriate response, and adjust support over time.

A system that immediately answers every question may reduce opportunities for reasoning. It can create the impression of progress because the learner receives polished explanations and completed solutions, even when little independent understanding has developed.

Educational dialogue should therefore be designed around inquiry rather than answer delivery. A conversational system can ask learners to explain their reasoning, compare alternatives, predict outcomes, justify interpretations, or identify the point at which they became uncertain.

The quality of the interaction also depends on emotional and social dimensions. Research on language-learning chatbots has begun to examine adaptive and empathetic feedback, particularly when learners display uncertainty or negative emotion. Such work illustrates that educational dialogue involves more than transferring correct information; it also concerns confidence, persistence, and the learner’s willingness to continue participating.

Nevertheless, simulated empathy must be handled carefully. A system can generate supportive language without possessing awareness, concern, or responsibility. Learners should not be encouraged to misunderstand computational responsiveness as human understanding.

Reading, Retrieval, and Knowledge Organisation

NLP can support reading by identifying key terms, simplifying difficult passages, generating summaries, retrieving definitions, answering questions, and connecting texts to related resources.

These functions can improve access, particularly for language learners, adult learners, and readers working with unfamiliar academic or technical material. Lexical-complexity research, for example, examines how computational systems can predict which words may be difficult for particular readers or learner populations.

However, reading involves more than reducing complexity. A summary reorganises emphasis. A simplified text may remove ambiguity, disciplinary terminology, rhetorical structure, or conceptual relationships. A generated explanation may appear clearer than the source while introducing an interpretation not supported by the original material.

NLP-based reading tools should therefore preserve access to the source and distinguish among quotation, paraphrase, interpretation, and generated explanation. Learners need to know which statements come from the original author and which have been produced by the system.

Knowledge retrieval raises similar questions. A conversational interface may combine information from several documents into one answer, but the learner may no longer see where individual claims originated. Responsible systems should make evidence traceable and allow users to return to the relevant passage, document, author, and context.

NLP and Programming Education

Programming education creates a particularly interesting relationship between natural and formal language. Before learners write code, they must interpret a task, identify relevant information, define a sequence of operations, distinguish conditions, and represent relationships explicitly.

NLP tools can support this transition by explaining error messages, translating code into natural-language descriptions, generating examples, analysing comments, and helping learners formulate algorithms before implementation.

Large language models can also generate or complete code. This can be helpful when learners need an example, but it can weaken the development of computational thinking when complete solutions replace problem decomposition and independent reasoning.

Research reviews on large language models in computer science education identify both opportunities and challenges in personalised assistance, debugging, code generation, curriculum support, and learner dependency.

The educational objective should not be the fastest production of executable code. Learners need to understand why the program works, how its structure represents the problem, what assumptions it makes, and how it can be tested.

An NLP-based programming assistant can support this process by asking learners to describe the intended behaviour, predict the output, locate the logical error, or compare two implementations. In this form, language becomes a bridge between conceptual reasoning and formal computation.

Data Quality and Educational Validity

NLP systems learn from data, and educational data is rarely neutral or complete. It reflects curriculum choices, assessment criteria, institutional practices, learner populations, annotation decisions, and historical inequalities.

A dataset of high-scoring essays may reflect one academic tradition. A grammatical-error corpus may overrepresent certain first-language groups. Classroom-discussion data may exclude non-verbal participation. Teacher feedback may contain individual preferences that should not be treated as universal educational standards.

Data quality must therefore be evaluated at several levels:

  • Are the records complete and correctly labelled?
  • Do they represent the intended learner population?
  • Are important languages and varieties included?
  • Were categories defined consistently?
  • Do human annotators agree?
  • Are the labels educationally meaningful?
  • Is the dataset suitable for the context in which the model will be used?

The last question is particularly important. A model can perform strongly on a benchmark while failing in a classroom with different learners, tasks, or institutional expectations. Educational NLP research has long noted that intrinsic evaluation against annotated datasets is more common than evaluation of the complete technology in authentic educational contexts.

Technical evaluation should consequently be combined with educational evaluation. Researchers should examine not only whether the model identifies the expected category, but whether the system improves understanding, supports revision, reduces inequity, and contributes to sustainable teaching practice.

Explainability and Human Oversight

Educational decisions require reasons. A learner should not receive a low score, course recommendation, or risk classification without being able to understand the basis of that result.

Explainability in educational NLP cannot be reduced to displaying keywords or numerical confidence. The explanation must be meaningful in relation to the educational task.

For automated writing feedback, this may involve identifying the relevant sentence, describing the problem, connecting it to an assessment criterion, and providing an example of possible revision.

For a learner-risk system, explainability requires even greater caution. Attendance patterns, language use, submission behaviour, and previous performance may correlate with educational outcomes without revealing the individual circumstances responsible for them. A prediction should not be presented as a fixed description of the learner.

The European Union’s AI Act places certain uses of AI in education and vocational training within a high-risk regulatory framework, particularly where systems influence access, admission, evaluation, or the course of a person’s education. The regulation reflects the potential of educational AI to affect fundamental opportunities and rights.

Human oversight should therefore be substantive rather than symbolic. A teacher or administrator must have enough information, authority, and time to question the system’s output. Merely asking a person to approve an opaque recommendation does not create meaningful responsibility.

Privacy and the Interpretation of Learner Data

Educational language data can be deeply personal. Essays, discussions, questions, messages, and oral responses may reveal beliefs, family circumstances, emotional states, health concerns, political opinions, cultural background, or uncertainty about one’s abilities.

The collection of such data for NLP introduces questions about consent, purpose, storage, access, and secondary use. Learners may submit work for educational assessment without expecting it to become training material for a commercial or institutional model.

Data minimisation should guide system design. An application should collect only what is necessary for the defined educational purpose. Personal identifiers should be separated where possible, retention periods should be limited, and learners should receive clear explanations of how their language data will be processed.

Generative AI creates additional concerns because user input may be sent to external services. Institutions must consider whether sensitive student work, unpublished research, examination material, or protected personal information is appropriate for such systems.

UNESCO’s guidance on generative AI in education emphasises human-centred regulation, privacy protection, age-appropriate use, institutional capacity, and the need to preserve human agency.

Privacy is not opposed to educational innovation. It is one of the conditions through which learners can participate without being exposed to disproportionate monitoring or permanent profiling.

Authorship, Originality, and Academic Practice

Generative NLP complicates established ideas about authorship. A learner may use a language model to brainstorm, reformulate, translate, structure an argument, correct grammar, or generate an entire response. These actions do not carry the same educational meaning.

Policies based only on whether AI was “used” are often too imprecise. The relevant questions include:

  • What intellectual work was expected from the learner?
  • Which part of the output was generated?
  • Did the learner evaluate and revise the material?
  • Was the use of the tool disclosed?
  • Did the tool support learning or replace the assessed competence?

A linguistically weaker student may use NLP assistance to express an original and sophisticated idea more clearly. Another learner may submit a fluent generated text without understanding its argument. The visible quality of the final language does not reveal how the work was produced.

Assessment design must therefore evolve. Tasks can include oral explanation, process documentation, source analysis, comparison of alternatives, reflection on revisions, and application of ideas to unfamiliar contexts.

The purpose is not to create surveillance-based methods for catching learners. It is to design forms of assessment in which understanding remains visible.

A Human-Centred Framework for Educational NLP

Human-centred educational NLP begins with the needs, rights, abilities, and limitations of learners and educators. It treats technology as part of a wider educational relationship rather than as an independent solution.

A human-centred framework should include several principles.

  • Pedagogical purpose before technical capability

A system should be introduced because it supports a defined learning or teaching objective, not merely because the technology can perform the task.

  • Assistance without unnecessary replacement

Automation should reduce repetitive burdens and expand access while preserving the forms of interaction, judgment, and reflection that are educationally important.

  • Transparency

Users should understand what the system analyses, how its output should be interpreted, and where its limitations lie.

  • Linguistic and cultural inclusion

Systems should be evaluated across languages, dialects, learner groups, and educational traditions rather than assuming that performance in one context generalises universally.

Graduated support

The system should provide enough assistance to enable progress without consistently removing the need for learners to think, formulate, test, and revise.

Contestability

Learners and educators should be able to question automated scores, classifications, and recommendations.

Data responsibility

Language data should be collected, retained, and reused only under transparent and proportionate conditions.

Continuous evaluation

Educational impact should be examined in authentic settings over time, including effects on learning, motivation, participation, teacher workload, and inequality.

These principles position NLP as a form of educational infrastructure whose design influences how knowledge, communication, and authority are organised.

  • Future Research Directions

Several areas require deeper interdisciplinary research.

  • Multilingual and low-resource educational NLP

Models need stronger evaluation across languages and educational contexts. Research should include local educators and language communities in dataset development, annotation, and interpretation.

  • Feedback that develops independent reasoning

Future systems should distinguish between correcting output and supporting the learner’s ability to identify and resolve similar problems independently.

  • Linguistically informed evaluation

Educational NLP should make greater use of concepts from discourse analysis, second-language acquisition, pragmatics, grammar, and multilingual education.

  • Longitudinal learning research

A system may improve one assignment without producing lasting development. Studies should examine whether learners retain and transfer what they have learned.

  • Transparent learner modelling

Systems that estimate knowledge, ability, or risk should communicate uncertainty and avoid reducing learners to static profiles.

  • Teacher–AI collaboration

Research should identify which forms of analysis genuinely strengthen professional judgment and which merely shift work or create new monitoring demands.

Provenance and knowledge retrieval

Generated educational answers should remain connected to sources, transformations, and evidence so that learners can evaluate rather than merely consume information.

  • NLP literacy

Learners and educators need an understanding of how language technologies represent text, learn from data, generate responses, and fail. NLP literacy should become part of broader digital and AI literacy.

Final grasp

Natural language processing has the capacity to reshape many forms of educational activity because language is central to teaching, learning, assessment, and knowledge construction. NLP can make feedback more accessible, support multilingual participation, organise large collections of learner responses, assist teachers, and create new forms of dialogue with educational materials.

Its limitations are equally significant. Language models can reproduce bias, misinterpret variation, generate inaccurate explanations, obscure sources, and encourage dependence on automated output. Their apparent fluency can make these weaknesses difficult to recognise.

The future of NLP in education should therefore not be organised around the ambition to automate language-intensive teaching. It should be organised around the more demanding objective of improving the conditions under which learners interpret, reason, communicate, and construct knowledge.

Applied linguistics contributes an understanding of language as contextual, developmental, multilingual, and socially situated. Computer science contributes methods for representation, analysis, generation, and system design. Educational research contributes theories of learning, assessment, and pedagogical interaction. Human-centred AI contributes principles of transparency, agency, inclusion, and accountable design.

The most valuable educational NLP systems will emerge from the connection among these perspectives. They will not treat language merely as data to be classified or generated. They will recognise it as one of the principal means through which people organise experience, participate in learning, and make knowledge their own.

References

Conneau, A., Khandelwal, K., Goyal, N., et al. (2020). Unsupervised cross-lingual representation learning at scale. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics.

Demszky, D., Liu, J., Hill, H. C., Jurafsky, D., and Piech, C. (2023). Can automated feedback improve teachers’ uptake of student ideas? Evidence from a randomised controlled trial in a large-scale online course. Educational Evaluation and Policy Analysis.

European Parliament and Council of the European Union. (2024). Regulation (EU) 2024/1689 laying down harmonised rules on artificial intelligence.


© 2026 Irena Popova. All rights reserved.

Read more on my website: NLP in Education

Direct Link