A fine-tuned Qwen3-14B model specialized for generating structured summaries of scientific research papers in standardized JSON format.
Model Description
This model is part of
Project AELLA
, developed in collaboration with LAION and Wynd Labs to democratize access to scientific knowledge by creating structured summaries of research papers at scale.
Base Model
: Qwen 3 14B
Training Data
: 110,000 curated research papers
Performance
: Achieves 73.9% accuracy on QA evaluation, comparable to GPT-5 (74.6%)
Cost Efficiency
: 98% lower cost than closed-source alternatives
This generates comprehensive structured summaries in a JSON format. The papers are either classified as SCIENTIFIC_TEXT, PARTIAL_SCIENTIFIC_TEXT, or NON_SCIENTIFIC_TEXT. The fields extracted are key research elements such as methodology, results, claims, and limitations.
import requests
# System prompt (required)
system_prompt = """[Insert the full system prompt from the prompt.txt file -see the full prompt in the model repository]"""# User prompt: the paper text to summarize
paper_text = """Title: Your Paper TitleAuthors: Author 1, Author 2Abstract: ...[Full paper content]"""# API request
response = requests.post(
"http://localhost:8000/v1/chat/completions",
json={
"model": "inference-net/Paper-Summarizer-Qwen3-14B",
"messages": [
{"role": "system", "content": system_prompt},
{"role": "user", "content": paper_text}
],
"temperature": 0.2
},
timeout=600
)
result = response.json()
summary = result["choices"][0]["message"]["content"]
print(summary)
System Prompt
The model requires a specific system prompt that defines the JSON schema and extraction instructions. The prompt instructs the model to:
Classify
the text as SCIENTIFIC_TEXT, PARTIAL_SCIENTIFIC_TEXT, or NON_SCIENTIFIC_TEXT
Extract
structured information including:
Title, authors, publication year
Research context and hypotheses
Methodological details
Key results with quantitative data
Claims with supporting evidence
Limitations and ethical considerations
The full system prompt is available in the model repository's
prompt.txt
file.
Output Format
The model outputs a single valid JSON object with this structure:
Aella-Qwen3-14B huggingface.co is an AI model on huggingface.co that provides Aella-Qwen3-14B's model effect (), which can be used instantly with this inference-net Aella-Qwen3-14B model. huggingface.co supports a free trial of the Aella-Qwen3-14B model, and also provides paid use of the Aella-Qwen3-14B. Support call Aella-Qwen3-14B model through api, including Node.js, Python, http.
Aella-Qwen3-14B huggingface.co is an online trial and call api platform, which integrates Aella-Qwen3-14B's modeling effects, including api services, and provides a free online trial of Aella-Qwen3-14B, you can try Aella-Qwen3-14B online for free by clicking the link below.
inference-net Aella-Qwen3-14B online free url in huggingface.co:
Aella-Qwen3-14B is an open source model from GitHub that offers a free installation service, and any user can find Aella-Qwen3-14B on GitHub to install. At the same time, huggingface.co provides the effect of Aella-Qwen3-14B install, users can directly use Aella-Qwen3-14B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.