A newer version of the Gradio SDK is available: 6.13.0
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
ποΈ Architecture
- Agentic Planner: An LLM (Zephyr-7B) analyzes the user's arguments and devises a custom search strategy.
- Dynamic RAG: Fetches live data from Wikipedia to verify claims.
- Neuro-Symbolic Judge: A DeBERTa-based NLI model scores logical consistency.
- Explainable AI (XAI): Visualizes relevance, logic, and contradiction scores.