English
text summarization
The natural language processing task of automatically condensing a source text into a shorter version that preserves its key information and meaning.
Modern text summarization systems can produce an abstract of a long news article in a few seconds.
- https://en.wikipedia.org/wiki/Automatic_summarization
Deutsch
Textzusammenfassung
Aufgabe der maschinellen Sprachverarbeitung, bei der ein Ausgangstext automatisch zu einer kürzeren Fassung verdichtet wird, die dessen zentrale Informationen und Bedeutung erhält.
Die automatische Textzusammenfassung erzeugt aus einem langen Bericht eine prägnante Kurzfassung.
- https://de.wikipedia.org/wiki/Automatische_Zusammenfassung
Français
résumé automatique de texte
Tâche du traitement automatique du langage naturel consistant à condenser automatiquement un texte source en une version plus courte qui en préserve les informations et le sens essentiels.
Le résumé automatique de texte permet d'extraire l'essentiel d'un long document en quelques secondes.
- https://fr.wikipedia.org/wiki/R%C3%A9sum%C3%A9_automatique_de_texte
Italiano
riassunto automatico del testo
Compito dell'elaborazione del linguaggio naturale che consiste nel condensare automaticamente un testo sorgente in una versione più breve, preservandone le informazioni e il significato principali.
Il riassunto automatico del testo genera una sintesi concisa di un articolo lungo.
- https://it.wikipedia.org/wiki/Riassunto_automatico
中文
文本摘要
自然语言处理中的一项任务,即自动将源文本压缩为更简短的版本,同时保留其关键信息和含义。
现代文本摘要系统能在几秒钟内为一篇长新闻生成简明摘要。
- https://zh.wikipedia.org/wiki/%E8%87%AA%E5%8A%A8%E6%91%98%E8%A6%81
English
text-to-speech
Text-to-speech (TTS) is a technology that converts written text into spoken audio using synthetic voices. It is a core component of speech synthesis systems and voice-based interfaces.
The screen reader uses text-to-speech to read web content aloud for visually impaired users.
- https://en.wikipedia.org/wiki/Speech_synthesis
- https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
Deutsch
Text-to-Speech
Text-to-Speech (TTS) bezeichnet die Umwandlung von geschriebenem Text in gesprochene Sprache mittels synthetischer Stimmen. Der Begriff wird im Deutschen häufig englisch verwendet, synonym auch Sprachsynthese.
Der Sprachassistent nutzt Text-to-Speech, um die vorgelesene Antwort in natürlicher Sprache auszugeben.
- https://de.wikipedia.org/wiki/Sprachsynthese
Français
synthèse vocale
La synthèse vocale (text-to-speech, TTS) est une technologie qui convertit un texte écrit en parole audible à l'aide de voix synthétiques. Elle constitue un élément clé des interfaces vocales.
Le lecteur d'écran utilise la synthèse vocale pour lire à voix haute le contenu des pages web.
- https://fr.wikipedia.org/wiki/Synth%C3%A8se_vocale
Italiano
sintesi vocale
La sintesi vocale (text-to-speech, TTS) è la tecnologia che converte il testo scritto in parlato audio mediante voci sintetiche. È un componente fondamentale delle interfacce vocali.
Lo screen reader impiega la sintesi vocale per leggere ad alta voce i contenuti delle pagine web.
- https://it.wikipedia.org/wiki/Sintesi_vocale
中文
文本转语音
文本转语音(TTS)是一种利用合成语音将书面文本转换为可听音频的技术,是语音合成和语音交互界面的核心组成部分。
屏幕阅读器使用文本转语音技术为视障用户朗读网页内容。
- https://zh.wikipedia.org/wiki/%E8%AF%AD%E9%9F%B3%E5%90%88%E6%88%90
English
TF-IDF
TF-IDF (term frequency–inverse document frequency) is a numerical statistic that reflects how important a term is to a document within a collection or corpus. It increases with the term's frequency in a document but is offset by how common the term is across all documents.
The search engine ranked the document higher because the query term had a strong TF-IDF weight.
- https://en.wikipedia.org/wiki/Tf%E2%80%93idf
Deutsch
TF-IDF
TF-IDF (Vorkommenshäufigkeit–inverse Dokumenthäufigkeit) ist ein numerisches Mass, das die Bedeutung eines Terms für ein Dokument innerhalb einer Sammlung oder eines Korpus widerspiegelt. Der Wert steigt mit der Häufigkeit des Terms im Dokument, wird aber durch dessen Häufigkeit im gesamten Korpus gedämpft.
Die Suchmaschine bewertete das Dokument höher, weil der Suchbegriff ein hohes TF-IDF-Gewicht aufwies.
- https://de.wikipedia.org/wiki/Tf-idf-Ma%C3%9F
Français
TF-IDF
TF-IDF (fréquence de terme–fréquence inverse de document) est une mesure numérique qui reflète l'importance d'un terme pour un document au sein d'une collection ou d'un corpus. Sa valeur augmente avec la fréquence du terme dans le document mais est atténuée par sa fréquence dans l'ensemble du corpus.
Le moteur de recherche a mieux classé le document car le terme de la requête présentait un poids TF-IDF élevé.
- https://fr.wikipedia.org/wiki/TF-IDF
Italiano
TF-IDF
TF-IDF (frequenza di termine–frequenza inversa di documento) è una misura numerica che riflette l'importanza di un termine per un documento all'interno di una raccolta o di un corpus. Il valore aumenta con la frequenza del termine nel documento ma è attenuato dalla sua frequenza nell'intero corpus.
Il motore di ricerca ha classificato più in alto il documento perché il termine della query aveva un peso TF-IDF elevato.
- https://it.wikipedia.org/wiki/Tf-idf
中文
TF-IDF
TF-IDF(词频-逆文档频率)是一种用于评估某个词对某个文档在文档集合或语料库中重要程度的数值统计。其值随着词在文档中出现的频率上升,但会因该词在整个语料库中的常见程度而降低。
由于查询词具有较高的 TF-IDF 权重,搜索引擎将该文档的排名提前。
- https://zh.wikipedia.org/wiki/Tf-idf
English
theme
A collection of templates, stylesheets and assets that together define the visual appearance and layout of a website or content-management system.
The developer installed a responsive WordPress theme to give the blog a modern look.
- https://developer.wordpress.org/themes/
- https://en.wikipedia.org/wiki/Theme_(computing)
Deutsch
Theme
Eine Sammlung von Templates, Stylesheets und Assets, die das visuelle Erscheinungsbild und Layout einer Website oder eines Content-Management-Systems festlegt.
Der Entwickler installierte ein responsives WordPress-Theme, um dem Blog ein modernes Aussehen zu geben.
- https://de.wordpress.org/themes/
- https://de.wikipedia.org/wiki/WordPress
Français
thème
Ensemble de modèles, de feuilles de style et de ressources qui définissent l'apparence visuelle et la mise en page d'un site web ou d'un système de gestion de contenu.
Le développeur a installé un thème WordPress responsive pour donner un aspect moderne au blog.
- https://fr.wordpress.org/themes/
- https://fr.wikipedia.org/wiki/WordPress
Italiano
tema
Insieme di template, fogli di stile e risorse che definiscono l'aspetto visivo e il layout di un sito web o di un sistema di gestione dei contenuti.
Lo sviluppatore ha installato un tema WordPress responsive per dare al blog un aspetto moderno.
- https://it.wordpress.org/themes/
- https://it.wikipedia.org/wiki/WordPress
中文
主题
由模板、样式表和资源组成的集合,用于定义网站或内容管理系统的视觉外观和布局。
开发者安装了一个响应式 WordPress 主题,让博客呈现现代化的外观。
- https://cn.wordpress.org/themes/
- https://zh.wikipedia.org/wiki/WordPress
English
thin content
Web content that provides little or no added value to the user, such as pages with minimal, duplicated or automatically generated text. Search engines like Google may devalue or exclude such pages from rankings.
The audit flagged hundreds of thin content pages consisting of little more than a product name and price.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
Thin Content
Webinhalte mit geringem oder keinem Mehrwert für den Nutzer, etwa Seiten mit wenig, dupliziertem oder automatisch generiertem Text. Suchmaschinen wie Google können solche Seiten abwerten oder aus dem Index ausschließen.
Das SEO-Audit deckte zahlreiche Seiten mit Thin Content auf, die nur aus Produktname und Preis bestanden.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
contenu de faible qualité
Contenu web offrant peu ou pas de valeur ajoutée pour l'utilisateur, comme des pages au texte minimal, dupliqué ou généré automatiquement. Les moteurs de recherche tels que Google peuvent dévaluer ou exclure ces pages du classement.
L'audit a repéré de nombreuses pages de faible qualité ne contenant qu'un nom de produit et un prix.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
thin content
Contenuti web che offrono un valore aggiunto scarso o nullo per l'utente, come pagine con testo minimo, duplicato o generato automaticamente. I motori di ricerca come Google possono penalizzare o escludere tali pagine dal ranking.
L'audit ha individuato numerose pagine di thin content composte solo dal nome del prodotto e dal prezzo.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
薄弱内容
指对用户几乎没有附加价值的网页内容,如文本极少、重复或自动生成的页面。谷歌等搜索引擎可能会降低此类页面的排名或将其排除在索引之外。
审核发现了大量薄弱内容页面,这些页面仅包含产品名称和价格。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://zh.wikipedia.org/wiki/搜索引擎优化
English
third-party cookie
A cookie set under a domain different from the one shown in the browser's address bar, typically used for cross-site tracking, advertising and analytics.
Many advertising networks rely on a third-party cookie to recognise the same user across different websites.
- https://developer.mozilla.org/en-US/docs/Web/Privacy/Third-party_cookies
- https://en.wikipedia.org/wiki/HTTP_cookie
Deutsch
Drittanbieter-Cookie
Ein Cookie, das von einer anderen Domain als der in der Adresszeile angezeigten gesetzt wird und meist der websiteübergreifenden Nachverfolgung, Werbung und Analyse dient.
Werbenetzwerke nutzen ein Drittanbieter-Cookie, um denselben Nutzer auf verschiedenen Websites wiederzuerkennen.
- https://developer.mozilla.org/de/docs/Web/Privacy/Third-party_cookies
- https://de.wikipedia.org/wiki/HTTP-Cookie
Français
cookie tiers
Cookie déposé par un domaine différent de celui affiché dans la barre d'adresse du navigateur, généralement utilisé pour le suivi intersites, la publicité et l'analyse.
Les régies publicitaires s'appuient sur un cookie tiers pour reconnaître le même utilisateur sur plusieurs sites.
- https://developer.mozilla.org/fr/docs/Web/Privacy/Third-party_cookies
- https://fr.wikipedia.org/wiki/Cookie_(informatique)
Italiano
cookie di terze parti
Cookie impostato da un dominio diverso da quello mostrato nella barra degli indirizzi del browser, utilizzato tipicamente per il tracciamento intersito, la pubblicità e l'analisi.
Le reti pubblicitarie usano un cookie di terze parti per riconoscere lo stesso utente su siti diversi.
- https://developer.mozilla.org/it/docs/Web/Privacy/Third-party_cookies
- https://it.wikipedia.org/wiki/Cookie
中文
第三方 Cookie
由与浏览器地址栏所显示域名不同的域设置的 Cookie,通常用于跨站点追踪、广告投放和数据分析。
广告网络依靠第三方 Cookie 在不同网站上识别同一用户。
- https://developer.mozilla.org/zh-CN/docs/Web/Privacy/Third-party_cookies
- https://zh.wikipedia.org/wiki/Cookie
English
thought leadership
A content marketing strategy in which an individual or brand establishes itself as a recognized authority and trusted expert in a particular field by publishing insightful, original perspectives. It builds credibility, trust and influence rather than promoting products directly.
Through regular in-depth articles on industry trends, the agency built strong thought leadership in the SEO sector.
- https://en.wikipedia.org/wiki/Thought_leader
Deutsch
Thought Leadership
Eine Content-Marketing-Strategie, bei der sich eine Person oder Marke durch fundierte, eigenständige Beiträge als anerkannte Autorität und vertrauenswürdiger Experte in einem Fachgebiet positioniert. Ziel ist der Aufbau von Glaubwürdigkeit und Einfluss statt direkter Produktwerbung.
Mit regelmässigen Fachartikeln zu Branchentrends baute die Agentur ihre Thought Leadership im SEO-Bereich aus.
- https://de.wikipedia.org/wiki/Meinungsf%C3%BChrer
Français
leadership éclairé
Stratégie de marketing de contenu par laquelle une personne ou une marque s'impose comme une autorité reconnue et un expert de confiance dans un domaine en publiant des analyses originales et pertinentes. Elle vise à bâtir crédibilité et influence plutôt qu'à vendre directement.
Grâce à des articles de fond réguliers sur les tendances du secteur, l'agence a renforcé son leadership éclairé dans le domaine du SEO.
- https://fr.wikipedia.org/wiki/Leader_d%27opinion
Italiano
thought leadership
Strategia di content marketing con cui una persona o un marchio si afferma come autorità riconosciuta ed esperto affidabile in un determinato settore pubblicando contenuti originali e approfonditi. Punta a costruire credibilità e influenza anziché promuovere direttamente i prodotti.
Con articoli di approfondimento regolari sulle tendenze di settore, l'agenzia ha consolidato la propria thought leadership nel campo della SEO.
- https://it.wikipedia.org/wiki/Opinion_leader
中文
思想领导力
一种内容营销策略,指个人或品牌通过发布富有洞见的原创观点,在特定领域确立公认的权威和可信专家地位。其目标是建立信誉与影响力,而非直接推销产品。
通过定期发布关于行业趋势的深度文章,该机构在 SEO 领域树立了强大的思想领导力。
- https://en.wikipedia.org/wiki/Thought_leader
English
time on page
The amount of time a visitor spends viewing a specific page before navigating to another page or leaving the site. It is a web analytics metric used to gauge content engagement.
The blog article had an average time on page of over three minutes, indicating strong reader engagement.
- https://support.google.com/analytics/answer/11986666
Deutsch
Verweildauer auf der Seite
Die Zeitspanne, die ein Besucher auf einer bestimmten Seite verbringt, bevor er zu einer anderen Seite wechselt oder die Website verlässt. Es handelt sich um eine Web-Analytics-Kennzahl zur Messung des Content-Engagements.
Der Ratgeberartikel erzielte eine durchschnittliche Verweildauer auf der Seite von über drei Minuten.
- https://support.google.com/analytics/answer/11986666?hl=de
Français
temps passé sur la page
Durée pendant laquelle un visiteur consulte une page donnée avant de passer à une autre page ou de quitter le site. Il s'agit d'une métrique de web analytics mesurant l'engagement envers le contenu.
L'article de blog a enregistré un temps passé sur la page moyen de plus de trois minutes.
- https://support.google.com/analytics/answer/11986666?hl=fr
Italiano
tempo sulla pagina
L'intervallo di tempo che un visitatore trascorre su una determinata pagina prima di passare a un'altra pagina o di abbandonare il sito. È una metrica di web analytics utile a misurare il coinvolgimento con i contenuti.
L'articolo del blog ha registrato un tempo sulla pagina medio di oltre tre minuti.
- https://support.google.com/analytics/answer/11986666?hl=it
中文
页面停留时间
访问者在跳转到其他页面或离开网站之前,在某个特定页面上浏览所花费的时间。这是衡量内容参与度的一项网站分析指标。
这篇博客文章的平均页面停留时间超过三分钟,表明读者参与度很高。
- https://support.google.com/analytics/answer/11986666?hl=zh-Hans
English
time to first byte
Time to first byte (TTFB) is the duration from the user or client making an HTTP request to the first byte of the response being received by the browser. It measures server responsiveness including redirects, DNS, connection, and server processing time.
A high time to first byte often indicates slow server processing or excessive redirects that hurt page performance.
- https://web.dev/articles/ttfb
- https://developer.mozilla.org/en-US/docs/Glossary/Time_to_first_byte
Deutsch
Time to First Byte
Time to First Byte (TTFB) ist die Zeitspanne zwischen dem Absenden einer HTTP-Anfrage durch den Client und dem Empfang des ersten Antwort-Bytes im Browser. Sie misst die Reaktionsfähigkeit des Servers einschliesslich Weiterleitungen, DNS-Auflösung, Verbindungsaufbau und Server-Verarbeitung.
Eine hohe Time to First Byte deutet oft auf eine langsame Serververarbeitung oder überflüssige Weiterleitungen hin.
- https://web.dev/articles/ttfb
- https://developer.mozilla.org/de/docs/Glossary/Time_to_first_byte
Français
Time to First Byte
Le Time to First Byte (TTFB) est la durée entre l'envoi d'une requête HTTP par le client et la réception du premier octet de la réponse par le navigateur. Il mesure la réactivité du serveur, y compris les redirections, la résolution DNS, l'établissement de la connexion et le traitement serveur.
Un Time to First Byte élevé révèle souvent un traitement serveur lent ou des redirections superflues.
- https://web.dev/articles/ttfb
- https://developer.mozilla.org/fr/docs/Glossary/Time_to_first_byte
Italiano
Time to First Byte
Il Time to First Byte (TTFB) è l'intervallo di tempo tra l'invio di una richiesta HTTP da parte del client e la ricezione del primo byte della risposta da parte del browser. Misura la reattività del server, incluse redirezioni, risoluzione DNS, apertura della connessione ed elaborazione lato server.
Un Time to First Byte elevato indica spesso un'elaborazione del server lenta o redirezioni superflue.
- https://web.dev/articles/ttfb
- https://developer.mozilla.org/it/docs/Glossary/Time_to_first_byte
中文
首字节时间
首字节时间(TTFB)是指从客户端发出 HTTP 请求到浏览器接收到响应第一个字节所经历的时长。它衡量服务器的响应能力,包括重定向、DNS 解析、连接建立和服务器处理时间。
较高的首字节时间通常意味着服务器处理缓慢或存在过多重定向。
- https://web.dev/articles/ttfb
- https://developer.mozilla.org/zh-CN/docs/Glossary/Time_to_first_byte
English
title tag
An HTML element that specifies the title of a web page, displayed in the browser tab and typically used as the clickable headline in search engine results pages.
A concise, keyword-rich title tag can improve click-through rates from search results.
- https://developers.google.com/search/docs/appearance/title-link
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title
Deutsch
Title-Tag
Ein HTML-Element, das den Titel einer Webseite festlegt und im Browser-Tab sowie meist als klickbare Überschrift in den Suchergebnisseiten angezeigt wird.
Ein prägnantes, keywordreiches Title-Tag kann die Klickrate in den Suchergebnissen erhöhen.
- https://developers.google.com/search/docs/appearance/title-link?hl=de
- https://de.wikipedia.org/wiki/Titel-Tag
Français
balise title
Élément HTML qui définit le titre d'une page web, affiché dans l'onglet du navigateur et généralement utilisé comme titre cliquable dans les pages de résultats des moteurs de recherche.
Une balise title concise et riche en mots-clés peut améliorer le taux de clic depuis les résultats de recherche.
- https://developers.google.com/search/docs/appearance/title-link?hl=fr
- https://developer.mozilla.org/fr/docs/Web/HTML/Element/title
Italiano
tag title
Elemento HTML che specifica il titolo di una pagina web, visualizzato nella scheda del browser e generalmente utilizzato come titolo cliccabile nelle pagine dei risultati dei motori di ricerca.
Un tag title conciso e ricco di parole chiave può migliorare il tasso di clic dai risultati di ricerca.
- https://developers.google.com/search/docs/appearance/title-link?hl=it
- https://developer.mozilla.org/it/docs/Web/HTML/Element/title
中文
标题标签
一种 HTML 元素,用于指定网页的标题,显示在浏览器标签页中,通常在搜索引擎结果页面中作为可点击的标题呈现。
简洁且包含关键词的标题标签可以提高搜索结果中的点击率。
- https://developers.google.com/search/docs/appearance/title-link?hl=zh-cn
- https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/title
English
TLS
Transport Layer Security is a cryptographic protocol that provides encrypted, authenticated communication between clients and servers over a network. It is the successor to SSL and underpins HTTPS connections.
A valid TLS certificate is required to serve a website over HTTPS, which is a confirmed Google ranking signal.
- https://datatracker.ietf.org/doc/html/rfc8446
- https://en.wikipedia.org/wiki/Transport_Layer_Security
Deutsch
TLS
Transport Layer Security ist ein kryptografisches Protokoll zur verschlüsselten und authentifizierten Kommunikation zwischen Client und Server. Es ist der Nachfolger von SSL und bildet die Grundlage für HTTPS-Verbindungen.
Für die Auslieferung einer Website über HTTPS ist ein gültiges TLS-Zertifikat erforderlich, das zugleich ein Google-Rankingfaktor ist.
- https://datatracker.ietf.org/doc/html/rfc8446
- https://de.wikipedia.org/wiki/Transport_Layer_Security
Français
TLS
Transport Layer Security est un protocole cryptographique assurant une communication chiffrée et authentifiée entre client et serveur sur un réseau. Il succède au SSL et constitue la base des connexions HTTPS.
Un certificat TLS valide est indispensable pour diffuser un site en HTTPS, ce qui représente un facteur de classement pour Google.
- https://datatracker.ietf.org/doc/html/rfc8446
- https://fr.wikipedia.org/wiki/Transport_Layer_Security
Italiano
TLS
Transport Layer Security è un protocollo crittografico che garantisce una comunicazione cifrata e autenticata tra client e server in rete. È il successore di SSL e costituisce la base delle connessioni HTTPS.
Per servire un sito tramite HTTPS è necessario un certificato TLS valido, elemento che rappresenta anche un fattore di ranking per Google.
- https://datatracker.ietf.org/doc/html/rfc8446
- https://it.wikipedia.org/wiki/Transport_Layer_Security
中文
传输层安全协议
传输层安全协议(TLS)是一种加密协议,用于在网络中为客户端与服务器之间提供加密和身份验证的通信。它是 SSL 的继任者,是 HTTPS 连接的基础。
通过 HTTPS 提供网站服务需要有效的 TLS 证书,而 HTTPS 是 Google 确认的排名信号之一。
- https://datatracker.ietf.org/doc/html/rfc8446
- https://zh.wikipedia.org/wiki/傳輸層安全性協定
English
token
A token is the basic unit of text that a language model processes, typically a word, subword, or character sequence produced by a tokenizer. Model input length and pricing are commonly measured in tokens.
The prompt was truncated because it exceeded the model's maximum context window of 128,000 tokens.
- https://platform.openai.com/tokenizer
- https://en.wikipedia.org/wiki/Large_language_model
Deutsch
Token
Ein Token ist die kleinste Verarbeitungseinheit, in die ein Sprachmodell Text zerlegt, meist ein Wort, Wortteil oder eine Zeichenfolge, die vom Tokenizer erzeugt wird. Kontextlänge und Preise werden häufig in Token gemessen.
Die Eingabe wurde gekürzt, da sie das maximale Kontextfenster des Modells von 128.000 Token überschritt.
- https://de.wikipedia.org/wiki/Large_Language_Model
- https://platform.openai.com/tokenizer
Français
token
Un token est l'unité de base de texte traitée par un modèle de langage, généralement un mot, un sous-mot ou une séquence de caractères produite par le tokeniseur. La longueur de contexte et la tarification se mesurent souvent en tokens.
L'invite a été tronquée car elle dépassait la fenêtre de contexte maximale du modèle de 128 000 tokens.
- https://fr.wikipedia.org/wiki/Grand_mod%C3%A8le_de_langage
- https://platform.openai.com/tokenizer
Italiano
token
Un token è l'unità di base del testo elaborata da un modello linguistico, tipicamente una parola, una sottoparola o una sequenza di caratteri generata dal tokenizer. La lunghezza del contesto e i costi si misurano spesso in token.
Il prompt è stato troncato perché superava la finestra di contesto massima del modello di 128.000 token.
- https://it.wikipedia.org/wiki/Modello_linguistico_di_grandi_dimensioni
- https://platform.openai.com/tokenizer
中文
词元
词元(token)是语言模型处理文本的基本单位,通常是由分词器生成的单词、子词或字符序列。模型的上下文长度和计费常以词元数量衡量。
由于提示词超过了模型 128,000 个词元的最大上下文窗口,输入被截断。
- https://zh.wikipedia.org/wiki/%E5%A4%A7%E5%9E%8B%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B
- https://platform.openai.com/tokenizer
English
tokenization
The process of breaking down text into smaller units called tokens, such as words, subwords or characters, which serve as the basic input for natural language processing and large language models.
During tokenization, the sentence is split into subword tokens that the language model can process.
- https://en.wikipedia.org/wiki/Lexical_analysis#Tokenization
- https://platform.openai.com/tokenizer
Deutsch
Tokenisierung
Das Zerlegen von Text in kleinere Einheiten, sogenannte Tokens (Wörter, Subwörter oder Zeichen), die als Grundeingabe für die Verarbeitung natürlicher Sprache und für grosse Sprachmodelle dienen.
Bei der Tokenisierung wird der Satz in Subwort-Tokens zerlegt, die das Sprachmodell verarbeiten kann.
- https://de.wikipedia.org/wiki/Tokenisierung
Français
tokenisation
Processus consistant à découper un texte en unités plus petites appelées tokens (mots, sous-mots ou caractères), qui servent d'entrée de base au traitement automatique du langage et aux grands modèles de langage.
Lors de la tokenisation, la phrase est découpée en sous-mots que le modèle de langage peut traiter.
- https://fr.wikipedia.org/wiki/Tokenisation
Italiano
tokenizzazione
Processo di suddivisione di un testo in unità più piccole chiamate token (parole, sottoparole o caratteri), che fungono da input di base per l'elaborazione del linguaggio naturale e per i grandi modelli linguistici.
Durante la tokenizzazione la frase viene suddivisa in token di sottoparole che il modello linguistico può elaborare.
- https://it.wikipedia.org/wiki/Tokenizzazione
中文
分词
将文本切分为更小单元(词、子词或字符,即 token)的过程,这些单元作为自然语言处理和大语言模型的基本输入。
在分词过程中,句子被切分为语言模型可以处理的子词 token。
- https://zh.wikipedia.org/wiki/分词
English
tool use
The capability of a large language model to invoke external tools, functions or APIs to obtain information or perform actions beyond its own text generation. Tool use lets the model delegate tasks such as calculations, searches or database queries to specialized systems.
Thanks to tool use, the assistant called a weather API to return the current forecast instead of guessing.
- https://platform.openai.com/docs/guides/function-calling
- https://docs.anthropic.com/en/docs/build-with-claude/tool-use
Deutsch
Tool-Nutzung
Die Fähigkeit eines grossen Sprachmodells, externe Werkzeuge, Funktionen oder APIs aufzurufen, um Informationen zu beschaffen oder Aktionen auszuführen, die über die reine Textgenerierung hinausgehen. Aufgaben wie Berechnungen, Suchen oder Datenbankabfragen werden dabei an spezialisierte Systeme delegiert.
Dank Tool-Nutzung rief der Assistent eine Wetter-API auf, statt die Vorhersage zu raten.
- https://platform.openai.com/docs/guides/function-calling
Français
utilisation d'outils
Capacité d'un grand modèle de langage à invoquer des outils, fonctions ou API externes afin d'obtenir des informations ou d'effectuer des actions dépassant sa simple génération de texte. Le modèle délègue ainsi des tâches comme les calculs, les recherches ou les requêtes de base de données à des systèmes spécialisés.
Grâce à l'utilisation d'outils, l'assistant a appelé une API météo au lieu de deviner les prévisions.
- https://platform.openai.com/docs/guides/function-calling
Italiano
uso di strumenti
Capacità di un grande modello linguistico di invocare strumenti, funzioni o API esterne per ottenere informazioni o eseguire azioni che vanno oltre la semplice generazione di testo. Il modello delega così compiti come calcoli, ricerche o interrogazioni di database a sistemi specializzati.
Grazie all'uso di strumenti, l'assistente ha chiamato un'API meteo invece di indovinare le previsioni.
- https://platform.openai.com/docs/guides/function-calling
中文
工具使用
大型语言模型调用外部工具、函数或 API 以获取信息或执行超出自身文本生成能力的操作。通过工具使用,模型可将计算、搜索或数据库查询等任务委托给专门的系统。
借助工具使用,助手调用了天气 API 来返回实时预报,而不是凭空猜测。
- https://platform.openai.com/docs/guides/function-calling
English
top of funnel
The earliest stage of the marketing funnel, focused on generating awareness and attracting a broad audience that may not yet know a brand or product. Content and campaigns at this stage aim to reach and educate rather than to convert directly.
Blog posts and social media videos are typical top of funnel content designed to build brand awareness.
- https://en.wikipedia.org/wiki/Purchase_funnel
Deutsch
Top of Funnel
Die früheste Phase des Marketing-Funnels, in der Aufmerksamkeit erzeugt und eine breite Zielgruppe angesprochen wird, die eine Marke oder ein Produkt möglicherweise noch nicht kennt. Inhalte zielen hier auf Reichweite und Information, nicht auf direkte Konversion.
Blogartikel und Social-Media-Videos sind typische Top-of-Funnel-Inhalte zur Steigerung der Markenbekanntheit.
- https://de.wikipedia.org/wiki/Verkaufstrichter
Français
top of funnel
La première étape de l'entonnoir marketing, centrée sur la création de notoriété et l'attraction d'un large public qui ne connaît pas encore forcément une marque ou un produit. Les contenus visent la portée et l'information plutôt que la conversion directe.
Les articles de blog et les vidéos sur les réseaux sociaux sont des contenus typiques de top of funnel destinés à accroître la notoriété de la marque.
- https://fr.wikipedia.org/wiki/Entonnoir_de_conversion
Italiano
top of funnel
La fase iniziale del funnel di marketing, incentrata sulla generazione di consapevolezza e sull'attrazione di un pubblico ampio che potrebbe non conoscere ancora un marchio o un prodotto. I contenuti mirano alla copertura e all'informazione più che alla conversione diretta.
Gli articoli di blog e i video sui social media sono tipici contenuti top of funnel pensati per aumentare la notorietà del marchio.
- https://it.wikipedia.org/wiki/Imbuto_di_vendita
中文
漏斗顶部
营销漏斗的最初阶段,重点在于建立品牌认知并吸引尚未了解某品牌或产品的广泛受众。此阶段的内容旨在扩大触达和传递信息,而非直接促成转化。
博客文章和社交媒体视频是典型的漏斗顶部内容,用于提升品牌知名度。
- https://zh.wikipedia.org/wiki/%E9%94%80%E5%94%AE%E6%BC%8F%E6%96%97
English
Top Stories
A SERP feature that displays a carousel or box of timely, newsworthy articles from various publishers relevant to a search query. Eligible pages typically come from indexed, authoritative news sources.
After the election results were announced, several outlets appeared in the Top Stories carousel on Google's search results.
- https://developers.google.com/search/docs/appearance/structured-data/article
- https://support.google.com/webmasters/answer/9606710
Deutsch
Top Stories
Ein SERP-Feature, das ein Karussell oder eine Box mit aktuellen, nachrichtenrelevanten Artikeln verschiedener Publisher zu einer Suchanfrage anzeigt. Die englische Bezeichnung ist auch im Deutschen gebräuchlich.
Bei aktuellen Ereignissen erscheinen relevante Nachrichtenartikel im Top-Stories-Karussell der Google-Suche.
- https://developers.google.com/search/docs/appearance/structured-data/article?hl=de
Français
Top Stories
Fonctionnalité SERP affichant un carrousel ou un bloc d'articles d'actualité récents et pertinents provenant de différents éditeurs pour une requête donnée. Le terme anglais est couramment utilisé, parfois traduit par « À la une ».
Lors d'un événement majeur, des articles récents apparaissent dans le carrousel Top Stories des résultats de recherche Google.
- https://developers.google.com/search/docs/appearance/structured-data/article?hl=fr
Italiano
Top Stories
Funzionalità SERP che mostra un carosello o un riquadro con articoli di notizie recenti e pertinenti provenienti da vari editori per una determinata query. Il termine inglese è di uso comune anche in italiano.
In caso di eventi di attualità, gli articoli di notizie compaiono nel carosello Top Stories dei risultati di ricerca di Google.
- https://developers.google.com/search/docs/appearance/structured-data/article?hl=it
中文
头条新闻
一种 SERP 功能,以轮播或方框形式展示与搜索查询相关的、来自不同发布者的最新新闻文章。符合条件的页面通常来自已收录的权威新闻来源。
重大事件发生后,多家媒体的报道出现在谷歌搜索结果的头条新闻轮播中。
- https://developers.google.com/search/docs/appearance/structured-data/article?hl=zh-cn
English
topic modeling
A statistical technique in NLP that discovers abstract topics within a collection of documents by identifying clusters of co-occurring words. Common algorithms include Latent Dirichlet Allocation (LDA).
Using topic modeling, the search engine grouped thousands of articles into coherent thematic clusters.
- https://en.wikipedia.org/wiki/Topic_model
Deutsch
Topic Modeling
Ein statistisches Verfahren im NLP, das abstrakte Themen in einer Dokumentensammlung durch das Auffinden von häufig gemeinsam auftretenden Wortgruppen ermittelt. Häufig eingesetzt wird die Latent Dirichlet Allocation (LDA).
Mithilfe von Topic Modeling wurden die Nachrichtenartikel automatisch nach Themen gruppiert.
- https://de.wikipedia.org/wiki/Topic_Model
Français
modélisation thématique
Technique statistique en TAL qui découvre des thèmes abstraits dans un ensemble de documents en identifiant des groupes de mots cooccurrents. L'algorithme le plus courant est l'allocation de Dirichlet latente (LDA).
Grâce à la modélisation thématique, le moteur a regroupé les documents selon leurs sujets principaux.
- https://fr.wikipedia.org/wiki/Mod%C3%A8le_th%C3%A9matique
Italiano
modellazione degli argomenti
Tecnica statistica di NLP che individua argomenti astratti all'interno di una raccolta di documenti identificando gruppi di parole che ricorrono insieme. L'algoritmo più diffuso è la Latent Dirichlet Allocation (LDA).
Con la modellazione degli argomenti il sistema ha suddiviso gli articoli in gruppi tematici coerenti.
- https://it.wikipedia.org/wiki/Topic_model
中文
主题模型
自然语言处理中的一种统计方法,通过识别共同出现的词语群来发现文档集合中的抽象主题。最常用的算法是潜在狄利克雷分配(LDA)。
利用主题模型,搜索引擎将成千上万篇文章聚类为若干连贯的主题。
- https://zh.wikipedia.org/wiki/%E4%B8%BB%E9%A2%98%E6%A8%A1%E5%9E%8B
English
top-level domain
The highest level in the hierarchical Domain Name System, appearing as the last segment of a domain name after the final dot. Examples include generic TLDs like .com and country-code TLDs like .de.
In the domain name example.com, the top-level domain is .com.
- https://en.wikipedia.org/wiki/Top-level_domain
- https://www.iana.org/domains/root/db
Deutsch
Top-Level-Domain
Die oberste Ebene des hierarchischen Domain Name Systems, die als letzter Abschnitt eines Domainnamens nach dem letzten Punkt steht. Man unterscheidet generische TLDs wie .com und länderspezifische TLDs wie .de.
Im Domainnamen beispiel.de ist .de die Top-Level-Domain.
- https://de.wikipedia.org/wiki/Top-Level-Domain
Français
domaine de premier niveau
Le niveau le plus élevé du système hiérarchique de noms de domaine, correspondant au dernier segment d'un nom de domaine après le point final. On distingue les TLD génériques comme .com et les TLD nationaux comme .fr.
Dans le nom de domaine exemple.fr, le domaine de premier niveau est .fr.
- https://fr.wikipedia.org/wiki/Domaine_de_premier_niveau
Italiano
dominio di primo livello
Il livello più alto del sistema gerarchico dei nomi di dominio, corrispondente all'ultimo segmento di un nome di dominio dopo il punto finale. Si distinguono i TLD generici come .com e quelli nazionali come .it.
Nel nome di dominio esempio.it, il dominio di primo livello è .it.
- https://it.wikipedia.org/wiki/Dominio_di_primo_livello
中文
顶级域名
域名系统层级结构中的最高级别,即域名中最后一个点之后的部分。包括通用顶级域名(如 .com)和国家和地区顶级域名(如 .cn)。
在域名 example.cn 中,顶级域名是 .cn。
- https://zh.wikipedia.org/wiki/顶级域
English
top-p sampling
A decoding strategy for language models that selects the next token from the smallest set of candidates whose cumulative probability exceeds a threshold p. It dynamically limits the sampling pool to the most probable tokens.
By setting top-p sampling to 0.9, the model only considers tokens that together make up 90% of the probability mass.
- https://en.wikipedia.org/wiki/Top-p_sampling
- https://platform.openai.com/docs/api-reference/completions
Deutsch
Top-p-Sampling
Eine Dekodierungsstrategie für Sprachmodelle, bei der das nächste Token aus der kleinsten Menge von Kandidaten gewählt wird, deren kumulierte Wahrscheinlichkeit einen Schwellenwert p überschreitet. Der Auswahlpool wird dynamisch begrenzt.
Bei einem Top-p-Sampling von 0,9 berücksichtigt das Modell nur Tokens, die zusammen 90 % der Wahrscheinlichkeitsmasse ausmachen.
- https://de.wikipedia.org/wiki/Top-p_sampling
Français
échantillonnage top-p
Une stratégie de décodage pour les modèles de langage qui sélectionne le prochain jeton dans le plus petit ensemble de candidats dont la probabilité cumulée dépasse un seuil p. Le pool d'échantillonnage est limité dynamiquement.
Avec un échantillonnage top-p de 0,9, le modèle ne considère que les jetons représentant ensemble 90 % de la masse de probabilité.
- https://fr.wikipedia.org/wiki/Top-p_sampling
Italiano
campionamento top-p
Una strategia di decodifica per i modelli linguistici che seleziona il token successivo dall'insieme più piccolo di candidati la cui probabilità cumulativa supera una soglia p. Il pool di campionamento è limitato dinamicamente.
Con un campionamento top-p di 0,9, il modello considera solo i token che insieme rappresentano il 90 % della massa di probabilità.
- https://it.wikipedia.org/wiki/Top-p_sampling
中文
核采样
一种语言模型的解码策略,从累积概率超过阈值 p 的最小候选集合中选择下一个词元,动态限制采样范围。
将核采样(top-p)设为 0.9 时,模型只考虑累计概率达到 90% 的词元。
- https://zh.wikipedia.org/wiki/Top-p_sampling
English
toxic link
A backlink from a low-quality, spammy or manipulative source that can harm a website's search rankings or trigger a Google penalty. Toxic links are typically identified during link audits and neutralized via disavowal.
The SEO audit flagged several toxic links from a private blog network pointing to the client's homepage.
- https://developers.google.com/search/docs/essentials/spam-policies
- https://support.google.com/webmasters/answer/2648487
Deutsch
toxischer Link
Ein Backlink von einer minderwertigen, spammigen oder manipulativen Quelle, der dem Ranking einer Website schaden oder eine Google-Abstrafung auslösen kann. Toxische Links werden bei Link-Audits erkannt und über das Disavow-Tool entwertet.
Beim Link-Audit wurden mehrere toxische Links aus einem Linknetzwerk identifiziert und zur Entwertung eingereicht.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=de
- https://support.google.com/webmasters/answer/2648487?hl=de
Français
lien toxique
Backlink provenant d'une source de faible qualité, spammy ou manipulatrice, susceptible de nuire au classement d'un site ou de déclencher une pénalité Google. Les liens toxiques sont détectés lors d'audits de liens et neutralisés via l'outil de désaveu.
L'audit de liens a révélé plusieurs liens toxiques issus d'un réseau de blogs privés.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
- https://support.google.com/webmasters/answer/2648487?hl=fr
Italiano
link tossico
Backlink proveniente da una fonte di bassa qualità, spam o manipolativa, che può danneggiare il posizionamento di un sito o innescare una penalizzazione di Google. I link tossici vengono individuati durante gli audit dei link e neutralizzati tramite lo strumento di disavow.
L'audit dei link ha segnalato diversi link tossici provenienti da una rete di blog privati.
- https://developers.google.com/search/docs/essentials/spam-policies?hl=it
- https://support.google.com/webmasters/answer/2648487?hl=it
中文
有害链接
来自低质量、垃圾或操纵性来源的反向链接,可能损害网站的搜索排名或触发 Google 的惩罚。有害链接通常在链接审计中被识别,并通过拒绝链接工具(disavow)予以处理。
SEO 审计发现有多个来自私人博客网络的有害链接指向客户网站首页。
- https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
- https://support.google.com/webmasters/answer/2648487?hl=zh-Hans
English
tracking code
A snippet of JavaScript or HTML placed on web pages that collects and sends visitor data to an analytics or marketing platform. It enables measurement of traffic, conversions and user behavior.
After adding the Google Analytics tracking code to every page, we could finally measure our conversion rate.
- https://support.google.com/analytics/answer/1008080
- https://en.wikipedia.org/wiki/Web_analytics
Deutsch
Tracking-Code
Ein JavaScript- oder HTML-Snippet, das in Webseiten eingebunden wird, um Besucherdaten zu erfassen und an eine Analyse- oder Marketingplattform zu senden. Er ermöglicht die Messung von Traffic, Conversions und Nutzerverhalten.
Nachdem wir den Tracking-Code von Google Analytics auf allen Seiten eingebunden hatten, konnten wir die Conversion-Rate messen.
- https://support.google.com/analytics/answer/1008080
- https://de.wikipedia.org/wiki/Webanalyse
Français
code de suivi
Extrait de code JavaScript ou HTML inséré dans les pages web afin de collecter et transmettre des données de visite à une plateforme d'analyse ou de marketing. Il permet de mesurer le trafic, les conversions et le comportement des utilisateurs.
Après avoir ajouté le code de suivi de Google Analytics à toutes les pages, nous avons pu mesurer notre taux de conversion.
- https://support.google.com/analytics/answer/1008080
- https://fr.wikipedia.org/wiki/Mesure_d%27audience_d%27Internet
Italiano
codice di monitoraggio
Frammento di codice JavaScript o HTML inserito nelle pagine web per raccogliere e inviare dati sui visitatori a una piattaforma di analisi o marketing. Consente di misurare traffico, conversioni e comportamento degli utenti.
Dopo aver aggiunto il codice di monitoraggio di Google Analytics a tutte le pagine, abbiamo potuto misurare il tasso di conversione.
- https://support.google.com/analytics/answer/1008080
- https://it.wikipedia.org/wiki/Web_analytics
中文
跟踪代码
嵌入网页中的一段 JavaScript 或 HTML 代码片段,用于收集访客数据并发送到分析或营销平台,从而测量流量、转化和用户行为。
在所有页面添加了 Google Analytics 跟踪代码后,我们终于能够测量转化率。
- https://support.google.com/analytics/answer/1008080
- https://zh.wikipedia.org/wiki/%E7%B6%B2%E7%AB%99%E5%88%86%E6%9E%90
English
tracking pixel
A tracking pixel is a tiny, often 1x1-pixel and transparent image embedded in a web page or email that loads from a remote server to record user activity such as opens, visits or conversions.
The marketing team added a tracking pixel to the newsletter to measure how many recipients opened the email.
- https://en.wikipedia.org/wiki/Web_beacon
Deutsch
Tracking-Pixel
Ein Tracking-Pixel ist eine winzige, meist 1x1 Pixel grosse und transparente Grafik in einer Webseite oder E-Mail, die von einem Server geladen wird, um Nutzeraktivitäten wie Öffnungen, Besuche oder Conversions zu erfassen.
Das Marketingteam band einen Tracking-Pixel in den Newsletter ein, um die Öffnungsrate zu messen.
- https://de.wikipedia.org/wiki/Z%C3%A4hlpixel
Français
pixel de suivi
Un pixel de suivi est une image minuscule, souvent de 1x1 pixel et transparente, intégrée dans une page web ou un e-mail et chargée depuis un serveur distant afin d'enregistrer l'activité de l'utilisateur (ouvertures, visites, conversions).
L'équipe marketing a inséré un pixel de suivi dans la newsletter pour mesurer le taux d'ouverture.
- https://fr.wikipedia.org/wiki/Pixel_espion
Italiano
pixel di tracciamento
Un pixel di tracciamento è un'immagine minuscola, spesso di 1x1 pixel e trasparente, incorporata in una pagina web o in un'e-mail e caricata da un server remoto per registrare l'attività dell'utente come aperture, visite o conversioni.
Il team di marketing ha inserito un pixel di tracciamento nella newsletter per misurare il tasso di apertura.
- https://it.wikipedia.org/wiki/Web_beacon
中文
跟踪像素
跟踪像素是嵌入网页或电子邮件中的极小(通常为1x1像素)透明图像,通过从远程服务器加载来记录用户活动,如打开、访问或转化行为。
市场团队在邮件通讯中加入了跟踪像素,以统计有多少收件人打开了邮件。
- https://zh.wikipedia.org/wiki/网络信标
English
traffic source
The origin from which visitors arrive at a website, such as organic search, direct entry, referrals, social media or paid campaigns. In web analytics it is used to attribute sessions to acquisition channels.
Organic search was the top traffic source, accounting for 45% of all sessions last month.
- https://support.google.com/analytics/answer/6205762
- https://en.wikipedia.org/wiki/Web_analytics
Deutsch
Traffic-Quelle
Der Ursprung, über den Besucher auf eine Website gelangen, etwa organische Suche, Direktzugriff, Verweise, soziale Medien oder bezahlte Kampagnen. In der Webanalyse dient sie zur Zuordnung von Sitzungen zu Akquisekanälen.
Die organische Suche war letzten Monat die wichtigste Traffic-Quelle mit 45 % aller Sitzungen.
- https://support.google.com/analytics/answer/6205762
- https://de.wikipedia.org/wiki/Webanalyse
Français
source de trafic
Origine par laquelle les visiteurs arrivent sur un site web, comme la recherche organique, l'accès direct, les liens référents, les réseaux sociaux ou les campagnes payantes. En analyse web, elle sert à attribuer les sessions aux canaux d'acquisition.
La recherche organique a été la principale source de trafic le mois dernier, représentant 45 % des sessions.
- https://support.google.com/analytics/answer/6205762
- https://fr.wikipedia.org/wiki/Web_analytics
Italiano
sorgente di traffico
Origine tramite la quale i visitatori arrivano a un sito web, come ricerca organica, accesso diretto, referral, social media o campagne a pagamento. Nell'analisi web serve ad attribuire le sessioni ai canali di acquisizione.
La ricerca organica è stata la principale sorgente di traffico il mese scorso, con il 45% delle sessioni.
- https://support.google.com/analytics/answer/6205762
- https://it.wikipedia.org/wiki/Web_analytics
中文
流量来源
访问者到达网站的来源渠道,例如自然搜索、直接访问、引荐、社交媒体或付费广告。在网站分析中用于将会话归因到相应的获取渠道。
上个月自然搜索是最主要的流量来源,占所有会话的45%。
- https://support.google.com/analytics/answer/6205762
- https://zh.wikipedia.org/wiki/网站分析
English
training corpus
A large, structured collection of text or other data used to train a machine learning model, especially a language model. It provides the examples from which the model learns statistical patterns and representations.
The language model was trained on a multilingual training corpus of several trillion tokens.
- https://en.wikipedia.org/wiki/Text_corpus
- https://en.wikipedia.org/wiki/Language_model
Deutsch
Trainingskorpus
Eine grosse, strukturierte Sammlung von Text- oder anderen Daten, die zum Training eines maschinellen Lernmodells, insbesondere eines Sprachmodells, verwendet wird. Aus ihr lernt das Modell statistische Muster und Repräsentationen.
Das Sprachmodell wurde auf einem mehrsprachigen Trainingskorpus mit mehreren Billionen Tokens trainiert.
- https://de.wikipedia.org/wiki/Textkorpus
- https://de.wikipedia.org/wiki/Sprachmodell
Français
corpus d'entraînement
Ensemble vaste et structuré de textes ou d'autres données servant à entraîner un modèle d'apprentissage automatique, notamment un modèle de langue. Le modèle y apprend des motifs statistiques et des représentations.
Le modèle de langue a été entraîné sur un corpus d'entraînement multilingue de plusieurs milliers de milliards de tokens.
- https://fr.wikipedia.org/wiki/Corpus
- https://fr.wikipedia.org/wiki/Mod%C3%A8le_de_langage
Italiano
corpus di addestramento
Ampia e strutturata raccolta di testi o altri dati usata per addestrare un modello di apprendimento automatico, in particolare un modello linguistico. Da essa il modello apprende schemi statistici e rappresentazioni.
Il modello linguistico è stato addestrato su un corpus di addestramento multilingue di diversi trilioni di token.
- https://it.wikipedia.org/wiki/Corpus
- https://it.wikipedia.org/wiki/Modello_linguistico
中文
训练语料库
用于训练机器学习模型(尤其是语言模型)的大规模、结构化文本或其他数据集合。模型从中学习统计规律和表示。
该语言模型在包含数万亿个词元的多语言训练语料库上进行了训练。
- https://zh.wikipedia.org/wiki/%E8%AF%AD%E6%96%99%E5%BA%93
- https://zh.wikipedia.org/wiki/%E8%AF%AD%E8%A8%80%E6%A8%A1%E5%9E%8B
English
training data
The dataset used to fit a machine learning model, from which the model learns patterns and adjusts its parameters. Its quality, quantity and representativeness largely determine model performance.
The chatbot was pretrained on a massive corpus of training data scraped from the public web.
- https://en.wikipedia.org/wiki/Training,_validation,_and_test_data_sets
- https://developers.google.com/machine-learning/glossary#training-set
Deutsch
Trainingsdaten
Der Datensatz, mit dem ein Machine-Learning-Modell trainiert wird und aus dem es Muster lernt und seine Parameter anpasst. Umfang, Qualität und Repräsentativität bestimmen massgeblich die Modellleistung.
Das Sprachmodell wurde mit riesigen Mengen an Trainingsdaten aus dem offenen Web vortrainiert.
- https://de.wikipedia.org/wiki/Trainingsdaten
Français
données d'entraînement
Ensemble de données utilisé pour entraîner un modèle d'apprentissage automatique, à partir duquel il apprend des motifs et ajuste ses paramètres. Sa qualité et sa représentativité déterminent largement la performance du modèle.
Le modèle a été pré-entraîné sur d'immenses volumes de données d'entraînement issues du web public.
- https://fr.wikipedia.org/wiki/Jeux_d%27entra%C3%AEnement,_de_validation_et_de_test
Italiano
dati di addestramento
Insieme di dati utilizzato per addestrare un modello di machine learning, dal quale il modello apprende schemi e regola i propri parametri. Qualità, quantità e rappresentatività ne determinano in gran parte le prestazioni.
Il modello è stato preaddestrato su enormi quantità di dati di addestramento raccolti dal web pubblico.
- https://it.wikipedia.org/wiki/Insieme_di_addestramento
中文
训练数据
用于训练机器学习模型的数据集,模型从中学习模式并调整其参数。数据的质量、数量和代表性在很大程度上决定了模型的性能。
该语言模型使用从公开网络抓取的海量训练数据进行了预训练。
- https://zh.wikipedia.org/wiki/%E8%AE%AD%E7%BB%83%E9%9B%86%E3%80%81%E9%AA%8C%E8%AF%81%E9%9B%86%E5%92%8C%E6%B5%8B%E8%AF%95%E9%9B%86