Document Marking Projection for Extraction Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Information extraction from natural language texts is complicated by ambiguity, requiring significant resources and manual effort, especially when different document types necessitate distinct extraction rules, and implementing these rules can be costly and inefficient.

Innovation Solution

A document marking projection system that generates markings for a target document by analyzing similar documents, using similarity measurements to project markings from similar documents into the target document based on text content differences, reducing the need for manual intervention and processing time.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If extraction rules are implemented to identify specific information within documents, then information extraction accuracy is improved, but processing time and computational resources increase significantly

Engineering Contradiction:
Improveinformation extraction accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system performs preliminary actions by pre-processing documents to generate structured representations and pre-computing similarity metrics. Documents are transformed into comparable formats in advance, allowing rapid retrieval and comparison during extraction operations without re-processing the entire document each time.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system creates simplified copies of documents in structured formats (e.g., extracted features, metadata, normalized text representations) that can be quickly compared and processed. These copies retain the essential information needed for similarity assessment and extraction rule application without requiring manipulation of the full original documents.

Inventive Principle:
Principle #26Copying

2Measurement precision

If manual intervention is used to handle ambiguity in natural language texts, then information extraction accuracy is improved, but labor resources and cost increase significantly

Engineering Contradiction:
Improveinformation extraction accuracyVSAvoidlabor resources
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The system enables self-service by automatically resolving ambiguities through contextual analysis and similarity-based inference. The system compares ambiguous passages with similar documents from the corpus, automatically determining the correct interpretation without human intervention, thereby maintaining accuracy while eliminating manual labor.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system introduces an intermediary layer of semantic analysis and contextual representation that bridges the gap between ambiguous natural language and structured extraction rules. This intermediary processing transforms ambiguous text into disambiguated representations that can be automatically processed by extraction algorithms.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If different extraction rules are implemented for different document types, then extraction accuracy for specific document types is improved, but system complexity and implementation cost increase

Engineering Contradiction:
Improveextraction accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system implements a universal extraction framework that can handle multiple document types through a single unified process. By using document similarity comparison and adaptive rule selection, the system automatically adjusts to different document types without requiring separate manual configuration for each type, thereby reducing system complexity while maintaining specialized extraction accuracy.

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

Solution Approach 2:

The system employs dynamic extraction rules that adapt to the specific document type and content being processed. Rather than using static, pre-configured rules for each document type, the system dynamically selects and adjusts extraction rules based on similarity matching and contextual analysis, allowing flexibility and accuracy without the overhead of maintaining separate rule sets.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS10169305B2Marking comparison for similar documents
Publication Date: 2019.01.01 ABBYY DEVELOPMENT INC
  • US10169305B2 patent drawing
  • US10169305B2 patent drawing
  • US10169305B2 patent drawing

AI summary

A document marking projection system receives a target document comprising text content, determines a set of similar documents using an index of stored documents, where the set of similar documents are similar to the target document, and selects a first similar document from the set of similar documents that is most similar to the target document. The document marking projection system determines one or more portions of text content in the first similar document that are different from respective one or more portions of text content in the target document, determines a first location of a first marking within the first similar document, determines a projected marking for the target document in view of one or more differences between the first portion of the text content in the first similar document and a respective portion of the text content in the target document, and stores the projected marking for the target document.