When Reasoning Hurts Legal Drafting: The Verbalization Bottleneck in Patent Claim Generation
Summary
This paper investigates whether Chain-of-Thought (CoT) prompting benefits patent claim generation, finding that implicit CoT (where reasoning is internal) consistently outperforms explicit CoT, which can introduce a verbalization bottleneck that compromises output quality through abstraction of details, disruption of patterns, and error propagation.
View Cached Full Text
Cached at: 07/14/26, 04:22 AM
# The Verbalization Bottleneck in Patent Claim Generation
Source: [https://arxiv.org/html/2607.10480](https://arxiv.org/html/2607.10480)
## When Reasoning Hurts Legal Drafting: The Verbalization Bottleneck in Patent Claim Generation
###### Abstract
Patent claim drafting is a challenging legal drafting task that requires technical expertise, precise linguistic control, strict adherence to formal conventions, and the preservation of complex logical relationships among claim elements\. While Chain\-of\-Thought \(CoT\) prompting has been widely used to improve the reasoning capabilities of large language models \(LLMs\), recent evidence suggests that its benefits may be limited, or even negative, in highly structured or pattern\-sensitive tasks\. Therefore, this paper investigates whether CoT prompting benefits patent claim generation\. We propose a task\-specific CoT method for patent claim generation and evaluate its effectiveness through both automatic metrics and human expert assessment\. Our results show that reasoning\-enhanced prompting can improve claim quality\. Moreover, we demonstrate a counter\-intuitive but important empirical finding: implicit CoT, where reasoning is kept internal rather than explicitly verbalized, consistently outperforms explicit CoT\. Through systematic analysis, we show that explicit CoT can introduce an unnecessary information bottleneck for claim generation\. Verbalized reasoning may compromise the quality of final outputs through three specific mechanisms: abstraction of critical details, disruption of internalized generation patterns, and cascading error propagation\. Our findings provide new insights into legal tasks and CoT applications\.
AI for Law, Legal Reasoning, Patent Claim Generation, Chain\-of\-Thought, Large Language Models, Legal NLP
## 1Introduction
The automated generation of long\-form, structured text, such as legal contracts, technical manuals, and patent documents, represents a significant frontier in natural language processing \(NLP\)\(Zhao et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib34); Jiang & Goetz,[2025](https://arxiv.org/html/2607.10480#bib.bib6)\)\. Such tasks demand not only exceptional linguistic proficiency but also stringent requirements on logical reasoning, strict adherence to structural conventions, and the integration of domain\-specific knowledge\. Patent claim drafting stands as a prime example of this challenge\(Jiang et al\.,[2025d](https://arxiv.org/html/2607.10480#bib.bib10); Wang et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib24)\)\.
Patent documents are important for protecting intellectual property \(IP\) and disclosing technical innovations\. A central component of these documents is the claim set, which defines the legal scope of protection granted to the patent holder\. Thus, writing high\-quality claims is a critical task in patent drafting, which requires precise language to capture the essence of the invention while remaining legally enforceable\. A patent claim must articulate the core novelty of an invention using hierarchical, logically rigorous, and legally precise language\(European Patent Office,[2000](https://arxiv.org/html/2607.10480#bib.bib3)\)\. The complexity of this process is further compounded by its long contexts with over 1,000 tokens on average\(Suzgun et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib22)\)\. The challenges make the manual drafting time\-consuming and intellectually intensive even for human experts\. Thus, the automation of the patent drafting process, especially for claims, is important\.
Despite the advancements of large language models \(LLMs\) in general\-purpose text generation, the application to highly structured and complex tasks such as patent drafting often shows suboptimal results, characterized by logical imprecision, structural inconsistencies, or deviation from core requirements\(Jiang & Goetz,[2025](https://arxiv.org/html/2607.10480#bib.bib6)\)\. To unlock and guide the deeper reasoning capabilities of LLMs, the Chain\-of\-Thought \(CoT\) prompting technique has emerged as a powerful method\(Wei et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib27); Kojima et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib12); Wang et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib26); Zhang et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib33)\)\. CoT encourages models to break down complex problems into a series of intermediate reasoning steps before arriving at a final answer\. In consequence, it could significantly enhance performance on arithmetic, commonsense, and symbolic reasoning tasks\.
However, recent studies have reported that the effectiveness of CoT in some tasks, such as pattern\-based and patent\-related tasks, is limited or even counterproductive\(Zheng et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib35); Wang et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib25)\)\. These findings raise critical questions about whether CoT can benefit patent claim drafting\. Overall, we make the following contributions\.
\(1\) We propose a task\-specific zero\-shot CoT prompting method for patent claim generation and demonstrate its effectiveness through both automated and human expert evaluations\.
\(2\) We demonstrate a counter\-intuitive but important empirical finding: implicit CoT \(LLMs are guided to think internally and only output the final claims\) consistently outperforms explicit CoT \(intermediate reasoning steps are explicitly written out prior to claim generation\)\.
\(3\) Through diagnostic experiments and case studies, we trace the decrease to an information bottleneck created by reasoning externalization, which manifests through three mechanisms: \(1\) verbalized reasoning abstracts away legally critical details; \(2\) the explicit reasoning phase disrupts the model’s internalized generation patterns; and \(3\) errors cascade irrecoverably across reasoning steps\.
## 2Related Work
### 2\.1CoT Prompting
Wei et al\. \([2022](https://arxiv.org/html/2607.10480#bib.bib27)\)introduced CoT prompting, which provides LLMs with few\-shot exemplars that include intermediate reasoning steps to improve the models’ performance on complex arithmetic, commonsense, and symbolic reasoning tasks\. This finding suggested that eliciting a step\-by\-step reasoning process is key to unlocking the latent capabilities of LLMs\. Subsequent work byKojima et al\. \([2022](https://arxiv.org/html/2607.10480#bib.bib12)\)revealed that this reasoning ability could be unlocked even without few\-shot exemplars\. Their zero\-shot CoT approach merely appends a simple, generic instruction, such as “Let’s think step by step”, to the prompt\. This discovery was pivotal, as it showed that the reasoning mechanism is an emergent capability of sufficiently scaled models, which can be triggered by a direct instruction rather than imitation\. More complex reasoning structures have also been explored, such as the Tree of Thoughts \(ToT\)\(Yao et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib29)\)and the Graph of Thoughts \(GoT\)\(Besta et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib1)\)\. However, recent studies have reported that the effectiveness of CoT in some tasks, including patent\-related tasks, is limited or even counterproductive\(Zheng et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib35); Wang et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib25)\)\.
### 2\.2Patent Claim Generation
Drafting high\-quality patent claims is a time\-consuming, costly, and skill\-intensive process\(European Patent Office,[2000](https://arxiv.org/html/2607.10480#bib.bib3)\)\. Thus, recent research has explored LLMs to assist inventors and patent professionals in automatically generating well\-structured claims\(Jiang & Goetz,[2025](https://arxiv.org/html/2607.10480#bib.bib6)\)\. The research focus has gradually shifted from earlier approaches that train neural models on patent abstracts\(Lee & Hsiang,[2020](https://arxiv.org/html/2607.10480#bib.bib14); Lee,[2020](https://arxiv.org/html/2607.10480#bib.bib13)\)towards using LLMs to generate claims from detailed patent descriptions\(Jiang et al\.,[2025d](https://arxiv.org/html/2607.10480#bib.bib10); Wang et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib24)\)or revise draft claims\(Jiang et al\.,[2025b](https://arxiv.org/html/2607.10480#bib.bib8)\)\. As descriptions provide richer technical context, these methods can significantly improve the completeness and precision of the generated claims\. More recent works start to investigate optimization methods, such as using agentic frameworks and multimodal inputs\(Shea & Yu,[2025](https://arxiv.org/html/2607.10480#bib.bib21); Yang et al\.,[2026](https://arxiv.org/html/2607.10480#bib.bib28); Yu et al\.,[2026](https://arxiv.org/html/2607.10480#bib.bib30)\)\. This work explores whether CoT can benefit patent claim drafting\.
## 3Task and Method
### 3\.1Task Formulation
The task aims to automatically generate a set of high\-quality patent claimsCCbased on a given technical descriptionDDof an invention:C=G\(I,D\)C=G\(I,D\), whereGGrepresents LLMs, andIIis the instruction prompt\. Unlike conventional text generation tasks such as summarization or translation, generating patent claims presents a significant challenge that demands deep semantic understanding and complex logical reasoning\. The model must distill the core inventive concepts from a lengthy technical document and synthesize these concepts into a hierarchically structured set of claims\. Each dependent claim must logically narrow the scope of its parent claim and adhere to strict legal formalism\. Furthermore, every element within the claims must be fully supported by and grounded in the provided description\. Therefore, an intermediate reasoning process is recommended before writing final claims to identify essential invention features, structure features logically, and articulate claims formally\.
### 3\.2Zero\-Shot CoT Prompting
Although CoT has significantly advanced the general reasoning capabilities of LLMs, it often relies on either manually crafted exemplars\(Wei et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib27)\)or generic instructions\(Kojima et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib12)\)that may not be optimal for highly specialized, domain\-specific tasks that demand a precise logical flow\. Our work builds upon the principles of zero\-shot CoT\(Kojima et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib12)\)and addresses the domain gap\. In contrast to the use of a generic trigger phrase, we introduce a structured zero\-shot CoT approach:C=G\(ICoT,D\)C=G\(I\_\{CoT\},D\)as shown in Figure[1](https://arxiv.org/html/2607.10480#S4.F1)\. Our approach decomposes the generation process into three structured steps to simulate the professional drafting process\. The three\-stage decomposition is motivated by the functional requirements of patent claim drafting\. In particular, claim drafting requires the identification of invention\-defining features, the organization of those features into legally and technically coherent dependencies, and their expression using conventional claim language\. These requirements motivate the stages of feature extraction, logical grouping, and language formalization, respectively\. Completed CoT prompts are illustrated in Appendix Table[8](https://arxiv.org/html/2607.10480#A3.T8)\.
Step 1: Feature Extraction\.The model first identifies the key technical features in patent descriptions and their importance ranking\. This step encourages the model to recognize essential inventive aspects to improve the content completeness in the final claims\.
Step 2: Logical Grouping\.The extracted features are organized logically based on their functional relationships and dependencies\. This step supports the structured composition of features to enhance the logical structure of the final claims\.
Step 3: Language Formalization\.Organized features are written into textual claims using formal patent language to ensure clarity, consistency, and technical accuracy\.
By providing the model with a task\-specific framework via structured instructions, we guide its reasoning process to align with the domain\-specific requirements of patent claim drafting\. This method maintains the simplicity of the zero\-shot approach but imposes a necessary structure to enhance the completeness, logical coherence, and language formality of the generated output\.
### 3\.3CoT Variants
We experiment with the plain prompt and different CoT prompting variants \(Figure[1](https://arxiv.org/html/2607.10480#S4.F1)\):
Plain Prompt: the model outputs only the final claims without three\-step CoT prompting:C=G\(I,D\)C=G\(I,D\)\.
Implicit CoT: the model is guided to think step\-by\-step internally and only outputs the final claims:C=G\(ICoT\_Implicit,D\)C=G\(I\_\{CoT\\\_Implicit\},D\)\.
Explicit CoT: the intermediate reasoning steps are explicitly written out prior to claim generation:R,C=G\(ICoT\_Explicit,D\)R,C=G\(I\_\{CoT\\\_Explicit\},D\), whereRRis the reasoning process\.
## 4Experimental Setup
### 4\.1Datasets
We conduct main experiments on the EPD dataset\(Jiang et al\.,[2025a](https://arxiv.org/html/2607.10480#bib.bib7)\), which contains 693 English\-language patents from the European Patent Office \(EPO\) for claim generation\. We choose this dataset for two main reasons: \(1\) EPD features high\-quality granted patents, in contrast to the application versions used in prior work\(Jiang et al\.,[2025d](https://arxiv.org/html/2607.10480#bib.bib10)\); and \(2\) EPD better reflects real\-world scenarios, which enables a more rigorous evaluation of LLM performance\. For generalization exploration, we also test the method on the HUPD\-DCG dataset\(Jiang et al\.,[2025d](https://arxiv.org/html/2607.10480#bib.bib10)\), with 1,311 patents from the United States Patent and Trademark Office \(USPTO\), and find similar results\. Results are consistent with those on EPD and are presented in Appendix[C](https://arxiv.org/html/2607.10480#A3)\.
Figure 1:Overview of the CoT prompting methods\. Implicit CoT and Explicit CoT share the same three\-step process \(Feature Extraction→\\toLogical Grouping→\\toLanguage Formalization\); they differ in whether intermediate reasoning is externalized as text\.
### 4\.2Models
We mainly focus on Llama\-3\.1\-8B\(Dubey et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib2)\), Mixtral\-8×\\times7B\(Jiang et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib5)\), and GPT\-4o\(OpenAI,[2024](https://arxiv.org/html/2607.10480#bib.bib19)\)in the paper to explore the effect of model sizes and architectures\. We further report the results of Mistral\-7B\(Jiang et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib4)\)and Llama\-3\.1\-70B\(Dubey et al\.,[2024](https://arxiv.org/html/2607.10480#bib.bib2)\)in Appendix[C](https://arxiv.org/html/2607.10480#A3)\.
Table 1:Automated and human expert evaluation results for different prompting methods\. Human\-evaluation entries are reported as mean ± standard deviation across the evaluated samples\.
### 4\.3Evaluation Protocol
#### Human Expert Evaluation\.
We invite licensed patent attorneys to evaluate generated claims compared to the gold claims in three aspects \(scores 0–100\): \(1\) Content Coverage: The extent to which the draft claims encapsulate all critical technical aspects of the invention\. \(2\) Logical Structure: The degree to which the claim set exhibits a coherent, well\-organized, and legally sound logical structure, including appropriate dependencies and hierarchical relationships\. \(3\) Language Quality: The clarity, precision, and formal appropriateness of the language used in the claim set, including terminology, syntax, and adherence to patent drafting conventions\. Patent attorneys are provided with reference claims \(granted versions\) and candidate claims generated by different models\. The instructions are:You are given a list of patent claims generated by different models\. Compare them with the gold claim \(granted version\) and assess their quality\.Since the evaluation process is time\-intensive and costly, we randomly select 120 samples for human evaluations, and each example is rated by one patent expert\.
#### Automated Evaluation\.
We use PatClaimEval\(Jiang et al\.,[2025c](https://arxiv.org/html/2607.10480#bib.bib9)\), which is specifically designed for patent claim evaluation\. Moreover, studies have shown that LLM\-as\-a\-judge evaluators can achieve better human alignment, including patent claim evaluation\(Liu et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib17); Jiang et al\.,[2025c](https://arxiv.org/html/2607.10480#bib.bib9)\)\. To alleviate potential bias, we use the Claude\-Opus\-4\.6 to evaluate generated patent claims based on the above three human evaluation dimensions\. Detailed settings and prompts are reported in Appendix[B](https://arxiv.org/html/2607.10480#A2)\.
#### Qualitative Analysis\.
We provide concrete model outputs and analysis to intuitively demonstrate the performance differences among various prompting strategies\. Our analysis focuses on a side\-by\-side comparison of claims generated from the same patent description to highlight the typical failure modes of baselines and showcase the advantages of CoT methods\.
#### Stepwise Diagnostic\.
For*Explicit CoT*, we additionally annotate each reasoning stage to locate where degradation originates\. We randomly select 80 examples for human evaluation\. For feature extraction, we compare the list of features the model identifies in its thinking block against the list distilled from the gold claims\. Then, we calculate the precision, recall, and F1 scores\. For logical grouping, feature usage rate is measured by the number of features used in the grouping step divided by the total number of features extracted\. We also rate the logical correctness in the second step, ranging from 0 to 100\. For step three, the faithfulness score is assessed on a 100\-point scale, which measures whether the final claim is a direct and logical product of the preceding reasoning\. A high score indicates the final claim is a perfect synthesis of the reasoning plan, where all key elements are traceable\.
Table 2:Intermediate\-step human analysis for*Explicit CoT*prompting\.
## 5Main Results
Table[1](https://arxiv.org/html/2607.10480#S4.T1)presents both automated and human expert evaluation results across different models\. For qualitative analysis, we provide a representative case study in Table[3](https://arxiv.org/html/2607.10480#S5.T3)and include full model outputs in Table[9](https://arxiv.org/html/2607.10480#A3.T9)\. We mainly rely on human expert evaluation results and use automated evaluation as supplementary evidence\.
### 5\.1CoT Empowers Patent Claim Generation
Our results show that implicit CoT prompting significantly improves claim generation quality\. While we agree that the gains for smaller models are modest, the improvement for larger models such as GPT\-4o is both substantial and stable, with higher evaluation scores and smaller standard deviations\. As shown in Table[1](https://arxiv.org/html/2607.10480#S4.T1), GPT\-4o with implicit CoT achieves an average increase of 5\.2 points in human evaluations, with the most notable gain observed in logical structure \(5\.9 points\)\. Similarly, automated evaluations reveal consistent improvements of GPT\-4o, including a 0\.2\-point increase on PatClaimEval \(23\.5 to 23\.7\) and an average 0\.6\-point increase using LLM\-as\-a\-judge \(75\.9 to 76\.5\)\.
An examination of the example outputs in Table[3](https://arxiv.org/html/2607.10480#S5.T3)and[9](https://arxiv.org/html/2607.10480#A3.T9)reveals that GPT\-4o with implicit CoT demonstrates higher content and structure similarity to the gold claim compared to the standard prompt\. The core inventive concept of the gold claim is the water reservoir’s construction, specifically the use of “blind holes” or “non\-smooth textures” on the interior surfaces of the tray\. Although the standard prompt correctly identifies the invention’s general purpose as a humidified container for an intraocular lens, it fails to capture this critical structural detail\. In contrast, the implicit CoT approach accurately and explicitly reproduces this key feature logically\.
These improvements can be attributed to two key factors\. First, CoT decomposes claim generation into three sub\-tasks that clarify task objectives at each stage, reduce cognitive load, and guide models to generate better results\. Second, this decomposition activates the model’s latent reasoning, planning, and domain knowledge capabilities, which may remain underutilized in direct generation\.
### 5\.2Implicit CoT outperforms Explicit CoT
We observe that explicit CoT substantially degrades performance compared to implicit CoT across both human and automated evaluations\. As shown in Table[1](https://arxiv.org/html/2607.10480#S4.T1), explicit CoT for GPT\-4o leads to consistent drops across all human evaluation dimensions, with an average decrease of 2\.2 points\. Similarly, Table[1](https://arxiv.org/html/2607.10480#S4.T1)reports notable declines in automated metrics for GPT\-4o, including a 1\.2\-point drop on PatClaimEval \(23\.7 to 22\.5\) and an average 6\.1\-point reduction when using LLM\-as\-judge \(76\.5 to 70\.4\)\. The decreases in other models are even worse\. For example, the average LLM\-as\-a\-judge performances of explicit CoT are more than 10 points lower than implicit CoT for Llama\-3\.1\-8B\. This result contrasts with prior findings in arithmetic or logic reasoning tasks, where explicit CoT typically improves model accuracy\(Wei et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib27); Kojima et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib12); Yu,[2024](https://arxiv.org/html/2607.10480#bib.bib31)\)\.
Table 3:Comparison of technical features of GPT\-4o’s outputs on patent EP3060168B1\. ✓ means correctly stated, and ✗ means not mentioned or inconsistent with the gold claim\. Detailed model outputs are in Appendix Table[9](https://arxiv.org/html/2607.10480#A3.T9)\.GoldPlain PromptImplicit CoTExplicit CoTFeaturesClaimsClaimsClaimsThinkingClaimsCore ComponentsAir\-tight container, Injector, Intraocular Lens \(IOL\), Water reservoir✓✓✓✓✓Container DetailsComprises a tray, Side walls, Bottom walls✓✗✓✗✓IOL DetailsFoldable✓✓✓✓✓Hydrophilic✓✗✗✗✗Unfolded in injector✓✗✓✗✓Water Reservoir DetailsProvided by blind holes✓✓✓✗✓Provided by non\-smooth textures✓✗✓✗✗Specific water volume \(0\.5–3 ml\)✓✗✗✗✗
The consistent underperformance of explicit CoT demands explanation\. We argue that the root cause lies in a fundamental mismatch between what explicit CoT does and what patent claim generation requires\. In reasoning tasks such as arithmetic, intermediate steps can be expressed in natural language with minimal information loss—each step is a self\-contained, verifiable proposition\. Patent claim generation is qualitatively different: the “reasoning” involved—selecting which technical details are legally critical, weighing alternative phrasings, planning hierarchical claim structure—is deeply entangled and hard to be faithfully linearized into text\. When the model is forced to externalize this process, the resulting reasoning text acts as an*information bottleneck*: the model’s rich internal representations are compressed into a sequential, lossy verbal summary, and all subsequent generations are conditioned on this degraded intermediate rather than the original patent description\.
Through detailed examination of model outputs, we conclude that the information bottleneck manifests through three concrete mechanisms\.
### 6\.1Mechanism 1: Abstraction of Critical Detail
Patent claims demand specificity: legally enforceable protection depends on concrete technical features, exact structural configurations, and precise numerical parameters—not high\-level summaries\. However, explicit CoT’s reasoning stage systematically abstracts away the detail, which replaces specific component names and structural relationships with vague, higher\-level notions\. This abstraction tendency is well\-suited for reasoning tasks, where generalizing from specifics is precisely what enables multi\-step deduction\(Wei et al\.,[2022](https://arxiv.org/html/2607.10480#bib.bib27)\)\. For patent claims, however, abstraction is destructive: the task requires preserving detail through generation, not reducing it through reasoning\. The information bottleneck thus imposes a systematic bias toward the wrong kind of transformation, which breaks the specificity that patent claims depends on\.
### 6\.2Mechanism 2: Disruption of Internalized Generation Patterns
Through pretraining on large corpora of legal and technical documents, LLMs acquire robust internalized patterns for generating structured text—including appropriate terminology, hierarchical claim organization, and consistent cross\-referencing between claim elements\. Inserting an explicit reasoning phase before generation appears to disrupt these patterns\. The verbalized reasoning, rather than enriching the generation process, interposes a fragmentary and incomplete conceptual plan that overrides the model’s capacity to produce structurally coherent output directly from the source description\.
Our findings are consistent with recent work showing that explicit CoT can be detrimental in certain tasks\(Ma et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib18); Wang et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib25)\)\. For example, explicit CoT has been shown to introduce noisy and redundant reasoning traces\(Zheng et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib35)\), reduce instruction\-following accuracy\(Li et al\.,[2025](https://arxiv.org/html/2607.10480#bib.bib15)\), and produce explanations that are misaligned with the model’s internal decision process\(Turpin et al\.,[2023](https://arxiv.org/html/2607.10480#bib.bib23)\)\. Collectively, these observations provide strong empirical support for our findings\.
### 6\.3Mechanism 3: Error Cascade Across Reasoning Steps
To directly assess the quality of intermediate reasoning, we conduct a diagnostic human evaluation of each explicit CoT stage \(Table[2](https://arxiv.org/html/2607.10480#S4.T2)\)\. The results reveal a clear error cascade: Step 1 \(feature extraction\) achieves only 62–72% precision across models, which means essential technical features are missed\. Step 2 \(logical grouping\) propagates and amplifies these omissions, which scores 65–72% in logical correctness\. Step 3 \(language formalization\) generates claims conditioned on an inaccurate reasoning trajectory and imperfect adherence to the intermediate plan, which leads to compounded degradation\. These errors are irrecoverable by design: once the verbalized reasoning omits a critical feature, no subsequent step can restore it, because the model generates conditioned on the intermediate text rather than the full patent description\. Implicit CoT avoids this cascade entirely by keeping intermediate representations internal, where they remain rich and uncompressed\.
### 6\.4Case Study
Table[3](https://arxiv.org/html/2607.10480#S5.T3)presents a detailed comparison of model outputs to support the above analysis\. Explicit CoT’s thinking stage abstracts “blind holes” into generic notions like “water reservoir systems” and “distribution enhancers,” which loses the structural specificity essential for legal protection \(Mechanism 1\)\. It also omits structural elements such as “tray” and “side walls” from the reasoning plan, and these omissions propagate directly into the final claims \(Mechanism 3\)\. Notably, implicit CoT correctly captures both “blind holes” and the tray structure—features that the model clearly has the capacity to identify but fails to preserve when forced through the verbalization bottleneck \(Mechanism 2\)\. The full model outputs in Appendix Table[9](https://arxiv.org/html/2607.10480#A3.T9)confirm that the explicit CoT claims follow a flawed blueprint established during reasoning, while implicit CoT produces claims with substantially higher fidelity to the gold claim\.
## 7Conclusion and Discussion
This paper investigates when reasoning helps or hurts legal drafting\. In the context of patent claim generation, we found that CoT prompting is beneficial when used as silent planning, but becomes less reliable when the same reasoning is explicitly verbalized before drafting\. This pattern holds across different patent datasets, model families, and evaluation metrics\. We interpret this result as a*verbalization bottleneck*\. Patent claims encode legal effect through precise wording, element\-level dependencies, and drafting conventions\. When intermediate reasoning is forced into visible natural language, it can compress legally details into an abstract plan, disturb the model’s internalized drafting routines, and propagate early reasoning errors into the final claim\.
#### Beyond patents\.
Although our experiments focus on patent claims, the verbalization\-bottleneck hypothesis may extend to other detail\-preserving legal drafting tasks, such as contract clause generation, regulatory filing preparation, compliance documentation, and statutory text generation\. These settings similarly assign legal significance to concrete wording, dependencies, exceptions, and formal structure\. The present study therefore offers both a methodological template and a set of diagnostic mechanisms for future AI\-for\-law evaluation: vary the visibility of reasoning while holding the underlying scaffold fixed, and examine whether verbalization changes the quality of the resulting legal artifact\.
#### Limitations\.
This study has several limitations\. First, we focus on zero\-shot prompting; few\-shot prompting, supervised fine\-tuning, retrieval\-augmented generation, or agentic drafting workflows may interact differently with the verbalization bottleneck\. Second, we do not perform hyperparameter tuning during inference; instead, we keep the hyperparameters fixed across all experiments to ensure fair comparisons\. Third, our bottleneck account is explanatory rather than a formal information\-theoretic proof\. Fourth, our mechanism analysis relies on expert annotation, stepwise diagnostics, and case studies rather than representation\-level causal intervention\. Overall, these limitations suggest that the verbalization bottleneck should be treated not as a settled property of all legal reasoning tasks, but as a testable hypothesis for structured legal generation: in some legal settings, making reasoning visible may improve transparency while reducing drafting fidelity\. In addition, reinforcement learning may be useful for patent reasoning tasks\(Jiang et al\.,[2026](https://arxiv.org/html/2607.10480#bib.bib11)\)\.
## References
- Besta et al\. \(2024\)Besta, M\., Blach, N\., Kubicek, A\., Gerstenberger, R\., Podstawski, M\., Gianinazzi, L\., Gajda, J\., Lehmann, T\., Niewiadomski, H\., Nyczyk, P\., et al\.Graph of thoughts: Solving elaborate problems with large language models\.In*Proceedings of the AAAI conference on artificial intelligence*, volume 38, pp\. 17682–17690, 2024\.
- Dubey et al\. \(2024\)Dubey, A\., Jauhri, A\., Pandey, A\., Kadian, A\., Al\-Dahle, A\., Letman, A\., Mathur, A\., Schelten, A\., Yang, A\., Fan, A\., et al\.The llama 3 herd of models\.*arXiv preprint arXiv:2407\.21783*, 2024\.
- European Patent Office \(2000\)European Patent Office\.Epc \- the european patent convention\.[https://www\.epo\.org/en/legal/epc/2020/regulations\.html](https://www.epo.org/en/legal/epc/2020/regulations.html), 2000\.Accessed: 2026\-05\-12\.
- Jiang et al\. \(2023\)Jiang, A\. Q\., Sablayrolles, A\., Mensch, A\., Bamford, C\., Chaplot, D\. S\., Casas, D\. d\. l\., Bressand, F\., Lengyel, G\., Lample, G\., Saulnier, L\., et al\.Mistral 7b\.*arXiv preprint arXiv:2310\.06825*, 2023\.
- Jiang et al\. \(2024\)Jiang, A\. Q\., Sablayrolles, A\., Roux, A\., Mensch, A\., Savary, B\., Bamford, C\., Chaplot, D\. S\., Casas, D\. d\. l\., Hanna, E\. B\., Bressand, F\., et al\.Mixtral of experts\.*arXiv preprint arXiv:2401\.04088*, 2024\.
- Jiang & Goetz \(2025\)Jiang, L\. and Goetz, S\. M\.Natural language processing in the patent domain: a survey\.*Artificial Intelligence Review*, 58\(7\):214, 2025\.
- Jiang et al\. \(2025a\)Jiang, L\., Li, C\., and Goetz, S\.Enriching patent claim generation with European patent dataset\.In Christodoulopoulos, C\., Chakraborty, T\., Rose, C\., and Peng, V\. \(eds\.\),*Findings of the Association for Computational Linguistics: EMNLP 2025*, pp\. 7734–7751, Suzhou, China, November 2025a\. Association for Computational Linguistics\.ISBN 979\-8\-89176\-335\-7\.doi:10\.18653/v1/2025\.findings\-emnlp\.408\.URL[https://aclanthology\.org/2025\.findings\-emnlp\.408/](https://aclanthology.org/2025.findings-emnlp.408/)\.
- Jiang et al\. \(2025b\)Jiang, L\., Scherz, P\. A\., and Goetz, S\.Patent\-CR: A dataset for patent claim revision\.In Chiruzzo, L\., Ritter, A\., and Wang, L\. \(eds\.\),*Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies \(Volume 1: Long Papers\)*, pp\. 2300–2314, Albuquerque, New Mexico, April 2025b\. Association for Computational Linguistics\.ISBN 979\-8\-89176\-189\-6\.doi:10\.18653/v1/2025\.naacl\-long\.116\.URL[https://aclanthology\.org/2025\.naacl\-long\.116/](https://aclanthology.org/2025.naacl-long.116/)\.
- Jiang et al\. \(2025c\)Jiang, L\., Scherz, P\. A\., and Goetz, S\.Towards better evaluation for generated patent claims\.In*Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pp\. 3775–3788, 2025c\.
- Jiang et al\. \(2025d\)Jiang, L\., Zhang, C\., Scherz, P\. A\., and Goetz, S\.Can large language models generate high\-quality patent claims?In*Findings of the Association for Computational Linguistics: NAACL 2025*, pp\. 1272–1287, 2025d\.
- Jiang et al\. \(2026\)Jiang, L\., Sun, W\., and Goetz, S\.Reasoning for hierarchical text classification: The case of patents\.In Liakata, M\., Moreira, V\. P\., Zhang, J\., and Jurgens, D\. \(eds\.\),*Findings of the Association for Computational Linguistics: ACL 2026*, pp\. 11127–11142, San Diego, California, United States, July 2026\. Association for Computational Linguistics\.ISBN 979\-8\-89176\-395\-1\.doi:10\.18653/v1/2026\.findings\-acl\.541\.URL[https://aclanthology\.org/2026\.findings\-acl\.541/](https://aclanthology.org/2026.findings-acl.541/)\.
- Kojima et al\. \(2022\)Kojima, T\., Gu, S\. S\., Reid, M\., Matsuo, Y\., and Iwasawa, Y\.Large language models are zero\-shot reasoners\.*Advances in neural information processing systems*, 35:22199–22213, 2022\.
- Lee \(2020\)Lee, J\.\-S\.Controlling patent text generation by structural metadata\.In*Proceedings of the 29th ACM International Conference on Information & Knowledge Management*, pp\. 3241–3244, 2020\.
- Lee & Hsiang \(2020\)Lee, J\.\-S\. and Hsiang, J\.Patent claim generation by fine\-tuning openai gpt\-2\.*World Patent Information*, 62:101983, 2020\.
- Li et al\. \(2025\)Li, X\., Yu, Z\., Zhang, Z\., Chen, X\., Zhang, Z\., Zhuang, Y\., Sadagopan, N\., and Beniwal, A\.When thinking fails: The pitfalls of reasoning for instruction\-following in llms\.*arXiv preprint arXiv:2505\.11423*, 2025\.
- Lin \(2004\)Lin, C\.\-Y\.Rouge: A package for automatic evaluation of summaries\.In*Text summarization branches out*, pp\. 74–81, 2004\.
- Liu et al\. \(2023\)Liu, Y\., Iter, D\., Xu, Y\., Wang, S\., Xu, R\., and Zhu, C\.G\-eval: Nlg evaluation using gpt\-4 with better human alignment\.In*Proceedings of the 2023 conference on empirical methods in natural language processing*, pp\. 2511–2522, 2023\.
- Ma et al\. \(2025\)Ma, W\., He, J\., Snell, C\., Griggs, T\., Min, S\., and Zaharia, M\.Reasoning models can be effective without thinking\.*arXiv preprint arXiv:2504\.09858*, 2025\.
- OpenAI \(2024\)OpenAI\.Gpt\-4o: Faster, cheaper, and more capable\.[https://platform\.openai\.com/docs/models/gpt\-4o](https://platform.openai.com/docs/models/gpt-4o), 2024\.Accessed: 2026\-05\-14\.
- Papineni et al\. \(2002\)Papineni, K\., Roukos, S\., Ward, T\., and Zhu, W\.\-J\.Bleu: a method for automatic evaluation of machine translation\.In*Proceedings of the 40th annual meeting of the Association for Computational Linguistics*, pp\. 311–318, 2002\.
- Shea & Yu \(2025\)Shea, R\. and Yu, Z\.Autospec: An agentic framework for automatically drafting patent specification\.*arXiv preprint arXiv:2509\.19640*, 2025\.
- Suzgun et al\. \(2024\)Suzgun, M\., Melas\-Kyriazi, L\., Sarkar, S\., Kominers, S\. D\., and Shieber, S\.The harvard uspto patent dataset: A large\-scale, well\-structured, and multi\-purpose corpus of patent applications\.*Advances in Neural Information Processing Systems*, 36, 2024\.
- Turpin et al\. \(2023\)Turpin, M\., Michael, J\., Perez, E\., and Bowman, S\.Language models don’t always say what they think: Unfaithful explanations in chain\-of\-thought prompting\.*Advances in Neural Information Processing Systems*, 36:74952–74965, 2023\.
- Wang et al\. \(2024\)Wang, Q\., Ni, S\., Liu, H\., Lu, S\., Chen, G\., Feng, X\., Wei, C\., Qu, Q\., Alinejad\-Rokny, H\., Lin, Y\., et al\.Autopatent: A multi\-agent framework for automatic patent generation\.*arXiv preprint arXiv:2412\.09796*, 2024\.
- Wang et al\. \(2025\)Wang, Q\., Chen, G\., Wang, H\., Liu, H\., Zhu, M\., Qin, Z\., Li, L\., Yue, Y\., Wang, S\., Li, J\., et al\.Ipbench: Benchmarking the knowledge of large language models in intellectual property\.*arXiv preprint arXiv:2504\.15524*, 2025\.
- Wang et al\. \(2023\)Wang, X\., Wei, J\., Schuurmans, D\., Le, Q\. V\., Chi, E\. H\., Narang, S\., Chowdhery, A\., and Zhou, D\.Self\-consistency improves chain of thought reasoning in language models\.In*The Eleventh International Conference on Learning Representations*, 2023\.
- Wei et al\. \(2022\)Wei, J\., Wang, X\., Schuurmans, D\., Bosma, M\., Xia, F\., Chi, E\., Le, Q\. V\., Zhou, D\., et al\.Chain\-of\-thought prompting elicits reasoning in large language models\.*Advances in neural information processing systems*, 35:24824–24837, 2022\.
- Yang et al\. \(2026\)Yang, R\., Mudhiganti, S\. K\. R\., and Sharma, M\.Patentvision: A multimodal method for drafting patent applications\.In*Proceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics \(Volume 5: Industry Track\)*, pp\. 397–405, 2026\.
- Yao et al\. \(2023\)Yao, S\., Yu, D\., Zhao, J\., Shafran, I\., Griffiths, T\., Cao, Y\., and Narasimhan, K\.Tree of thoughts: Deliberate problem solving with large language models\.*Advances in neural information processing systems*, 36:11809–11822, 2023\.
- Yu et al\. \(2026\)Yu, S\., Liang, J\., and Hu, H\.Toc: Tree\-of\-claims search with multi\-agent language models\.In*Proceedings of the AAAI Conference on Artificial Intelligence*, volume 40, pp\. 34495–34502, 2026\.
- Yu \(2024\)Yu, Y\.Do llms really think step\-by\-step in implicit reasoning?*arXiv preprint arXiv:2411\.15862*, 2024\.
- Zhang et al\. \(2019\)Zhang, T\., Kishore, V\., Wu, F\., Weinberger, K\. Q\., and Artzi, Y\.Bertscore: Evaluating text generation with bert\.In*International Conference on Learning Representations*, 2019\.
- Zhang et al\. \(2023\)Zhang, Z\., Zhang, A\., Li, M\., and Smola, A\.Automatic chain of thought prompting in large language models\.In*The Eleventh International Conference on Learning Representations*, 2023\.
- Zhao et al\. \(2023\)Zhao, W\. X\., Zhou, K\., Li, J\., Tang, T\., Wang, X\., Hou, Y\., Min, Y\., Zhang, B\., Zhang, J\., Dong, Z\., et al\.A survey of large language models\.*arXiv preprint arXiv:2303\.18223*, 2023\.
- Zheng et al\. \(2025\)Zheng, T\., Chen, Y\., Li, C\., Li, C\., Zong, Q\., Shi, H\., Xu, B\., Song, Y\., Wong, G\. Y\., and See, S\.The curse of cot: On the limitations of chain\-of\-thought in in\-context learning\.*arXiv preprint arXiv:2504\.05081*, 2025\.
Table 4:Automated evaluation results of different models on EPD dataset\.Table 5:Automated evaluation results of different models on the HPUD\-DCG dataset\.Table 6:Automated and human evaluation results of ablation study on GPT\-4o\.## Appendix AExperimental Details
Detailed prompts for claim generation are reported in Table[8](https://arxiv.org/html/2607.10480#A3.T8)\. The inference processes of Llama111[https://huggingface\.co/meta\-llama/Llama\-3\.1\-8B\-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct),[https://huggingface\.co/meta\-llama/Llama\-3\.1\-70B\-Instruct](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct), Mistral222[https://huggingface\.co/mistralai/Mistral\-7B\-Instruct\-v0\.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1), and Mixtral333[https://huggingface\.co/mistralai/Mixtral\-8x7B\-Instruct\-v0\.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)are conducted on NVIDIA A100 GPUs\. The total running time is about 20 hours\. Inference of GPT\-4o444GPT\-4o:[https://platform\.openai\.com/docs/models/gpt\-4o](https://platform.openai.com/docs/models/gpt-4o)is through its API\. The hyperparameters we used are: temperature of 0\.1, top\_p of 0\.95, and maximum output tokens of 4096\. We adopt traditional metrics for text generation, including BLEU\(Papineni et al\.,[2002](https://arxiv.org/html/2607.10480#bib.bib20)\), ROUGE\-L \(R\-L\)\(Lin,[2004](https://arxiv.org/html/2607.10480#bib.bib16)\), and BERTScore\(Zhang et al\.,[2019](https://arxiv.org/html/2607.10480#bib.bib32)\), to assess surface\-level sequence overlaps and semantic similarity\. We use the package from the HuggingFaceevaluatelibrary\.555[https://github\.com/huggingface/evaluate](https://github.com/huggingface/evaluate)
## Appendix BLLM\-as\-a\-Judge Prompt
We use the following prompt for LLM\-as\-a\-judge evaluations, as shown in Table[7](https://arxiv.org/html/2607.10480#A3.T7)\. The hyperparameters we used are: temperature of 0\.1, top\_p of 0\.95, and maximum output tokens of 128\. To alleviate potential bias, we use Claude\-Opus\-4\.6666[https://www\.anthropic\.com/news/claude\-opus\-4\-6](https://www.anthropic.com/news/claude-opus-4-6)for evaluation\.
## Appendix CMore Results
### C\.1Evaluation on More Models
We report the automated evaluation results of Mistral\-7B and Llama\-3\.1\-70B on the EPD dataset in Table[4](https://arxiv.org/html/2607.10480#A0.T4)\.
Table 7:LLM\-as\-a\-judge prompt used for claim evaluation\.Instructions:You will be given the draft claims and the referenced claims of the same patent\. Your task is to rate the draft claims on three metrics using the referenced claims as the gold standard\. Please make sure you read and understand these instructions carefully\. Please keep this document open while reviewing, and refer to it as needed\.Evaluation Criteria:1\. Content Coverage \(0–100\):The extent to which the draft claims encapsulated all critical technical aspects of the invention\.0–20: Most essential features are missing or poorly described\.21–40: Some essential features are present but significant gaps remain\.41–60: Majority of essential features are covered but with minor omissions\.61–80: Almost all essential features are well described with very few gaps\.81–100: All essential features are thoroughly and comprehensively covered\.2\. Logical Structure \(0–100\):The degree to which the claim set exhibits a coherent, well\-organized, and legally sound logical structure, including appropriate dependencies and hierarchical relationships\.0–20: Claim structure is confusing or non\-compliant; dependencies are incorrect or illogical\.21–40: Some structure is evident but many dependency relationships are unclear, misplaced, or violate drafting norms\.41–60: Basic structure is acceptable; most dependencies are logical though some organizational issues persist\.61–80: Generally well\-structured with minor issues in hierarchy or ordering; dependencies mostly valid\.81–100: Excellent structural clarity with fully compliant, logical, and easily navigable claim hierarchy and dependencies\.3\. Language Quality \(0–100\):The clarity, precision, and formal appropriateness of the language used in the claim set, including terminology, syntax, and adherence to patent drafting conventions\.0–20: Language is vague, ambiguous, or ungrammatical; terminology is inconsistent or incorrect\.21–40: Basic meaning is somewhat understandable but style is inconsistent, with notable issues in clarity or precision\.41–60: Mostly clear and accurate, though with occasional awkward phrasing or imprecise terminology\.61–80: Generally polished and professional language with only minor lapses in clarity or consistency\.81–100: Language is highly precise, concise, and consistent, following patent norms and clearly conveying the technical content\.Evaluation Steps:1\. Read the referenced claims carefully and assume the referenced claims have scores of 100 in all Evaluation Criteria\.2\. Read the draft claims and compare it to the referenced claims\.3\. Assign a score for each metric based on the Evaluation Criteria\.Example:Referenced Claims:<<Claims\>\>Draft Claims:<<Claims\>\>Evaluation Form \(scores ONLY\):\- Content Coverage: X,\- Logical Structure: X,\- Language Quality: X\.
### C\.2Results on HUPD Dataset
We report the automated evaluation results on the HUPD\-DCG dataset in Table[5](https://arxiv.org/html/2607.10480#A0.T5)\.
### C\.3Ablation Study
We conduct ablation studies to assess the effectiveness of different stages in CoT prompting\.Removing either the logical grouping or the language formalization step leads to clear performance degradation in both human and automated evaluations\.As shown in Table[6](https://arxiv.org/html/2607.10480#A0.T6), these variants result in over 1\-point average declines, with the largest drop observed in the logical structure dimension \(over 1\.5 points\) when the logical grouping step is removed\. These results underscore the critical role of both steps, especially logical grouping, in generating high\-quality patent claims\.
Interestingly, removing the feature extraction step slightly improves human evaluation scores\.Explicitly prompting the model to extract features may fragment its focus during the more critical logical grouping phase\. Since logical grouping inherently involves identifying and organizing key features, an additional extraction step can introduce unnecessary overhead and distract the model from fully engaging its reasoning and planning abilities\. Removing this step allows the model to implicitly perform feature identification while fully focusing on logical grouping to improve overall performance\.
In summary, our findings suggest that logical grouping is the most critical stage\. Simplifying the CoT prompt to focus on this important stage, which aligns closely with the LLMs’ strengths in reasoning and organization, can further enhance claim generation performance\.
Table 8:Standard and CoT prompts \(with variants\) for patent claim generation\.Normal Prompt:You are a patent expert\. Given the patent description, your task is to write high\-quality patent claims\.Output the claims ONLY\.CoT Prompt:You are a patent expert\. Given the patent description, your task is to write high\-quality patent claims\.You should think step\-by\-step:1\. Identify the key technical features that define the invention and their importance ranking\.2\. Organize these features logically based on their functional relationships and dependencies\.3\. Write the claims using formal patent language to ensure clarity, consistency, and technical accuracy\.Output the claims ONLY\.Explicit CoT Prompt:You are a patent expert\. Given the patent description, your task is to write high\-quality patent claims\.You should think step\-by\-step:1\. Identify the key technical features that define the invention and their importance ranking\.2\. Organize these features logically based on their functional relationships and dependencies\.3\. Write the claims using formal patent language to ensure clarity, consistency, and technical accuracy\.Example:Input:Patent description:<<Description\>\>Output:<\|beginning of thinking\|\>Ouput thinking<\|end of thinking\|\><\|beginning of claims\|\>Output claims<\|end of claims\|\>CoT Prompt without Extraction:You are a patent expert\. Given the patent description, your task is to write high\-quality patent claims\.You should think step\-by\-step:1\. Organize key technical features logically based on their functional relationships and dependencies\.2\. Write the claims using formal patent language to ensure clarity, consistency, and technical accuracy\.Output the claims ONLY\.CoT Prompt without Logical Grouping:You are a patent expert\. Given the patent description, your task is to write high\-quality patent claims\.You should think step\-by\-step:1\. Identify the key technical features that define the invention and their importance ranking\.2\. Write the claims using formal patent language to ensure clarity, consistency, and technical accuracy\.Output the claims ONLY\.CoT Prompt without Formalization:You are a patent expert\. Given the patent description, your task is to write high\-quality patent claims\.You should think step\-by\-step:1\. Identify the key technical features that define the invention and their importance ranking\.2\. Organize key technical features logically based on their functional relationships and dependencies\.Output the claims ONLY\.Table 9:Example model outputs of patent EP3060168B1\.Gold claims1\. A combination \(10\) comprising: a\) an air tight container \(12\) having a water reservoir \(14\); and b\) an injector \(60\) being retained in the container \(12\), wherein the injector is adapted to fold and inject an intraocular lens \(16\) into an eye of a patient; and c\) the intraocular lens \(16\) being foldable and hydrophilic and disposed unfolded within the injector \(60\) so as not to be in direct contact with the water reservoir \(14\), characterized in that the container \(12\) comprises a tray \(18\) having an elongate compartment \(20\) wherein the tray \(18\) comprises a bottom wall \(22\) and side walls \(26\) wherein the water reservoir \(14\) is provided by blind holes \(54\) in interior surfaces of the bottom wall \(22\) and side walls \(26\) of the tray \(18\), wherein the water reservoir \(14\) retains between 0\.5 and 3 ml of water, wherein the blind holes span a majority of the length and width of the tray \(18\)\. 2\. The combination \(10\) of claim 1 wherein the water reservoir \(14\) is provided by non\-smooth textures \(56\) on the interior surfaces of the bottom wall \(22\) and side walls \(26\) of the tray \(18\) and wherein the water reservoir \(14\) comprises water retained within the surfaces with non\- smooth textures \(56\)\.GPT\-4o \(standard prompt\)1\. A packaging system for a foldable intraocular lens \(IOL\), comprising: a\. a substantially air\-tight container having an interior volume; b\. a water reservoir configured to maintain a humidity level of at least about 90% within the container; c\. an intraocular lens disposed within the container, wherein the lens is not immersed in liquid but is exposed to the humidity maintained by the water reservoir; d\. a cover sealing the container to minimize water loss through diffusion; e\. wherein the container is configured to allow condensation on the lens surfaces to maintain hydration adequate for foldability and delivery through an injection tube\. 2\. The packaging system of claim 1, wherein the water reservoir comprises: a\. a water permeable pouch disposed within the container, the pouch containing water that is released over time to maintain the desired humidity level\. 3\. The packaging system of claim 1, wherein the water reservoir comprises: a\. a water absorbing polymer capable of releasing water to the atmosphere within the container\. 4\. The packaging system of claim 1, wherein the container includes: a\. void volumes separate from the location of the intraocular lens, configured to retain free water and minimize humidity gradients\. 5\. The packaging system of claim 1, further comprising: a\. distribution enhancers within the container to facilitate even distribution of water vapor, selected from the group consisting of towels with wicking properties, pieces of plastic with blind holes, and textured surfaces on the interior of the container walls\. 6\. The packaging system of claim 1, wherein the container is autoclavable and capable of withstanding temperatures of at least 121 degrees Celsius for sterilization purposes\. 7\. The packaging system of claim 1, further comprising: a\. an injector disposed within the container, adapted to fold and inject the intraocular lens through a cylindrical injection tube having an inside diameter of 2 millimeters or less\. 8\. The packaging system of claim 1, further comprising: a\. an autoclavable foil pouch enclosing the container, providing a second sterile barrier and minimizing water loss through diffusion\.GPT\-4o \(Implicit CoT\)1\. A packaging system for a foldable intraocular lens \(IOL\), comprising: a\. a substantially air\-tight container having an interior volume, said container comprising a tray with a bottom wall, side walls, and an elongate top opening; b\. a cover sealing the elongate top opening of the container, said cover comprising a multilayered foil lid to minimize water loss through diffusion; c\. a water reservoir within the container, said reservoir providing an amount of water sufficient to moisture saturate the interior volume of the container at temperatures up to those required for steam sterilization, and to form small water droplets throughout the container; d\. wherein the water reservoir comprises a water permeable pouch disposed below the cover, said pouch designed to capture and retain water, releasing it as free water when atmospheric and other free water within the container is depleted over time by diffusion; e\. wherein the container is configured to maintain a humidity level of at least about 90% within the interior volume to ensure adequate hydration of the IOL for foldability and insertion into an eye\. 2\. The packaging system of claim 1, wherein the water reservoir further comprises distribution enhancers selected from the group consisting of: a\. a towel with wicking or sponge\-like properties; b\. a piece of plastic with openings in the form of blind holes that span the surfaces of the tray; c\. a water absorbing polymer having a high water content that can be released to the atmosphere of the container, said polymer defining holes in which free water can reside\. 3\. The packaging system of claim 1, wherein the tray is made from a thermoplastic material, such as polypropylene, and includes a circumferential rim with a raised outer lip surrounding a recessed inner band\. 4\. The packaging system of claim 1, wherein the water reservoir is further provided by void volumes within the container, said void volumes being defined separate from the location of the intraocular lens within the container, and wherein the void volumes are maximized to minimize humidity gradients within the container\. 5\. The packaging system of claim 1, wherein the water reservoir is further provided by blind holes in interior surfaces of the tray walls, said blind holes spanning a majority of the length and width of the tray, and/or by a non\-smooth texture on the interior surfaces of the tray walls capable of retaining small amounts of free water\. 6\. The packaging system of claim 1, wherein the combination of the container and water reservoir is autoclavable, capable of withstanding heating to 121 degrees Celsius or more for a period of a half hour or more\. 7\. The packaging system of claim 1, further comprising an autoclavable foil pouch enclosing the container, said pouch minimizing water loss to diffusion, providing a second sterile barrier, and allowing the container to be introduced into a sterile field\. 8\. The packaging system of claim 1, wherein the intraocular lens is disposed unfolded within an injector, said injector adapted to fold and inject the intraocular lens into the eye of a patient through a cylindrical injection tube having an inside diameter of 2 millimeters or less\.Continue on next pageGPT\-4o \(Explicit CoT\)<\|beginning of thinking\|\>1\. Key Technical Features and Importance Ranking: \- Packaging system for foldable intraocular lenses \(IOLs\) using water\-saturated or nearly saturated air instead of immersion in liquid \(High importance\)\. \- Substantially air\-tight container with minimal air volume to maintain hydration \(High importance\)\. \- Water reservoir system that maintains humidity and prevents water loss \(Medium importance\)\. \- Distribution enhancers for even water distribution within the container \(Medium importance\)\. \- Autoclavable packaging for sterilization \(Medium importance\)\. \- Use of a foil pouch for additional sealing and sterile barrier \(Low importance\)\. 2\. Logical Organization: \- Begin with the overall packaging system and its purpose\. \- Describe the container’s structure and its air\-tight properties\. \- Explain the water reservoir system and its function\. \- Detail the distribution enhancers and their role in maintaining humidity\. \- Include the autoclavable feature for sterilization\. \- Conclude with the additional sealing provided by the foil pouch\. 3\. Writing the Claims: \- Use formal patent language to clearly define each feature and its function\. \- Ensure each claim is independent and builds logically on the previous one\. \- Maintain clarity and technical accuracy throughout the claims\.<\|end of thinking\|\><\|beginning of claims\|\>1\. A packaging system for foldable intraocular lenses, comprising: a substantially air\-tight container configured to house an intraocular lens, wherein the container maintains water\-saturated or nearly saturated air to preserve the hydration of the lens without immersing it in liquid\. 2\. The packaging system of claim 1, wherein the container comprises: a tray with an elongate compartment bounded by a bottom wall, side walls, and an elongate top opening, the top opening being sealed by a multilayered foil lid to minimize water loss through diffusion\. 3\. The packaging system of claim 2, further comprising: a water reservoir within the container, the reservoir providing an amount of water sufficient to moisture saturate the interior volume of the container and form small water droplets throughout the container\. 4\. The packaging system of claim 3, wherein the water reservoir includes: a water permeable pouch disposed within the container, the pouch designed to capture and retain water, releasing it as needed to maintain humidity levels\. 5\. The packaging system of claim 4, further comprising: distribution enhancers within the container to facilitate even distribution of water, the enhancers including materials with wicking properties or structures with blind holes to retain free water\. 6\. The packaging system of claim 1, wherein the container is autoclavable, capable of withstanding temperatures of at least 121 degrees Celsius for sterilization purposes\. 7\. The packaging system of claim 1, further comprising: an autoclavable foil pouch enclosing the container, providing an additional sterile barrier and minimizing water loss through diffusion\. 8\. The packaging system of claim 1, wherein the intraocular lens is disposed unfolded within an injector, the injector adapted to fold and inject the lens through a cylindrical injection tube with an inside diameter of 2 millimeters or less\.<\|end of claims\|\>Similar Articles
Beyond a Single Direction: Chain-of-Thought Disrupts Simple Steering of Refusal
This paper investigates how chain-of-thought reasoning in large reasoning models complicates activation-based steering of refusal behavior. Experiments on DeepSeek-R1-Distill-LLaMA-8B show that refusal is jointly encoded in residual stream activations and the CoT trace, making models more robust to activation-level interventions but exposing the CoT as an alternative attack surface.
@rao2z: "When an LLM outputs a step-by-step plan, it creates a powerful illusion that you are watching a machine reason its way…
A position paper by Subbarao Kambhampati and researchers at Arizona State University argues that chain-of-thought reasoning in LLMs creates an illusion of reasoning, and the industry needs to move beyond costly token generation to alternative reasoning mechanisms.
Constraint-Anchored Reasoning Traces
Proposes CART, a neuro-symbolic framework that interleaves natural language reasoning steps with symbolic constraint assertions to detect and correct errors early in chain-of-thought traces for multimodal LLMs. Reduces snowball rate from 65% to 14% and improves accuracy on multiple benchmarks.
When the Chain of Thought Knows Better: Failure Modes in Multi-Turn Reasoning Models
This paper analyzes failure modes in multi-turn reasoning models by introducing a CoT-Output safety matrix, revealing paradoxes like increased alignment-faking under monitoring cues and context-injection failures where safe internal reasoning is overridden by harmful outputs.
Chain of Thought is a scaling trap. the next wave is latent reasoning (Coconut / HRM / RecrusiveMAS)... but then we hit the black box wall. Where does BDH fit? [D]
This article argues that Chain of Thought reasoning is a temporary hack and that the future lies in latent reasoning methods like Coconut, HRM, and RecursiveMAS. It discusses the black box problem and proposes outer loop governance with DAGs and verification, while positioning BDH as a model that combines latent computation with stateful memory.