Spaces:
Running
Running
File size: 9,822 Bytes
0fedddf 116dd9e 0fedddf 116dd9e 0fedddf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AI-Powered Citation Verification with AI-Powered Full-Text Analysis and Evidence-Based Reasoning">
<title>SemanticCite - AI-Powered Citation Verification</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #fef3c7 0%, #c7d2fe 100%);
min-height: 100vh;
padding: 20px;
}
.container {
max-width: 1000px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
font-size: 2.5em;
margin-bottom: 0.5em;
color: #1f2937;
}
h2 {
font-size: 1.8em;
margin-top: 1.5em;
margin-bottom: 0.8em;
color: #374151;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 0.3em;
}
h3 {
font-size: 1.3em;
margin-top: 1.2em;
margin-bottom: 0.6em;
color: #4b5563;
}
p {
margin-bottom: 1em;
color: #4b5563;
}
.subtitle {
font-size: 1.3em;
color: #6b7280;
margin-bottom: 1.5em;
font-weight: 500;
}
.links {
display: flex;
gap: 15px;
flex-wrap: nowrap;
margin-bottom: 2em;
}
.links a {
display: inline-flex;
align-items: center;
padding: 10px 20px;
background: #6b7280;
color: white;
text-decoration: none;
border-radius: 6px;
font-weight: 500;
transition: background 0.3s;
white-space: nowrap;
}
.links a:hover {
background: #4b5563;
}
.image-container {
text-align: center;
margin: 2em 0;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
ul {
margin-left: 1.5em;
margin-bottom: 1em;
}
li {
margin-bottom: 0.5em;
color: #4b5563;
}
strong {
color: #1f2937;
}
code {
background: #f3f4f6;
padding: 2px 6px;
border-radius: 3px;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
color: #dc2626;
}
pre {
background: #1f2937;
color: #f3f4f6;
padding: 20px;
border-radius: 8px;
overflow-x: auto;
margin: 1em 0;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
}
pre code {
background: none;
padding: 0;
color: #f3f4f6;
}
.features {
background: #f9fafb;
padding: 20px;
border-radius: 8px;
margin: 1em 0;
}
.badge {
display: inline-block;
background: #dbeafe;
color: #1e40af;
padding: 4px 12px;
border-radius: 12px;
font-size: 0.9em;
margin-right: 8px;
margin-bottom: 8px;
}
.footer {
text-align: center;
margin-top: 3em;
padding-top: 2em;
border-top: 1px solid #e5e7eb;
color: #6b7280;
font-weight: 500;
}
a {
color: #4f46e5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.container {
padding: 20px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
.links {
flex-direction: column;
}
.links a {
width: 100%;
justify-content: center;
}
}
</style>
</head>
<body>
<div class="container">
<h1>π SemanticCite</h1>
<p class="subtitle">The first AI system for automated full-text citation verification</p>
<div class="links">
<a href="https://arxiv.org/abs/2511.16198" target="_blank">π Paper</a>
<a href="https://github.com/sebhaan/SemanticCite" target="_blank">π» GitHub Repository</a>
<a href="https://semanticcite.com" target="_blank">π Project Homepage</a>
</div>
<p>This Hugging Face Space hosts the complete SemanticCite project, including fine-tuned models, training dataset, and interactive demo for AI-powered citation verification.</p>
<div class="image-container">
<img src="assets/io.png" alt="SemanticCite Input/Output" />
</div>
<p>SemanticCite transforms citation verification by analysing complete source documents and providing nuanced classification through four categories: Supported, Partially Supported, Unsupported, and Uncertain. Beyond simple validation, the system delivers detailed reasoning, confidence scores, and evidence reference snippets that show researchers exactly how their claims connect to the supporting literature.</p>
<h2>β¨ Key Features</h2>
<div class="features">
<ul>
<li><strong>Deep Semantic Analysis:</strong> Full-text document analysis with 4-class classification (Supported, Partially Supported, Unsupported, Uncertain)</li>
<li><strong>Lightweight AI Models:</strong> Fine-tuned Qwen3 models (1.7B & 4B parameters) with performance comparable to GPT-4</li>
<li><strong>Triple Retrieval System:</strong> Dense vector search + sparse BM25 matching + neural reranking with FlashRank</li>
<li><strong>Evidence-Based Reasoning:</strong> Ranked text snippets with transparent explanations and confidence scores</li>
<li><strong>Multiple Deployment Options:</strong> Web interface, Python API, local/cloud deployment</li>
</ul>
</div>
<h2>π€ Hugging Face Resources</h2>
<h3>Models</h3>
<ul>
<li><strong><a href="https://huggingface.co/sebsigma/SemanticCite-Refiner-Qwen3-1B" target="_blank">SemanticCite-Refiner-Qwen3-1B</a></strong> - Claim extraction model (1.7B parameters)</li>
<li><strong><a href="https://huggingface.co/sebsigma/SemanticCite-Checker-Qwen3-4B" target="_blank">SemanticCite-Checker-Qwen3-4B</a></strong> - Citation verification model (4B parameters)</li>
</ul>
<h3>Dataset</h3>
<ul>
<li><strong><a href="https://huggingface.co/datasets/sebsigma/SemanticCite-Dataset" target="_blank">SemanticCite-Dataset</a></strong> - 1,111 citation-reference pairs across 8 academic fields with expert annotations</li>
</ul>
<h2>π§ Technical Architecture</h2>
<ul>
<li><strong>Hybrid Retrieval:</strong> BM25 + Dense Vector Search</li>
<li><strong>Reranking:</strong> FlashRank neural reranking</li>
<li><strong>Classification:</strong> Fine-tuned Qwen3 models with structured output</li>
<li><strong>Embeddings:</strong> Local SentenceTransformers or OpenAI embeddings</li>
<li><strong>Storage:</strong> ChromaDB vector database</li>
</ul>
<h2>π¦ Installation</h2>
<pre><code># Clone repository
git clone https://github.com/sebhaan/SemanticCite
cd SemanticCite
# Setup environment
conda env create -f environment.yaml
conda activate cite
# Run web interface
streamlit run src/app.py</code></pre>
<p>For local deployment with Ollama:</p>
<pre><code># Install models
ollama pull sebsigma/semanticcite-refiner-qwen3-1b
ollama pull sebsigma/semanticcite-checker-qwen3-4b</code></pre>
<p>Full documentation available in the <a href="https://github.com/sebhaan/SemanticCite" target="_blank">GitHub repository</a>.</p>
<h2>πΌ Tailored Solutions</h2>
<p>Need to verify entire documents automatically? Visit <a href="https://semanticcite.com" target="_blank">semanticcite.com</a> for:</p>
<ul>
<li>Complete citation system with automatic extraction and verification</li>
<li>Batch processing for large-scale workflows</li>
<li>API integration for editorial and publishing systems</li>
<li>On-premise deployment with custom model training</li>
</ul>
<h2>π Citation</h2>
<p>If you use SemanticCite in your research, please cite:</p>
<pre><code>@article{semanticcite2025,
title={SemanticCite: Citation Verification with AI-Powered Full-Text Analysis and Evidence-Based Reasoning},
author={Sebastian Haan},
journal={ArXiv Preprint},
year={2025},
url={https://arxiv.org/abs/2511.16198}
}</code></pre>
<div class="footer">
<p><strong>SemanticCite</strong> - Enhancing research quality through AI-powered citation verification</p>
</div>
</div>
</body>
</html>
|