paper-with-me

홈 › Papers

Yanasse: Finding New Proofs from Deep Vision's Analogies, Part 1

2026-04-19 · Alexandre Linhares arxiv

Project Yanasse presents a method for discovering new proofs of theorems in one area of mathematics by transferring proof strategy patterns (e.g., Lean 4 tactic invocation patterns) from a structurally distant area. The system extracts tactic usage distributions across 27 top-level areas of Mathlib (217,133 proof states), computes z-scores to identify tactics that are heavily used in a source area but rare or absent in a target area, matches source and target proof states via GPU-accelerated NP-hard analogy (running on a MacBook Air via Apple's MPS backend), and then asks an AI reasoning agent to semantically adapt--not symbol-substitute--the source tactics invocation pattern to the target theorem. In this first part of the study, the method is applied to the pair Probability -> Representation Theory, producing 4 Lean-verified new proofs out of 10 attempts (40%). The proofs compile with zero sorry declarations. The key finding is that tactic schemas decompose into a head (domain-gated, rarely transfers) and a modifier (domain-general, often transfers): filter upwards's head fails in representation theory (no Filter structure), but its [LIST] with ω modifier transfers cleanly as ext1 + simp [LIST] + rfl. Crucially, the underlying matching engine--deep vision lib.py--is entirely domain independent: the same optimization code for an NP-hard matching that matches chess positions by analogy matches Lean proof states by analogy, without knowing which domain it is processing. Only a relation extractor is domain-specific.

📄 PDF Abstract BibTeX arXiv:2604.17229

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Identifying Analogies Across Domains

2018-01-01 · ICLR 2018 1 · Yedid Hoshen, Lior Wolf

Identifying analogies across domains without supervision is a key task for artificial intelligence. Recent advances in cross domain image mapping have concentrated on translating images across domains. Although the progr…

Translation

Can LLMs Help Improve Analogical Reasoning For Strategic Decisions? Experimental Evidence from Humans and GPT-4

2025-05-01 · Phanish Puranam, Prothit Sen, Maciej Workiewicz

This study investigates whether large language models, specifically GPT4, can match human capabilities in analogical reasoning within strategic decision making contexts. Using a novel experimental design involving source…

Decision MakingExperimental Design

Finding 3D Scene Analogies with Multimodal Foundation Models

2025-10-27 · Junho Kim, Young Min Kim arxiv

Connecting current observations with prior experiences helps robots adapt and plan in new, unseen 3D environments. Recently, 3D scene analogies have been proposed to connect two 3D scenes, which are smooth maps that alig…

Fluid Transformers and Creative Analogies: Exploring Large Language Models' Capacity for Augmenting Cross-Domain Analogical Creativity

2023-02-27 · Zijian Ding, Arvind Srinivasan, Stephen MacNeil, Joel Chan

Cross-domain analogical reasoning is a core creative ability that can be challenging for humans. Recent work has shown some proofs-of concept of Large language Models' (LLMs) ability to generate cross-domain analogies. H…

Past Meets Present: Creating Historical Analogy with Large Language Models

2024-09-23 · Nianqi Li, Siyu Yuan, Jiangjie Chen, Jiaqing Liang 외

Historical analogies, which compare known past events with contemporary but unfamiliar events, are important abilities that help people make decisions and understand the world. However, research in applied history sugges…

Retrieval