Academic Jobs - Home of Higher Ed Logo

MBZUAI Unveils Paper Circle: Multi-Agent AI Tool Revolutionizing Research Paper Analysis in UAE

192views
Submit News
A group of people standing in front of tall buildings
Photo by Bhavya Patel on Unsplash

The Growing Challenge of Research Literature Overload in Academia

In today's fast-paced academic world, researchers face an overwhelming flood of scientific publications. Platforms like arXiv receive over 100,000 submissions annually, while fields like artificial intelligence see exponential growth in papers. For scholars at UAE universities, staying current means dedicating countless hours to searching databases, ranking relevance, extracting key insights, and synthesizing connections—a process that can consume entire workdays. Traditional tools like Google Scholar or Semantic Scholar offer basic search but fall short in providing structured analysis or handling complex queries across multiple sources. This bottleneck hinders innovation, especially in resource-constrained environments where time is a premium.

Mohamed bin Zayed University of Artificial Intelligence (MBZUAI) in Abu Dhabi has tackled this head-on with Paper Circle, a groundbreaking open-source multi-agent system. Designed to automate discovery and analysis, it empowers UAE academics to navigate literature efficiently, fostering deeper research and collaboration.

MBZUAI: Pioneering AI Excellence in UAE Higher Education

Established in 2019 as the world's first dedicated AI university, MBZUAI in Masdar City, Abu Dhabi, embodies the UAE's National Strategy for Artificial Intelligence 2031. This strategy aims to position the UAE as a global AI leader by 2031, contributing AED 335 billion to non-oil GDP through talent development and research. MBZUAI offers fully funded master's and PhD programs in computer vision, machine learning, natural language processing, robotics, and more, attracting students from over 80 countries. Ranked in the global top 10 for core AI fields by CSRankings, it boasts top 15 positions in computer vision and NLP.

With over 650 students and faculty from leading institutions worldwide, MBZUAI drives UAE's AI ecosystem. Initiatives like the Ruwwad AI Scholars Fellowship nurture Emirati researchers, aligning with the goal of training one million AI talents. Paper Circle exemplifies this mission, showcasing how UAE higher education is leveraging homegrown AI to solve global challenges.

MBZUAI campus in Abu Dhabi showcasing modern AI research facilities

Unveiling Paper Circle: A Collaborative AI Workbench

Developed by MBZUAI researchers Komal Kumar, Aman Chadha, Salman Khan, Fahad Shahbaz Khan, and Hisham Cholakkal—with Aman Chadha affiliated with AWS—Paper Circle was accepted for oral presentation at ACL 2026. Released in April 2026, it's available as open-source on GitHub (74 stars) and features a live demo at papercircle.vercel.app.

This multi-agent framework uses large language models orchestrated via Hugging Face's smolagents library. It comprises two pipelines: Discovery for finding papers and Analysis for deep dives. Unlike fully autonomous 'AI scientists,' it acts as a collaborative tool, assuming humans handle final judgment while automating tedious tasks.

The Discovery Pipeline: Intelligent Paper Retrieval and Ranking

The Discovery Pipeline begins with a natural language query, parsed by an Intent Classification Agent into structured parameters like databases (arXiv, Semantic Scholar, OpenAlex, DBLP), date ranges, and paper types. A Search Agent queries sources in parallel, deduplicates results, and feeds them to scoring.

Scoring blends TF-IDF similarity, recency, novelty (low citation count), and BM25 matching into a weighted score. Modes include 'Stable' (relevance + citations), 'Discovery' (novelty-focused), and 'Balanced.' Diversity filtering via Maximal Marginal Relevance (MMR) prevents topic clustering, ensuring broad coverage. Outputs include JSON, CSV, BibTeX, Markdown, and an HTML dashboard with audit logs.

  • Federated search across four major databases
  • Customizable ranking modes for different research needs
  • Diversity-aware results to explore subfields
  • Reproducible exports for team sharing

Analysis Pipeline: Building Knowledge Graphs from Papers

Upload a PDF, and the Analysis Pipeline parses it section-by-section using PyMuPDF. Specialized agents extract entities: concepts (e.g., 'transformer architecture'), methods, experiments (e.g., 'CIFAR-10 dataset'), figures/tables/equations. A typed knowledge graph emerges with nodes, edges (e.g., 'uses,' 'defines'), and provenance (page numbers).

Graph-aware QA answers queries like 'What datasets were used?' pinned to sources. A Coverage Checker flags missed elements, ensuring completeness. This transforms static PDFs into interactive maps, ideal for literature reviews.

Sample knowledge graph from Paper Circle analysis pipeline

For details on the schema and extraction, see the arXiv preprint.

Multi-Agent Orchestration: Reliable and Traceable Workflows

Powered by CodeAgent (for tool chaining) and ToolCallingAgent, agents log every step with timestamps. Built on quantized models like Qwen3-Coder-30B (80% hit rate, MRR 0.627, 22s/query), it scales to 500 queries (98% hit rate). BM25 baselines perform well, but agents add intent understanding.

Review agents generate ICLR-style critiques, though correlations with human scores are low (<0.25 Pearson)—a noted limitation for future scaling.

Benchmarks and Real-World Performance

Tested on CS/ML conference corpora, Paper Circle excels in retrieval: Qwen3-Coder hits 80%, outperforming DeepSeek (12%). Scaled benchmarks show near-perfect recall. Usability via NASA-TLX scores low workload (1.2/7). Compared to PaperQA or SciSage, it uniquely combines multi-source search, graphs, and logs.

ModelHit RateMRRTime/Query
Qwen3-Coder-30B80%0.62722s
DeepSeek-33B12%--
BM2578%-Fast

Open-Source Release: Empowering Global and UAE Researchers

MIT-licensed on GitHub, install via npm/Python. Supports Ollama/OpenAI/Anthropic LLMs. Community features like Reading Circles enable group reviews. Early adoption shows promise for UAE labs, where collaborative AI tools accelerate publications.

Implications for UAE Higher Education and Research

In UAE universities like Khalifa University or UAEU, Paper Circle streamlines workflows amid UAE's AI push. It supports Strategy 2031 by boosting productivity—UAEU reported 25% paper output rise via AI. For Emirati researchers, it democratizes access to global literature, aiding talent retention.

Studies show AI tools enhance critical thinking and time management in UAE HEIs. MBZUAI's innovation positions UAE as AI research hub.

Comparing Paper Circle to Existing Tools

  • Connected Papers/Semantic Scholar: Visual maps but no multi-agent analysis.
  • PaperQA/STORM: QA-focused, lacks federated search.
  • Elicit/Consensus: Single-model, no graphs/provenance.

Paper Circle's edge: end-to-end workflow, reproducibility, UAE-developed.

Future Outlook: Scaling AI for UAE Academia

Upcoming: larger models for better reviews, integration with UAE databases. Aligns with MBZUAI's fellowships and UAE AI awards. As UAE invests in AI (e.g., $1M Google.org grant), tools like this propel research sovereignty.

Actionable Insights for UAE Researchers

  1. Start with demo for quick queries.
  2. Customize modes for lit reviews.
  3. Build reading circles for teams.
  4. Contribute to GitHub for UAE-specific enhancements.

Paper Circle heralds a new era for UAE higher education, where AI amplifies human ingenuity.

Browse by Faculty

Browse by Subject

Frequently Asked Questions

📄What is Paper Circle?

Paper Circle is an open-source multi-agent AI framework developed by MBZUAI researchers to automate research paper discovery, ranking, analysis, and review generation. It features discovery and analysis pipelines for efficient literature management.

👥Who developed Paper Circle?

The tool was created by Komal Kumar, Aman Chadha, Salman Khan, Fahad Shahbaz Khan, and Hisham Cholakkal from MBZUAI, with ACL 2026 oral acceptance. View the paper.

🔍How does the Discovery Pipeline work?

Users input natural language queries; agents classify intent, search arXiv/Semantic Scholar/OpenAlex/DBLP in parallel, score via TF-IDF/recency/novelty/BM25, apply diversity filtering, and export structured results.

🧠What is the Analysis Pipeline?

It parses PDFs into knowledge graphs with typed nodes (concepts, methods, experiments) and edges, enabling provenance-tracked QA and coverage checks. Ideal for synthesizing insights.

📊What are Paper Circle's benchmarks?

Achieves 80% hit rate and MRR 0.627 with Qwen3-Coder-30B; scales to 98% on 500 queries. Outperforms baselines in retrieval while maintaining low workload (NASA-TLX 1.2/7).

💻Is Paper Circle open-source?

Yes, MIT-licensed on GitHub. Install with Node.js/Python; live demo at papercircle.vercel.app.

🇦🇪How does Paper Circle benefit UAE researchers?

Aligns with UAE AI Strategy 2031 by accelerating lit reviews at MBZUAI/Khalifa/UAEU, enhancing productivity amid global publication surge.

🤖What LLMs does it support?

Ollama, OpenAI, Anthropic; tested on quantized Qwen3-Coder-30B, DeepSeek-33B. Hybrid BM25+semantic for efficiency.

⚠️Limitations of Paper Circle?

Review generation correlates poorly (<0.25) with human scores; future work targets larger models and UAE-specific integrations.

🚀How to get started with Paper Circle?

Clone repo, set .env (Supabase/LLM keys), run npm dev and Python APIs. Use for queries like 'novel methods in transformers 2025'. Join UAE AI communities for collaboration.

🏆MBZUAI's role in UAE AI ecosystem?

Top-10 global AI rank (CSRankings), supports Strategy 2031 with scholarships, fellowships for Emiratis, industry partnerships.