paper-with-me

Papers

AutoPatent: A Multi-Agent Framework for Automatic Patent Generation

2024-12-13 · Qiyao Wang, Shiwen Ni, Huaren Liu, Shule Lu, Guhong Chen, Xi Feng, Chi Wei, Qiang Qu, Hamid Alinejad-Rokny, Yuan Lin, Min Yang

As the capabilities of Large Language Models (LLMs) continue to advance, the field of patent processing has garnered increased attention within the natural language processing community. However, the majority of research has been concentrated on classification tasks, such as patent categorization and examination, or on short text generation tasks like patent summarization and patent quizzes. In this paper, we introduce a novel and practical task known as Draft2Patent, along with its corresponding D2P benchmark, which challenges LLMs to generate full-length patents averaging 17K tokens based on initial drafts. Patents present a significant challenge to LLMs due to their specialized nature, standardized terminology, and extensive length. We propose a multi-agent framework called AutoPatent which leverages the LLM-based planner agent, writer agents, and examiner agent with PGTree and RRAG to generate lengthy, intricate, and high-quality complete patent documents. The experimental results demonstrate that our AutoPatent framework significantly enhances the ability to generate comprehensive patents across various LLMs. Furthermore, we have discovered that patents generated solely with the AutoPatent framework based on the Qwen2.5-7B model outperform those produced by larger and more powerful LLMs, such as GPT-4o, Qwen2.5-72B, and LLAMA3.1-70B, in both objective metrics and human evaluations. We will make the data and code available upon acceptance at \url{https://github.com/QiYao-Wang/AutoPatent}.

📄 PDF Abstract BibTeX arXiv:2412.09796

Code (1)

qiyao-wang/autopatent 공식 구현

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

AutoSpec: An Agentic Framework for Automatically Drafting Patent Specification

2025-09-23 · Ryan Shea, Zhou Yu arxiv

Patents play a critical role in driving technological innovation by granting inventors exclusive rights to their inventions. However the process of drafting a patent application is often expensive and time-consuming, mak…

Agent Ideate: A Framework for Product Idea Generation from Patents Using Agentic AI

2025-07-02 · Gopichand Kanumolu, Ashok Urlana, Charaka Vinayak Kumar, Bala Mallikarjunarao Garlapati arxiv

Patents contain rich technical knowledge that can inspire innovative product ideas, yet accessing and interpreting this information remains a challenge. This work explores the use of Large Language Models (LLMs) and auto…

$\texttt{PatentAgent}$: Intelligent Agent for Automated Pharmaceutical Patent Analysis

2024-10-25 · Xin Wang, Yifan Zhang, Xiaojing Zhang, Longhui Yu 외

Pharmaceutical patents play a vital role in biochemical industries, especially in drug discovery, providing researchers with unique early access to data, experimental results, and research insights. With the advancement …

Drug DiscoveryQuestion Answering

Towards Automated Patent Workflows: AI-Orchestrated Multi-Agent Framework for Intellectual Property Management and Analysis

2024-09-21 · Sakhinana Sagar Srinivas, Vijay Sri Vaikunth, Venkataramana Runkana

Patents are the currency of innovation, and like any currency, they need to be managed and protected (Gavin Potenza). Patents, as legal documents that secure intellectual property rights, play a critical role in technolo…

Abstractive Text SummarizationKnowledge GraphsManagementPatent classification+3

EvoPat: A Multi-LLM-based Patents Summarization and Analysis Agent

2024-12-24 · Suyuan Wang, Xueqian Yin, Menghao Wang, Ruofeng Guo 외

The rapid growth of scientific techniques and knowledge is reflected in the exponential increase in new patents filed annually. While these patents drive innovation, they also present significant burden for researchers a…

NavigateRAGRetrieval-augmented Generation