Legislation Categories
Legislative Updates
Here you can access most recent articles on legislative updates regarding Personal Data Protection Law, Social Security Law, Taxation Law, Occupational Health and Safety Law, Code of Obligations, Labor Law, Turkish Commercial Code, Law on Protection of the Value of Turkish Currency, Foreign Exchange Legislation, and Immigration Law in Türkiye.
Bilateral Treaties
You can access the dates of the most recent international bilateral social security and double taxation treaties made between Türkiye and other countries and relevant documents here.
Test
05 February 2026
Large Language Models (LLMs) are the core AI architectures behind today’s human–machine language interactions. An overview of what these models are, how they are structured, and how they are positioned in business contexts is available in the first article of this series.
This article focuses on how large language models process language. Behind what appears to be a natural conversation lies a set of technical mechanisms that break text into units, convert them into numerical representations, manage context, and generate output based on probabilities. In this context, we will examine the following core concepts:
Taken together, these mechanisms explain how large language models work with language not as isolated words, but as patterns of meaning shaped by context and probability. Each plays a distinct role in how text is interpreted and generated. The sections below examine these components step by step, while keeping their interdependencies in view.
Large language models do not process text as complete words in the way humans perceive them. Instead, text is broken down into tokens—the smallest computational units the model can process.
A token may be:
This process typically relies on subword tokenization methods. Common approaches include:
The Unigram Language Model is a probabilistic approach that selects the tokenization scheme with the highest overall likelihood among multiple possible segmentations. Its language-agnostic nature makes it particularly suitable for multilingual models.
Example:
Sentence: “Data analysis improves business decisions.”
Tokens: ["Data", "analysis", "improves", "business", "decisions", "."]
In agglutinative languages such as Turkish, a single word may be represented as one token or split into multiple sub-tokens. This enables the model to learn both root forms and the semantic contributions of suffixes.
Once tokenized, text is transformed into embeddings—numerical vector representations that the model can process mathematically. Each token is mapped to a fixed-size vector in a high-dimensional vector space.
Within this space:
In modern large language models, embeddings are context-dependent. The same token can be represented by different vectors depending on how it is used in a sentence.
The word “premium” may be embedded differently when used in:
Why this matters
Contextual embeddings allow models to go beyond exact word matching. Even if a specific term does not appear in the input, the model can recognize related expressions and generate responses based on semantic similarity rather than surface form.
The context window defines the maximum number of tokens a model can consider at a single time. It effectively sets the limit for how much text the model can “see” when generating or interpreting output.
Modern large language models can operate on contexts ranging from tens of thousands to, in some cases, hundreds of thousands of tokens. However, this window is finite, and models do not possess long-term memory on their own
When working with long documents or extended conversations, context management is typically handled at the application level. Older content may be summarized, and key information reintroduced into the active context. In practice, this is often referred to as summary-based context management.
Large language models do not learn language by understanding meaning in a human sense. Instead, they learn probabilistic patterns from massive collections of text.
During training, models observe how tokens co-occur across contexts and learn statistical relationships between them. During generation, the model:
This probabilistic approach allows models to generalize to new expressions they have never seen before. In rare cases, however, models may reproduce specific phrases from their training data. For this reason, enterprise use cases typically include additional safeguards and human oversight.
Large language models generate text using an autoregressive approach. At each step, the model considers the current context and predicts the most likely continuation. The selected token is added to the text, forming the input for the next prediction step. This process continues until a natural stopping point is reached.
Prompt: “Artificial intelligence in the business world…”
Based on learned usage patterns, the model recognizes that this phrase is frequently completed with expressions such as “plays an important role.” Rather than selecting words independently, it favors coherent and commonly occurring phrase structures that align with the context.
Token selection during text generation is influenced not only by probabilities, but also by sampling strategies, which directly affect output consistency and variability.
Common strategies include:
These strategies can be applied individually or in combination, depending on the intended use case.
Natural language contains inherent ambiguities, and large language models must navigate these complexities:
In such cases, models may generate responses that appear plausible but are incorrect. This makes human review especially important in professional and enterprise settings.
Understanding these mechanisms helps organizations position large language models not as sources of absolute truth, but as probability-based decision support tools.
This perspective supports:
Typical application areas include:
The next article in this series will focus on how these mechanisms are learned. We will examine training processes, data types, scaling approaches, and the role of human feedback. The concepts discussed in this article provide the foundation for understanding that process.
Notification!
The content in this article is for general information purposes only and belongs to CottGroup® member companies. This content does not constitute legal, financial, or technical advice and cannot be quoted without proper attribution.
CottGroup® member companies do not guarantee that the information in the article is accurate, up-to-date, or complete and are not liable for any damages that may arise from errors, omissions, or misunderstandings that the information may contain.
The information presented here is intended to provide a general overview. Each specific case may require different assessments, and this information may not be applicable to every situation. Therefore, before taking any action based on the information provided in the article, it is strongly recommended that you consult a competent professional in the relevant fields such as legal, financial, technical, and other areas of expertise. If you are a CottGroup® client, do not forget to contact your client representative regarding your specific situation. If you are not our client, please seek advice from an appropriate expert.
To reach CottGroup® member companies, click here.