arxiv-subfield-demo / README.md
Tiansve's picture
Upload README.md with huggingface_hub
7a950d8 verified

A newer version of the Gradio SDK is available: 6.15.2

Upgrade
metadata
title: ArXiv CS Sub-field Classifier
emoji: ๐Ÿ“š
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 4.44.1
python_version: '3.11'
app_file: app.py
pinned: false
license: apache-2.0

arXiv CS Sub-field Classifier โ€” Demo Space

Paste an arXiv abstract; the model returns a top-k prediction over six overlapping CS sub-fields (cl_nlp, lg_ml, cv_vision, ir_retrieval, ai_general, stat_ml).

The model is a frozen sentence-embedding feature extractor plus a small scikit-learn classifier (linear-probe style). It's a coursework project, not a production system โ€” predictions near class boundaries are unreliable.