paper-with-me

홈 › Papers

Prior Art Search and Reranking for Generated Patent Text

2020-09-19 · Jieh-Sheng Lee, Jieh Hsiang

Generative models, such as GPT-2, have demonstrated impressive results recently. A fundamental question we'd like to address is: where did the generated text come from? This work is our initial effort toward answering the question by using prior art search. The purpose of the prior art search is to find the most similar prior text in the training data of GPT-2. We take a reranking approach and apply it to the patent domain. Specifically, we pre-train GPT-2 models from scratch by using the patent data from the USPTO. The input for the prior art search is the patent text generated by the GPT-2 model. We also pre-trained BERT models from scratch for converting patent text to embeddings. The steps of reranking are: (1) search the most similar text in the training data of GPT-2 by taking a bag-of-word ranking approach (BM25), (2) convert the search results in text format to BERT embeddings, and (3) provide the final result by ranking the BERT embeddings based on their similarities with the patent text generated by GPT-2. The experiments in this work show that such reranking is better than ranking with embeddings alone. However, our mixed results also indicate that calculating the semantic similarities among long text spans is still challenging. To our knowledge, this work is the first to implement a reranking system to identify retrospectively the most similar inputs to a GPT model based on its output.

📄 PDF Abstract BibTeX arXiv:2009.09132

Code (0)

등록된 구현이 없습니다.

Tasks

Reranking

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

PaECTER: Patent-level Representation Learning using Citation-informed Transformers

2024-02-29 · Mainak Ghosh, Sebastian Erhardt, Michael E. Rose, Erik Buunk 외

PaECTER is a publicly available, open-source document-level encoder specific for patents. We fine-tune BERT for Patents with examiner-added citation information to generate numerical representations for patent documents.…

Citation PredictionLanguage ModelingLanguage ModellingRepresentation Learning+2

PatentMatch: A Dataset for Matching Patent Claims & Prior Art

2020-12-27 · Julian Risch, Nicolas Alder, Christoph Hewel, Ralf Krestel

Patent examiners need to solve a complex information retrieval task when they assess the novelty and inventive step of claims made in a patent application. Given a claim, they search for prior art, which comprises all re…

Information RetrievalRetrievalSemantic correspondence

Citation-Driven Multi-View Training for Patent Embeddings: QaECTER and Sophia-Bench

2026-04-24 · Younes Djemmal, You Zuo, Kim Gerdes, Kirian Guiller arxiv

Patent retrieval underpins critical decisions in innovation, examination, and IP strategy, yet progress has been hampered by the absence of benchmarks that reflect the diversity of real world search scenarios. We address…

Patent Claim Generation by Fine-Tuning OpenAI GPT-2

2019-07-01 · Jieh-Sheng Lee, Jieh Hsiang

In this work, we focus on fine-tuning an OpenAI GPT-2 pre-trained model for generating patent claims. GPT-2 has demonstrated impressive efficacy of pre-trained language models on various tasks, particularly coherent text…

Text Generation

DesignCLIP: Multimodal Learning with CLIP for Design Patent Understanding

2025-08-21 · Zhu Wang, Homaira Huda Shomee, Sathya N. Ravi, Sourav Medya arxiv

In the field of design patent analysis, traditional tasks such as patent classification and patent image retrieval heavily depend on the image data. However, patent images -- typically consisting of sketches with abstrac…

Contrastive LearningImage Retrieval