QualityFringeFringeQueryPriorPerDocData

AI Overview😉

  • The potential purpose of this module is to assess the likelihood of a query or document being related to fringe content, which can be harmful or misleading. It appears to be a component of Google's algorithm that aims to identify and demote such content in search results.
  • This module could impact search results by influencing the ranking of documents and queries that are deemed to be fringe-related. Documents with higher fringe scores may be demoted in search results, while those with lower scores may be promoted. This could lead to a safer and more trustworthy search experience for users.
  • To be more favorable to this function, a website may focus on creating high-quality, trustworthy, and informative content that is less likely to be classified as fringe. This could involve using credible sources, avoiding sensational or misleading language, and ensuring that content is well-researched and balanced. Additionally, websites may want to ensure that their content is easily accessible and understandable, and that they have a clear and transparent editorial policy.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

PerDocData for fringe-query-prior (built into the shards for eventual consumption at Fringe classification time). Not stored in DocJoins. NEXT ID: 16

Attributes

  • encodedCalibratedFringeSitePriorScore (type: integer(), default: nil) -
  • encodedChardXlqHoaxPrediction (type: integer(), default: nil) - An encoding of the Chard XLQ-hoax prediction in [0,1].
  • encodedChardXlqTranslatedPrediction (type: integer(), default: nil) - An encoding of the Chard XLQ prediction on translated content in [0,1].
  • encodedChardXlqYmylPrediction (type: integer(), default: nil) - An encoding of the Chard XLQ-YMYL prediction in [0,1].
  • encodedDaftScore (type: integer(), default: nil) - An encoding of the Document About Fringe Topic (daft) score in [0, 1].
  • encodedDocumentFringeVulnerability (type: integer(), default: nil) - An estimate of the vulnerability of this doc to show fringe content, based on the context around the document. Can be interpreted as a 'safe' QScore threshold to use (see go/doc-fringe-vulnerability for more info). Encoded for compactness and to restrict visibility. Please contact fringe-ranking@ to get access to quality_fringe::DocumentFringeVulnerabilityEncoding to decode this field.
  • encodedEntityPriorScore (type: integer(), default: nil) - Highest entity prior seen for document's Headline and SingleTopic entities (see go/topicality-score for definitions of entity topicalities). Represents probability that a query is fringe, given that the entity is in the result set with topicality >= Headline. Scores scaled to integers between 0 and 1000 for compactness. Scores must be interpreted through FringeQueryPriorEncoding::Decode API.
  • encodedFringePriorScore (type: integer(), default: nil) - Probability that a query is fringe, given this document is in the result set. Scores scaled to integers between 0 and 1000 for compactness. Scores must be interpreted through FringeQueryPriorEncoding::Decode API.
  • encodedFringeSitePriorScore (type: integer(), default: nil) - Probability that a query is fringe, given this document's site is in the result set. Scores scaled to integers between 0 and 1000 for compactness. Scores must be interpreted through FringeQueryPriorEncoding::Decode API.
  • encodedFringeSitePriorScoreForQfsTraining (type: integer(), default: nil) - Probability that a query is fringe, given this document's site is in the result set. Does not use signals with a dependency on the QueryFringeScore of a document. Scores scaled to integers between 0 and 1000 for compactness. Scores must be interpreted through FringeQueryPriorEncoding::Decode API. Will NOT be present if the fringe_site_prior_score_for_qfs_training is not significantly different from the site_prior_score.
  • encodedPredictedXlqScoreAndConfidence (type: integer(), default: nil) - A combined encoding of the pXLQ score in [0,1] and the confidence with which that score should be interpreted in [0,1].
  • encodedProximityScore (type: integer(), default: nil) - A score in [0, 1] representing the similarity of this doc to known fringe-vulnerable 'seeds'. See go/fringe-proximity for more information. Encoded for compactness and to restrict visibility.
  • encodedPseudoraterPxlqScore (type: integer(), default: nil) - An encoding of the XLQ pseudorater severity score translated into pXLQ score space in [0,1]. The encoding includes the pseudorater version and confidence.
  • sensitiveEntitiesIndices (type: list(integer()), default: nil) - Indices on the repository_webref::WebrefEntities::entity field of entities that represent a person or a group of people (aka sensitive entities). Will be deprecated once sensitive_entities_mids is fully launched (see b/290268614).
  • sensitiveEntitiesMids (type: list(String.t), default: nil) - MIDs of entities that represent a person or a group of people (aka sensitive entities). See b/290268614 for reference why this is needed in replacement to sensitive_entities_indices.

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.QualityFringeFringeQueryPriorPerDocData{
    encodedCalibratedFringeSitePriorScore: integer() | nil,
    encodedChardXlqHoaxPrediction: integer() | nil,
    encodedChardXlqTranslatedPrediction: integer() | nil,
    encodedChardXlqYmylPrediction: integer() | nil,
    encodedDaftScore: integer() | nil,
    encodedDocumentFringeVulnerability: integer() | nil,
    encodedEntityPriorScore: integer() | nil,
    encodedFringePriorScore: integer() | nil,
    encodedFringeSitePriorScore: integer() | nil,
    encodedFringeSitePriorScoreForQfsTraining: integer() | nil,
    encodedPredictedXlqScoreAndConfidence: integer() | nil,
    encodedProximityScore: integer() | nil,
    encodedPseudoraterPxlqScore: integer() | nil,
    sensitiveEntitiesIndices: [integer()] | nil,
    sensitiveEntitiesMids: [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.