Off-topic Essay Detection via Content Vector Analysis

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for detecting off-topic essays require a training corpus, limiting their ability to handle spontaneously generated topics or new content, and are inefficient in accurately distinguishing between on-topic and off-topic essays, with high false negative rates for bad faith essays.

Innovation Solution

A method using content vector analysis to generate similarity scores between essays and prompts, determining off-topic essays without relying on pre-specified thresholds, and employing a generic similarity cutoff value or classifier to identify unexpected and bad faith essays, allowing for off-topic detection without a training corpus.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a training corpus is used to detect off-topic essays, then detection accuracy is improved, but the system loses adaptability to new topics and spontaneous question generation

Engineering Contradiction:
Improvedetection accuracyVSAvoidadaptability to new topics
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent extracts the essential function of off-topic detection by computing cosine similarity between essay vectors and prompt vectors, removing the dependency on training corpora. This allows the system to detect off-topic essays based on semantic similarity alone, enabling adaptation to new topics without retraining.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system uses a universal cosine similarity metric that works across all topics without topic-specific training. The same mechanism detects off-topic essays for any prompt, making the system universally applicable to diverse topics and spontaneous question generation.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Measurement precision

If topic-specific training is performed, then detection precision for known topics is improved, but the system becomes inefficient and inaccurate for bad faith essays

Engineering Contradiction:
Improvedetection precisionVSAvoidevaluation efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent extracts the core detection mechanism as a single cosine similarity computation between essay and prompt vectors, eliminating the need for complex topic-specific training models. This simplified approach maintains precision while significantly improving efficiency, especially for detecting bad faith essays that lack coherent topic alignment.

Inventive Principle:
Principle #2Taking out (Extraction)

3Reliability

If a training corpus is required, then the system can accurately distinguish on-topic and off-topic essays, but it cannot handle spontaneously generated topics or new content

Engineering Contradiction:
Improvedetection reliabilityVSAvoidflexibility in topic generation
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system employs a universal cosine similarity framework that reliably detects off-topic essays across all topics without requiring topic-specific training. The same vector comparison mechanism works for both established topics and spontaneously generated topics, ensuring both reliability and adaptability.

Inventive Principle:
Principle #6Universality (Multi-functionality)

4Productivity

If traditional off-topic detection methods are used, then the system can evaluate essays, but it produces high false negative rates for bad faith essays

Engineering Contradiction:
Improveessay evaluation capabilityVSAvoidfalse negative rate
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The patent extracts the detection function to a direct cosine similarity comparison between essay and prompt vectors. This approach captures the semantic mismatch in bad faith essays more effectively, reducing false negatives by directly measuring the disconnect between the essay content and prompt topic rather than relying on trained classifiers that may miss subtle bad faith patterns.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS7711312B2Method and system for detecting off-topic essays without topic-specific training
Publication Date: 2010.05.04 EDUCATIONAL TESTING SERVICE
  • US7711312B2 patent drawing
  • US7711312B2 patent drawing
  • US7711312B2 patent drawing

AI summary

Methods and systems for detecting off-topic essays are described that do not require training using human-scored essays. The methods can detect different types of off-topic essays, such as unexpected topic essays and bad faith essays. Unexpected topic essays are essays that address an incorrect topic. Bad faith essays address no topic. The methods can use content vector analysis to determine the similarity between the essay and one or more prompts. If the essay prompt with which an essay is associated is among the most similar to the essay, the essay is on-topic. Otherwise, the essay is considered to be an unexpected topic essay. Similarly, if the essay is sufficiently dissimilar to all essay prompts, the essay is considered to be a bad faith essay.