[WisPaper] Beyond Keywords: The Rise of Agentic Scholarly Search Engines

WisPaper: Your AI Scholar Search Engine

L Ju, J Zhao, M Chai, Z Shen, X Wang, Y Geng
Summary
Problem
Method
Results
Takeaways
Abstract

WisPaper is an end-to-end scholarly agent system that unifies literature discovery, organization, and monitoring into a closed knowledge loop. It features WisModel, a specialized LLM trained via reinforcement learning that performs deep semantic verification, achieving a SOTA 22.26% recall on the TaxoBench benchmark and 93.70% validation accuracy.

TL;DR

WisPaper is a new end-to-end AI agent system that replaces the fragmented research workflow with a unified "Knowledge Loop." By combining a specialized reasoning model (WisModel) with automated library management, it achieves a 93.7% accuracy in verifying paper relevance and sets a new SOTA on the TaxoBench benchmark.

Background: The "Information Logistics" Tax

As scientific output grows exponentially, researchers face a "tax" on their time: spending hours jumping between Google Scholar for search, Zotero for management, and arXiv for updates. The fundamental problem is twofold:

  1. Semantic Blindness: Keyword-based search engines don't understand intent. They can find "Transformer," but they can't verify if a paper specifically "investigates the relationship between in-context learning and inference-time scaling."
  2. Workflow Fragmentation: The manual effort of downloading PDFs and entering metadata distracts from actual intellectual work.

Methodology: The WisModel Reasoning Engine

At the heart of WisPaper is WisModel, an agentic LLM trained specifically for academic rigor. Unlike standard chat assistants, WisModel treats search as a structured verification task.

1. The Two-Stage Deep Search

When a user provides a complex query, the system doesn't just "search." It follows a two-stage pipeline:

  • Intent Decomposition: The model breaks the query into editable verification criteria (e.g., specific methodologies or constraints).
  • Evidence-Backed Verification: For every candidate paper, the model must provide a verbatim quote (ei) and a logical rationale (ri) to support its assessment.

2. Reinforcement Learning via GRPO

To eliminate hallucinations, the authors used Group Relative Policy Optimization (GRPO). Instead of simple "pass/fail" rewards, they designed a Multi-Dimensional Shaped Reward function:

  • Faithful Grounding: Severe penalties if the model "quotes" text that doesn't exist in the PDF.
  • Logical Entailment: Correctness of the "Support/Reject" verdict.
  • Reasoning Alignment: Similarity to expert explanation paths.

Model Architecture Figure 1: The WisPaper Knowledge Loop: Scholar Search, Library, and AI Feeds.


Experiments: Dominating the "Partial Support" Challenge

One of the most striking findings is how poorly existing SOTA models (like GPT-5.1 or Gemini-3-Pro) handle "gray areas"—cases where a paper only partially supports a research query.

Key Results:

  • Validation Accuracy: WisModel hits 93.7%, while Gemini-3-Pro sits at 73.23%.
  • TaxoBench Recall: On professional-grade literature survey tasks (TaxoBench), WisPaper achieved 22.26% recall, outperforming OpenAI's O3 (20.92%).

Experimental Results Table 1: Comparison of Paper-Criteria matching accuracy across different LLMs.

As seen in the table above, while models like Gemini-3-Pro are good at identifying full "Support" (91.1%), they collapse on "Somewhat Support" (dropping to 15.9%). WisModel maintains a steady 91.8% in this category, proving its superior nuanced judgment.


Future Outlook: A Personalized AI Research Assistant

WisPaper isn't just a search tool; it's a self-refining workflow. The papers you save in your "Library" automatically build a user profile that filters your "AI Feeds." This creates a closed loop where the more you use the system, the more accurate your daily recommendations become.

Takeaway: The era of passive literature consumption is ending. Tools like WisPaper signal a shift toward "Verification Agents" that don't just find papers, but actually read and audit them against your specific research needs.

Limitations

Despite its success, the system still faces a "Recall Ceiling" of ~22% on expert tasks, suggesting that even the best current agents struggle with the high-level synthesis required for doctoral-level surveys.

Website: wispaper.ai

Find Similar Papers

Try Our Examples

  • Search for recent papers using Group Relative Policy Optimization (GRPO) for domain-specific tasks beyond general language modeling.
  • Which paper introduced the TaxoBench benchmark, and what are the specific criteria used to evaluate the "synthesis gap" in research agents?
  • Explore how multi-dimensional shaped rewards are being applied to reduce hallucinations in RAG (Retrieval-Augmented Generation) systems.
Contents
[WisPaper] Beyond Keywords: The Rise of Agentic Scholarly Search Engines
1. TL;DR
2. Background: The "Information Logistics" Tax
3. Methodology: The WisModel Reasoning Engine
3.1. 1. The Two-Stage Deep Search
3.2. 2. Reinforcement Learning via GRPO
4. Experiments: Dominating the "Partial Support" Challenge
4.1. Key Results:
5. Future Outlook: A Personalized AI Research Assistant
5.1. Limitations