paper-with-me

홈 › Papers

Formal Language Knowledge Corpus for Retrieval Augmented Generation

2024-12-21 · Majd Zayyad, Yossi Adi

The integration of retrieval-augmented techniques with LLMs has shown promise in improving performance across various domains. However, their utility in tasks requiring advanced reasoning, such as generating and evaluating mathematical statements and proofs, remains underexplored. This study explores the use of Lean, a programming language for writing mathematical proofs, to populate the knowledge corpus used by RAG systems. We hope for this to lay the foundation to exploring different methods of using RAGs to improve the performance of LLMs in advanced logical reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2412.16689

Code (0)

등록된 구현이 없습니다.

Tasks

Logical ReasoningMathematical ProofsRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Retrieved But Not Reliable: A Survey on Attacks, and Defenses in Retrieval-Augmented Generation

2026-08-25 · Minh Tran, Cuong Dang, Tuc Nguyen, Khanh-Tung Tran 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models by grounding outputs in external knowledge, improving factuality and reducing hallucinations. At the same time, the retrieval-augmented pipeline introdu…

Embedding-Informed Adaptive Retrieval-Augmented Generation of Large Language Models

2024-04-04 · Chengkai Huang, Yu Xia, Rui Wang, Kaige Xie 외

Retrieval-augmented large language models (LLMs) have been remarkably competent in various NLP tasks. However, it was observed by previous works that retrieval is not always helpful, especially when the LLM is already kn…

Continual LearningRetrievalRetrieval-augmented Generation

Zero-RAG: Towards Retrieval-Augmented Generation with Zero Redundant Knowledge

2025-11-01 · Qi Luo, Xiaonan Li, Junqi Dai, Shuang Cheng 외 arxiv

Retrieval-Augmented Generation has shown remarkable results to address Large Language Models' hallucinations, which usually uses a large external corpus to supplement knowledge to LLMs. However, with the development of L…

Improving Retrieval-Augmented Large Language Models via Data Importance Learning

2023-07-06 · Xiaozhong Lyu, Stefan Grafberger, Samantha Biegel, Shaopeng Wei 외

Retrieval augmentation enables large language models to take advantage of external knowledge, for example on tasks like question answering and data imputation. However, the performance of such retrieval-augmented models …

ImputationQuestion AnsweringRetrieval

Automated Formalization via Conceptual Retrieval-Augmented LLMs

2025-08-09 · Wangyue Lu, Lun Du, Sirui Li, Ke Weng 외 arxiv

Interactive theorem provers (ITPs) require manual formalization, which is labor-intensive and demands expert knowledge. While automated formalization offers a potential solution, it faces two major challenges: model hall…

Code Generation