paper-with-me

Papers

Knows: Agent-Native Structured Research Representations

2026-04-19 · Guangsheng Yu, Xu Wang arxiv

Research artifacts are distributed primarily as reader-oriented documents like PDFs. This creates a bottleneck for increasingly agent-assisted and agent-native research workflows, in which LLM agents need to infer fine-grained, task-relevant information from lengthy full documents, a process that is expensive, repetitive, and unstable at scale. We introduce Knows, a lightweight companion specification that binds structured claims, evidence, provenance, and verifiable relations to existing research artifacts in a form LLM agents can consume directly. Knows addresses the gap with a thin YAML sidecar (KnowsRecord) that coexists with the original PDF, requiring no changes to the publication itself, and validated by a deterministic schema linter. We evaluate Knows on 140 comprehension questions across 20 papers spanning 14 academic disciplines, comparing PDF-only, sidecar-only, and hybrid conditions across six LLM agents of varying capacity. Weak models (0.8B--2B parameters) improve from 19--25\% to 47--67\% accuracy (+29 to +42 percentage points) when reading sidecar instead of PDF, while consuming 29--86\% fewer input tokens; an LLM-as-judge re-scoring confirms that weak-model sidecar accuracy (75--77\%) approaches stronger-model PDF accuracy (78--83\%). Beyond this controlled evaluation, a community sidecar hub at https://knows.academy/ has already indexed over ten thousand publications and continues to grow daily, providing independent evidence that the format is adoption-ready at scale.

📄 PDF Abstract BibTeX arXiv:2604.17309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Who Sees What? Structured Thought-Action Sequences for Epistemic Reasoning in LLMs

2025-08-20 · Luca Annese, Sabrina Patania, Silvia Serino, Tom Foulsham 외 arxiv

Recent advances in large language models (LLMs) and reasoning frameworks have opened new possibilities for improving the perspective -taking capabilities of autonomous agents. However, tasks that involve active perceptio…

Epistemic Reasoning

An Agentic Framework for Neuro-Symbolic Programming

2026-01-02 · Aliakbar Nafar, Chetan Chigurupati, Danial Kamali, Hamid Karimian 외 arxiv

Integrating symbolic constraints into deep learning models could make them more robust, interpretable, and data-efficient. Still, it remains a time-consuming and challenging task. Existing frameworks like DomiKnowS help …

Learning Proxemic Behavior Using Reinforcement Learning with Cognitive Agents

2021-08-08 · Cristian Millán-Arias, Bruno Fernandes, Francisco Cruz

Proxemics is a branch of non-verbal communication concerned with studying the spatial behavior of people and animals. This behavior is an essential part of the communication process due to delimit the acceptable distance…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

KnowSR: Knowledge Sharing among Homogeneous Agents in Multi-agent Reinforcement Learning

2021-05-25 · Zijian Gao, Kele Xu, Bo Ding, Huaimin Wang 외

Recently, deep reinforcement learning (RL) algorithms have made great progress in multi-agent domain. However, due to characteristics of RL, training for complex tasks would be resource-intensive and time-consuming. To m…

Deep Reinforcement LearningKnowledge DistillationMulti-agent Reinforcement Learningreinforcement-learning+2

Everyone Knows that Everyone Knows: Gossip Protocols for Super Experts

2020-11-26 · Hans van Ditmarsch, Malvin Gattinger, Rahim Ramezanian

A gossip protocol is a procedure for sharing secrets in a network. The basic action in a gossip protocol is a pairwise message exchange (telephone call) wherein the calling agents exchange all the secrets they know. An a…

All