wasifalipervez123's picture
Update README.md
fa2d970 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: LogicFlow Agentic Judge
emoji: 🧠
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 6.2.0
app_file: app.py
pinned: false

LogicFlow: Agentic Neuro-Symbolic Judge 🧠

LogicFlow is an AI system that adjudicates debates by combining Agentic RAG (Search Planning) with Neuro-Symbolic Logic Evaluation.

πŸš€ Live Demo

Check out the Space here

πŸ—οΈ Architecture

  1. Agentic Planner: An LLM (Zephyr-7B) analyzes the user's arguments and devises a custom search strategy.
  2. Dynamic RAG: Fetches live data from Wikipedia to verify claims.
  3. Neuro-Symbolic Judge: A DeBERTa-based NLI model scores logical consistency.
  4. Explainable AI (XAI): Visualizes relevance, logic, and contradiction scores.