# How AI Learns New Tasks Using Old Data Labels

> A method for helping AI models understand new topics by grouping similar labels from different datasets into a shared, broader category.

- **Patent:** US 11062228
- **Original title:** Transfer learning techniques for disparate label sets
- **Owner:** Microsoft Technology Licensing LLC
- **Granted:** 2021
- **Status:** Active
- **Times cited:** 4
- **Field:** ai_ml, software, telecommunications

## What it does

This patent describes a way to teach an AI model about a new subject by using knowledge from a subject it already knows. It works by turning labels (like 'weather' or 'flight status') into mathematical vectors, which are lists of numbers that represent their meaning. The system then uses clustering algorithms to find common ground between these different labels, creating a 'coarse label' that acts as a bridge. For example, if the AI knows 'book flight' and 'reserve seat,' it can use this shared 'coarse' category to better understand a new, related task like 'check-in for flight' even if it has very little training data for that specific task.

## What it does NOT cover

- Does not cover systems that rely solely on manually defined rules rather than vector-based clustering.
- Does not cover models that perform transfer learning without first creating a coarse label set as an abstraction layer.
- Does not cover the specific hardware architecture, only the software-based method of label mapping.

## The clever bit

Instead of trying to map labels directly from one domain to another, it creates an intermediate 'coarse' layer. This abstraction acts as a translator, allowing the model to see the semantic relationship between labels that might look completely different on the surface.

## Real-world examples

1. Virtual assistants like Microsoft Cortana or Alexa
2. Customer service chatbots
3. Natural language understanding modules in search engines

## Why it matters

Training AI models from scratch is expensive and requires massive amounts of data. This technique allows companies to build smarter virtual assistants and chatbots by recycling knowledge across different domains, making AI more efficient and capable of handling new user requests without needing millions of new examples.

## Frequently asked questions

### What does How AI Learns New Tasks Using Old Data Labels cover?

A method for helping AI models understand new topics by grouping similar labels from different datasets into a shared, broader category.

### Who owns patent US 11062228?

Microsoft Technology Licensing LLC owns this patent, granted in 2021.

### When does this patent expire?

This patent is expected to expire on July 13, 2041, when the invention enters the public domain.

### What is patent US 11062228 cited by?

This patent has been cited by 4 later patents that build on its ideas.

### What problem does this patent solve?

Training AI models from scratch is expensive and requires massive amounts of data. This technique allows companies to build smarter virtual assistants and chatbots by recycling knowledge across different domains, making AI more efficient and capable of handling new user requests without needing millions of new examples.

### What does this patent NOT cover?

Does not cover systems that rely solely on manually defined rules rather than vector-based clustering.

**Full plain-English explainer:** https://patentbrief.org/patent/us/11062228/gpt-3-few-shot-learning

**Original patent:** https://patents.google.com/patent/US11062228

---

_Source: PatentBrief — https://patentbrief.org. Patent facts are from public records; the plain-English explanation is PatentBrief's._
