How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
# Run inference directly in the terminal:
llama-cli -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
# Run inference directly in the terminal:
llama-cli -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
# Run inference directly in the terminal:
./llama-cli -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
Use Docker
docker model run hf.co/sebsigma/SemanticCite-Checker-Qwen3-4B:BF16
Quick Links

SemanticCite-Checker-Qwen3-4B

A fine-tuned Qwen3-4B model specialized for citation verification and reference checking. This model analyses citation claims against reference text snippets and provides structured JSON output with classification, reasoning, and confidence scores.

Model Details

Model Description

This model is designed to verify the accuracy of citation claims by comparing them against reference text snippets. It classifies citations into four categories (SUPPORTED, PARTIALLY_SUPPORTED, UNSUPPORTED, UNCERTAIN) and provides detailed reasoning with confidence scores in structured JSON format.

  • Developed by: Sebastian Haan
  • Model type: Causal Language Model (Fine-tuned)
  • Language(s) (NLP): English
  • License: MIT
  • Finetuned from model: unsloth/Qwen3-4B-unsloth-bnb-4bit

Uses

Direct Use

This model is intended for:

  • Academic semantic citation verification
  • Citation contectual understanding
  • Automated reference validation in scholarly writing

Out-of-Scope Use

This model should not be used for:

  • General text classification tasks outside of citation verification
  • Legal document verification (requires domain-specific expertise)
  • Medical or health-related claim verification
  • Decision-making in high-stakes scenarios without human oversight
Downloads last month
32
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for sebsigma/SemanticCite-Checker-Qwen3-4B

Finetuned
Qwen/Qwen3-4B
Adapter
(27)
this model

Space using sebsigma/SemanticCite-Checker-Qwen3-4B 1