TermBoyTerm

English
hydration
Hydration is the client-side process in which JavaScript attaches event handlers and interactivity to server-rendered HTML, turning static markup into a fully interactive application. In SEO contexts it affects how quickly rendered content becomes usable and how crawlers perceive the page.
After the server-rendered HTML loads, hydration makes the buttons and forms interactive on the client.
  • https://web.dev/articles/rendering-on-the-web
  • https://react.dev/reference/react-dom/client/hydrateRoot
Deutsch
Hydration
Hydration bezeichnet den clientseitigen Vorgang, bei dem JavaScript Event-Handler und Interaktivität an serverseitig gerendertes HTML anfügt und statisches Markup so in eine voll interaktive Anwendung verwandelt. Im SEO-Kontext beeinflusst dies, wie schnell Inhalte nutzbar werden und wie Crawler die Seite wahrnehmen.
Nachdem das serverseitig gerenderte HTML geladen ist, macht die Hydration die Schaltflächen und Formulare auf dem Client interaktiv.
  • https://web.dev/articles/rendering-on-the-web
  • https://de.react.dev/reference/react-dom/client/hydrateRoot
Français
hydratation
L'hydratation désigne le processus côté client par lequel JavaScript attache les gestionnaires d'événements et l'interactivité au HTML rendu côté serveur, transformant un balisage statique en application pleinement interactive. En SEO, cela influence la rapidité avec laquelle le contenu devient utilisable et la perception de la page par les robots.
Une fois le HTML rendu côté serveur chargé, l'hydratation rend les boutons et les formulaires interactifs sur le client.
  • https://web.dev/articles/rendering-on-the-web
  • https://fr.react.dev/reference/react-dom/client/hydrateRoot
Italiano
hydration
L'hydration è il processo lato client in cui JavaScript collega gestori di eventi e interattività all'HTML renderizzato lato server, trasformando il markup statico in un'applicazione pienamente interattiva. In ambito SEO incide sulla rapidità con cui il contenuto diventa utilizzabile e sul modo in cui i crawler percepiscono la pagina.
Dopo il caricamento dell'HTML renderizzato lato server, l'hydration rende interattivi i pulsanti e i moduli sul client.
  • https://web.dev/articles/rendering-on-the-web
  • https://it.legacy.reactjs.org/docs/react-dom.html
中文
水合
水合(hydration)是指在客户端由 JavaScript 为服务器端渲染的 HTML 附加事件处理器和交互性,将静态标记转变为完全可交互应用的过程。在 SEO 场景中,它影响内容变为可用的速度以及爬虫对页面的感知。
服务器端渲染的 HTML 加载完成后,水合过程会在客户端使按钮和表单变得可交互。
  • https://web.dev/articles/rendering-on-the-web
  • https://zh-hans.react.dev/reference/react-dom/client/hydrateRoot
English
iframe
An HTML element that embeds another HTML document within the current page, creating a nested browsing context. The tag is written as <iframe> and is short for inline frame.
The video was embedded on the page using an iframe pointing to the streaming provider.
  • https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
  • https://html.spec.whatwg.org/multipage/iframe-embed-object.html
Deutsch
iframe
Ein HTML-Element, das ein weiteres HTML-Dokument in die aktuelle Seite einbettet und einen verschachtelten Browsing-Kontext erzeugt. Der Begriff ist die Kurzform für Inline-Frame.
Das Video wurde per iframe eingebunden, der auf den Streaming-Anbieter verweist.
  • https://developer.mozilla.org/de/docs/Web/HTML/Element/iframe
Français
iframe
Élément HTML qui intègre un autre document HTML dans la page courante en créant un contexte de navigation imbriqué. Le terme est l'abréviation de « inline frame ».
La vidéo a été intégrée à la page à l'aide d'un iframe pointant vers le fournisseur de streaming.
  • https://developer.mozilla.org/fr/docs/Web/HTML/Element/iframe
Italiano
iframe
Elemento HTML che incorpora un altro documento HTML all'interno della pagina corrente, creando un contesto di navigazione annidato. Il termine è l'abbreviazione di inline frame.
Il video è stato incorporato nella pagina tramite un iframe che punta al provider di streaming.
  • https://developer.mozilla.org/it/docs/Web/HTML/Element/iframe
中文
内联框架
一种 HTML 元素,用于在当前页面中嵌入另一个 HTML 文档,从而创建嵌套的浏览上下文。其标签写作 <iframe>,是 inline frame 的缩写。
该视频通过指向流媒体提供商的 iframe 嵌入到页面中。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/iframe
English
image caption
A short text displayed near an image that describes or provides context for it, typically visible to users. In SEO it supports content relevance and can improve engagement.
The image caption below the photo read: 'Sunset over the Alps in late autumn.'
  • https://developers.google.com/search/docs/appearance/google-images
Deutsch
Bildunterschrift
Ein kurzer Text unterhalb oder neben einem Bild, der dieses beschreibt oder in einen Kontext stellt und für Nutzer sichtbar ist. In der SEO unterstützt sie die Relevanz und Nutzerbindung.
Die Bildunterschrift unter dem Foto lautete: 'Sonnenuntergang über den Alpen im Spätherbst.'
  • https://developers.google.com/search/docs/appearance/google-images
Français
légende d'image
Court texte affiché à proximité d'une image, qui la décrit ou la contextualise et reste visible pour les utilisateurs. En SEO, elle renforce la pertinence du contenu et l'engagement.
La légende d'image sous la photo indiquait : « Coucher de soleil sur les Alpes à la fin de l'automne. »
  • https://developers.google.com/search/docs/appearance/google-images
Italiano
didascalia dell'immagine
Breve testo visualizzato accanto a un'immagine che la descrive o la contestualizza, visibile agli utenti. Nella SEO contribuisce alla pertinenza dei contenuti e al coinvolgimento.
La didascalia dell'immagine sotto la foto recitava: «Tramonto sulle Alpi nel tardo autunno».
  • https://developers.google.com/search/docs/appearance/google-images
中文
图片说明文字
显示在图片附近、用于描述图片或提供上下文的简短文本,通常对用户可见。在 SEO 中有助于提升内容相关性和用户参与度。
照片下方的图片说明文字写着:“深秋时节阿尔卑斯山上的日落。”
  • https://developers.google.com/search/docs/appearance/google-images
English
image compression
The process of reducing the file size of an image using lossy or lossless algorithms to minimize storage and bandwidth while preserving acceptable visual quality. In SEO it improves page load speed and Core Web Vitals.
Applying image compression to product photos cut the page weight in half and improved the Largest Contentful Paint score.
  • https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types
  • https://web.dev/articles/compress-images
Deutsch
Bildkomprimierung
Das Verringern der Dateigröße eines Bildes mittels verlustbehafteter oder verlustfreier Verfahren, um Speicherplatz und Bandbreite zu sparen und dabei eine akzeptable Bildqualität zu erhalten. Im SEO verbessert sie die Ladezeit und die Core Web Vitals.
Durch die Bildkomprimierung der Produktfotos halbierte sich das Seitengewicht und der LCP-Wert verbesserte sich deutlich.
  • https://developer.mozilla.org/de/docs/Web/Media/Formats/Image_types
  • https://web.dev/articles/compress-images
Français
compression d'image
Processus de réduction de la taille de fichier d'une image à l'aide d'algorithmes avec ou sans perte, afin d'économiser stockage et bande passante tout en conservant une qualité visuelle acceptable. En SEO, elle améliore la vitesse de chargement et les Core Web Vitals.
La compression d'image des photos produits a divisé par deux le poids de la page et amélioré le score LCP.
  • https://developer.mozilla.org/fr/docs/Web/Media/Formats/Image_types
  • https://web.dev/articles/compress-images
Italiano
compressione delle immagini
Processo di riduzione della dimensione del file di un'immagine tramite algoritmi con o senza perdita, per risparmiare spazio di archiviazione e larghezza di banda mantenendo una qualità visiva accettabile. Nel SEO migliora la velocità di caricamento e i Core Web Vitals.
La compressione delle immagini dei prodotti ha dimezzato il peso della pagina e migliorato il punteggio LCP.
  • https://developer.mozilla.org/it/docs/Web/Media/Formats/Image_types
  • https://web.dev/articles/compress-images
中文
图像压缩
使用有损或无损算法减小图像文件大小的过程,在保持可接受的视觉质量的同时节省存储空间和带宽。在SEO中可提升页面加载速度和核心网页指标。
对产品图片进行图像压缩后,页面体积减少了一半,最大内容绘制(LCP)得分也明显改善。
  • https://web.dev/articles/compress-images
  • https://zh.wikipedia.org/wiki/图像压缩
English
image pack
An image pack is a SERP feature that displays a horizontal or grid-style row of image results within the organic search results, typically linking to Google Images.
For visually driven queries like recipes or products, an image pack often appears near the top of the SERP.
  • https://developers.google.com/search/docs/appearance/visual-elements-gallery
  • https://en.wikipedia.org/wiki/Google_Images
Deutsch
Image Pack
Ein Image Pack ist ein SERP-Feature, das eine Reihe oder ein Raster von Bildergebnissen innerhalb der organischen Suchergebnisse anzeigt und meist auf die Google-Bildersuche verlinkt.
Bei bildlastigen Suchanfragen wie Rezepten erscheint häufig ein Image Pack weit oben in den Suchergebnissen.
  • https://developers.google.com/search/docs/appearance/visual-elements-gallery
Français
image pack
Un image pack est une fonctionnalité SERP qui affiche une rangée ou une grille de résultats d'images au sein des résultats organiques, renvoyant généralement vers Google Images.
Pour les requêtes visuelles comme les recettes, un image pack apparaît souvent en haut de la page de résultats.
  • https://developers.google.com/search/docs/appearance/visual-elements-gallery
Italiano
image pack
Un image pack è una funzionalità della SERP che mostra una fila o una griglia di risultati immagine all'interno dei risultati organici, con collegamento a Google Immagini.
Per query visive come le ricette, spesso compare un image pack in cima alla pagina dei risultati.
  • https://developers.google.com/search/docs/appearance/visual-elements-gallery
中文
图片包
图片包是一种 SERP 功能,在自然搜索结果中以横排或网格形式展示一组图片结果,通常链接至 Google 图片。
对于食谱等视觉类查询,搜索结果页顶部常会出现图片包。
  • https://developers.google.com/search/docs/appearance/visual-elements-gallery
English
image search
A search function that lets users find images on the web, either by entering text queries or by submitting an image itself (reverse image search). Results are ranked using visual content, surrounding page context and metadata.
Optimizing alt text and descriptive file names improves a page's visibility in Google image search.
  • https://developers.google.com/search/docs/appearance/google-images
  • https://en.wikipedia.org/wiki/Image_retrieval
Deutsch
Bildersuche
Eine Suchfunktion, mit der Nutzer Bilder im Web finden, entweder über Textanfragen oder durch das Hochladen eines Bildes (Rückwärts-Bildersuche). Das Ranking basiert auf Bildinhalt, Seitenkontext und Metadaten.
Aussagekräftige Alt-Texte und Dateinamen verbessern die Sichtbarkeit einer Seite in der Google-Bildersuche.
  • https://developers.google.com/search/docs/appearance/google-images?hl=de
  • https://de.wikipedia.org/wiki/Bildersuche
Français
recherche d'images
Fonction de recherche permettant aux utilisateurs de trouver des images sur le web, soit par requête textuelle, soit en soumettant une image (recherche d'image inversée). Le classement s'appuie sur le contenu visuel, le contexte de la page et les métadonnées.
Des textes alternatifs et des noms de fichiers descriptifs améliorent la visibilité d'une page dans la recherche d'images Google.
  • https://developers.google.com/search/docs/appearance/google-images?hl=fr
  • https://fr.wikipedia.org/wiki/Recherche_d%27images
Italiano
ricerca per immagini
Funzione di ricerca che consente agli utenti di trovare immagini sul web, tramite query testuali o caricando un'immagine (ricerca inversa per immagini). Il posizionamento si basa sul contenuto visivo, sul contesto della pagina e sui metadati.
Testo alternativo e nomi di file descrittivi migliorano la visibilità di una pagina nella ricerca per immagini di Google.
  • https://developers.google.com/search/docs/appearance/google-images?hl=it
  • https://it.wikipedia.org/wiki/Recupero_di_immagini
中文
图片搜索
一种搜索功能,允许用户通过文字查询或上传图片(以图搜图/反向图片搜索)在网络上查找图像。排名依据图像的视觉内容、页面上下文和元数据。
撰写有意义的替代文本和描述性文件名可以提升页面在谷歌图片搜索中的可见性。
  • https://developers.google.com/search/docs/appearance/google-images?hl=zh-cn
  • https://zh.wikipedia.org/wiki/%E5%9C%96%E5%83%8F%E6%90%9C%E5%B0%8B
English
image SEO
The practice of optimizing images so they rank well in image search and support the ranking of the surrounding page, covering file names, alt text, compression, structured data and responsive delivery.
Good image SEO includes descriptive file names, concise alt text and compressed files to speed up loading.
  • https://developers.google.com/search/docs/appearance/google-images
  • https://en.wikipedia.org/wiki/Image_search
Deutsch
Bilder-SEO
Die Optimierung von Bildern für die Bildersuche und zur Unterstützung des Seiten-Rankings, einschließlich Dateiname, Alt-Text, Komprimierung, strukturierten Daten und responsiver Auslieferung.
Zu gutem Bilder-SEO gehören aussagekräftige Dateinamen, prägnante Alt-Texte und komprimierte Bilddateien.
  • https://developers.google.com/search/docs/appearance/google-images?hl=de
Français
SEO des images
Ensemble des pratiques d'optimisation des images pour la recherche d'images et le référencement de la page, incluant le nom de fichier, le texte alternatif, la compression, les données structurées et la diffusion responsive.
Un bon SEO des images repose sur des noms de fichiers descriptifs, un texte alternatif concis et des fichiers compressés.
  • https://developers.google.com/search/docs/appearance/google-images?hl=fr
Italiano
SEO delle immagini
Insieme delle pratiche di ottimizzazione delle immagini per la ricerca per immagini e per il posizionamento della pagina, comprese il nome del file, il testo alternativo, la compressione, i dati strutturati e la distribuzione responsive.
Una buona SEO delle immagini prevede nomi di file descrittivi, testo alternativo conciso e file compressi.
  • https://developers.google.com/search/docs/appearance/google-images?hl=it
中文
图片SEO
对图片进行优化以提升其在图片搜索中的排名并助力页面排名的实践,涵盖文件名、替代文本、压缩、结构化数据和自适应交付。
良好的图片SEO包括使用描述性文件名、简洁的替代文本以及压缩后的图片文件。
  • https://developers.google.com/search/docs/appearance/google-images?hl=zh-cn
English
image sitemap
An XML sitemap or sitemap extension that lists the images on a website to help search engines discover and index image content that might otherwise be hard to find.
We added an image sitemap so Google could index the product photos loaded via JavaScript.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps
  • https://www.sitemaps.org/protocol.html
Deutsch
Image-Sitemap
Eine XML-Sitemap oder Sitemap-Erweiterung, die die Bilder einer Website auflistet, damit Suchmaschinen Bildinhalte leichter erkennen und indexieren können.
Wir haben eine Image-Sitemap hinzugefügt, damit Google die per JavaScript geladenen Produktbilder indexieren kann.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps?hl=de
Français
sitemap d'images
Sitemap XML ou extension de sitemap qui répertorie les images d'un site afin d'aider les moteurs de recherche à découvrir et indexer les contenus visuels.
Nous avons créé un sitemap d'images pour que Google indexe les photos de produits chargées en JavaScript.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps?hl=fr
Italiano
sitemap per immagini
Sitemap XML o estensione della sitemap che elenca le immagini di un sito web per aiutare i motori di ricerca a individuare e indicizzare i contenuti visivi.
Abbiamo aggiunto una sitemap per immagini affinché Google potesse indicizzare le foto dei prodotti caricate via JavaScript.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps?hl=it
中文
图片站点地图
一种 XML 站点地图或站点地图扩展,列出网站中的图片,帮助搜索引擎发现并索引可能难以抓取的图片内容。
我们添加了图片站点地图,以便谷歌能够索引通过 JavaScript 加载的产品图片。
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps?hl=zh-cn
English
impression
An impression is counted each time a piece of content, such as a search result, ad or link, is displayed to a user, regardless of whether it is clicked. It is a core metric for measuring visibility in search analytics.
The Search Console report showed 12,000 impressions for the page but only 300 clicks.
  • https://support.google.com/webmasters/answer/7042828
  • https://support.google.com/google-ads/answer/6320
Deutsch
Impression
Eine Impression wird jedes Mal gezählt, wenn ein Inhalt wie ein Suchergebnis, eine Anzeige oder ein Link einem Nutzer angezeigt wird, unabhängig von einem Klick. Sie ist eine zentrale Kennzahl zur Messung der Sichtbarkeit in der Suchanalyse.
Der Bericht in der Search Console wies 12.000 Impressionen für die Seite aus, aber nur 300 Klicks.
  • https://support.google.com/webmasters/answer/7042828?hl=de
Français
impression
Une impression est comptabilisée chaque fois qu'un contenu tel qu'un résultat de recherche, une annonce ou un lien est affiché à un utilisateur, qu'il y ait clic ou non. C'est une métrique clé pour mesurer la visibilité dans l'analyse de recherche.
Le rapport Search Console affichait 12 000 impressions pour la page mais seulement 300 clics.
  • https://support.google.com/webmasters/answer/7042828?hl=fr
Italiano
impressione
Un'impressione viene conteggiata ogni volta che un contenuto come un risultato di ricerca, un annuncio o un link viene mostrato a un utente, indipendentemente dal clic. È una metrica fondamentale per misurare la visibilità nell'analisi delle ricerche.
Il report di Search Console mostrava 12.000 impressioni per la pagina ma solo 300 clic.
  • https://support.google.com/webmasters/answer/7042828?hl=it
中文
展示次数
展示次数是指内容(如搜索结果、广告或链接)向用户显示的次数,无论用户是否点击。它是衡量搜索分析中可见度的核心指标。
Search Console 报告显示该页面获得 12,000 次展示,但只有 300 次点击。
  • https://support.google.com/webmasters/answer/7042828?hl=zh-Hans
English
in-app browser
A browser embedded within a mobile application that renders web content without switching to the device's default browser. It relies on webview components and often lacks the full feature set of standalone browsers.
When a user taps a link inside a social media app, the page frequently opens in an in-app browser rather than in Safari or Chrome.
  • https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
  • https://developer.android.com/reference/android/webkit/WebView
Deutsch
In-App-Browser
Ein in eine mobile App eingebetteter Browser, der Webinhalte anzeigt, ohne zum Standardbrowser des Geräts zu wechseln. Er basiert auf WebView-Komponenten und bietet oft einen eingeschränkten Funktionsumfang.
Wenn ein Nutzer in einer Social-Media-App auf einen Link tippt, öffnet sich die Seite häufig in einem In-App-Browser statt in Safari oder Chrome.
  • https://developer.android.com/reference/android/webkit/WebView
  • https://de.wikipedia.org/wiki/WebView
Français
navigateur intégré à l'application
Navigateur intégré à une application mobile qui affiche du contenu web sans passer par le navigateur par défaut de l'appareil. Il repose sur des composants WebView et offre souvent des fonctionnalités limitées.
Lorsqu'un utilisateur clique sur un lien dans une application de réseau social, la page s'ouvre souvent dans un navigateur intégré plutôt que dans Safari ou Chrome.
  • https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
  • https://developer.android.com/reference/android/webkit/WebView
Italiano
browser in-app
Browser integrato in un'applicazione mobile che visualizza contenuti web senza passare al browser predefinito del dispositivo. Si basa su componenti WebView e offre spesso funzionalità ridotte.
Quando un utente tocca un link all'interno di un'app di social media, la pagina si apre spesso in un browser in-app anziché in Safari o Chrome.
  • https://developer.android.com/reference/android/webkit/WebView
  • https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
中文
应用内浏览器
嵌入在移动应用中的浏览器,可在不切换到设备默认浏览器的情况下渲染网页内容。它依赖 WebView 组件,功能通常比独立浏览器有限。
当用户在社交媒体应用中点击链接时,页面通常会在应用内浏览器中打开,而不是在 Safari 或 Chrome 中。
  • https://developer.android.com/reference/android/webkit/WebView
  • https://zh.wikipedia.org/wiki/WebView
English
inbound marketing
A marketing methodology that attracts customers by creating valuable content and experiences tailored to them, rather than interrupting them with outbound advertising. It focuses on drawing prospects in through channels like SEO, blogs, and social media.
Instead of buying ad space, the startup relied on inbound marketing by publishing helpful blog articles that ranked well in search results.
  • https://en.wikipedia.org/wiki/Inbound_marketing
  • https://blog.hubspot.com/marketing/what-is-inbound-marketing
Deutsch
Inbound-Marketing
Eine Marketing-Methodik, die Kunden durch wertvolle, auf sie zugeschnittene Inhalte anzieht, statt sie mit klassischer Werbung zu unterbrechen. Sie stützt sich auf Kanäle wie SEO, Blogs und Social Media.
Das Unternehmen setzte auf Inbound-Marketing und veröffentlichte hilfreiche Ratgeber-Artikel, die potenzielle Kunden über die Suche fanden.
  • https://de.wikipedia.org/wiki/Inbound-Marketing
Français
inbound marketing
Méthodologie marketing qui attire les clients en créant des contenus et des expériences de valeur adaptés à leurs besoins, plutôt que de les interrompre par de la publicité classique. Elle s'appuie sur des canaux comme le SEO, les blogs et les réseaux sociaux.
Plutôt que d'acheter des espaces publicitaires, la marque a misé sur l'inbound marketing en publiant des articles de blog utiles bien positionnés dans les résultats de recherche.
  • https://fr.wikipedia.org/wiki/Inbound_marketing
Italiano
inbound marketing
Metodologia di marketing che attrae i clienti creando contenuti ed esperienze di valore pensati per loro, invece di interromperli con la pubblicità tradizionale. Si basa su canali come SEO, blog e social media.
Invece di acquistare spazi pubblicitari, l'azienda ha puntato sull'inbound marketing pubblicando articoli utili ben posizionati nei motori di ricerca.
  • https://it.wikipedia.org/wiki/Inbound_marketing
中文
集客营销
一种通过创造有价值且贴合用户需求的内容和体验来吸引客户的营销方法,而非用传统广告打扰用户。它主要依赖SEO、博客和社交媒体等渠道。
该公司没有购买广告位,而是采用集客营销策略,发布在搜索结果中排名靠前的实用博客文章。
  • https://zh.wikipedia.org/wiki/%E9%9B%86%E5%AE%A2%E8%90%A5%E9%94%80
English
in-context learning
In-context learning is the ability of a large language model to perform a task by inferring patterns from examples or instructions provided within the prompt, without updating its weights.
By adding a few labeled examples to the prompt, the model uses in-context learning to classify the new input correctly.
  • https://en.wikipedia.org/wiki/Prompt_engineering
  • https://arxiv.org/abs/2005.14165
Deutsch
In-Context-Learning
In-Context-Learning bezeichnet die Fähigkeit eines großen Sprachmodells, eine Aufgabe anhand von Beispielen oder Anweisungen innerhalb des Prompts zu lösen, ohne dass seine Gewichte angepasst werden.
Durch das Hinzufügen einiger Beispiele zum Prompt nutzt das Modell In-Context-Learning, um die neue Eingabe korrekt zu klassifizieren.
  • https://de.wikipedia.org/wiki/Prompt_Engineering
Français
apprentissage en contexte
L'apprentissage en contexte désigne la capacité d'un grand modèle de langage à réaliser une tâche à partir d'exemples ou d'instructions fournis dans l'invite, sans modifier ses poids.
En ajoutant quelques exemples annotés à l'invite, le modèle recourt à l'apprentissage en contexte pour classer correctement la nouvelle entrée.
  • https://fr.wikipedia.org/wiki/Ing%C3%A9nierie_de_prompt
Italiano
apprendimento nel contesto
L'apprendimento nel contesto è la capacità di un grande modello linguistico di svolgere un compito ricavando schemi da esempi o istruzioni forniti nel prompt, senza aggiornare i propri pesi.
Aggiungendo alcuni esempi etichettati al prompt, il modello sfrutta l'apprendimento nel contesto per classificare correttamente il nuovo input.
  • https://it.wikipedia.org/wiki/Prompt_engineering
中文
上下文学习
上下文学习是指大型语言模型通过提示中提供的示例或指令推断任务模式,从而在不更新权重的情况下完成任务的能力。
在提示中加入几个带标签的示例后,模型利用上下文学习正确地对新输入进行分类。
  • https://zh.wikipedia.org/wiki/%E6%8F%90%E7%A4%BA%E5%B7%A5%E7%A8%8B
English
index coverage
Index coverage refers to the status of a website's pages regarding their inclusion in a search engine's index, indicating which URLs are indexed, excluded, or contain errors. In Google Search Console it is reported through the Pages (formerly Index Coverage) report.
The index coverage report showed that 120 pages were indexed while 15 were excluded due to noindex tags.
  • https://support.google.com/webmasters/answer/7440203
Deutsch
Indexabdeckung
Die Indexabdeckung beschreibt den Status der Seiten einer Website hinsichtlich ihrer Aufnahme in den Suchmaschinenindex und zeigt an, welche URLs indexiert, ausgeschlossen oder fehlerhaft sind. In der Google Search Console wird sie über den Bericht 'Seiten' (früher 'Indexabdeckung') dargestellt.
Der Bericht zur Indexabdeckung zeigte, dass 120 Seiten indexiert und 15 wegen Noindex-Tags ausgeschlossen wurden.
  • https://support.google.com/webmasters/answer/7440203?hl=de
Français
couverture de l'index
La couverture de l'index désigne l'état des pages d'un site web quant à leur inclusion dans l'index d'un moteur de recherche, indiquant quelles URL sont indexées, exclues ou comportent des erreurs. Dans la Google Search Console, elle est présentée via le rapport « Pages » (anciennement « Couverture de l'index »).
Le rapport de couverture de l'index a montré que 120 pages étaient indexées tandis que 15 étaient exclues à cause de balises noindex.
  • https://support.google.com/webmasters/answer/7440203?hl=fr
Italiano
copertura dell'indice
La copertura dell'indice indica lo stato delle pagine di un sito web riguardo alla loro inclusione nell'indice di un motore di ricerca, mostrando quali URL sono indicizzate, escluse o presentano errori. In Google Search Console viene riportata tramite il rapporto « Pagine » (in precedenza « Copertura dell'indice »).
Il rapporto sulla copertura dell'indice ha mostrato che 120 pagine erano indicizzate mentre 15 erano escluse a causa di tag noindex.
  • https://support.google.com/webmasters/answer/7440203?hl=it
中文
索引覆盖率
索引覆盖率指网站页面在搜索引擎索引中的收录状态,表明哪些网址已被编入索引、被排除或存在错误。在 Google Search Console 中通过“网页”(原“索引覆盖率”)报告展示。
索引覆盖率报告显示有 120 个网页被编入索引,而 15 个因 noindex 标签被排除。
  • https://support.google.com/webmasters/answer/7440203?hl=zh-Hans
English
indexability
The capability of a web page or resource to be crawled, processed and stored in a search engine's index so that it can appear in search results. Indexability depends on technical signals such as robots directives, canonical tags and HTTP status codes.
A noindex meta tag on the checkout page prevents its indexability while leaving it accessible to users.
  • https://developers.google.com/search/docs/crawling-indexing
  • https://developers.google.com/search/docs/crawling-indexing/block-indexing
Deutsch
Indexierbarkeit
Die Eigenschaft einer Webseite oder Ressource, von einer Suchmaschine erfasst, verarbeitet und in deren Index aufgenommen werden zu können, damit sie in den Suchergebnissen erscheint. Sie hängt von technischen Signalen wie Robots-Anweisungen, Canonical-Tags und HTTP-Statuscodes ab.
Ein noindex-Meta-Tag auf der Warenkorbseite verhindert deren Indexierbarkeit, obwohl die Seite für Nutzer erreichbar bleibt.
  • https://developers.google.com/search/docs/crawling-indexing?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenindex
Français
indexabilité
Capacité d'une page ou d'une ressource web à être explorée, traitée et enregistrée dans l'index d'un moteur de recherche afin d'apparaître dans les résultats. Elle dépend de signaux techniques tels que les directives robots, les balises canoniques et les codes de statut HTTP.
Une balise meta noindex sur la page de paiement empêche son indexabilité tout en la laissant accessible aux utilisateurs.
  • https://developers.google.com/search/docs/crawling-indexing?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
indicizzabilità
Capacità di una pagina o risorsa web di essere scansionata, elaborata e archiviata nell'indice di un motore di ricerca affinché possa comparire nei risultati. Dipende da segnali tecnici come le direttive robots, i tag canonical e i codici di stato HTTP.
Un meta tag noindex sulla pagina di checkout ne impedisce l'indicizzabilità pur lasciandola accessibile agli utenti.
  • https://developers.google.com/search/docs/crawling-indexing?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
可索引性
网页或资源能够被搜索引擎抓取、处理并存入索引,从而在搜索结果中显示的能力。可索引性取决于 robots 指令、canonical 标签和 HTTP 状态码等技术信号。
结账页面上的 noindex 元标签会阻止其可索引性,但仍允许用户访问该页面。
  • https://developers.google.com/search/docs/crawling-indexing?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
English
indexing
The process by which a search engine parses and stores web pages in its index so they can be retrieved and ranked for relevant queries. Indexing follows crawling and precedes serving of search results.
After crawling the page, Google performs indexing to add it to its searchable database.
  • https://developers.google.com/search/docs/fundamentals/how-search-works
  • https://en.wikipedia.org/wiki/Search_engine_indexing
Deutsch
Indexierung
Der Vorgang, bei dem eine Suchmaschine Webseiten analysiert und in ihrem Index speichert, damit sie für relevante Suchanfragen abgerufen und gerankt werden können. Die Indexierung folgt auf das Crawling.
Nach dem Crawlen der Seite erfolgt die Indexierung, wodurch sie in den Suchindex von Google aufgenommen wird.
  • https://developers.google.com/search/docs/fundamentals/how-search-works?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenindex
Français
indexation
Processus par lequel un moteur de recherche analyse et stocke les pages web dans son index afin qu'elles puissent être récupérées et classées pour des requêtes pertinentes. L'indexation suit l'exploration (crawling).
Après l'exploration de la page, Google procède à son indexation pour l'ajouter à sa base de données consultable.
  • https://developers.google.com/search/docs/fundamentals/how-search-works?hl=fr
  • https://fr.wikipedia.org/wiki/Indexation_de_contenu
Italiano
indicizzazione
Processo con cui un motore di ricerca analizza e memorizza le pagine web nel proprio indice affinché possano essere recuperate e posizionate per query pertinenti. L'indicizzazione segue la scansione (crawling).
Dopo la scansione della pagina, Google esegue l'indicizzazione per aggiungerla al proprio database consultabile.
  • https://developers.google.com/search/docs/fundamentals/how-search-works?hl=it
  • https://it.wikipedia.org/wiki/Motore_di_ricerca
中文
索引
搜索引擎解析并将网页存储到其索引中的过程,以便针对相关查询进行检索和排名。索引编制紧随抓取(crawling)之后。
在抓取该页面后,Google 会进行索引编制,将其添加到可搜索的数据库中。
  • https://developers.google.com/search/docs/fundamentals/how-search-works?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎
English
inference
In machine learning, inference is the process of using a trained model to generate predictions or outputs from new input data. It is distinct from training, where the model's parameters are learned.
Running inference on the language model produced a response within milliseconds.
  • https://en.wikipedia.org/wiki/Inference_engine
  • https://cloud.google.com/vertex-ai/docs/predictions/overview
Deutsch
Inferenz
In der Maschinellen Lernen bezeichnet Inferenz den Prozess, bei dem ein trainiertes Modell aus neuen Eingabedaten Vorhersagen oder Ausgaben erzeugt. Sie ist von der Trainingsphase abzugrenzen, in der die Modellparameter gelernt werden.
Die Inferenz des Sprachmodells lieferte innerhalb von Millisekunden eine Antwort.
  • https://de.wikipedia.org/wiki/Inferenzmaschine
  • https://cloud.google.com/vertex-ai/docs/predictions/overview
Français
inférence
En apprentissage automatique, l'inférence désigne le processus par lequel un modèle entraîné génère des prédictions ou des sorties à partir de nouvelles données d'entrée. Elle se distingue de l'entraînement, durant lequel les paramètres du modèle sont appris.
L'inférence du modèle de langage a produit une réponse en quelques millisecondes.
  • https://fr.wikipedia.org/wiki/Moteur_d%27inf%C3%A9rence
  • https://cloud.google.com/vertex-ai/docs/predictions/overview
Italiano
inferenza
Nel machine learning, l'inferenza è il processo con cui un modello addestrato genera previsioni o output a partire da nuovi dati di input. Si distingue dall'addestramento, durante il quale vengono appresi i parametri del modello.
L'inferenza del modello linguistico ha prodotto una risposta in pochi millisecondi.
  • https://it.wikipedia.org/wiki/Motore_inferenziale
  • https://cloud.google.com/vertex-ai/docs/predictions/overview
中文
推理
在机器学习中,推理是指使用训练好的模型对新的输入数据生成预测或输出的过程。它区别于训练阶段——训练阶段用于学习模型参数。
在语言模型上运行推理,可在毫秒内生成响应。
  • https://zh.wikipedia.org/wiki/%E6%8E%A8%E7%90%86%E5%BC%95%E6%93%8E
  • https://cloud.google.com/vertex-ai/docs/predictions/overview
English
inference latency
The time elapsed between submitting an input to a trained machine learning model and receiving its output prediction. It is a key performance metric for real-time and interactive AI systems.
Reducing inference latency was critical for deploying the chatbot in production, where users expect responses within a fraction of a second.
  • https://cloud.google.com/vertex-ai/docs/predictions/overview
  • https://en.wikipedia.org/wiki/Inference_engine
Deutsch
Inferenzlatenz
Die Zeitspanne zwischen der Übergabe einer Eingabe an ein trainiertes Machine-Learning-Modell und dem Erhalt der Ausgabe. Sie ist eine zentrale Leistungskennzahl für echtzeitfähige und interaktive KI-Systeme.
Um den Sprachassistenten produktiv einzusetzen, musste die Inferenzlatenz auf unter 200 Millisekunden gesenkt werden.
  • https://cloud.google.com/vertex-ai/docs/predictions/overview?hl=de
Français
latence d'inférence
Le temps écoulé entre la soumission d'une entrée à un modèle d'apprentissage automatique entraîné et l'obtention de sa prédiction. Il s'agit d'un indicateur de performance clé pour les systèmes d'IA en temps réel et interactifs.
La réduction de la latence d'inférence était essentielle pour déployer le chatbot en production, où les utilisateurs attendent une réponse quasi instantanée.
  • https://cloud.google.com/vertex-ai/docs/predictions/overview?hl=fr
Italiano
latenza di inferenza
Il tempo che intercorre tra l'invio di un input a un modello di machine learning addestrato e la ricezione della relativa previsione. È una metrica di performance fondamentale per i sistemi di IA in tempo reale e interattivi.
Ridurre la latenza di inferenza è stato determinante per mettere in produzione l'assistente vocale, dove gli utenti si aspettano risposte quasi immediate.
  • https://cloud.google.com/vertex-ai/docs/predictions/overview?hl=it
中文
推理延迟
指将输入提交给已训练的机器学习模型到获得其预测输出之间所经历的时间。它是实时和交互式人工智能系统的关键性能指标。
为了将聊天机器人部署到生产环境,降低推理延迟至关重要,因为用户期望在瞬间获得响应。
  • https://cloud.google.com/vertex-ai/docs/predictions/overview?hl=zh-cn
English
influencer marketing
A form of social media marketing that leverages endorsements and product mentions from influencers—individuals with a dedicated and engaged following—to promote brands or products.
The cosmetics brand ran an influencer marketing campaign with several beauty creators on Instagram.
  • https://en.wikipedia.org/wiki/Influencer_marketing
Deutsch
Influencer-Marketing
Eine Form des Social-Media-Marketings, bei der Marken oder Produkte über Empfehlungen und Erwähnungen von Influencern mit reichweitenstarker, engagierter Zielgruppe beworben werden.
Die Kosmetikmarke setzte auf Influencer-Marketing mit mehreren Beauty-Creatorn auf Instagram.
  • https://de.wikipedia.org/wiki/Influencer-Marketing
Français
marketing d'influence
Forme de marketing sur les réseaux sociaux qui s'appuie sur les recommandations et mentions d'influenceurs disposant d'une audience engagée pour promouvoir des marques ou des produits.
La marque de cosmétiques a lancé une campagne de marketing d'influence avec plusieurs créateurs beauté sur Instagram.
  • https://fr.wikipedia.org/wiki/Marketing_d%27influence
Italiano
influencer marketing
Forma di social media marketing che sfrutta le raccomandazioni e le menzioni di influencer con un seguito ampio e coinvolto per promuovere marchi o prodotti.
Il marchio di cosmetici ha avviato una campagna di influencer marketing con diversi creator beauty su Instagram.
  • https://it.wikipedia.org/wiki/Influencer_marketing
中文
网红营销
一种社交媒体营销形式,借助拥有忠实且高互动粉丝群体的网红(意见领袖)的推荐和产品提及来推广品牌或产品。
该化妆品品牌与多位美妆网红在Instagram上开展了网红营销活动。
  • https://zh.wikipedia.org/wiki/影響者行銷
English
information architecture
Information architecture is the structural design and organization of content within a website or application to support usability, findability and intuitive navigation.
A clear information architecture helps users find the checkout page in just two clicks.
  • https://en.wikipedia.org/wiki/Information_architecture
  • https://www.nngroup.com/articles/ia-vs-navigation/
Deutsch
Informationsarchitektur
Die Informationsarchitektur bezeichnet die strukturelle Gestaltung und Organisation von Inhalten einer Website oder Anwendung, um Auffindbarkeit, Benutzerfreundlichkeit und intuitive Navigation zu unterstützen.
Eine durchdachte Informationsarchitektur hilft Nutzern, die Kassenseite mit nur zwei Klicks zu erreichen.
  • https://de.wikipedia.org/wiki/Informationsarchitektur
Français
architecture de l'information
L'architecture de l'information désigne la conception structurelle et l'organisation des contenus d'un site web ou d'une application afin de favoriser la trouvabilité, l'ergonomie et une navigation intuitive.
Une architecture de l'information claire permet aux utilisateurs d'atteindre la page de paiement en deux clics seulement.
  • https://fr.wikipedia.org/wiki/Architecture_de_l%27information
Italiano
architettura dell'informazione
L'architettura dell'informazione è la progettazione strutturale e l'organizzazione dei contenuti di un sito web o di un'applicazione per favorire reperibilità, usabilità e navigazione intuitiva.
Un'architettura dell'informazione ben progettata aiuta gli utenti a raggiungere la pagina di pagamento in soli due clic.
  • https://it.wikipedia.org/wiki/Architettura_dell%27informazione
中文
信息架构
信息架构是指对网站或应用中内容进行的结构化设计与组织,以提升内容的可查找性、可用性和直观导航。
清晰的信息架构能帮助用户仅需两次点击即可找到结算页面。
  • https://zh.wikipedia.org/wiki/%E4%BF%A1%E6%81%AF%E6%9E%B6%E6%9E%84
English
information gain
In the context of GEO and AI search, information gain refers to the additional, unique value a piece of content provides beyond what already appears in existing sources on the same topic. Google's ranking systems reportedly score documents by how much new information they add.
To rank well in AI Overviews, editors were told to maximise information gain by adding original data instead of rehashing competitor content.
  • https://patents.google.com/patent/US9916366B1/en
  • https://en.wikipedia.org/wiki/Information_gain_(decision_tree)
Deutsch
Information Gain
Im GEO- und KI-Such-Kontext bezeichnet Information Gain den zusätzlichen, einzigartigen Mehrwert, den ein Inhalt gegenüber bereits existierenden Quellen zum selben Thema bietet. Ranking-Systeme sollen Dokumente danach bewerten, wie viel neue Information sie liefern.
Um in KI-Übersichten zu ranken, sollte die Redaktion den Information Gain durch eigene Daten statt durch Aufgewärmtes maximieren.
  • https://patents.google.com/patent/US9916366B1/en
  • https://de.wikipedia.org/wiki/Informationsgewinn
Français
information gain
Dans le contexte du GEO et de la recherche IA, l'information gain désigne la valeur supplémentaire et unique qu'un contenu apporte par rapport aux sources déjà existantes sur le même sujet. Les systèmes de classement évalueraient les documents selon la quantité d'informations nouvelles apportées.
Pour bien se positionner dans les aperçus IA, la rédaction devait maximiser l'information gain en ajoutant des données originales plutôt que de reformuler la concurrence.
  • https://patents.google.com/patent/US9916366B1/en
  • https://fr.wikipedia.org/wiki/Gain_d%27information
Italiano
information gain
Nel contesto della GEO e della ricerca basata su IA, l'information gain indica il valore aggiuntivo e unico che un contenuto fornisce rispetto alle fonti già esistenti sullo stesso tema. I sistemi di ranking valuterebbero i documenti in base alla quantità di informazioni nuove offerte.
Per posizionarsi bene nelle panoramiche IA, la redazione doveva massimizzare l'information gain aggiungendo dati originali anziché rielaborare i contenuti della concorrenza.
  • https://patents.google.com/patent/US9916366B1/en
  • https://it.wikipedia.org/wiki/Guadagno_di_informazione
中文
信息增益
在生成式引擎优化(GEO)和AI搜索语境中,信息增益指某内容相比同主题现有来源所提供的额外且独特的价值。排名系统据称会根据文档带来多少新信息进行评分。
为了在AI概览中获得好的排名,编辑被要求通过添加原创数据而非改写竞争对手内容来最大化信息增益。
  • https://patents.google.com/patent/US9916366B1/en
  • https://zh.wikipedia.org/wiki/信息增益
English
information retrieval
The process of obtaining relevant information items, typically documents, from a large collection in response to a user's query. It underpins search engines, ranking algorithms and question-answering systems.
Modern search engines combine classical information retrieval techniques with neural ranking models to return the most relevant results.
  • https://en.wikipedia.org/wiki/Information_retrieval
  • https://nlp.stanford.edu/IR-book/
Deutsch
Information Retrieval
Das Auffinden und Bereitstellen relevanter Informationseinheiten, meist Dokumente, aus einer grossen Sammlung als Antwort auf eine Suchanfrage. Es bildet die Grundlage von Suchmaschinen, Ranking-Verfahren und Frage-Antwort-Systemen.
Suchmaschinen kombinieren klassisches Information Retrieval mit neuronalen Ranking-Modellen, um die relevantesten Treffer zu liefern.
  • https://de.wikipedia.org/wiki/Information_Retrieval
Français
recherche d'information
Processus consistant à retrouver des unités d'information pertinentes, généralement des documents, dans une vaste collection en réponse à une requête d'utilisateur. Elle fonde les moteurs de recherche, les algorithmes de classement et les systèmes de questions-réponses.
Les moteurs de recherche associent les techniques classiques de recherche d'information à des modèles de classement neuronaux pour renvoyer les résultats les plus pertinents.
  • https://fr.wikipedia.org/wiki/Recherche_d%27information
Italiano
recupero delle informazioni
Processo di individuazione e restituzione di unità informative pertinenti, tipicamente documenti, da una vasta raccolta in risposta a una query dell'utente. È alla base di motori di ricerca, algoritmi di ranking e sistemi di question-answering.
I motori di ricerca combinano le tecniche classiche di recupero delle informazioni con modelli di ranking neurali per restituire i risultati più pertinenti.
  • https://it.wikipedia.org/wiki/Recupero_dell%27informazione
中文
信息检索
指根据用户的查询,从大规模文档集合中获取相关信息单元(通常为文档)的过程。它是搜索引擎、排序算法和问答系统的基础。
现代搜索引擎将经典信息检索技术与神经排序模型相结合,以返回最相关的结果。
  • https://zh.wikipedia.org/wiki/%E4%BF%A1%E6%81%AF%E6%A3%80%E7%B4%A2
English
informational query
A search query whose intent is to obtain information, facts or answers rather than to complete a transaction or navigate to a specific website.
The search 'how does photosynthesis work' is a classic informational query.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://en.wikipedia.org/wiki/Web_search_query
Deutsch
informationsorientierte Suchanfrage
Eine Suchanfrage, deren Absicht darin besteht, Informationen, Fakten oder Antworten zu erhalten, statt eine Transaktion abzuschliessen oder eine bestimmte Website anzusteuern.
Die Suche 'wie funktioniert Photosynthese' ist eine typische informationsorientierte Suchanfrage.
  • https://de.wikipedia.org/wiki/Suchanfrage
Français
requête informationnelle
Requête de recherche dont l'intention est d'obtenir des informations, des faits ou des réponses, plutôt que de réaliser une transaction ou d'accéder à un site précis.
La recherche « comment fonctionne la photosynthèse » est une requête informationnelle typique.
  • https://fr.wikipedia.org/wiki/Requ%C3%AAte_(moteur_de_recherche)
Italiano
query informazionale
Query di ricerca la cui intenzione è ottenere informazioni, fatti o risposte, anziché completare una transazione o raggiungere un sito specifico.
La ricerca «come funziona la fotosintesi» è una tipica query informazionale.
  • https://it.wikipedia.org/wiki/Query
中文
信息型查询
以获取信息、事实或答案为意图的搜索查询,而非完成交易或导航至特定网站。
搜索“光合作用如何进行”是典型的信息型查询。
  • https://zh.wikipedia.org/wiki/%E6%90%9C%E7%B4%A2%E6%9F%A5%E8%AF%A2
English
instant answer
A SERP feature that displays a direct, concise answer to a user's query at the top of the search results, often without requiring a click to another page.
When you search for a currency conversion, Google shows an instant answer with the calculated result.
  • https://developers.google.com/search/docs/appearance/featured-snippets
  • https://en.wikipedia.org/wiki/Featured_snippet
Deutsch
Instant Answer
Ein SERP-Feature, das dem Nutzer eine direkte, kompakte Antwort auf seine Suchanfrage oberhalb der regulären Suchergebnisse anzeigt, oft ohne dass ein Klick nötig ist.
Bei der Suche nach einer Währungsumrechnung zeigt Google eine Instant Answer mit dem berechneten Ergebnis an.
  • https://developers.google.com/search/docs/appearance/featured-snippets
Français
réponse instantanée
Fonctionnalité SERP qui affiche une réponse directe et concise à la requête de l'utilisateur en haut des résultats de recherche, souvent sans nécessiter de clic.
Lorsqu'on recherche une conversion de devises, Google affiche une réponse instantanée avec le résultat calculé.
  • https://developers.google.com/search/docs/appearance/featured-snippets
Italiano
risposta immediata
Funzionalità SERP che mostra una risposta diretta e concisa alla query dell'utente in cima ai risultati di ricerca, spesso senza bisogno di un clic.
Cercando una conversione di valuta, Google mostra una risposta immediata con il risultato calcolato.
  • https://developers.google.com/search/docs/appearance/featured-snippets
中文
即时答案
一种搜索结果页面(SERP)功能,在搜索结果顶部直接显示对用户查询的简洁答案,通常无需点击其他页面即可获取信息。
搜索货币换算时,谷歌会显示带有计算结果的即时答案。
  • https://developers.google.com/search/docs/appearance/featured-snippets
English
instruction tuning
Instruction tuning is a fine-tuning technique in which a pretrained language model is further trained on datasets of tasks phrased as natural-language instructions and their desired outputs. It improves the model's ability to follow user instructions and generalize to unseen tasks.
After instruction tuning, the model reliably follows prompts such as 'Summarize this article in three bullet points.'
  • https://en.wikipedia.org/wiki/Instruction_tuning
  • https://arxiv.org/abs/2109.01652
Deutsch
Instruction Tuning
Instruction Tuning ist eine Feinabstimmungstechnik, bei der ein vortrainiertes Sprachmodell zusätzlich auf Datensätzen aus in natürlicher Sprache formulierten Anweisungen und den erwünschten Ausgaben trainiert wird. Dadurch folgt das Modell Nutzeranweisungen zuverlässiger und generalisiert besser auf neue Aufgaben.
Nach dem Instruction Tuning befolgt das Modell Aufforderungen wie 'Fasse diesen Artikel in drei Stichpunkten zusammen' zuverlässig.
  • https://de.wikipedia.org/wiki/Instruction_Tuning
Français
instruction tuning
L'instruction tuning est une technique d'ajustement fin par laquelle un modèle de langage pré-entraîné est entraîné davantage sur des jeux de données de tâches formulées comme des instructions en langage naturel accompagnées des sorties souhaitées. Cela améliore sa capacité à suivre les instructions des utilisateurs et à généraliser à des tâches inédites.
Après l'instruction tuning, le modèle suit correctement des consignes telles que « Résume cet article en trois points ».
  • https://arxiv.org/abs/2109.01652
Italiano
instruction tuning
L'instruction tuning è una tecnica di fine-tuning con cui un modello linguistico pre-addestrato viene ulteriormente addestrato su dataset di compiti formulati come istruzioni in linguaggio naturale con le rispettive uscite desiderate. Migliora la capacità del modello di seguire le istruzioni degli utenti e di generalizzare a compiti mai visti.
Dopo l'instruction tuning, il modello segue in modo affidabile richieste come «Riassumi questo articolo in tre punti».
  • https://arxiv.org/abs/2109.01652
中文
指令微调
指令微调是一种微调技术,即在预训练语言模型的基础上,使用以自然语言指令及其期望输出构成的任务数据集进行进一步训练。它提升了模型遵循用户指令并泛化到未见任务的能力。
经过指令微调后,模型能可靠地执行诸如“用三个要点总结这篇文章”之类的提示。
  • https://arxiv.org/abs/2109.01652
English
Interaction to Next Paint
A Core Web Vitals metric that measures a page's overall responsiveness by reporting the latency of the slowest interactions (clicks, taps, key presses) a user makes during a page visit. Lower INP values indicate a more responsive user experience.
The site improved its Interaction to Next Paint score below 200 milliseconds to pass the Core Web Vitals assessment.
  • https://web.dev/articles/inp
  • https://developer.mozilla.org/en-US/docs/Glossary/Interaction_to_next_paint
Deutsch
Interaction to Next Paint
Eine Core-Web-Vitals-Metrik, die die allgemeine Reaktionsfähigkeit einer Seite misst, indem sie die Latenz der langsamsten Nutzerinteraktionen (Klicks, Taps, Tastendrücke) während eines Seitenbesuchs erfasst. Niedrigere INP-Werte stehen für eine reaktionsschnellere Nutzererfahrung.
Die Website senkte ihren Interaction-to-Next-Paint-Wert unter 200 Millisekunden, um die Core-Web-Vitals-Bewertung zu bestehen.
  • https://web.dev/articles/inp
  • https://developer.mozilla.org/de/docs/Glossary/Interaction_to_next_paint
Français
Interaction to Next Paint
Une métrique des Core Web Vitals qui mesure la réactivité globale d'une page en rapportant la latence des interactions les plus lentes (clics, appuis, frappes) effectuées par l'utilisateur lors d'une visite. Des valeurs INP faibles indiquent une expérience plus réactive.
Le site a réduit son score Interaction to Next Paint sous les 200 millisecondes pour réussir l'évaluation des Core Web Vitals.
  • https://web.dev/articles/inp
  • https://developer.mozilla.org/fr/docs/Glossary/Interaction_to_next_paint
Italiano
Interaction to Next Paint
Una metrica dei Core Web Vitals che misura la reattività complessiva di una pagina riportando la latenza delle interazioni più lente (clic, tocchi, pressioni di tasti) eseguite dall'utente durante una visita. Valori INP più bassi indicano un'esperienza più reattiva.
Il sito ha ridotto il proprio punteggio Interaction to Next Paint sotto i 200 millisecondi per superare la valutazione dei Core Web Vitals.
  • https://web.dev/articles/inp
  • https://developer.mozilla.org/it/docs/Glossary/Interaction_to_next_paint
中文
Interaction to Next Paint
一项核心网页指标(Core Web Vitals),通过报告用户在访问页面期间最慢交互(点击、轻触、按键)的延迟来衡量页面的整体响应能力。INP 值越低,表示用户体验越流畅。
该网站将 Interaction to Next Paint 得分降至 200 毫秒以下,以通过核心网页指标评估。
  • https://web.dev/articles/inp
  • https://developer.mozilla.org/zh-CN/docs/Glossary/Interaction_to_next_paint