---
title: uspto-trademarks-full
canonical_url: "https://www.modelscope.cn/datasets/redmapler/uspto-trademarks-full"
md_url: "https://www.modelscope.cn/datasets/redmapler/uspto-trademarks-full.md"
repository: redmapler/uspto-trademarks-full
chinese_name: "美国专利商标局（USPTO）商标全量数据集"
last_updated: 2026-08-27
license: other
downloads: 354
stars: 0
---

# uspto-trademarks-full

> uspto-trademarks-full - redmapler 在 ModelScope 开源的数据集。本数据集为美国专利商标局（USPTO）商标数据全量集合，覆盖 1832 年至 2026 年的商标申请与注册记录，由 163 个 CSV 文件组成，共约 1432 万条记录，每条记录对应一次商标申请/注册事务。

redmapler/uspto-trademarks-full 是 ModelScope 魔搭社区上的数据集，采用 other 许可。

- **Repository**: redmapler/uspto-trademarks-full
- **License**: other
- **Downloads**: 354
- **Stars**: 0
- **Last updated**: 2026-08-27

Source: https://www.modelscope.cn/datasets/redmapler/uspto-trademarks-full

---

# USPTO Trademarks Full Dataset ｜ 美国专利商标局（USPTO）商标全量数据集

## 数据集简介 / Dataset Summary

本数据集为美国专利商标局（USPTO）商标数据全量集合，覆盖 **1832 年至 2026 年**的商标申请与注册记录，由 **163 个 CSV 文件**组成，共约 **1432 万条记录**，每条记录对应一次商标申请/注册事务。

This is a comprehensive collection of trademark records from the United States Patent and Trademark Office (USPTO), covering filing years from **1832 to 2026**. It consists of **163 CSV files** with approximately **14.3 million records**, each representing a trademark filing or registration event.

## 数据文件 / Data Files

数据集由 163 个 CSV 文件组成，按申请年份分区（`trademarks_<year>.csv`），另含若干按状态码/分类聚合的文件（如 `trademarks_ unknown.csv` 等）。所有文件表头一致。

| 字段 / Field | 说明 / Description |
| --- | --- |
| serial_number | 申请序列号 / Application serial number |
| registration_number | 注册号 / Registration number |
| transaction_date | 事务日期 / Transaction date (YYYYMMDD) |
| wordmark | 商标文字（纯文字商标）/ Word mark |
| status_code | 官方状态码 / Official status code |
| is_live | 是否有效：LIVE/DEAD / Live flag |
| filing_date | 申请日 / Filing date (YYYYMMDD) |
| registration_date | 注册日 / Registration date (YYYYMMDD) |
| renewal_date | 续展日 / Renewal date (YYYYMMDD) |
| intl_classes | 尼斯国际分类（`\|` 分隔）/ Nice international classes |
| owner_name | 权利人名称 / Owner name |
| goods_services | 商品/服务描述（英文原文）/ Goods & services description |

## 适用场景 / Use Cases

- 商标信息检索 / Trademark information retrieval
- 侵权词筛查 / Trademark infringement screening
- 商标文字清洗归一 / Wordmark cleaning and normalization
- 文本分类 / Text classification
- 权利人实体抽取 / Owner entity extraction
- 商品/服务描述中英互译等多语言 NLP 任务 / Multilingual NLP tasks such as EN↔ZH translation of goods/services descriptions

## 许可协议 / License

USPTO 数据为美国公开数据（Public Domain）。本数据集仅作整理与格式转换，无额外版权主张。

The source data is public-domain USPTO data. This dataset provides formatting and restructuring only.

## 数据说明 / Notes

- 数据含 LIVE（注册有效/在审）、DEAD（放弃/注销/过期）及未分类等多种状态，`is_live` 字段基于项目 `src/status_codes.py` 的官方状态码口径派生。
- `goods_services` 为英文原始描述；中文名称为后续可用作翻译或检索标签的补充说明。
- 数据仅供研究使用，涉及商标法律效力请以 USPTO 官方为准。
