Token-Level Argument Mining with Adaptive Transformer

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing argument mining techniques struggle to effectively identify argument components and their relationships in essays written by middle school students, due to differences in writing conventions, such as run-on sentences, unsupported claims, and multiple claims in a single sentence.

Innovation Solution

A token-level classification approach using a BERT-based multi-task learning architecture, which combines adaptive pretraining on relevant unlabeled data with fine-tuning on labeled datasets, to identify claim and premise tokens directly, rather than segmenting text into argumentative units first.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional argument mining techniques are used to identify argument components in student essays, then the process follows conventional segmentation approaches, but the accuracy is insufficient due to differences in student writing conventions such as run-on sentences and multiple claims per sentence

Engineering Contradiction:
Improveaccuracy in identifying argument componentsVSAvoideffectiveness in handling student writing conventions
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent changes the fundamental parameter of the argument mining approach by switching from sentence-level segmentation to token-level classification. This parameter change allows the model to handle run-on sentences and multiple claims per sentence effectively, as it can identify argument components at the word level rather than being constrained by sentence boundaries. The BERT-based model processes tokens individually, enabling accurate identification of claim and premise tokens even in complex student writing structures.

Inventive Principle:
Principle #35Parameter changes

2Ease of manufacture

If text is segmented into argumentative units first before identifying components, then the process follows a pipeline approach, but the accuracy in identifying claim and premise tokens is reduced

Engineering Contradiction:
Improvesimplicity of processing approachVSAvoidaccuracy in token-level classification
Core Design Contradiction:
Ease of manufactureVSMeasurement precision

Solution Approach 1:

The patent inverts the traditional pipeline approach by performing token-level classification directly without prior segmentation into argumentative units. Instead of following the conventional sequence of segmentation then component identification, the model classifies each token as claim, premise, or other directly from the input text. This inversion eliminates the intermediate segmentation step that was causing accuracy losses, particularly in handling student essays with non-standard structures.

Inventive Principle:
Principle #13The other way round (Inversion)

Solution Approach 2:

The patent merges the segmentation and component identification tasks into a single token-level classification process. By combining these previously separate steps into one unified model operation, the system achieves both segmentation and component identification simultaneously, improving efficiency and accuracy. The BERT model with classification heads performs both functions in one pass through the data.

Inventive Principle:
Principle #5Merging (Combining)

3Measurement precision

If adaptive pretraining on relevant unlabeled data is performed before fine-tuning, then the model achieves better performance on student essays, but the training process becomes more complex

Engineering Contradiction:
Improveclassification performanceVSAvoidtraining process complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by performing adaptive pretraining on unlabeled student essay data before fine-tuning on labeled datasets. This pretraining step allows the model to learn domain-specific language patterns, writing conventions, and argumentation styles specific to student essays. By preparing the model in advance with domain-relevant unlabeled data, the subsequent fine-tuning on smaller labeled datasets becomes more effective, achieving better overall performance despite the increased training complexity.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12249252B1Machine learning-based argument component segmentation
Publication Date: 2025.03.11 EDUCATIONAL TESTING SERVICE
  • US12249252B1 patent drawing
  • US12249252B1 patent drawing
  • US12249252B1 patent drawing

AI summary

Data is received that includes a passage of text generated in response to a prompt which comprises a plurality of sentences. Thereafter, the passage of text is tokenized into a plurality of tokens each corresponding to a different word in the passage of text. A first classification head of an adaptive fine-tuned transforms classifies each of the tokens into one of a plurality of classes. A second classification head of the adaptive fine-tuned transformer model classifies each of the sentences as either including or not including an argument. Data can then be provided which characterizes the first and second classifications. Related apparatus, systems, techniques and articles are also described.