paper-with-me

Papers

Patent Representation Learning via Self-supervision

2025-11-03 · You Zuo, Kim Gerdes, Eric Villemonte de La Clergerie, Benoît Sagot arxiv

We study self-supervised patent representation learning with contrastive objectives. A standard baseline constructs positives by encoding the same text twice under independent dropout masks, but applying this recipe to long, structured patent documents requires careful calibration. We show that dropout-only training can be substantially strengthened by tuning temperature and dropout rate, yet its best configuration is evaluation-dependent and does not transfer uniformly from title--abstract retrieval to claim-to-disclosure retrieval. We propose mixed dropout--section positives, a patent-specific view construction strategy in which the anchor is the title--abstract view and the positive is sampled either from a dropout re-encoding of the same view or from another section of the same patent, such as claims, summary, background, drawings, or description. This uses patent-internal structure as a training-time signal without IPC labels, citations, or relevance annotations. We evaluate on graded EPO search-report retrieval, DAPFAM, a recently proposed family-level patent retrieval benchmark, and IPC subclass classification. Section-based positives improve over calibrated dropout-only and generic title--abstract augmentation baselines, are competitive with citation-informed patent encoders and a general-purpose embedding model, and perform strongly on the out-of-domain split of DAPFAM. Additional cross-section alignment diagnostics show that section-pair training improves compatibility among abstracts, claims, and descriptions of the same invention. These results indicate that patent sections provide effective self-supervised positive views for learning dense patent representations.

📄 PDF Abstract BibTeX arXiv:2511.10657

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Connecting the Dots: Inferring Patent Phrase Similarity with Retrieved Phrase Graphs

2024-03-24 · Zhuoyi Peng, Yi Yang

We study the patent phrase similarity inference task, which measures the semantic similarity between two patent phrases. As patent documents employ legal and highly technical language, existing semantic textual similarit…

Self-Supervised LearningSemantic SimilaritySemantic Textual Similarity

Self-Filtered Distillation with LLMs-generated Trust Indicators for Reliable Patent Classification

2025-10-06 · Yongmin Yoo, Xu Zhang, Longbing Cao arxiv

Organizing large-scale patent corpora according to classification schemes is a core information management task that determines the accuracy and efficiency of prior art retrieval, technology knowledge discovery, and inte…

Heterogeneous Dependency Graph-Guided Attentionfor Patent Representation Learning

2026-05-11 · Yongmin Yoo, Qiongkai Xu, Zhangkai Wu, Longbing Cao arxiv

Pre-trained language models advance patent classification and retrieval by encoding claims as flat token sequences, but they overlook the dependency hierarchy among claims. Incorporating this hierarchy into self-attentio…

Representation Learning

DeepPatent: Large scale patent drawing recognition and retrieval

2022-01-01 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2022 1 · Michal Kucer, Diane Oyen, Juan Castorena

We tackle the problem of analyzing and retrieving technical drawings. First, we introduce DeepPatent, a new large-scale dataset for recognition and retrieval of design patent drawings. The dataset provides more than 350,…

Image RetrievalRetrieval

From scratch to silver: Creating trustworthy training data for patent-SDG classification using Large Language Models

2025-09-11 · Grazia Sveva Ascione, Nicolò Tamagnone arxiv

Classifying patents by their relevance to the UN Sustainable Development Goals (SDGs) is crucial for tracking how innovation addresses global challenges. However, the absence of a large, labeled dataset limits the use of…

Transfer Learning