Rare Disease Dictionary Augmentation Using Semantic Term Retrieval

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Manual curation of disease dictionaries, particularly for rare diseases, is labor-intensive and suffers from low recall, limiting their effectiveness in Biomedical Natural Language Processing tasks.

Innovation Solution

A processor-implemented method and system that uses pattern-based and n-gram-based noun phrase chunking, semantic analysis, and filtering techniques to augment rare disease dictionaries by extracting relevant terms from medical literature, leveraging syntactic and semantic similarity measures.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If manual curation is used to create disease dictionaries, then precision is improved, but recall deteriorates and time consumption increases

Engineering Contradiction:
ImproveprecisionVSAvoidrecall
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent segments the dictionary creation process into multiple stages: initial manual curation for high-quality seed terms, automated extraction of candidate terms from literature, semantic similarity-based filtering, and final manual review. This segmentation allows different methods to be applied at different stages, achieving both high precision and improved recall.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary automated processing layer between manual curation and final dictionary output. This layer uses NLP techniques to extract candidate terms and compute semantic similarities, acting as a mediator that expands coverage while maintaining quality through subsequent filtering steps.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If manual curation is used to create disease dictionaries, then precision is improved, but productivity deteriorates

Engineering Contradiction:
ImproveprecisionVSAvoidtime consumption
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent divides the time-consuming manual curation task into segments: initial manual creation of a small seed dictionary, automated expansion to generate candidate terms, and selective manual review of only the most promising candidates. This segmentation dramatically reduces total time while maintaining precision.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary automated processing to generate and pre-filter candidate terms before manual review. By pre-computing semantic similarities and filtering low-quality candidates, the system reduces the time burden on manual curators to reviewing only high-potential terms.

Inventive Principle:
Principle #10Preliminary action

3Quantity of substance

If automated methods are used to extract terms from literature, then recall is improved, but precision deteriorates

Engineering Contradiction:
ImproverecallVSAvoidprecision
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent implements a feedback loop where extracted candidate terms are evaluated against semantic similarity thresholds and quality filters. Terms that meet predefined criteria are retained and fed into the next processing stage, while others are rejected. This feedback mechanism ensures precision is maintained even as recall increases through automated extraction.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent changes the parameter of term selection from simple keyword matching to semantic similarity-based selection. By computing semantic distances between candidate terms and seed terms, the system can identify truly relevant terms while filtering out spurious matches, thereby maintaining precision while improving recall.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS12572736B2Systems and methods for augmenting rare disease dictionaries
Publication Date: 2026.03.10 TATA CONSULTANCY SERVICES LTD
  • US12572736B2 patent drawing
  • US12572736B2 patent drawing
  • US12572736B2 patent drawing

AI summary

Comprehensive and high-quality disease dictionaries are invaluable resources for tasks such as building ontologies, automated relation extraction, text summarization, question answering etc. Such curated resources are useful to clinicians, researchers, and various Biomedical Natural Language Processing tasks. However, these are manually curated and are labor and time intensive, and additionally suffer from lower recall and coverage is also less. Present disclosure provides systems and methods for augmenting rare disease dictionaries, wherein the system retrieves (new) rare diseases terms from medical literature that are related to the given dictionary terms (seed terms) and recommends new terms (or NPs) in a ranked order. This method is useful for rare diseases dictionary augmentation as a significant fraction of the top recommendations are new synonym candidates for dictionary augmentation. The method uses syntactic and semantic similarity measures in combination with efficient nearest neighbor search for efficient retrieval.