SearchPolicyRankableSensitivityAttentionalEntity

AI Overview😉

  • Potential purpose of module: This module, SearchPolicyRankableSensitivityAttentionalEntity, is designed to identify and rank entities (people, places, things) in search results based on their sensitivity or importance. It uses various sources, such as annotations from Aqua and QRef, and the Assistant's response, to determine the sensitivity of these entities.
  • Impact on search results: This module could impact search results by promoting or demoting entities based on their sensitivity or importance. For example, if a search query is related to a sensitive topic, this module may prioritize entities that are more relevant or authoritative on that topic. Conversely, it may downrank entities that are less relevant or potentially harmful.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that its content is accurately annotated with relevant entities, and that these entities are marked as sensitive or important where appropriate. Additionally, using clear and concise language, and providing authoritative sources to support claims, may also help to increase the sensitivity or importance of entities mentioned on the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.SearchPolicyRankableSensitivityAttentionalEntity (google_api_content_warehouse v0.4.0)

Attentional entities (AE) can be pulled from arguments of interpretations, entities annotated by Aqua or QRef annotators, and entities mentioned in Assistant's response and annotated by the fulfillment logic (see https://g3doc.corp.google.com/quality/dialog_manager/attentional_entities/g3doc/overview.md#overview). Sensitivity of AEs can be marked by (1) feature developers in a Monastery frame, (2) code to infer the sensitivity from Argument provenance, and (3) entity annotators, such as Aqua annotator and QRef annotator. See go/sensitive-ae.

Attributes

  • aeOrigin (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SearchPolicyRankableSensitivityAttentionalEntity{
    aeOrigin: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.