QualityFringeFringeQueryPriorPerDocData

GoogleApi.ContentWarehouse.V1.Model.QualityFringeFringeQueryPriorPerDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. encodedCalibratedFringeSitePriorScore (type: integer(), default: nil)
    -
  2. encodedChardXlqHoaxPrediction (type: integer(), default: nil)
    - An encoding of the Chard XLQ-hoax prediction in [0,1].
  3. encodedChardXlqTranslatedPrediction (type: integer(), default: nil)
    - An encoding of the Chard XLQ prediction on translated content in [0,1].
  4. encodedChardXlqYmylPrediction (type: integer(), default: nil)
    - An encoding of the Chard XLQ-YMYL prediction in [0,1].
  5. encodedDaftScore (type: integer(), default: nil)
    - An encoding of the Document About Fringe Topic (daft) score in [0, 1].
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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].
  12. 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.
  13. 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.
  14. 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).
  15. 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.

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityFringeFringeQueryPriorPerDocData