paper-with-me

홈 › Papers

PaSa: An LLM Agent for Comprehensive Academic Paper Search

2025-01-17 · Yichen He, Guanhua Huang, Peiyuan Feng, Yuan Lin, Yuchen Zhang, Hang Li, Weinan E

We introduce PaSa, an advanced Paper Search agent powered by large language models. PaSa can autonomously make a series of decisions, including invoking search tools, reading papers, and selecting relevant references, to ultimately obtain comprehensive and accurate results for complex scholarly queries. We optimize PaSa using reinforcement learning with a synthetic dataset, AutoScholarQuery, which includes 35k fine-grained academic queries and corresponding papers sourced from top-tier AI conference publications. Additionally, we develop RealScholarQuery, a benchmark collecting real-world academic queries to assess PaSa performance in more realistic scenarios. Despite being trained on synthetic data, PaSa significantly outperforms existing baselines on RealScholarQuery, including Google, Google Scholar, Google with GPT-4 for paraphrased queries, chatGPT (search-enabled GPT-4o), GPT-o1, and PaSa-GPT-4o (PaSa implemented by prompting GPT-4o). Notably, PaSa-7B surpasses the best Google-based baseline, Google with GPT-4o, by 37.78% in recall@20 and 39.90% in recall@50. It also exceeds PaSa-GPT-4o by 30.36% in recall and 4.25% in precision. Model, datasets, and code are available at https://github.com/bytedance/pasa.

📄 PDF Abstract BibTeX arXiv:2501.10120

Code (1)

bytedance/pasa 공식 구현

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Safe Hybrid-Action Reinforcement Learning-Based Decision and Control for Discretionary Lane Change

2024-03-01 · Ruichen Xu, Xiao Liu, Jinming Xu, Yuan Lin

Autonomous lane-change, a key feature of advanced driver-assistance systems, can enhance traffic efficiency and reduce the incidence of accidents. However, safe driving of autonomous vehicles remains challenging in compl…

Autonomous DrivingAutonomous Vehiclesreinforcement-learning

EPASAD: Ellipsoid decision boundary based Process-Aware Stealthy Attack Detector

2022-04-08 · Vikas Maurya, Rachit Agarwal, Saurabh Kumar, Sandeep Kumar Shukla

Due to the importance of Critical Infrastructure (CI) in a nation's economy, they have been lucrative targets for cyber attackers. These critical infrastructures are usually Cyber-Physical Systems (CPS) such as power gri…

Anomaly DetectionIntrusion DetectionNetwork Intrusion Detection

P2P: Automated Paper-to-Poster Generation and Fine-Grained Benchmark

2025-05-21 · Tao Sun, Enhao Pan, Zhengkai Yang, Kaixin Sui 외

Academic posters are vital for scholarly communication, yet their manual creation is time-consuming. However, automated academic poster generation faces significant challenges in preserving intricate scientific details a…

PASA: A Principled Embedding-Space Watermarking Approach for LLM-Generated Text under Semantic-Invariant Attacks

2026-05-09 · Zhenxin Ai, Haiyun He arxiv

Watermarking for large language models (LLMs) is a promising approach for detecting LLM-generated text and enabling responsible deployment. However, existing watermarking methods are often vulnerable to semantic-invarian…

Paper2Web: Let's Make Your Paper Alive!

2025-10-17 · Yuhang Chen, Tianpeng Lv, Siyi Zhang, Yixiang Yin 외 arxiv

Academic project websites can more effectively disseminate research when they clearly present core content and enable intuitive navigation and interaction. However, current approaches such as direct Large Language Model …