Varshith dharmaj commited on
Commit
232c1f8
ยท
verified ยท
1 Parent(s): fe6cdd3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -44
README.md CHANGED
@@ -1,44 +1,44 @@
1
- ---
2
- title: MVM2 Math Verification System
3
- emoji: ๐Ÿงฎ
4
- colorFrom: red
5
- colorTo: gray
6
- sdk: streamlit
7
- sdk_version: 1.42.0
8
- app_file: services/dashboard/app.py
9
- pinned: false
10
- license: mit
11
- short_description: Multi-Model Math Verification System with Explainable AI
12
- ---
13
-
14
- # MVMยฒ โ€” Multi-Model Math Verification System
15
-
16
- A multi-agent AI system that verifies mathematical reasoning step-by-step using symbolic computation (SymPy) and LLM-based logic checking.
17
-
18
- ![Status](https://img.shields.io/badge/status-production--ready-green)
19
- ![Version](https://img.shields.io/badge/version-2.0.0-blue)
20
- ![Python](https://img.shields.io/badge/python-3.10+-blue)
21
- ![Docker](https://img.shields.io/badge/docker-enabled-blue)
22
-
23
- ## Features
24
- - ๐Ÿ”ฌ **Parallel Verification**: Runs SymPy, LLM, and Ensemble models simultaneously
25
- - ๐Ÿ“Š **Consensus Fusion**: Weighted scoring across multiple agents
26
- - ๐Ÿง  **Explainable AI**: Step-by-step error classification with natural language explanations
27
- - ๐Ÿ“„ **Report Export**: Download verification reports as PDF, Word, or Markdown (powered by VibeDoc)
28
-
29
- ## How to Use
30
- 1. Enter your math problem and each step on a new line in the text box
31
- 2. Select which AI verifiers to enable in the sidebar
32
- 3. Click **Run Verification Pipeline**
33
- 4. Review the verdict, confidence score, and detailed breakdown
34
- 5. Download the full analysis report in your preferred format
35
-
36
- ## System Architecture
37
- ```
38
- Input โ†’ SymPy Symbolic Verifier โ”€โ”
39
- โ†’ LLM Logical Checker โ”€โ”€โ†’ Consensus Fusion โ†’ Verdict + Report
40
- โ†’ Ensemble Neural Check โ”€โ”˜
41
- ```
42
-
43
- ## Based on Research Paper
44
- *Mathematical Reasoning Enhancement in Large Language Models* โ€” VNRVJIET, Hyderabad
 
1
+ ---
2
+ title: MVM2 Math Verification System
3
+ emoji: ๐Ÿงฎ
4
+ colorFrom: red
5
+ colorTo: gray
6
+ sdk: streamlit
7
+ sdk_version: 1.42.0
8
+ app_file: services/dashboard/app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: Multi-Model Math Verification System with Explainable AI
12
+ ---
13
+
14
+ # MVMยฒ โ€” Multi-Model Math Verification System
15
+
16
+ A multi-agent AI system that verifies mathematical reasoning step-by-step using symbolic computation (SymPy) and LLM-based logic checking.
17
+
18
+ ![Status](https://img.shields.io/badge/status-production--ready-green)
19
+ ![Version](https://img.shields.io/badge/version-2.0.0-blue)
20
+ ![Python](https://img.shields.io/badge/python-3.10+-blue)
21
+ ![Docker](https://img.shields.io/badge/docker-enabled-blue)
22
+
23
+ ## Features
24
+ - ๐Ÿ”ฌ **Parallel Verification**: Runs SymPy, LLM, and Ensemble models simultaneously
25
+ - ๐Ÿ“Š **Consensus Fusion**: Weighted scoring across multiple agents
26
+ - ๐Ÿง  **Explainable AI**: Step-by-step error classification with natural language explanations
27
+ - ๐Ÿ“„ **Report Export**: Download verification reports as PDF, Word, or Markdown (powered by VibeDoc)
28
+
29
+ ## How to Use
30
+ 1. Enter your math problem and each step on a new line in the text box
31
+ 2. Select which AI verifiers to enable in the sidebar
32
+ 3. Click **Run Verification Pipeline**
33
+ 4. Review the verdict, confidence score, and detailed breakdown
34
+ 5. Download the full analysis report in your preferred format
35
+
36
+ ## System Architecture
37
+ ```
38
+ Input โ†’ SymPy Symbolic Verifier โ”€โ”
39
+ โ†’ LLM Logical Checker โ”€โ”€โ†’ Consensus Fusion โ†’ Verdict + Report
40
+ โ†’ Ensemble Neural Check โ”€โ”˜
41
+ ```
42
+
43
+ ## Based on Research Paper
44
+ *Mathematical Reasoning Enhancement in Large Language Models* โ€” VNRVJIET, Hyderabad