English
email marketing
Email marketing is a direct marketing channel that uses email to promote products, services or content to a targeted list of subscribers. It typically involves newsletters, promotional campaigns and automated flows measured by metrics such as open and click rates.
The company grew its revenue by combining email marketing with personalized product recommendations.
- https://en.wikipedia.org/wiki/Email_marketing
Deutsch
E-Mail-Marketing
E-Mail-Marketing ist ein Direktmarketing-Kanal, der E-Mails nutzt, um Produkte, Dienstleistungen oder Inhalte an eine gezielte Empfängerliste zu bewerben. Es umfasst Newsletter, Werbekampagnen und automatisierte Strecken, deren Erfolg über Öffnungs- und Klickraten gemessen wird.
Das Unternehmen steigerte seinen Umsatz durch die Kombination von E-Mail-Marketing mit personalisierten Produktempfehlungen.
- https://de.wikipedia.org/wiki/E-Mail-Marketing
Français
marketing par courriel
Le marketing par courriel est un canal de marketing direct qui utilise l'e-mail pour promouvoir des produits, services ou contenus auprès d'une liste ciblée d'abonnés. Il comprend des newsletters, des campagnes promotionnelles et des séquences automatisées mesurées par des indicateurs comme les taux d'ouverture et de clic.
L'entreprise a augmenté son chiffre d'affaires en combinant le marketing par courriel avec des recommandations de produits personnalisées.
- https://fr.wikipedia.org/wiki/Marketing_par_courriel
Italiano
email marketing
L'email marketing è un canale di marketing diretto che utilizza la posta elettronica per promuovere prodotti, servizi o contenuti presso una lista mirata di iscritti. Include newsletter, campagne promozionali e flussi automatizzati misurati tramite metriche come tassi di apertura e di clic.
L'azienda ha aumentato i ricavi combinando l'email marketing con consigli di prodotto personalizzati.
- https://it.wikipedia.org/wiki/Email_marketing
中文
电子邮件营销
电子邮件营销是一种通过电子邮件向目标订阅者推广产品、服务或内容的直复营销渠道。通常包括电子简报、促销活动和自动化邮件流程,并以打开率和点击率等指标衡量效果。
该公司通过将电子邮件营销与个性化产品推荐相结合,实现了收入增长。
- https://zh.wikipedia.org/wiki/电子邮件营销
English
embed code
A snippet of HTML or JavaScript that can be copied and pasted into a web page to display external content such as a video, map, or widget inline.
Copy the embed code from YouTube and paste it into your blog post to show the video.
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
- https://support.google.com/youtube/answer/171780
Deutsch
Embed-Code
Ein HTML- oder JavaScript-Codeschnipsel, der in eine Webseite kopiert wird, um externe Inhalte wie Videos, Karten oder Widgets direkt einzubinden.
Kopiere den Embed-Code von YouTube und füge ihn in deinen Blogbeitrag ein, um das Video anzuzeigen.
- https://developer.mozilla.org/de/docs/Web/HTML/Element/iframe
- https://support.google.com/youtube/answer/171780
Français
code d'intégration
Extrait de code HTML ou JavaScript à copier-coller dans une page web afin d'afficher un contenu externe tel qu'une vidéo, une carte ou un widget.
Copiez le code d'intégration de YouTube et collez-le dans votre article de blog pour afficher la vidéo.
- https://developer.mozilla.org/fr/docs/Web/HTML/Element/iframe
- https://support.google.com/youtube/answer/171780
Italiano
codice di incorporamento
Frammento di codice HTML o JavaScript da copiare e incollare in una pagina web per visualizzare contenuti esterni come video, mappe o widget.
Copia il codice di incorporamento da YouTube e incollalo nell'articolo del blog per mostrare il video.
- https://developer.mozilla.org/it/docs/Web/HTML/Element/iframe
- https://support.google.com/youtube/answer/171780
中文
嵌入代码
一段可复制粘贴到网页中的 HTML 或 JavaScript 代码,用于内嵌显示视频、地图、小组件等外部内容。
从 YouTube 复制嵌入代码并粘贴到你的博客文章中即可显示该视频。
- https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/iframe
- https://support.google.com/youtube/answer/171780
English
embedding
An embedding is a dense numerical vector representation of data such as words, sentences or images that captures semantic meaning in a continuous vector space. Similar items are mapped to nearby points, enabling similarity search and machine learning tasks.
The search engine converts each query into an embedding to find semantically related documents.
- https://en.wikipedia.org/wiki/Word_embedding
- https://developers.google.com/machine-learning/crash-course/embeddings
Deutsch
Embedding
Ein Embedding ist eine dichte, numerische Vektordarstellung von Daten wie Wörtern, Sätzen oder Bildern, die deren semantische Bedeutung in einem kontinuierlichen Vektorraum abbildet. Ähnliche Objekte liegen dabei nahe beieinander, was Ähnlichkeitssuche ermöglicht.
Das System wandelt jede Suchanfrage in ein Embedding um, um semantisch verwandte Dokumente zu finden.
- https://de.wikipedia.org/wiki/Worteinbettung
- https://developers.google.com/machine-learning/crash-course/embeddings
Français
embedding
Un embedding est une représentation vectorielle numérique dense de données telles que des mots, des phrases ou des images, capturant leur sens sémantique dans un espace vectoriel continu. Les éléments similaires sont proches, ce qui facilite la recherche par similarité.
Le moteur transforme chaque requête en un embedding afin de trouver des documents sémantiquement proches.
- https://fr.wikipedia.org/wiki/Plongement_lexical
- https://developers.google.com/machine-learning/crash-course/embeddings
Italiano
embedding
Un embedding è una rappresentazione vettoriale numerica densa di dati come parole, frasi o immagini, che ne cattura il significato semantico in uno spazio vettoriale continuo. Elementi simili vengono mappati vicini, facilitando la ricerca per similarità.
Il motore converte ogni query in un embedding per trovare documenti semanticamente correlati.
- https://it.wikipedia.org/wiki/Word_embedding
- https://developers.google.com/machine-learning/crash-course/embeddings
中文
嵌入
嵌入是将词语、句子或图像等数据表示为稠密数值向量的方法,可在连续向量空间中捕捉其语义含义。语义相似的对象在空间中彼此靠近,从而支持相似度检索与机器学习任务。
搜索引擎将每个查询转换为嵌入向量,以查找语义相关的文档。
- https://zh.wikipedia.org/wiki/词嵌入
- https://developers.google.com/machine-learning/crash-course/embeddings
English
encryption
The process of converting plaintext data into an unreadable ciphertext form using a cryptographic algorithm and key, so that only authorized parties can decrypt and read it.
TLS encryption protects data transmitted between a browser and a web server.
- https://en.wikipedia.org/wiki/Encryption
- https://developers.google.com/search/docs/crawling-indexing/https
Deutsch
Verschlüsselung
Der Vorgang, bei dem Klartextdaten mithilfe eines kryptografischen Algorithmus und Schlüssels in einen unlesbaren Chiffretext umgewandelt werden, sodass nur berechtigte Parteien sie entschlüsseln können.
Die TLS-Verschlüsselung schützt die Daten, die zwischen Browser und Webserver übertragen werden.
- https://de.wikipedia.org/wiki/Verschl%C3%BCsselung
- https://developers.google.com/search/docs/crawling-indexing/https
Français
chiffrement
Processus de conversion de données en clair en un texte chiffré illisible à l'aide d'un algorithme et d'une clé cryptographiques, afin que seules les parties autorisées puissent les déchiffrer.
Le chiffrement TLS protège les données transmises entre un navigateur et un serveur web.
- https://fr.wikipedia.org/wiki/Chiffrement
- https://developers.google.com/search/docs/crawling-indexing/https
Italiano
crittografia
Processo di conversione di dati in chiaro in un testo cifrato illeggibile mediante un algoritmo e una chiave crittografici, in modo che solo le parti autorizzate possano decifrarli.
La crittografia TLS protegge i dati trasmessi tra un browser e un server web.
- https://it.wikipedia.org/wiki/Crittografia
- https://developers.google.com/search/docs/crawling-indexing/https
中文
加密
使用密码算法和密钥将明文数据转换为不可读的密文的过程,只有授权方才能解密并读取数据。
TLS 加密可保护浏览器与网页服务器之间传输的数据。
- https://zh.wikipedia.org/wiki/%E5%8A%A0%E5%AF%86
- https://developers.google.com/search/docs/crawling-indexing/https
English
engagement rate
A metric that measures the level of interaction (likes, shares, comments, clicks) with content relative to reach, impressions or audience size, usually expressed as a percentage.
The post achieved an engagement rate of 4.2 percent, well above the account average.
- https://en.wikipedia.org/wiki/Engagement_marketing
Deutsch
Engagement-Rate
Kennzahl, die das Verhältnis von Interaktionen (Likes, Shares, Kommentare, Klicks) zu Reichweite, Impressionen oder Followerzahl misst und meist als Prozentwert angegeben wird.
Der Beitrag erzielte eine Engagement-Rate von 4,2 Prozent und lag damit deutlich über dem Durchschnitt.
- https://de.wikipedia.org/wiki/Interaktionsrate
Français
taux d'engagement
Indicateur mesurant le niveau d'interaction (mentions J'aime, partages, commentaires, clics) avec un contenu par rapport à la portée, aux impressions ou à la taille de l'audience, exprimé en pourcentage.
La publication a atteint un taux d'engagement de 4,2 pour cent, bien au-dessus de la moyenne du compte.
- https://fr.wikipedia.org/wiki/Marketing_relationnel
Italiano
tasso di coinvolgimento
Metrica che misura il livello di interazione (mi piace, condivisioni, commenti, clic) con un contenuto rispetto alla copertura, alle impression o alla dimensione del pubblico, espressa in percentuale.
Il post ha ottenuto un tasso di coinvolgimento del 4,2 percento, ben al di sopra della media dell'account.
- https://it.wikipedia.org/wiki/Marketing
中文
互动率
衡量内容互动程度(点赞、分享、评论、点击)相对于覆盖面、展示次数或受众规模的指标,通常以百分比表示。
这条帖子的互动率达到 4.2%,远高于该账号的平均水平。
- https://zh.wikipedia.org/wiki/社交媒体营销
English
enterprise SEO
Search engine optimization practiced at large scale for organizations with extensive websites, often comprising thousands or millions of pages, complex technical infrastructure and multiple stakeholders. It emphasizes scalable processes, automation and cross-team coordination.
The company hired an enterprise SEO team to manage optimization across its 500,000 product pages.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide
- https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
Enterprise SEO
Suchmaschinenoptimierung im grossen Massstab für Organisationen mit umfangreichen Websites, die häufig Tausende oder Millionen von Seiten sowie komplexe technische Infrastrukturen umfassen. Der Fokus liegt auf skalierbaren Prozessen, Automatisierung und abteilungsübergreifender Koordination.
Der Konzern setzte auf Enterprise SEO, um die Optimierung über alle Ländershops hinweg zu steuern.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=de
- https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
enterprise SEO
Optimisation pour les moteurs de recherche pratiquée à grande échelle pour des organisations disposant de sites web étendus, comportant souvent des milliers ou des millions de pages et une infrastructure technique complexe. Elle met l'accent sur des processus évolutifs, l'automatisation et la coordination inter-équipes.
Le groupe a mis en place une stratégie d'enterprise SEO pour gérer ses centaines de milliers de pages produit.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=fr
- https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
enterprise SEO
Ottimizzazione per i motori di ricerca praticata su larga scala per organizzazioni con siti web estesi, spesso composti da migliaia o milioni di pagine e da infrastrutture tecniche complesse. Pone l'accento su processi scalabili, automazione e coordinamento tra più team.
L'azienda ha adottato una strategia di enterprise SEO per gestire l'ottimizzazione di tutti i suoi cataloghi online.
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=it
- https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
企业级SEO
面向拥有大型网站的组织进行的大规模搜索引擎优化,这些网站通常包含成千上万甚至数百万个页面以及复杂的技术架构。其重点在于可扩展的流程、自动化和跨团队协作。
该公司组建了企业级SEO团队,以管理其数十万个产品页面的优化工作。
- https://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=zh-cn
- https://zh.wikipedia.org/wiki/搜索引擎优化
English
entity disambiguation
The task of resolving mentions of an entity in text to the correct real-world entity in a knowledge base, especially when the same surface form can refer to multiple entities. It is a core step in entity linking and named entity recognition pipelines.
Entity disambiguation determines whether the mention 'Jordan' refers to the country, the basketball player, or the river.
- https://en.wikipedia.org/wiki/Entity_linking
- https://en.wikipedia.org/wiki/Word-sense_disambiguation
Deutsch
Entitätsdisambiguierung
Die Aufgabe, Erwähnungen einer Entität in einem Text der korrekten realen Entität in einer Wissensbasis zuzuordnen, insbesondere wenn dieselbe Oberflächenform mehrere Entitäten bezeichnen kann. Sie ist ein zentraler Schritt beim Entity Linking und in NER-Pipelines.
Die Entitätsdisambiguierung entscheidet, ob sich die Erwähnung „Jordan“ auf das Land, den Basketballspieler oder den Fluss bezieht.
- https://de.wikipedia.org/wiki/Entity_Linking
Français
désambiguïsation d'entités
Tâche consistant à associer les mentions d'une entité dans un texte à l'entité réelle correcte d'une base de connaissances, notamment lorsqu'une même forme de surface peut désigner plusieurs entités. C'est une étape clé du liage d'entités et des chaînes de traitement de reconnaissance d'entités nommées.
La désambiguïsation d'entités détermine si la mention « Jordan » désigne le pays, le joueur de basket-ball ou le fleuve.
- https://fr.wikipedia.org/wiki/Liage_d%27entit%C3%A9s
Italiano
disambiguazione delle entità
Il compito di collegare le menzioni di un'entità in un testo alla corretta entità del mondo reale in una base di conoscenza, in particolare quando la stessa forma superficiale può riferirsi a più entità. È un passaggio centrale nell'entity linking e nelle pipeline di riconoscimento delle entità nominate.
La disambiguazione delle entità stabilisce se la menzione «Jordan» si riferisca al paese, al giocatore di basket o al fiume.
- https://it.wikipedia.org/wiki/Entity_linking
中文
实体消歧
将文本中某一实体的提及映射到知识库中正确的真实世界实体的任务,尤其是在同一表面形式可能指代多个实体的情况下。它是实体链接与命名实体识别流程中的核心步骤。
实体消歧用于判断提及“Jordan”指的是国家、篮球运动员还是河流。
- https://zh.wikipedia.org/wiki/%E5%AE%9E%E4%BD%93%E9%93%BE%E6%8E%A5
English
entity extraction
The natural language processing task of identifying and classifying named entities such as persons, organizations, locations or products within unstructured text. It is a core component of information retrieval and knowledge graph construction.
The search engine uses entity extraction to recognize 'Berlin' as a location and link it to relevant knowledge panel data.
- https://en.wikipedia.org/wiki/Named-entity_recognition
- https://cloud.google.com/natural-language/docs/analyzing-entities
Deutsch
Entitätsextraktion
Die NLP-Aufgabe, benannte Entitäten wie Personen, Organisationen, Orte oder Produkte in unstrukturiertem Text zu erkennen und zu klassifizieren. Sie ist ein zentraler Baustein des Information Retrieval und des Aufbaus von Wissensgraphen.
Die Suchmaschine nutzt Entitätsextraktion, um 'Berlin' als Ort zu erkennen und mit passenden Knowledge-Panel-Daten zu verknüpfen.
- https://de.wikipedia.org/wiki/Eigennamenerkennung
- https://cloud.google.com/natural-language/docs/analyzing-entities
Français
extraction d'entités
Tâche de traitement automatique du langage naturel consistant à identifier et classer les entités nommées telles que personnes, organisations, lieux ou produits dans un texte non structuré. Elle constitue un élément clé de la recherche d'information et de la construction de graphes de connaissances.
Le moteur de recherche utilise l'extraction d'entités pour reconnaître « Berlin » comme un lieu et l'associer aux données pertinentes du knowledge panel.
- https://fr.wikipedia.org/wiki/Reconnaissance_d%27entit%C3%A9s_nomm%C3%A9es
- https://cloud.google.com/natural-language/docs/analyzing-entities
Italiano
estrazione di entità
Attività di elaborazione del linguaggio naturale che consiste nell'individuare e classificare entità nominate come persone, organizzazioni, luoghi o prodotti all'interno di testo non strutturato. È una componente centrale del recupero delle informazioni e della costruzione di grafi della conoscenza.
Il motore di ricerca usa l'estrazione di entità per riconoscere 'Berlino' come luogo e collegarlo ai dati pertinenti del knowledge panel.
- https://it.wikipedia.org/wiki/Riconoscimento_di_entit%C3%A0_denominate
- https://cloud.google.com/natural-language/docs/analyzing-entities
中文
实体抽取
一种自然语言处理任务,用于在非结构化文本中识别并分类人名、组织、地点或产品等命名实体。它是信息检索和知识图谱构建的核心组成部分。
搜索引擎利用实体抽取将“柏林”识别为地点,并将其关联到相关的知识面板数据。
- https://zh.wikipedia.org/wiki/命名实体识别
- https://cloud.google.com/natural-language/docs/analyzing-entities
English
entity linking
Entity linking is the natural language processing task of associating mentions of entities in text with their corresponding unique entries in a knowledge base or knowledge graph. It combines named entity recognition with disambiguation to resolve which real-world entity a mention refers to.
By applying entity linking, the search engine mapped the ambiguous mention 'Paris' to the city rather than the mythological figure.
- https://en.wikipedia.org/wiki/Entity_linking
Deutsch
Entity Linking
Entity Linking bezeichnet die NLP-Aufgabe, im Text erkannte Entitätserwähnungen mit ihren eindeutigen Einträgen in einer Wissensdatenbank oder einem Knowledge Graph zu verknüpfen. Dabei wird die Erkennung von Entitäten mit der Disambiguierung kombiniert.
Durch Entity Linking ordnete das System die Erwähnung „Merkur“ dem Planeten und nicht dem Gott zu.
- https://de.wikipedia.org/wiki/Named_Entity_Linking
Français
liage d'entités
Le liage d'entités est la tâche de traitement automatique du langage consistant à associer les mentions d'entités détectées dans un texte à leurs entrées uniques dans une base de connaissances ou un graphe de connaissances. Il combine reconnaissance et désambiguïsation des entités.
Grâce au liage d'entités, le moteur a relié la mention « Mercure » à la planète plutôt qu'au dieu romain.
- https://fr.wikipedia.org/wiki/Liage_d%27entit%C3%A9s
Italiano
entity linking
L'entity linking è il compito di elaborazione del linguaggio naturale che consiste nell'associare le menzioni di entità individuate in un testo alle rispettive voci univoche in una base di conoscenza o in un knowledge graph. Combina il riconoscimento delle entità con la loro disambiguazione.
Grazie all'entity linking, il sistema ha collegato la menzione «Mercurio» al pianeta anziché alla divinità romana.
- https://en.wikipedia.org/wiki/Entity_linking
中文
实体链接
实体链接是自然语言处理中的一项任务,指将文本中识别出的实体提及与知识库或知识图谱中对应的唯一条目进行关联。它结合了命名实体识别与消歧过程。
通过实体链接,系统将文本中的「水星」关联到行星条目,而非罗马神话人物。
- https://en.wikipedia.org/wiki/Entity_linking
English
entity SEO
Entity SEO is an optimization approach that focuses on clearly defined entities (people, places, brands, concepts) and their relationships in knowledge graphs rather than solely on keywords. It aims to help search engines and AI systems understand meaning and context.
By implementing structured data and consistent naming, the agency strengthened its client's entity SEO and secured a Knowledge Panel.
- https://developers.google.com/search/docs/appearance/structured-data
- https://en.wikipedia.org/wiki/Knowledge_Graph
Deutsch
Entity SEO
Entity SEO ist ein Optimierungsansatz, der klar definierte Entitäten (Personen, Orte, Marken, Konzepte) und deren Beziehungen in Wissensgraphen in den Mittelpunkt stellt statt reiner Keywords. Ziel ist es, Suchmaschinen und KI-Systemen Bedeutung und Kontext verständlich zu machen.
Durch strukturierte Daten und eine einheitliche Benennung stärkte die Agentur das Entity SEO des Kunden und erreichte ein Knowledge Panel.
- https://developers.google.com/search/docs/appearance/structured-data
- https://de.wikipedia.org/wiki/Knowledge_Graph
Français
entity SEO
L'entity SEO est une approche d'optimisation centrée sur des entités clairement définies (personnes, lieux, marques, concepts) et leurs relations dans les graphes de connaissances, plutôt que sur les seuls mots-clés. Elle vise à aider les moteurs de recherche et les systèmes d'IA à comprendre le sens et le contexte.
Grâce aux données structurées et à une dénomination cohérente, l'agence a renforcé l'entity SEO du client et obtenu un Knowledge Panel.
- https://developers.google.com/search/docs/appearance/structured-data
- https://fr.wikipedia.org/wiki/Knowledge_Graph
Italiano
entity SEO
L'entity SEO è un approccio di ottimizzazione incentrato su entità chiaramente definite (persone, luoghi, marchi, concetti) e sulle loro relazioni nei knowledge graph, anziché sulle sole parole chiave. Mira ad aiutare motori di ricerca e sistemi di IA a comprendere significato e contesto.
Con i dati strutturati e una denominazione coerente, l'agenzia ha rafforzato l'entity SEO del cliente ottenendo un Knowledge Panel.
- https://developers.google.com/search/docs/appearance/structured-data
- https://it.wikipedia.org/wiki/Knowledge_Graph
中文
实体SEO
实体SEO是一种优化方法,侧重于明确定义的实体(人物、地点、品牌、概念)及其在知识图谱中的关系,而非仅关注关键词。其目标是帮助搜索引擎和人工智能系统理解含义与语境。
通过实施结构化数据和统一命名,该机构强化了客户的实体SEO,并成功获得了知识面板。
- https://developers.google.com/search/docs/appearance/structured-data
- https://zh.wikipedia.org/wiki/知识图谱
English
entity-based search
A search approach in which queries and content are interpreted around distinct entities (people, places, things, concepts) and their relationships rather than isolated keyword strings. It relies on knowledge graphs and semantic understanding to return contextually relevant results.
Google's shift to entity-based search means the engine understands 'Apple' as a company or a fruit depending on context.
- https://developers.google.com/knowledge-panel/intro
- https://en.wikipedia.org/wiki/Knowledge_Graph
Deutsch
entitätenbasierte Suche
Ein Suchansatz, bei dem Suchanfragen und Inhalte anhand eindeutiger Entitäten (Personen, Orte, Dinge, Konzepte) und ihrer Beziehungen interpretiert werden, statt nur isolierte Schlüsselwörter zu berücksichtigen. Grundlage sind Wissensgraphen und semantisches Verständnis.
Durch die entitätenbasierte Suche erkennt Google, ob mit 'Golf' das Auto, der Sport oder die Meeresbucht gemeint ist.
- https://de.wikipedia.org/wiki/Knowledge_Graph
Français
recherche basée sur les entités
Approche de recherche dans laquelle les requêtes et les contenus sont interprétés autour d'entités distinctes (personnes, lieux, choses, concepts) et de leurs relations, plutôt que de simples chaînes de mots-clés. Elle s'appuie sur des graphes de connaissances et la compréhension sémantique.
Grâce à la recherche basée sur les entités, Google distingue 'Paris' la ville de 'Paris' le prénom selon le contexte.
- https://fr.wikipedia.org/wiki/Knowledge_Graph
Italiano
ricerca basata sulle entità
Approccio di ricerca in cui query e contenuti vengono interpretati intorno a entità distinte (persone, luoghi, cose, concetti) e alle loro relazioni, anziché su semplici stringhe di parole chiave. Si basa su knowledge graph e comprensione semantica.
Grazie alla ricerca basata sulle entità, Google capisce se 'Torino' indica la città o la squadra di calcio a seconda del contesto.
- https://it.wikipedia.org/wiki/Knowledge_Graph
中文
基于实体的搜索
一种搜索方法,围绕明确的实体(人物、地点、事物、概念)及其相互关系来解读查询和内容,而非孤立的关键词字符串。它依赖知识图谱和语义理解来返回相关结果。
借助基于实体的搜索,谷歌能根据上下文判断“苹果”指的是公司还是水果。
- https://zh.wikipedia.org/wiki/知识图谱
English
event rich result
A rich result in Google Search that displays event information such as name, date, time and location, typically generated from Event structured data on a page.
By adding Event structured data, the concert page qualified for an event rich result showing its date and venue directly in Search.
- https://developers.google.com/search/docs/appearance/structured-data/event
Deutsch
Event-Rich-Result
Ein Rich-Result in der Google-Suche, das Veranstaltungsinformationen wie Name, Datum, Uhrzeit und Ort anzeigt und meist aus Event-strukturierten Daten einer Seite generiert wird.
Durch die Ergänzung von Event-strukturierten Daten wurde die Konzertseite für ein Event-Rich-Result mit Datum und Veranstaltungsort qualifiziert.
- https://developers.google.com/search/docs/appearance/structured-data/event?hl=de
Français
résultat enrichi d'événement
Résultat enrichi dans la recherche Google affichant des informations sur un événement telles que le nom, la date, l'heure et le lieu, généralement issues de données structurées Event d'une page.
En ajoutant des données structurées Event, la page du concert a pu obtenir un résultat enrichi d'événement affichant sa date et son lieu.
- https://developers.google.com/search/docs/appearance/structured-data/event?hl=fr
Italiano
risultato multimediale per eventi
Risultato avanzato nella Ricerca Google che mostra informazioni su un evento come nome, data, ora e luogo, generalmente ottenute dai dati strutturati Event di una pagina.
Aggiungendo i dati strutturati Event, la pagina del concerto ha ottenuto un risultato multimediale per eventi con data e luogo.
- https://developers.google.com/search/docs/appearance/structured-data/event?hl=it
中文
活动富媒体搜索结果
谷歌搜索中显示活动信息(如名称、日期、时间和地点)的富媒体结果,通常由页面上的 Event 结构化数据生成。
通过添加 Event 结构化数据,该演唱会页面获得了显示日期和地点的活动富媒体搜索结果。
- https://developers.google.com/search/docs/appearance/structured-data/event?hl=zh-cn
English
event tracking
The measurement of specific user interactions on a website or app—such as clicks, downloads, form submissions or video plays—that are recorded as discrete events in a web analytics tool.
We set up event tracking to measure how many visitors click the 'Download PDF' button.
- https://support.google.com/analytics/answer/9322688
- https://en.wikipedia.org/wiki/Web_analytics
Deutsch
Event-Tracking
Das Erfassen bestimmter Nutzerinteraktionen auf einer Website oder in einer App – etwa Klicks, Downloads, Formularabsendungen oder Videostarts – die als einzelne Ereignisse in einem Web-Analyse-Tool aufgezeichnet werden.
Wir haben Event-Tracking eingerichtet, um zu messen, wie viele Besucher auf den Button 'PDF herunterladen' klicken.
- https://support.google.com/analytics/answer/9322688
- https://de.wikipedia.org/wiki/Web-Analyse
Français
suivi des événements
Mesure d'interactions spécifiques des utilisateurs sur un site web ou une application — clics, téléchargements, envois de formulaires ou lectures de vidéos — enregistrées comme événements distincts dans un outil d'analyse web.
Nous avons mis en place le suivi des événements pour mesurer combien de visiteurs cliquent sur le bouton « Télécharger le PDF ».
- https://support.google.com/analytics/answer/9322688
- https://fr.wikipedia.org/wiki/Mesure_d%27audience_des_sites_web
Italiano
monitoraggio degli eventi
La misurazione di specifiche interazioni degli utenti su un sito web o un'app — come clic, download, invii di moduli o riproduzioni video — registrate come singoli eventi in uno strumento di analisi web.
Abbiamo configurato il monitoraggio degli eventi per misurare quanti visitatori cliccano sul pulsante 'Scarica PDF'.
- https://support.google.com/analytics/answer/9322688
- https://it.wikipedia.org/wiki/Web_analytics
中文
事件跟踪
对网站或应用中特定用户交互(如点击、下载、表单提交或视频播放)的测量,这些交互在网站分析工具中被记录为独立事件。
我们设置了事件跟踪,以测量有多少访客点击了「下载 PDF」按钮。
- https://support.google.com/analytics/answer/9322688
- https://zh.wikipedia.org/wiki/%E7%B6%B2%E7%AB%99%E5%88%86%E6%9E%90
English
evergreen content
Web content that remains relevant, useful and continuously searchable over a long period without significant time-related decay. It sustains organic traffic long after publication.
A well-structured guide on 'how to tie a tie' is classic evergreen content that keeps attracting search traffic year after year.
- https://en.wikipedia.org/wiki/Evergreen_content
- https://ahrefs.com/blog/evergreen-content/
Deutsch
Evergreen Content
Webinhalte, die über einen langen Zeitraum relevant, nützlich und suchbar bleiben und nicht an Aktualität verlieren. Sie generieren dauerhaft organischen Traffic.
Ein Ratgeber zum Thema 'Krawatte binden' ist typischer Evergreen Content, der jahrelang Suchanfragen anzieht.
- https://de.wikipedia.org/wiki/Evergreen_content
Français
contenu évergreen
Contenu web qui reste pertinent, utile et recherché sur une longue période sans perdre de son actualité. Il génère un trafic organique durable après sa publication.
Un guide sur « comment faire un nœud de cravate » est un contenu évergreen classique qui attire du trafic pendant des années.
- https://fr.wikipedia.org/wiki/Contenu_%C3%A9vergreen
Italiano
contenuto evergreen
Contenuto web che rimane rilevante, utile e ricercabile per un lungo periodo senza perdere attualità. Genera traffico organico duraturo dopo la pubblicazione.
Una guida su «come annodare una cravatta» è un tipico contenuto evergreen che attira traffico di ricerca per anni.
- https://it.wikipedia.org/wiki/Contenuto_evergreen
中文
常青内容
指在较长时间内始终保持相关性、实用性和可搜索性的网页内容,不会因时间推移而过时。它能持续带来自然搜索流量。
一篇关于「如何打领带」的指南是典型的常青内容,多年来持续吸引搜索流量。
- https://zh.wikipedia.org/wiki/%E5%B8%B8%E9%9D%92%E5%86%85%E5%AE%B9
English
exact match anchor
An internal or external link whose anchor text is identical to the target keyword the linked page aims to rank for. Overuse can trigger search engine over-optimization filters.
Using 'buy running shoes' as an exact match anchor pointing to the product category page can raise spam signals if repeated too often.
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable
- https://en.wikipedia.org/wiki/Anchor_text
Deutsch
Exact-Match-Anchor
Ein Link, dessen Ankertext exakt dem Ziel-Keyword der verlinkten Seite entspricht. Ein übermässiger Einsatz kann von Suchmaschinen als Überoptimierung gewertet werden.
Der Ankertext 'Laufschuhe kaufen' als Exact-Match-Anchor auf die Kategorieseite kann bei häufiger Wiederholung Spam-Signale auslösen.
- https://de.wikipedia.org/wiki/Ankertext
Français
ancre de correspondance exacte
Lien dont le texte d'ancrage est strictement identique au mot-clé cible de la page liée. Une utilisation excessive peut être perçue par les moteurs de recherche comme une suroptimisation.
Utiliser 'acheter des chaussures de course' comme ancre de correspondance exacte vers la page catégorie peut déclencher des signaux de spam si cela se répète trop.
- https://fr.wikipedia.org/wiki/Texte_d%27ancrage
Italiano
anchor a corrispondenza esatta
Link il cui testo di ancoraggio coincide esattamente con la parola chiave target della pagina collegata. Un uso eccessivo può essere interpretato dai motori di ricerca come sovraottimizzazione.
Usare 'comprare scarpe da corsa' come anchor a corrispondenza esatta verso la pagina di categoria può generare segnali di spam se ripetuto troppo spesso.
- https://it.wikipedia.org/wiki/Anchor_text
中文
完全匹配锚文本
锚文本与所链接页面目标关键词完全一致的链接。过度使用可能被搜索引擎判定为过度优化。
将“购买跑鞋”用作指向分类页面的完全匹配锚文本,如果频繁重复可能触发垃圾信号。
- https://zh.wikipedia.org/wiki/%E9%94%9A%E6%96%87%E6%9C%AC
English
explainable AI
Explainable AI (XAI) refers to methods and techniques that make the decisions and outputs of AI systems understandable and interpretable to humans. It aims to provide transparency into how models arrive at their results.
By using explainable AI, the bank could show customers why their loan applications were rejected.
- https://en.wikipedia.org/wiki/Explainable_artificial_intelligence
- https://cloud.google.com/explainable-ai
Deutsch
erklärbare KI
Erklärbare KI (XAI) bezeichnet Methoden und Verfahren, die Entscheidungen und Ausgaben von KI-Systemen für Menschen nachvollziehbar und interpretierbar machen. Ziel ist Transparenz darüber, wie ein Modell zu seinen Ergebnissen gelangt.
Dank erklärbarer KI konnte die Bank ihren Kunden zeigen, warum ihre Kreditanträge abgelehnt wurden.
- https://de.wikipedia.org/wiki/Explainable_Artificial_Intelligence
Français
IA explicable
L'IA explicable (XAI) désigne les méthodes et techniques qui rendent les décisions et résultats des systèmes d'IA compréhensibles et interprétables par les humains. Elle vise à assurer la transparence sur la manière dont un modèle parvient à ses résultats.
Grâce à l'IA explicable, la banque a pu montrer à ses clients pourquoi leurs demandes de crédit avaient été refusées.
- https://fr.wikipedia.org/wiki/Intelligence_artificielle_explicable
Italiano
IA spiegabile
L'IA spiegabile (XAI) indica i metodi e le tecniche che rendono le decisioni e gli output dei sistemi di IA comprensibili e interpretabili dagli esseri umani. Mira a garantire trasparenza su come un modello arriva ai propri risultati.
Grazie all'IA spiegabile, la banca ha potuto mostrare ai clienti perché le loro richieste di prestito erano state respinte.
- https://it.wikipedia.org/wiki/Intelligenza_artificiale_spiegabile
中文
可解释人工智能
可解释人工智能(XAI)是指使人工智能系统的决策和输出对人类可理解、可解释的方法和技术,旨在提供模型如何得出结果的透明度。
借助可解释人工智能,银行能够向客户说明其贷款申请被拒绝的原因。
- https://zh.wikipedia.org/wiki/可解释人工智能
English
external link
A hyperlink that points from one website to a page on a different domain. External links are used to reference other sources and can pass link equity to the target site.
The article included an external link to the official W3C documentation.
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable
- https://en.wikipedia.org/wiki/Hyperlink
Deutsch
externer Link
Ein Hyperlink, der von einer Website auf eine Seite einer anderen Domain verweist. Externe Links dienen als Quellenangabe und können Linkkraft an die Zielseite weitergeben.
Der Artikel enthielt einen externen Link zur offiziellen W3C-Dokumentation.
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable?hl=de
- https://de.wikipedia.org/wiki/Hyperlink
Français
lien externe
Un hyperlien qui pointe depuis un site web vers une page d'un autre domaine. Les liens externes servent à citer d'autres sources et peuvent transmettre du poids SEO à la page cible.
L'article comportait un lien externe vers la documentation officielle du W3C.
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable?hl=fr
- https://fr.wikipedia.org/wiki/Hyperlien
Italiano
link esterno
Un collegamento ipertestuale che punta da un sito web a una pagina di un altro dominio. I link esterni servono a citare altre fonti e possono trasferire valore SEO alla pagina di destinazione.
L'articolo conteneva un link esterno alla documentazione ufficiale del W3C.
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable?hl=it
- https://it.wikipedia.org/wiki/Collegamento_ipertestuale
中文
外部链接
从一个网站指向另一个域名页面的超链接。外部链接用于引用其他来源,并可将链接权重传递给目标网站。
这篇文章包含一个指向W3C官方文档的外部链接。
- https://developers.google.com/search/docs/crawling-indexing/links-crawlable?hl=zh-cn
- https://zh.wikipedia.org/wiki/超链接
English
F1 score
The F1 score is the harmonic mean of precision and recall, providing a single balanced measure of a classifier's or retrieval system's accuracy. It ranges from 0 to 1, where 1 indicates perfect precision and recall.
The named-entity recognition model achieved an F1 score of 0.87 on the test set.
- https://en.wikipedia.org/wiki/F-score
- https://scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
Deutsch
F1-Maß
Das F1-Maß ist das harmonische Mittel aus Präzision (Precision) und Trefferquote (Recall) und liefert einen ausgewogenen Einzelwert zur Bewertung von Klassifikatoren oder Retrieval-Systemen. Der Wertebereich liegt zwischen 0 und 1.
Das Modell zur Eigennamenerkennung erreichte auf dem Testdatensatz ein F1-Maß von 0,87.
- https://de.wikipedia.org/wiki/F-Ma%C3%9F
Français
score F1
Le score F1 est la moyenne harmonique de la précision et du rappel, fournissant une mesure unique et équilibrée de la performance d'un classifieur ou d'un système de recherche d'information. Sa valeur varie de 0 à 1.
Le modèle de reconnaissance d'entités nommées a obtenu un score F1 de 0,87 sur le jeu de test.
- https://fr.wikipedia.org/wiki/F-mesure
Italiano
F1 score
L'F1 score è la media armonica di precisione (precision) e richiamo (recall) e fornisce una misura singola e bilanciata delle prestazioni di un classificatore o di un sistema di recupero delle informazioni. Il valore è compreso tra 0 e 1.
Il modello di riconoscimento delle entità nominate ha ottenuto un F1 score di 0,87 sul set di test.
- https://it.wikipedia.org/wiki/F1_score
中文
F1分数
F1分数是精确率(precision)和召回率(recall)的调和平均值,为分类器或信息检索系统的性能提供一个平衡的综合指标,取值范围为0到1。
该命名实体识别模型在测试集上取得了0.87的F1分数。
- https://zh.wikipedia.org/wiki/F-score
English
faceted navigation
A navigation system that lets users filter and refine listings by multiple attributes (facets) such as size, color or price, typically generating many parameterized URL combinations.
The online shop's faceted navigation allowed shoppers to filter shoes by size, brand and color simultaneously.
- https://developers.google.com/search/docs/crawling-indexing/crawling-managing-faceted-navigation
- https://en.wikipedia.org/wiki/Faceted_search
Deutsch
facettierte Navigation
Ein Navigationssystem, das Nutzern erlaubt, Auflistungen nach mehreren Attributen (Facetten) wie Größe, Farbe oder Preis zu filtern, wobei oft zahlreiche parametrisierte URL-Kombinationen entstehen.
Die facettierte Navigation des Onlineshops ermöglichte das gleichzeitige Filtern der Schuhe nach Größe, Marke und Farbe.
- https://developers.google.com/search/docs/crawling-indexing/crawling-managing-faceted-navigation?hl=de
- https://de.wikipedia.org/wiki/Facettensuche
Français
navigation à facettes
Système de navigation permettant aux utilisateurs de filtrer et d'affiner des listes selon plusieurs attributs (facettes) tels que la taille, la couleur ou le prix, générant souvent de nombreuses combinaisons d'URL paramétrées.
La navigation à facettes de la boutique en ligne permettait de filtrer les chaussures par taille, marque et couleur en même temps.
- https://developers.google.com/search/docs/crawling-indexing/crawling-managing-faceted-navigation?hl=fr
- https://fr.wikipedia.org/wiki/Recherche_%C3%A0_facettes
Italiano
navigazione a faccette
Sistema di navigazione che consente agli utenti di filtrare e affinare gli elenchi in base a più attributi (faccette) come taglia, colore o prezzo, generando spesso numerose combinazioni di URL parametrizzati.
La navigazione a faccette dello shop online permetteva di filtrare le scarpe per taglia, marca e colore contemporaneamente.
- https://developers.google.com/search/docs/crawling-indexing/crawling-managing-faceted-navigation?hl=it
- https://it.wikipedia.org/wiki/Ricerca_a_faccette
中文
分面导航
一种导航系统,允许用户按多个属性(分面),如尺寸、颜色或价格来筛选和细化列表,通常会生成大量带参数的 URL 组合。
该在线商店的分面导航让用户可以同时按尺码、品牌和颜色筛选鞋子。
- https://developers.google.com/search/docs/crawling-indexing/crawling-managing-faceted-navigation?hl=zh-cn
- https://zh.wikipedia.org/wiki/%E5%88%86%E9%9D%A2%E6%90%9C%E7%B4%A2
English
faceted search
A search and navigation technique that lets users refine results by applying multiple filters (facets) such as price, brand, colour or size, each derived from product attributes. It combines full-text or category search with dynamic attribute-based filtering.
The online shop uses faceted search so customers can narrow down laptops by RAM, screen size and price range at the same time.
- https://en.wikipedia.org/wiki/Faceted_search
Deutsch
facettierte Suche
Ein Such- und Navigationsverfahren, bei dem Nutzer die Ergebnisse über mehrere Filter (Facetten) wie Preis, Marke, Farbe oder Grösse eingrenzen, die aus Produktattributen abgeleitet werden. Sie verbindet Volltext- oder Kategoriesuche mit dynamischer attributbasierter Filterung.
Der Onlineshop nutzt eine facettierte Suche, damit Kunden Laptops gleichzeitig nach RAM, Bildschirmgrösse und Preisspanne einschränken können.
- https://de.wikipedia.org/wiki/Facettensuche
Français
recherche à facettes
Technique de recherche et de navigation permettant à l'utilisateur d'affiner les résultats en appliquant plusieurs filtres (facettes) comme le prix, la marque, la couleur ou la taille, dérivés des attributs des produits. Elle associe la recherche plein texte ou par catégorie à un filtrage dynamique basé sur les attributs.
La boutique en ligne utilise la recherche à facettes pour que les clients puissent filtrer les ordinateurs portables par RAM, taille d'écran et fourchette de prix simultanément.
- https://fr.wikipedia.org/wiki/Recherche_%C3%A0_facettes
Italiano
ricerca a faccette
Tecnica di ricerca e navigazione che consente agli utenti di affinare i risultati applicando più filtri (faccette) come prezzo, marca, colore o taglia, derivati dagli attributi dei prodotti. Combina la ricerca full-text o per categoria con un filtraggio dinamico basato sugli attributi.
Il negozio online usa la ricerca a faccette affinché i clienti possano filtrare i portatili per RAM, dimensioni dello schermo e fascia di prezzo contemporaneamente.
- https://it.wikipedia.org/wiki/Ricerca_a_faccette
中文
分面搜索
一种搜索与导航技术,允许用户通过应用多个筛选条件(分面),如价格、品牌、颜色或尺寸来细化结果,这些分面来自产品属性。它将全文或分类搜索与基于属性的动态筛选相结合。
该在线商店使用分面搜索,让顾客能够同时按内存、屏幕尺寸和价格区间来筛选笔记本电脑。
- https://en.wikipedia.org/wiki/Faceted_search
English
FAQ rich result
A search result enhancement that displays a list of questions and answers from a page's FAQPage structured data directly in the SERP, allowing users to expand answers inline.
By adding FAQPage schema markup, the support page became eligible for a FAQ rich result on Google.
- https://developers.google.com/search/docs/appearance/structured-data/faqpage
Deutsch
FAQ-Rich-Result
Eine erweiterte Suchergebnisdarstellung, die auf FAQPage-strukturierten Daten basiert und eine Liste von Fragen und Antworten direkt in den Suchergebnissen aufklappbar anzeigt.
Durch das Einbinden von FAQPage-Markup wurde die Seite für ein FAQ-Rich-Result bei Google berechtigt.
- https://developers.google.com/search/docs/appearance/structured-data/faqpage?hl=de
Français
résultat enrichi FAQ
Un affichage de résultat de recherche amélioré, basé sur les données structurées FAQPage, qui présente une liste de questions et réponses dépliables directement dans la SERP.
En ajoutant le balisage FAQPage, la page d'assistance est devenue éligible à un résultat enrichi FAQ sur Google.
- https://developers.google.com/search/docs/appearance/structured-data/faqpage?hl=fr
Italiano
risultato multimediale FAQ
Una visualizzazione avanzata dei risultati di ricerca, basata sui dati strutturati FAQPage, che mostra un elenco di domande e risposte espandibili direttamente nella SERP.
Aggiungendo il markup FAQPage, la pagina di supporto è diventata idonea per un risultato multimediale FAQ su Google.
- https://developers.google.com/search/docs/appearance/structured-data/faqpage?hl=it
中文
FAQ富媒体搜索结果
一种增强型搜索结果展示,基于页面的FAQPage结构化数据,在搜索结果页中直接以可展开的形式显示一组问题和答案。
通过添加FAQPage结构化数据标记,该支持页面便有资格在谷歌上显示FAQ富媒体搜索结果。
- https://developers.google.com/search/docs/appearance/structured-data/faqpage?hl=zh-cn
English
favicon
A small icon associated with a website or web page that is displayed in browser tabs, bookmarks, and the address bar. The term is a contraction of 'favorite icon'.
The browser fetches the favicon from /favicon.ico or from a link element in the HTML head.
- https://en.wikipedia.org/wiki/Favicon
- https://developer.mozilla.org/en-US/docs/Glossary/Favicon
Deutsch
Favicon
Ein kleines Symbol, das einer Website oder Webseite zugeordnet ist und in Browser-Tabs, Lesezeichen und der Adressleiste angezeigt wird. Der Begriff ist eine Zusammensetzung aus 'favorite icon'.
Der Browser lädt das Favicon aus /favicon.ico oder aus einem link-Element im HTML-Kopf.
- https://de.wikipedia.org/wiki/Favicon
Français
favicon
Petite icône associée à un site ou à une page web, affichée dans les onglets du navigateur, les favoris et la barre d'adresse. Le terme est une contraction de « favorite icon ».
Le navigateur récupère le favicon depuis /favicon.ico ou depuis un élément link dans l'en-tête HTML.
- https://fr.wikipedia.org/wiki/Favicon
- https://developer.mozilla.org/fr/docs/Glossary/Favicon
Italiano
favicon
Piccola icona associata a un sito o a una pagina web, visualizzata nelle schede del browser, nei segnalibri e nella barra degli indirizzi. Il termine è una contrazione di «favorite icon».
Il browser recupera la favicon da /favicon.ico oppure da un elemento link nell'intestazione HTML.
- https://it.wikipedia.org/wiki/Favicon
中文
网站图标
与网站或网页关联的小图标,显示在浏览器标签页、书签和地址栏中。该英文术语是 'favorite icon' 的缩写。
浏览器会从 /favicon.ico 或 HTML 头部的 link 元素中获取网站图标。
- https://zh.wikipedia.org/wiki/Favicon
English
featured snippet
A featured snippet is a highlighted search result box displayed at the top of Google's SERP that directly answers a user's query by extracting text, a list, or a table from a web page. It is often referred to as 'position zero' because it appears above the traditional organic results.
By structuring the answer as a concise paragraph, the page earned a featured snippet for the query 'what is a canonical URL'.
- https://developers.google.com/search/docs/appearance/featured-snippets
- https://en.wikipedia.org/wiki/Featured_snippet
Deutsch
Featured Snippet
Ein Featured Snippet ist ein hervorgehobener Ergebniskasten, den Google oberhalb der organischen Treffer anzeigt und der eine Suchanfrage direkt beantwortet, indem Text, eine Liste oder eine Tabelle aus einer Webseite extrahiert wird. Der englische Fachbegriff ist auch im Deutschen üblich.
Durch eine prägnante Definition im ersten Absatz erhielt die Seite für die Suchanfrage 'Was ist eine Sitemap' ein Featured Snippet.
- https://developers.google.com/search/docs/appearance/featured-snippets?hl=de
Français
featured snippet
Un featured snippet est un encadré de résultat mis en avant en haut de la page de résultats de Google, qui répond directement à une requête en extrayant du texte, une liste ou un tableau d'une page web. Le terme anglais est couramment employé en français, parfois traduit par « extrait optimisé ».
En rédigeant une réponse concise, la page a obtenu un featured snippet pour la requête « qu'est-ce qu'une balise canonical ».
- https://developers.google.com/search/docs/appearance/featured-snippets?hl=fr
Italiano
featured snippet
Un featured snippet è un riquadro di risultato in evidenza mostrato in cima alla SERP di Google, che risponde direttamente a una query estraendo testo, un elenco o una tabella da una pagina web. Il termine inglese è di uso comune anche in italiano.
Strutturando la risposta come un paragrafo conciso, la pagina ha ottenuto un featured snippet per la query 'cos'è una sitemap'.
- https://developers.google.com/search/docs/appearance/featured-snippets?hl=it
中文
精选摘要
精选摘要是谷歌在搜索结果页顶部显示的高亮结果框,通过从网页中提取文本、列表或表格直接回答用户的查询。由于其位置在传统自然结果之上,也被称为「零位置」。
通过将答案组织成简洁的段落,该页面在「什么是规范链接」这一查询中获得了精选摘要。
- https://developers.google.com/search/docs/appearance/featured-snippets?hl=zh-cn
English
few-shot learning
A machine learning approach in which a model learns to perform a task from only a small number of labeled examples. In the context of large language models, examples are provided directly in the prompt to guide the desired output.
By adding three examples to the prompt, the model produced correct classifications through few-shot learning.
- https://en.wikipedia.org/wiki/Few-shot_learning_(natural_language_processing)
- https://platform.openai.com/docs/guides/prompt-engineering
Deutsch
Few-Shot-Learning
Ein Ansatz des maschinellen Lernens, bei dem ein Modell eine Aufgabe anhand nur weniger Beispiele erlernt. Bei grossen Sprachmodellen werden die Beispiele direkt im Prompt bereitgestellt, um die gewünschte Ausgabe zu steuern.
Durch das Hinzufügen von drei Beispielen zum Prompt lieferte das Modell dank Few-Shot-Learning korrekte Klassifizierungen.
- https://de.wikipedia.org/wiki/Few-Shot_Learning
Français
apprentissage few-shot
Approche d'apprentissage automatique dans laquelle un modèle apprend à réaliser une tâche à partir d'un très petit nombre d'exemples annotés. Pour les grands modèles de langage, les exemples sont fournis directement dans le prompt.
En ajoutant trois exemples au prompt, le modèle a produit des classifications correctes grâce à l'apprentissage few-shot.
- https://fr.wikipedia.org/wiki/Apprentissage_par_petit_nombre_d%27exemples
Italiano
few-shot learning
Approccio di apprendimento automatico in cui un modello impara a svolgere un compito a partire da un numero molto ridotto di esempi etichettati. Nei grandi modelli linguistici gli esempi vengono forniti direttamente nel prompt.
Aggiungendo tre esempi al prompt, il modello ha prodotto classificazioni corrette grazie al few-shot learning.
- https://it.wikipedia.org/wiki/Apprendimento_automatico
中文
小样本学习
一种机器学习方法,模型仅通过少量带标注的示例即可学会执行某项任务。在大型语言模型中,这些示例通常直接在提示词中提供,以引导所需的输出。
在提示中加入三个示例后,模型通过小样本学习给出了正确的分类结果。
- https://zh.wikipedia.org/wiki/%E5%B0%8F%E6%A0%B7%E6%9C%AC%E5%AD%A6%E4%B9%A0
English
filter
A UI control that lets users narrow a list of results or products by selecting attributes such as price, size, category or rating. In faceted navigation, filters refine the displayed set without triggering a new search query.
Adding a price filter to the product listing helped users quickly reduce hundreds of items to a manageable set.
- https://www.nngroup.com/articles/filters-vs-facets/
Deutsch
Filter
Ein UI-Element, mit dem Nutzer eine Ergebnis- oder Produktliste durch Auswahl von Attributen wie Preis, Größe, Kategorie oder Bewertung einschränken. In der facettierten Navigation verfeinern Filter die angezeigte Auswahl.
Durch den Preisfilter konnten Nutzer die Produktliste schnell auf wenige relevante Artikel eingrenzen.
- https://www.nngroup.com/articles/filters-vs-facets/
Français
filtre
Élément d'interface permettant à l'utilisateur de restreindre une liste de résultats ou de produits en sélectionnant des attributs tels que le prix, la taille, la catégorie ou la note. Dans la navigation à facettes, les filtres affinent l'ensemble affiché.
Le filtre de prix a permis aux utilisateurs de réduire rapidement la liste de produits aux articles les plus pertinents.
- https://www.nngroup.com/articles/filters-vs-facets/
Italiano
filtro
Elemento di interfaccia che consente all'utente di restringere un elenco di risultati o prodotti selezionando attributi come prezzo, taglia, categoria o valutazione. Nella navigazione a faccette i filtri affinano l'insieme visualizzato.
Il filtro per prezzo ha permesso agli utenti di ridurre rapidamente l'elenco dei prodotti agli articoli più rilevanti.
- https://www.nngroup.com/articles/filters-vs-facets/
中文
筛选器
一种界面控件,允许用户通过选择价格、尺寸、类别或评分等属性来缩小结果或商品列表的范围。在分面导航中,筛选器可细化显示的结果集。
添加价格筛选器后,用户能快速将上百件商品缩减到少量相关结果。
- https://www.nngroup.com/articles/filters-vs-facets/