Automated Aggregated Content Commenting System

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current systems lack an efficient method for automated aggregated content commenting, particularly in computer networks, where comments are not easily linked to specific content portions without altering the original content and do not support simultaneous commenting by multiple users.

Innovation Solution

A system and method that utilize a content database, evaluation criteria database, and comment database, where comments are stored independently of the content, using pointers to link them, allowing for simultaneous commenting and evaluation without altering the original content, and enabling streaming of content for commenting.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If comments are stored independently using pointers, then the original content is not altered and multiple users can comment simultaneously, but the system complexity increases due to linked databases

Engineering Contradiction:
Improvecontent integrityVSAvoidsystem structure
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system divides the commenting functionality into separate modular components: a content database for storing original content, a comment database for storing comments, and pointer data structures for linking them. This segmentation allows independent management of content and comments, preventing alterations to original content while enabling simultaneous access by multiple users.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces pointer data structures as intermediary elements that link the content database and comment database without direct modification of content. These pointers act as mediators that establish relationships between content and comments while maintaining the independence and integrity of the original content.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If multiple users comment simultaneously, then user interaction efficiency improves, but data management complexity increases

Engineering Contradiction:
Improvecommenting efficiencyVSAvoiddata management
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system segments user interactions into individual comment entries, each with unique identifiers and timestamps. This segmentation allows multiple users to comment simultaneously without conflict, as each comment is processed and stored as an independent unit in the comment database.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system implements automatic assignment of unique identifiers and timestamps to each comment, along with automated linking to the relevant content through pointers. This self-service mechanism reduces manual data management complexity while enabling simultaneous commenting by multiple users.

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If evaluation criteria are integrated into the commenting system, then content evaluation capability improves, but system complexity increases

Engineering Contradiction:
Improveevaluation capabilityVSAvoidsystem structure
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system integrates evaluation criteria into the existing commenting framework, allowing the same infrastructure to serve both commenting and evaluation functions. Comments can be associated with evaluation criteria through the pointer-based linking mechanism, enabling multi-functional use of the system without requiring separate structures.

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

Solution Approach 2:

The patent merges the evaluation functionality with the commenting system by storing evaluation criteria in the comment database or as associated data structures. This combination allows evaluation to occur within the existing commenting workflow, adding versatility while minimizing additional system complexity.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11003674B2Systems and methods for automated aggregated content comment generation
Publication Date: 2021.05.11 PEARSON EDUCATION INC
  • US11003674B2 patent drawing
  • US11003674B2 patent drawing
  • US11003674B2 patent drawing

AI summary

Systems and methods for automated aggregated content commenting are disclosed herein. Such a system can include a memory including a content database; an evaluation criteria database; and a comment database. The system can include at least one server. The at least one server can: receive a content identifier; receive a user identifier; provide a representation of the piece of content to the user; receive a comment from the user identifying a portion of the piece of content; generate a portion of the comment database linked to the user and the content; generate an entry in the portion of the comment database linked to the user and the content; and store the comment in the entry in the portion of the comment database.