FeasibilityLens : AI-driven agent assessing research feasibility by analyzing theory, practicality, and computational constraints with RAG
FeasibilityLens is an AI-powered agent designed to assess the feasibility of implementing novel approaches described in research papers. It leverages Retrieval-Augmented Generation (RAG) to extract relevant methodologies from related papers and uses a Large Language Model (LLM) to evaluate the feasibility and novelty of a given research methodology.
Automated Feasibility Assessment: Analyzes research methodologies for feasibility, reproducibility, and improvement over existing approaches.
RAG-based Information Retrieval: Retrieves relevant research papers and extracts key methodological details.
LLM-powered Evaluation: Uses a Large Language Model (e.g., GPT-4) to assess feasibility and provide structured feedback.
Vector Database & Similarity Search: Stores research embeddings and performs efficient similarity searches using Facebook AI Similarity Search (FAISS).
Iterative Refinement: Allows researchers to refine methodologies based on AI-generated insights.
- Input Research Papers: User provides the current research paper and related papers for comparison.
- RAG-based Retrieval & Extraction:
- Embeds and retrieves related papers using T5.
- Stores embeddings in a vector database (FAISS) for efficient similarity searches.
Evaluates the methodology for feasibility, practicality, and improvements.
Compares with retrieved methodologies to assess novelty.
Results:
✅ Feasible & Novel
❌ Not Feasible