paper-with-me

Papers

SmartRAG: Native Graph-Based RAG for Mobile Device

2026-07-16 · Zhihan Jiang, Meng Li, Shenghao Liu, Keran Li, Ruiben Zhou, Xianjun Deng, Shuai Wang, Haipeng Dai arxiv

Deploying large language models (LLMs) as personal assistants on mobile devices demands privacy, low latency, and offline availability, yet the computational cost of giant models clashes with strict edge-hardware budgets. We argue that this tension cannot be resolved by model compression alone; it requires decomposing on-device intelligence into complementary functional roles. We present SmartRAG, a fully on-device framework that organizes an intelligent assistant around four coordinated modules -- Perception, Memory, Focus, and Thinking. At the core of SmartRAG is EvoNER, a continually learnable named-entity recognizer that incrementally expands its label inventory through teacher-distilled updates, enabling the system to absorb previously unseen entity types without retraining the backbone LLM. Extracted knowledge is stored in MRGraph, a three-layer provenance-preserving knowledge graph, and retrieved at query time through a hybrid pipeline combining graph traversal, lexical matching, and dense semantic search. The on-device LLM is invoked only for high-value semantic operations -- labeling, planning, and answer synthesis -- keeping inference costs bounded. Experiments on four QA benchmarks (TriviaQA, Natural Questions, HotpotQA, MultiHopQA) show that SmartRAG with a quantized 1.7B-parameter backbone achieves multi-hop reasoning performance competitive with models up to 18$\times$ larger, while running entirely on commodity smartphones within practical memory and latency envelopes.

📄 PDF Abstract BibTeX arXiv:2607.14661

Code (1)

Tavish9/awesome-daily-AI-arxiv ★ 111

Tasks

Natural QuestionsModel Compression

Similar Papers 제목 키워드 기반

SmartRAG: Jointly Learn RAG-Related Tasks From the Environment Feedback

2024-10-22 · Jingsheng Gao, Linxu Li, Weiyuan Li, Yuzhuo Fu 외

RAG systems consist of multiple modules to work together. However, these modules are usually separately trained. We argue that a system like RAG that incorporates multiple modules should be jointly optimized to achieve o…

RAG

PalmClaw: A Native On-Device Agent Framework for Mobile Phones

2026-07-14 · Hongru Cai, Yongqi Li, Ran Wei, Wenjie Li hf

Large Language Model (LLM) agents have moved beyond generating responses to executing multi-step tasks by calling tools, observing the results, and iteratively deciding the next action. Most agent systems run on desktops…

A Bayesian approach to location estimation of mobile devices from mobile network operator data

2021-10-01 · Martijn Tennekes, Yvonne A. P. M. Gootzen

Mobile network operator (MNO) data are a rich data source for official statistics, such as present population, mobility, migration, and tourism. Estimating the geographic location of mobile devices is an essential step f…

Porting Large Language Models to Mobile Devices for Question Answering

2024-04-24 · Hannes Fassold

Deploying Large Language Models (LLMs) on mobile devices makes all the capabilities of natural language processing available on the device. An important use case of LLMs is question answering, which can provide accurate …

Question Answering

Scalable Machine Translation in Memory Constrained Environments

2016-10-06 · Paul Baltescu

Machine translation is the discipline concerned with developing automated tools for translating from one human language to another. Statistical machine translation (SMT) is the dominant paradigm in this field. In SMT, tr…

Machine TranslationTranslation