Biased Content Sampling for Quality Metrics

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Online systems face challenges in efficiently identifying and evaluating low-quality content due to class imbalance, where most user-provided content complies with policies, making it difficult to sample sufficient low-quality content for effective review process evaluation.

Innovation Solution

The online system employs a biased sampling process using risk scores and impression counts to increase the proportion of low-quality content in the sampled subset, allowing for more accurate quality performance metrics and reducing human review time by prioritizing content with higher impact on user experience.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If random sampling is used to evaluate the review process, then the sampling process is simple and fast, but the proportion of low-quality content in the sampled subset is too low to provide accurate quality performance metrics

Engineering Contradiction:
Improveaccuracy of quality performance metricsVSAvoidhuman review time
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent changes the sampling parameter from uniform random sampling to biased sampling based on risk scores. Each content item is assigned a sampling probability proportional to its risk score, which transforms the sampling distribution to enrich low-quality content in the evaluated subset while maintaining computational efficiency.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent segments the content population into different risk categories using the machine learning model's risk scores. By dividing content into high-risk, medium-risk, and low-risk segments, the system can apply differential sampling probabilities to each segment, ensuring adequate representation of low-quality content without requiring evaluation of all content items.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If a large number of content items are sampled to identify sufficient low-quality content, then the accuracy of quality performance metrics improves, but the human review time and computational resources increase significantly

Engineering Contradiction:
Improveaccuracy of quality performance metricsVSAvoidhuman review time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent changes the sampling parameter from uniform probability to risk-score-proportional probability. This transformation allows the system to achieve the same measurement precision with a much smaller sample size, because the sampling distribution is optimized to concentrate on high-risk content items that are more likely to be low-quality.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent applies partial action by sampling only a subset of content items with probability proportional to their risk scores, rather than evaluating all content items. This partial sampling approach achieves sufficient accuracy for quality performance metrics while significantly reducing human review time and computational resources.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If the review process evaluates all user-provided content, then the quality performance metrics would be most accurate, but the computational cost and human review time become prohibitively high

Engineering Contradiction:
Improveaccuracy of quality performance metricsVSAvoidcomputational resources
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent changes the evaluation parameter from comprehensive evaluation of all content to risk-score-proportional sampling. This parameter transformation enables the system to achieve adequate measurement precision with a fraction of the computational resources required for full evaluation.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent implements partial evaluation by selecting a representative subset of content items for human review based on risk scores. This partial action approach provides sufficient accuracy for quality performance metrics while dramatically reducing computational cost and human review time compared to evaluating all content.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS9959412B2Sampling content using machine learning to identify low-quality content
Publication Date: 2018.05.01 META PLATFORMS INC
  • US9959412B2 patent drawing
  • US9959412B2 patent drawing
  • US9959412B2 patent drawing

AI summary

An online system obtains risk scores determined by a machine learning model for a content item provided by a user of an online system for display to users of the online system, where the risk scores indicate the likelihood of content items violating a content policy. The online system uses the risk scores to determine sampling weights used to select content items for inclusion in a sampled subset of content items. The sampling weights are determined from risk score counts indicating the relative frequency of the obtained risk scores and impression counts indicating the number of times content items have been presented to the users of the online system. The online system presents the selected content items for evaluation by a human reviewer using a quality review interface. Using the results of the quality review, the online system determines quality performance metrics of the machine learning model.