arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 2157
2605.18775 2026-05-20 cs.IR cs.AI

Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees

基于查询意识的流扩散图基RAG系统:具有检索保证

Zhuoping Zhou, Davoud Ataee Tarzanagh, Sima Didari, Wenjun Hu, Baruch Gutow, Oxana Verkholyak, Masoud Faraki, Heng Hao, Hankyu Moon, Seungjai Min

AI总结 本文提出了一种无需训练的Query-Aware Flow Diffusion RAG(QAFD-RAG)系统,通过动态适应查询语义来改进图基RAG系统的检索能力,提供了首次统计保证,证明在弱信号-噪声条件下,QAFD-RAG能够以高概率恢复相关子图。

Comments Published at the International Conference on Learning Representations (ICLR) 2026. 38 pages, 5 figures, 10 tables

详情
AI中文摘要

基于图的检索增强生成(RAG)系统利用相互关联的知识结构来捕捉扁平检索难以处理的复杂关系,从而实现多跳推理。然而,大多数现有图基方法存在(i)缺乏子图质量和相关性理论保证的启发式设计,或(ii)使用静态探索策略,忽视查询的整体意义,检索邻居或社区,而不管意图。我们提出了Query-Aware Flow Diffusion RAG(QAFD-RAG),一种无需训练的框架,能够动态适应每个查询的整体语义。核心创新是查询感知的遍历:在图探索过程中,边根据端点与查询嵌入的匹配程度动态加权,引导流沿着语义相关路径流动,同时避免结构连接但不相关的区域。这些查询特定的推理子图使QAFD-RAG成为首个具有统计保证的查询感知图检索方法,证明在弱信号-噪声条件下,QAFD-RAG以高概率恢复相关子图。该算法以指数速度收敛,复杂度随检索的子图大小而非完整图的规模增长。在问答和文本到SQL任务上的实验表明,QAFD-RAG在状态-of-the-art图基RAG方法上表现出一致的改进。

英文摘要

Graph-based Retrieval-Augmented Generation (RAG) systems leverage interconnected knowledge structures to capture complex relationships that flat retrieval struggles with, enabling multi-hop reasoning. Yet most existing graph-based methods suffer from (i) heuristic designs lacking theoretical guarantees for subgraph quality or relevance and/or (ii) the use of static exploration strategies that ignore the query's holistic meaning, retrieving neighborhoods or communities regardless of intent. We propose Query-Aware Flow Diffusion RAG (QAFD-RAG), a training-free framework that dynamically adapts graph traversal to each query's holistic semantics. The central innovation is query-aware traversal: during graph exploration, edges are dynamically weighted by how well their endpoints align with the query's embedding, guiding flow along semantically relevant paths while avoiding structurally connected but irrelevant regions. These query-specific reasoning subgraphs enable the first statistical guarantees for query-aware graph retrieval, showing that QAFD-RAG recovers relevant subgraphs with high probability under mild signal-to-noise conditions. The algorithm converges exponentially fast, with complexity scaling with the retrieved subgraph size rather than the full graph. Experiments on question answering and text-to-SQL tasks demonstrate consistent improvements over state-of-the-art graph-based RAG methods.

2605.18774 2026-05-20 cs.IR cs.AI

M3DocDep: Multi-modal, Multi-page, Multi-document Dependency Chunking with Large Vision-Language Models

M3DocDep: 多模态、多页、多文档依赖分块方法基于大视觉-语言模型

Joongmin Shin, Jeongbae Park, Jaehyung Seo, Heuiseok Lim

AI总结 本文提出M3DocDep,一种基于大视觉-语言模型的多模态、多页、多文档依赖分块方法,通过恢复块级依赖并构建分块,提高了长多页多模态文档的检索和问答质量。

Comments Accepted to CVPR2026 Main

详情
AI中文摘要

在长篇、多页的工业文档中,检索增强生成(RAG)依赖于分块边界是否遵循文档的真实结构。现有的文本中心分块器和生成层次解析器常常遗漏跨页的父子关系、图表-标题绑定以及边界提示,导致碎片化或冗余的分块,并影响检索和答案质量。我们提出M3DocDep,一种基于大视觉-语言模型(LVLM)的流程,首先恢复块级依赖,然后沿着恢复的文档树构建分块。该流程使用SharedDet作为公共的DP+OCR预处理层,提取具有边界意识的SoftROI池化多模态块嵌入,用双亲-子边评分器评分候选父-子边,用MST约束解码全局有效的依赖树,并构建树引导的分块,这些分块带有章节路径和页面范围的注释。在共享块评估协议下,M3DocDep在DHP基准上比STEDS提高了+28.5至+39.6个百分点,在检索nDCG上提高了+1.1至+15.3个百分点,在语料库级RAG基准上的QA ANLS上提高了+4.5至+15.3个百分点。这些结果表明,在分块前恢复文档依赖可以为长篇、多页多模态文档提供更连贯的检索单元。

英文摘要

In long, multi-page industrial documents, retrieval-augmented generation (RAG) depends heavily on whether chunk boundaries follow the document's true structure. Existing text-centric chunkers and generative hierarchy parsers often miss cross-page parent-child relations, figure/table-caption bindings, and boundary cues, which leads to fragmented or redundant chunks and degrades both retrieval and answer quality. We propose M3DocDep, an LVLM-based pipeline that first recovers block-level dependencies and then constructs chunks along the recovered document tree. The pipeline uses SharedDet as a common DP+OCR preprocessing layer, extracts multimodal block embeddings with boundary-aware SoftROI pooling, scores candidate parent-child edges with a biaffine head, decodes a globally valid dependency tree with MST constraints, and builds tree-guided chunks annotated with section paths and page ranges. Under a shared-block evaluation protocol, M3DocDep improves STEDS by +28.5 to +39.6 percent on DHP benchmarks, retrieval nDCG by +1.1 to +15.3 percent, and QA ANLS by +4.5 to +15.3 percent on corpus-level RAG benchmarks. These results show that recovering document dependencies before chunking yields more coherent retrieval units for long, multi-page multimodal documents.

2605.18773 2026-05-20 cs.CR cs.AI cs.CY cs.LG

Decentralized autonomous organization and blockchain-based incentivization framework for community-based facilities management

去中心化自治组织与基于区块链的激励框架用于社区设施管理

Reachsak Ly, Alireza Shojaei, Xinghua Gao, Philip Agee, Abiola Akanmu

AI总结 本文提出了一种基于区块链和去中心化自治组织(DAO)的新型框架,用于智能建筑中的社区设施管理,通过去中心化治理平台和维护管理平台的结合,提高设施维护的参与度和效率。

Comments 29 pages, 17 figures, 3 tables

详情
AI中文摘要

传统的设施管理通常依赖于集中决策结构,限制了利益相关者的参与,导致与租户需求不一致并降低了满意度。本文提出了一种新的基于区块链和去中心化自治组织(DAO)的框架,用于智能建筑中的社区设施管理。该框架包含两个关键组成部分:一个去中心化的治理平台,通过区块链投票促进透明的集体决策;以及一个维护管理平台,具有激励机制,鼓励建筑使用者通过代币奖励积极贡献于设施维护。系统评估包括成本分析、可扩展性、数据安全考虑、可用性测试以及与设施管理人员和研究人员进行的半结构化访谈,以评估平台的实用性、挑战和采用潜力。研究结果表明,该框架有潜力作为激励解决方案,用于促进利益相关者在集体维护和改善建筑基础设施方面的参与。

英文摘要

Traditional facility management often relies on centralized decision-making structures that limit stakeholder participation, leading to misalignment with occupant needs and reduced satisfaction. This paper proposes a novel blockchain- and Decentralized Autonomous Organization (DAO)-based framework for community-based facilities management in smart buildings. The framework comprises two key components: a decentralized governance platform that facilitates transparent collective decision-making through blockchain-based voting, and a maintenance management platform with an incentivization mechanism that encourages building occupants to actively contribute to facility upkeep through tokenized rewards. System evaluation includes cost analysis, scalability, data security considerations, usability testing, and semi-structured interviews with facility managers and researchers to assess the platform's usefulness, challenges, and adoption potential. The findings demonstrate the framework's potential as a viable incentivization solution for engaging stakeholders in the collective upkeep and improvement of building infrastructure.

2605.18772 2026-05-20 cs.IR cs.AI cs.CL

Improving Retrieval-Augmented Generation without Taxonomy-based Error Categorization

无需基于分类的错误归类即可改进检索增强生成

Gongbo Zhang, Yifan Peng, Chunhua Weng

AI总结 本文提出RePAIR方法,通过直接将错误的RAG输出映射到错误缓解行动计划,无需依赖细粒度错误分类和显式批评者监督,从而提升检索增强生成的性能。

详情
AI中文摘要

检索增强生成(RAG)通过将生成过程 grounding 在外部知识来提高大语言模型(LLM)输出的事实准确性。最近的代理 RAG 系统扩展了这一范式,通过关键代理评估模型响应并迭代优化输出。然而,大多数先前工作隐式假设可靠的批评反馈,专注于规划策略,而对误差纠正过程本身的鲁棒性关注有限,这可能受到对齐错误类别和无效或错误纠正的影响。本文假设 RAG 性能可以在没有显式错误分类的情况下得到改进。我们提出 RePAIR,一种响应-行动学习范式,通过直接将错误的 RAG 输出映射到错误缓解行动计划,而无需依赖细粒度错误分类和显式批评者监督。在多个基准测试中,RePAIR 一致地提高了代理 RAG 的性能。

英文摘要

Retrieval-Augmented Generation (RAG) improves the factual accuracy of large language model (LLM) outputs by grounding generation in external knowledge. Recent agentic RAG systems extend this paradigm with critical agents to evaluate model responses and iteratively refine outputs. However, most prior work implicitly assumes reliable critic feedback and focuses on planning strategies, while paying limited attention to the robustness of the error-correction process itself, which can be impacted by misaligned error categories and ineffective or incorrect corrections. Here, we hypothesize that RAG performance can be improved without explicit error categorization. We propose RePAIR, a response-action learning paradigm that directly maps flawed RAG outputs to error-mitigating action plans without relying on fine-grained error taxonomies and explicit critic supervision. Across multiple benchmarks, RePAIR consistently improves agentic RAG performance.

2605.18770 2026-05-20 cs.IR cs.AI

Agentic GraphRAG: Navigating Unstructured Financial Data with Collaborative AI

代理图RAG:利用协作AI导航无结构财务数据

Arthur Capozzi, Dirk Helbing

AI总结 本文提出了一种协作代理图RAG框架,用于专家分析商业登记数据。通过构建Neo4j知识图谱,结合确定性节点摄入、LLM提取弱节点以及确定性身份解析和去重,提升了多跳、时间相关和实体中心的查询能力。

详情
AI中文摘要

我们提出了一种协作代理图RAG框架,用于专家分析商业登记数据。公共登记处通常正式可访问,但在实践中由于结合了结构化记录和大量无结构法律文本,难以使用。这限制了传统关键词和向量检索,尤其是多跳、时间相关和实体中心的调查。我们的方法通过三阶段流程构建Neo4j知识图谱:(i)确定性摄入来自已验证结构字段的强节点,(ii)基于LLM提取无结构通知中的弱节点,(iii)确定性身份解析和去重。在图之上,我们引入了分析模块代理,整合了零样本意图路由、有界的反思循环、安全的工具中介图访问以及状态感知的响应合成。一个人工参与的仪表板暴露证据和执行轨迹以支持透明性和可审计性。我们在瑞士商业公报上评估了该框架,这是一个包含超过七百万篇出版物的多语言语料库,持续七年。我们进一步贡献了一个多级评估协议,涵盖实体解析精度、工具路由行为、回答质量以及多轮对话性能。在自动化、人工整理和对话基准测试中,所提出的代理图RAG系统在正确性、回答相关性、信息回忆、轮次成功率和上下文传递准确性方面均优于标准代理向量RAG基线。该架构是模块化、可重复和可转移至其他商业公报和公共部门登记系统。

英文摘要

We present a collaborative agentic GraphRAG framework for expert analysis of commercial registry data. Public registries are often formally accessible, yet difficult to use in practice because they combine structured records with large volumes of unstructured legal text. This limits conventional keyword and vector-only retrieval, especially for multi-hop, temporal, and entity-centric investigations. Our approach builds a Neo4j knowledge graph through a three-phase pipeline: (i) deterministic ingestion of strong nodes from verified structured fields, (ii) LLM-based extraction of weak nodes from unstructured notices, and (iii) deterministic identity resolution and deduplication. On top of this graph, we introduce an analytical modular agent that integrates zero-shot intent routing, a bounded reflection loop, secure tool-mediated graph access, and state-aware response synthesis. A human-in-the-loop dashboard exposes evidence and execution traces to support transparency and auditability. We evaluate the framework on the Swiss Official Gazette of Commerce, a multilingual corpus of more than seven million publications over seven years. We further contribute a multi-tier evaluation protocol covering entity-resolution precision, tool-routing behavior, answer quality, and multi-turn conversational performance. Across automated, human-curated, and conversational benchmarks, the proposed agentic GraphRAG system consistently outperforms a standard agentic vector-RAG baseline, with strong gains in correctness, answer relevance, information recall, turn success rate, and context carryover accuracy. The architecture is modular, reproducible, and transferable to other commercial gazettes and public-sector registry systems.

2605.18769 2026-05-20 cs.IR cs.AI cs.CL

ClusterRAG: Cluster-Based Collaborative Filtering for Personalized Retrieval-Augmented Generation

ClusterRAG: 基于聚类的协同过滤用于个性化检索增强生成

Gibson Nkhata, Uttamasha Anjally Oyshi, Quan Mai, Susan Gauch

AI总结 ClusterRAG通过聚类用户轮廓文档,利用相似用户的协同信号提升当前用户的个性化生成性能,通过在集群和文档层面进行检索,实现了高效的个性化检索增强生成。

Comments 17 pages, 2 figures, to be published in the proceedings of ACL 2026

详情
AI中文摘要

个性化检索增强生成(RAG)依赖于准确选择与用户相关的文档。在实践中,现有RAG方法往往面临较高的检索成本,并忽略了来自相似用户的协同信号可以增强当前用户的个性化生成。我们提出了ClusterRAG,一种基于聚类的协同过滤用于个性化检索增强生成。ClusterRAG通过用户的轮廓文档来表示用户,利用基于密度的聚类将用户组织成语义连贯的集群,并通过集群级相似性和细粒度排序在集群和文档层面进行检索。在LaMP基准上的广泛实验表明,联合利用目标用户的轮廓和顶部相似用户的轮廓在各种任务中始终获得最佳性能。进一步分析显示,ClusterRAG能够无缝集成不同的密集检索器和排序器,并在与微调和零样本语言模型配对时仍保持有效。

英文摘要

Personalized Retrieval-Augmented Generation (RAG) relies on accurately selecting user-relevant documents. In practice, existing RAG approaches often suffer from high retrieval costs and overlook that collaborative signals from similar users can enhance personalized generation for the current user. We propose ClusterRAG, a Cluster-Based Collaborative Filtering for Personalized Retrieval-Augmented Generation. ClusterRAG represents users through their profile documents, organizes users into semantically coherent clusters using density-based clustering, and performs retrieval at both the cluster and document levels via cluster-level similarity and fine-grained ranking. Extensive experiments on the LaMP benchmark demonstrate that jointly leveraging the target user's profile and profiles from top similar users consistently yields the best performance across diverse tasks. Further analysis shows that ClusterRAG integrates seamlessly with different dense retrievers and rankers, and remains effective when paired with both fine-tuned and zero-shot language models.

2605.18767 2026-05-20 cs.IR cs.AI

DualView: Adaptive Local-Global Fusion for Multi-Hop Document Reranking

DualView: 多跳文档重排序中的自适应局部-全局融合

Litong Zhang, Jiaxin Li, Kuo Zhao

AI总结 本文提出DualView框架,通过自适应门控融合局部和全局视图,实现高效的多跳文档重排序,显著优于现有模型并在低延迟下取得高召回率。

详情
AI中文摘要

多跳问答需要从多个文档中聚合信息,这是知识密集型应用的关键能力。一个根本性的挑战在于在保持高召回率的同时,高效地从检索的候选文档中确定最小的相关文档集。我们提出一个高效的双视图级联重排序框架用于多跳文档重排序。该框架在E5-base-v2候选文档上作为轻量级的后检索阶段运行,其架构包括:(1) 一个局部评分器,利用堆叠交叉注意力进行细粒度的查询-文档相关性评估;以及(2) 一个全局评分器,通过基于Transformer的上下文聚合建模文档间依赖关系。这些视图通过根据查询语义条件的自适应门进行动态融合。在固定候选集重排序设置下,使用离线缓存的嵌入,我们的模型取得了有竞争力的结果,特别是在MuSiQue上,Top-4召回率为99.4%,Full Hit准确率为97.8%,在4.0毫秒延迟(249 QPS)下。它在保持5到6倍更低延迟的同时,显著优于6亿参数的交叉编码器(BGE-Large: 92.0%召回率,Jina-v3: 90.1%召回率)。消融研究验证了局部和全局视图对多跳性能有显著贡献。

英文摘要

Multi-hop question answering requires aggregating information from multiple documents, a critical capability for knowledge-intensive applications. A fundamental challenge lies in efficiently identifying the minimal relevant document set from retrieved candidates while maintaining high recall. We present an efficient dual-view cascaded reranking framework for multi-hop document reranking. Operating as a lightweight post-retrieval stage over E5-base-v2 candidates, our architecture comprises: (1) a Local Scorer employing stacked cross-attention for fine-grained query-document relevance; and (2) a Global Scorer modeling inter-document dependencies via Transformer-based context aggregation. These views are dynamically fused through an Adaptive Gate conditioned on query semantics. Under the fixed candidate set reranking setting with offline cached embeddings, our model achieves competitive results, particularly outstanding on MuSiQue with 99.4% Top-4 Recall and 97.8% Full Hit accuracy at 4.0 ms latency (249 QPS). It substantially outperforms 600M-parameter cross-encoders (BGE-Large: 92.0% Recall, Jina-v3: 90.1% Recall) while maintaining 5 to 6 times lower latency. Ablation studies validate that both Local and Global views contribute substantially to multi-hop performance.

2605.18766 2026-05-20 cs.IR cs.AI cs.CL

Retrieve Only Relevant Tables Whether Few or Many: Adaptive Table Retrieval Method

仅检索相关表格,无论多少:自适应表格检索方法

Taehee Kim, Seungbin Yang, Jihwan Kim, Jaegul Choo

AI总结 本文提出了一种自适应表格检索方法,根据查询需求调整检索表格数量,通过自适应阈值机制和滑动窗口重排序算法,有效解决传统top-k检索策略的局限性,提升检索和下游任务性能。

Comments ACL 2026 Findings

详情
AI中文摘要

从大量数据库中检索与给定自然语言查询相关的表格对于准确回答文本到SQL等任务中的问题至关重要。现有的表格检索方法选择与查询最相似的预设数量k的表格。然而,所需表格的数量因查询而异,无法提前确定。强制无论查询如何都检索固定数量的表格可能会导致检索到的表格数量不足,无法获得所有必要的证据,或者检索到的表格过多,包含不相关的内容。为了解决这个问题,我们提出了一种自适应表格检索方法,根据每个查询的需求调整检索的表格数量。具体来说,我们利用自适应阈值机制来选择性地检索表格,并整合滑动窗口重排序算法以高效处理大量表格数据集。在Spider、BIRD和Spider 2.0上的广泛实验表明,我们的方法有效解决了传统top-k检索策略的局限性,提高了检索和下游任务的性能。我们的代码和数据可在https://github.com/sbY99/Adaptive-Table-Retrieval上获得。

英文摘要

Retrieving relevant tables from extensive databases for a given natural language query is essential for accurately answering questions in tasks such as text-to-SQL. Existing table retrieval approaches select a pre-determined set of k tables with the highest similarity to the query. However, the number of required tables varies across queries and cannot be known in advance. Enforcing a fixed number of retrieved tables regardless of the query may either retrieve an undersized set, failing to obtain all necessary evidence, or retrieve an oversized pool, including irrelevant tables. To address this issue, we propose an adaptive table retrieval method that adjusts the number of tables retrieved according to the requirements of each query. Specifically, we utilize an adaptive thresholding mechanism to selectively retrieve tables and integrate a sliding-window reranking algorithm to efficiently process a large table corpus. Extensive experiments on Spider, BIRD, and Spider 2.0 demonstrate that our method effectively addresses the limitations of the top-k retrieval strategy, improving performance in retrieval and downstream tasks. Our code and data are available at https://github.com/sbY99/Adaptive-Table-Retrieval.

2605.18765 2026-05-20 cs.IR cs.AI

STAR: Semantic-Tuned and Tail-Adaptive Retriever for Graph-Augmented Generation

STAR:用于图增强生成的语义调优和尾部适应检索器

Shuai Li, Chen Huang, Duanyu Feng, Wenqiang Lei, See-Kiong Ng

AI总结 本文提出STAR,一种用于图增强生成的语义调优和尾部适应检索器,通过结合token级交互学习和路径加权对比学习,解决图检索增强生成中的语义捷径偏差和长尾路径偏差问题,提升检索和生成性能。

详情
AI中文摘要

为了增强大型语言模型(LLMs)在多跳问答中的表现,图检索增强生成(GraphRAG)中主流的解决方案利用轻量级检索器高效地从给定的知识图(KG)中提取信息。然而,现有方法往往忽视图中固有的稀疏语义信息挑战。具体而言,我们的实验发现这些方法会产生偏见的语义捷径偏差和长尾路径偏差,导致语义建模不足和图RAG效果有限。为了解决这些问题,我们提出了STAR,一种用于图RAG的语义调优和尾部适应检索器。STAR集成了两种关键学习范式:token级交互学习和路径加权对比学习。前者采用交叉注意力架构和硬路径挖掘机制,共同建模查询和路径,从而缓解语义捷径偏差。后者引入了定制化的对比学习目标,利用尾部适应路径加权,旨在优化训练过程并减轻长尾路径偏差。广泛的实验表明,STAR在所有基准数据集上都优于基线方法,实现了平均检索性能提升1.8%和LLM问答性能提升2.2%。我们的代码可在https://anonymous.4open.science/r/STAR-C583获取。

英文摘要

To augment Large Language Models (LLMs) for multi-hop question answering, a mainstream solution within Graph Retrieval Augmented Generation (GraphRAG) leverages lightweight retrievers to efficiently extract information from a given Knowledge Graph (KG). However, existing methods often overlook the inherent challenge of sparse semantic information in graphs. Specifically, our experiments reveal that these methods produce biased retrieval Semantic Shortcut Bias and Long-Tail Path Bias, leading to inadequate semantic modeling and limited GraphRAG effectiveness. To address these issues, we propose STAR, a semantic-tuned and tail-adaptive retriever for GraphRAG. STAR integrates two key learning paradigms: token-level interaction learning and path-weighted contrastive learning. The former employs a cross-attention architecture and a hard path mining mechanism to jointly model the query and path, thereby mitigating the Semantic Shortcut Bias. The latter introduces a tailored contrastive learning objective that utilizes tail-adaptive path weighting, designed to optimize the training process and ease the Long-Tail Path Bias. Extensive experiments demonstrate that STAR consistently outperforms baselines, achieving average retrieval performance gains of 1.8\% and LLM QA performance improvements of 2.2\% across all benchmark datasets. Our code is available at https://anonymous.4open.science/r/STAR-C583.

2605.18764 2026-05-20 cs.IR cs.AI

From Intent to AI Pipelines: A Controlled Agentic Framework for Non-AI Expert Scientists

从意图到AI流水线:一种受领域驱动的可控代理框架,用于非AI专家科学家

Hyacinth Ali, Jessie Galasso-Carbonnel, Houari Sahraoui

AI总结 本文提出DDAP框架,通过分阶段交互帮助非AI专家科学家系统构建AI流水线及其实现代码,展示了可控代理框架在生成竞争性AI流水线方面的有效性。

详情
AI中文摘要

人工智能(AI)流水线已成为现代研究的核心,支持医学科学、农业和社会科学等领域,使大规模数据分析、预测建模和复杂任务的自动化成为可能。然而,许多研究人员在设计和实现AI解决方案时仍面临挑战,因为需要具备端到端AI系统的设计和开发专业知识。为解决这一差距,我们提出了领域驱动的可适应AI流水线(DDAP),这是一种受领域驱动的可控、人机协同的代理框架,利用大型语言模型引导用户系统地构建AI流水线及其相应实现代码。DDAP将开发过程分为四个阶段:问题定义、计算环境规范、流水线生成和代码生成。通过这种分阶段交互,框架能够适应领域上下文、用户专业知识和资源限制,同时保持用户对关键决策的控制。我们通过在多个跨业务、生物学和健康科学领域的数据集上比较DDAP的AI模型与专家开发的模型,评估了DDAP的性能。实验结果表明,DDAP在多个任务中与专家基线模型具有竞争力,尽管性能因问题类型而异,特别是在基于文本的聚类任务中。通过结合引导交互、适应性和可重复性,DDAP证明了可控代理框架能够为非专家用户生成竞争性的AI流水线。

英文摘要

Artificial Intelligence (AI) pipelines have become integral to modern research, supporting fields such as Medical Sciences, Agriculture, and Social Sciences, and enabling large-scale data analysis, predictive modeling, and the automation of complex tasks. However, designing and implementing AI solutions remains challenging for many researchers due to the expertise required in the design and development of end-to-end AI systems. To address this gap, we present Domain-Driven Adaptable AI Pipelines (DDAP), a controlled, human-in-the-loop, agentic framework that leverages large language models to guide users in a systematic construction of AI pipelines and their corresponding implementation code. DDAP structures the development process into four stages: problem definition, compute environment specification, pipeline generation, and code generation. Through this staged interaction, the framework adapts to domain context, user expertise, and resource constraints, while maintaining user control over key decisions. We evaluate DDAP across multiple datasets spanning business, biology, and health science domains by comparing its AI models against expert-developed models. The experimental results show that DDAP achieves competitive results in several tasks compared to expert baselines, although performance varies across problem types, particularly for text-based clustering tasks. By combining guided interaction, adaptability, and reproducibility, DDAP demonstrates that a controlled agentic framework can generate competitive AI pipelines for non-expert users.

2605.18763 2026-05-20 cs.IR cs.AI

Query-Conditioned Graph Retrieval for Contextualized LLM Reasoning in Personalized Wearable Data

基于查询的图检索用于个性化可穿戴数据中的上下文化LLM推理

Zhenyu Lu, Mahyar Abbasian, Amir M. Rahmani

AI总结 本文提出WAG框架,通过图检索实现LLM在可穿戴数据中的上下文化推理,通过构建个性化知识图谱并检索查询条件子图,提高推理效率和生成质量。

详情
AI中文摘要

大型语言模型(LLMs)越来越多地应用于分析可穿戴传感数据,这些数据具有长期性、多模态性和高度个性化的特点。一个关键挑战是上下文选择:提供不足的上下文会限制推理,而包含所有可用数据则会导致效率低下和生成质量下降。我们提出了Wearable As Graph(WAG),一种基于图的上下文检索框架,使LLM能够对可穿戴数据进行查询自适应推理。WAG将可穿戴指标和用户特定信号组织成个性化知识图谱,并检索查询条件子图以支持下游生成。检索过程整合了全局关系,通过分层贝叶斯建模捕捉先验知识和群体及个体层面的模式,同时本地关系反映了短期信号偏差。一个查询开放性信号进一步控制检索范围。我们在超过10,000个数据驱动的查询上评估WAG,来自真实世界可穿戴数据集。在LLM和人类评估中,WAG在基准和标准RAG方法上实现了约70%的胜率,证明了结构化、查询自适应上下文检索在LLM驱动的可穿戴数据分析中的有效性。

英文摘要

Large language models (LLMs) are increasingly applied to analyzing wearable sensing data, which are long-term, multimodal, and highly personalized. A key challenge is context selection: providing insufficient context limits reasoning, while including all available data leads to inefficiency and degraded generation quality. We propose Wearable As Graph (WAG), a graph-based context retrieval framework that enables query-adaptive reasoning over wearable data with LLMs. WAG organizes wearable metrics and user-specific signals into a personalized knowledge graph, and retrieves a query-conditioned subgraph to support downstream generation. The retrieval process integrates global relationships, capturing prior knowledge and population- and individual-level patterns via hierarchical Bayesian modeling, with local relationships that reflect short-term signal deviations. A query openness signal further controls retrieval breadth. We evaluate WAG on over 10,000 data-grounded queries from real-world wearable datasets. Across LLM-based and human evaluations, WAG achieves an approximately 70% win rate over baseline and standard RAG methods, demonstrating the effectiveness of structured, query-adaptive context retrieval for LLM-driven analysis of wearable data.

2605.18762 2026-05-20 cs.IR cs.AI

ALDEN: Boosting Private Data Extraction from Retrieval-Augmented Generation Systems via Active Learning and Distribution Estimation

ALDEN: 通过主动学习和分布估计提升从检索增强生成系统中提取私有数据

Xingyu Lyu, Jianfeng He, Ning Wang, Yidan Hu, Tao Li, Danjue Chen, Shixiong Li, Yimin Chen

AI总结 本文提出ALDEN方法,通过主动学习和分布估计有效提升从检索增强生成系统中提取私有数据的效率和效果,通过全面评估证明其优于现有方法。

详情
AI中文摘要

检索增强生成(RAG)被广泛用于通过外部知识检索增强大型语言模型,以提高可靠性和泛化能力。然而,最近的研究表明,RAG系统仍易受数据提取攻击,其中攻击者可以通过在用户查询中嵌入恶意命令来提取私有数据。尽管这些攻击具有可行性,但现有攻击通常面临较低的数据提取率和有限的实用性。在此,我们提出ALDEN,一种新颖的攻击方法,能够有效且高效地从RAG中提取私有数据。首先,我们采用主动学习来多样化恶意查询并提高数据提取率。其次,我们观察到底层知识库的数据分布为查询生成提供了有价值的指导,并引入基于衰减的动态算法来估计相应的话题分布。通过结合这些方法,我们证明ALDEN通过全面评估显著优于现有最先进方法。

英文摘要

Retrieval-Augmented Generation (RAG) is widely used to augment large language models with external knowledge retrieval to improve reliability and generalization. However, recent studies have shown that RAG systems remain vulnerable to data extraction attacks, where adversaries can extract private data by embedding malicious commands into user queries. Despite their feasibility, existing attacks typically suffer from low data extraction rates and limited practical effectiveness. Here, we propose ALDEN, a novel attack that effectively and efficiently extracts private data from RAGs. First, we employ active learning to diversify malicious queries and improve data extraction rates. Second, we observe that the data distribution of the underlying knowledge base provides valuable guidance for query generation and introduce a decay-based dynamic algorithm to estimate the corresponding topic distribution. By combining them together, we demonstrate that ALDEN substantially outperforms state-of-the-art methods through comprehensive evaluations.

2605.18760 2026-05-20 cs.IR cs.AI

DOTRAG: Retrieval-Time Reasoning Along Paths

DOTRAG: 路径上的检索时推理

Larnell Moore, Naihao Deng, Rada Mihalcea, Farnaz Jahanbakhsh

AI总结 本文提出DOTRAG,一种无需训练的图检索增强生成框架,通过将检索过程转化为路径上的推理,提高了多跳任务的性能。

详情
AI中文摘要

图检索增强生成(GraphRAG)通常采用检索后再推理的范式,其中上下文通过启发式方法检索,然后进行推理。此类方法在处理复杂多跳任务时难以适应查询特定的逻辑需求,常导致无关上下文的累积或遗漏正确关系路径。我们提出DotRAG,一种无需训练的GraphRAG框架,将检索重新表述为路径上的推理过程。我们的方法生成查询条件约束,引导图探索,剪枝无关区域,并在不依赖显式逐步推理链的情况下迭代发现关系路径。我们引入思维的分解(DOT),一种将检索分解为局部搜索空间并适应每个查询的搜索策略的抽象。DotRAG在MetaQA和UltraDomain上实现了SOTA性能,在多跳任务上表现出一致的提升,证明了推理引导的检索有效性。

英文摘要

Graph Retrieval-Augmented Generation (GraphRAG) is dominated by a retrieve-then-reason paradigm, where context is retrieved using heuristics and then reasoned over. Such methods struggle to adapt to the query-specific logic required for complex multi-hop tasks, often accumulating irrelevant context or missing correct relational paths. We propose DotRAG, a training-free GraphRAG framework that reformulates retrieval as a reasoning process over paths. Our approach generates query-conditioned constraints that guide graph exploration, prune irrelevant regions, and iteratively discover relational paths without relying on explicit step-by-step reasoning chains. We introduce Division of Thought (DOT), an abstraction that decomposes retrieval into localized search spaces and adapts the search strategy to each query. DotRAG achieves SOTA performance on MetaQA and UltraDomain, with consistent gains on multi-hop tasks, demonstrating the effectiveness of reasoning-guided retrieval.

2605.18759 2026-05-20 cs.HC cs.AI

Interoceptive Divergence in Aesthetic Evaluation and Implications for Human-AI Alignment

内感受差异在审美评价中的体现及其对人机对齐的影响

Yoshia Abe, Tatsuya Daikoku, Yasuo Kuniyoshi

AI总结 本研究探讨了人类与AI在审美体验中的收敛与分歧,通过对比人类和AI的反应,发现尽管两者在审美评分与情绪的相关性及图像特征优先级上相似,但在情绪反应分布和审美评分与内感受的关系上存在显著差异,揭示了AI在审美评估中的局限性,特别是在内感受方面的不足。

Comments 20 pages, 9 figures. Supplementary material is included as a separate PDF in the source files

详情
AI中文摘要

人工智能(AI),以大型语言模型(LLMs)为例,正在迅速接近并在某些情况下超越人类在广泛认知任务中的表现。然而,人类的本性不仅限于智能,还包括感性,包括感知和体验视觉场景中美的能力。这提出了一个根本问题:人类和AI系统在这样的审美体验中如何收敛或发散。审美评价不仅取决于图像的客观属性,还取决于观察者的内部过程。作为对齐AI的持续努力,基于先前关于美感评分、身体感觉和情绪之间关系的人类研究,我们采用了一组相似的问卷项目,并将其呈现给LLMs,从而能够直接比较人类和AI的反应。我们的比较分析发现,尽管人类和AI在美感评分与情绪的相关性以及优先考虑的图像特征上表现出广泛相似的模式,但在情绪反应的分布和美感评分与身体感觉的关系上出现了显著的分歧。这些发现表明,训练于大规模文本数据的最先进LLMs在一定程度上可以近似人类在审美评估中的平均倾向。然而,它们也表明了局限性,特别是在内感受方面,这可能反映了训练数据中的表示不足或对齐过程的意外后果。这些发现突显了AI对齐的关键挑战,并为开发具有人类样审美处理能力的AI系统指明了重要方向。

英文摘要

Artificial intelligence (AI), exemplified by large language models (LLMs), is rapidly approaching and in some cases surpassing human performance across a wide range of cognitive tasks. However, human nature is not limited to intelligence alone; it also encompasses sensibility, including the capacity to perceive and experience beauty in visual scenes. This raises a fundamental question: how humans and AI systems converge or diverge in such aesthetic experiences. Aesthetic evaluation depends not only on objective properties of images but also on internal processes within the observer. As part of ongoing efforts in AI alignment, building upon prior human studies that have examined the relationship between beauty ratings, bodily sensations, and emotions, we adopt a comparable set of questionnaire items and present them to LLMs, enabling a direct comparison between human and AI responses. Our comparative analyses revealed that, while humans and AI exhibited broadly similar patterns in the correlations between beauty ratings and emotions, as well as in the image features they prioritized, notable divergences emerged in both the distribution of emotional responses and the relationship between beauty ratings and bodily sensations. These findings suggest that state-of-the-art LLMs, trained on large-scale textual data, can approximate average human tendencies in aesthetic evaluation to a certain extent. However, they also indicate limitations, particularly in relation to interoceptive aspects, which may reflect insufficient representation in training data or unintended consequences of alignment processes. These findings highlight key challenges for AI alignment and suggest important directions for developing AI systems with human-like aesthetic processing.

2605.18758 2026-05-20 cs.HC cs.AI

OmniGUI: Benchmarking GUI Agents in Omni-Modal Smartphone Environments

OmniGUI: 评估多模态智能手机环境中的GUI代理的基准测试

Felix Henry, Xiaochen Lin, Jiangyou Zhu, Yangfan, Bingqian Zhang, Min Chen, Shiyu Huang

AI总结 本文提出OmniGUI基准测试,用于评估在多模态智能手机环境中GUI代理的能力,通过连续的多模态输入(包括静态图像、同步音频和视频片段)来模拟真实世界交互,发现当前模型在需要同步时间和听觉信号的环境中表现下降。

详情
AI中文摘要

当前图形用户界面(GUI)代理的基准测试主要依赖静态截图。然而,现实中的智能手机交互通常要求代理处理瞬时音频提示和时间动态视频,这些与动作时刻紧密相关。为此,我们引入OmniGUI,首个步骤级基准,用于评估GUI代理在多模态智能手机环境中的能力。OmniGUI提供连续的多模态输入,包括静态图像、同步音频和视频片段,涵盖709个专家演示的episode(2,579个动作步骤)跨越29个应用,系统注释了客观的多模态依赖水平。由于专门的多模态GUI代理框架尚处于初级阶段,我们选择基础的多模态模型,能够原生处理交错输入,作为代理代理的初始基线。我们的实证评估表明,尽管当前模型在视觉静态任务上表现出色,但在需要同步时间和听觉信号的环境中,其动作预测性能显著下降。此外,消融研究隔离了特定的操作瓶颈,特别是处理无关环境噪声时的跨模态干扰。完整的数据集、评估流程和基线提示在补充材料中提供。项目页面:https://omni-gui.github.io.

英文摘要

Current benchmarks for graphical user interface (GUI) agents predominantly rely on static screenshots. However, real-world smartphone interaction routinely requires agents to process transient audio cues and temporal video dynamics that are tightly coupled with the moment of action. To bridge this gap, we introduce OmniGUI, the first step-level benchmark designed to evaluate GUI agents in omni-modal smartphone environments. OmniGUI provides continuous, interleaved multimodal inputs comprising static images, synchronous audio, and video clips at every action step. The dataset encompasses 709 expert-demonstrated episodes (2,579 action steps) across 29 applications, systematically annotated with objective multimodal dependency levels. Because dedicated omni-modal GUI agent frameworks are currently in their nascent stage, we select foundational omni-modal models capable of natively processing interleaved inputs to serve as agent proxies for our initial baselines. Our empirical evaluation reveals that while current models exhibit competency on visually static tasks, their action prediction performance degrades significantly in environments requiring synchronous temporal and auditory signals. Furthermore, ablation studies isolate specific operational bottlenecks, notably cross-modal interference when processing task-irrelevant environmental noise. The complete dataset, evaluation pipeline, and baseline prompts are provided in the supplementary material. Project page: https://omni-gui.github.io.

2511.07347 2026-05-20 physics.comp-ph cs.LG

Walsh-Hadamard Neural Operators for Solving PDEs with Discontinuous Coefficients

Walsh-Hadamard神经算子用于求解具有不连续系数的偏微分方程

Giorgio M. Cavallazzi, Miguel Pérez Cuadrado, Alfredo Pinelli

AI总结 本文提出Walsh-Hadamard神经算子(WHNO)以解决具有不连续系数的偏微分方程问题,通过结合Walsh-Hadamard变换和可学习的谱权重,有效捕捉全局依赖关系,并在三个测试问题中验证了其优于傅里叶神经算子(FNO)的准确性。

详情
AI中文摘要

神经算子已逐渐成为学习偏微分方程(PDEs)解算子的强大工具。然而,基于傅里叶变换的常规谱方法在处理具有不连续系数的问题时受到吉布斯现象和尖锐界面表示差的限制。我们引入了Walsh-Hadamard神经算子(WHNO),该方法利用Walsh-Hadamard变换——一种适用于分段常数场的矩形波函数谱基——结合可学习的谱权重,将低频Walsh系数转换以高效捕捉全局依赖关系。我们在三个问题上验证了WHNO:稳态达西流(初步验证)、具有不连续热导率的热传导以及具有不连续初始条件的二维Burgers方程。在与傅里叶神经算子(FNO)相同条件下进行的受控比较中,WHNO在准确性方面表现更优,能够更好地保持材料界面处的尖锐解特征。关键发现是,WHNO与FNO的加权集合组合在单独模型上实现了显著提升:对于热传导和Burgers方程,最优集合将均方误差减少35-40%,最大误差减少高达25%。这表明Walsh-Hadamard和傅里叶表示捕捉了不连续PDE解的互补方面,WHNO在尖锐界面处表现优异,而FNO有效捕捉平滑特征。

英文摘要

Neural operators have emerged as powerful tools for learning solution operators of partial differential equations (PDEs). However, standard spectral methods based on Fourier transforms struggle with problems involving discontinuous coefficients due to the Gibbs phenomenon and poor representation of sharp interfaces. We introduce the Walsh-Hadamard Neural Operator (WHNO), which leverages Walsh-Hadamard transforms-a spectral basis of rectangular wave functions naturally suited for piecewise constant fields-combined with learnable spectral weights that transform low-sequency Walsh coefficients to capture global dependencies efficiently. We validate WHNO on three problems: steady-state Darcy flow (preliminary validation), heat conduction with discontinuous thermal conductivity, and the 2D Burgers equation with discontinuous initial conditions. In controlled comparisons with Fourier Neural Operators (FNO) under identical conditions, WHNO demonstrates superior accuracy with better preservation of sharp solution features at material interfaces. Critically, we discover that weighted ensemble combinations of WHNO and FNO achieve substantial improvements over either model alone: for both heat conduction and Burgers equation, optimal ensembles reduce mean squared error by 35-40 percent and maximum error by up to 25 percent compared to individual models. This demonstrates that Walsh-Hadamard and Fourier representations capture complementary aspects of discontinuous PDE solutions, with WHNO excelling at sharp interfaces while FNO captures smooth features effectively.

2605.20186 2026-05-20 hep-ph astro-ph.CO hep-th

WIMP-like Dark Matter Without Thermalization At Freeze-Out

类WIMP暗物质无需冻结时热化

Dan Hooper, Gordan Krnjaic, Gabriele Montefalcone

AI总结 该研究探讨了在冻结时无需热化的隐藏扇区模型中,如何通过极小的耦合实现与观测相符的暗物质 relic 密度,从而推翻传统热 relic 情况下的交叉截面假设。

Comments 16 pages, 4 figures

详情
AI中文摘要

在标准热 relic 情景中,暗物质在冻结时 $T \sim m_X/20$ 之前与标准模型辐射浴保持化学平衡,其中 $m_X$ 是暗物质质量。在这一常见模型中,观测到的 relic 密度由约 $σv \sim 10^{-26}$ cm$^3$/s 的湮灭截面获得。我们展示,类似截面可以在隐藏扇区模型中自然实现,其中暗物质和标准模型部分在非常高的温度 $T \gg m_X$ 时解耦,随后各自发展出独立的热历史。尽管解耦,冻结时两个部分的温度相似,导致通常的热 relic 密度。因此,标准模型与隐藏部分之间的耦合可以极小,可能使直接探测和对撞机信号远低于可预见的灵敏度。

英文摘要

In the standard thermal relic scenario, dark matter remains in chemical equilibrium with the Standard Model radiation bath until freeze-out occurs at $T \sim m_X/20$, where $m_X$ is the dark matter mass. In this familiar class of models, the observed relic density is obtained for annihilation cross sections of order $σv \sim 10^{-26}$ cm$^3$/s. We show that comparable cross sections can naturally be realized in hidden-sector models in which the dark matter and Standard Model sectors decouple at a very high temperature, $T \gg m_X$, and subsequently evolve with separate thermal histories. Despite this decoupling, the two sectors have similar temperatures during freeze-out, leading to the usual thermal relic abundance. As a consequence, the coupling between the Standard Model and hidden sectors can be extremely small, potentially placing direct detection and collider signals far below foreseeable sensitivities.

2605.20181 2026-05-20 cond-mat.str-el

Band Structure and topology of a periodically deformed Kitaev honeycomb model

凯利夫蜂窝模型的能带结构和拓扑性质

Abdullah AlJishi, Ali AlSwaid, Moayad Ekhwan, Hocine Bahlouli, Raditya Weda Bomantara, Michael Vogl

AI总结 本文研究了变形和磁场对凯利夫蜂窝模型的影响,揭示了变形与量子自旋液体物理相互作用所产生的丰富现象,包括拓扑相变和非平凡陈数。

详情
AI中文摘要

受对自旋液体和拓扑相的兴趣增长以及变形工程的兴起启发,我们研究了变形和磁场对凯利夫蜂窝模型的共同影响。凯利夫模型作为典型的、可精确求解的自旋液体宿主模型,为展示变形物理与量子自旋液体交汇处的丰富物理提供了简单平台。我们的工作基于我们提出的简化解,该解允许我们简单地将分析扩展到变形情况。在将周期性变形引入凯利夫模型(因其与莫尔物理相似)后,我们研究了六边形对称变形对能带结构的影响。我们发现变形导致布里渊区变小,边缘出现新的能带间隙,表明可能存在拓扑相变。最后,我们引入磁场打破时间反演对称性,从而允许非平凡拓扑性。我们发现,在特定参数条件下,磁场导致多个能带间隙闭合和开启。对拓扑性质的调查揭示了非平凡陈数和丰富的拓扑相变。我们的结果表明可能产生热霍尔或能斯特型响应。我们还提出了一种测量陈数的可能体测量方法和可能的物理实现路径。最重要的是,我们的结果展示了变形与自旋液体物理相互作用所导致的丰富现象。

英文摘要

Motivated by the growing interest in spin liquids and topological phases, as well as the rise of deformation engineering, we study the combined effects of deformation and magnetic fields on the honeycomb Kitaev model. The Kitaev model, as one of the prototypical and exactly solvable spin liquid-hosting models, serves as a simple platform that demonstrates the rich physics one can expect at the intersection of deformation physics and quantum spin liquids. Our work builds on a simplified solution to the undeformed base model that we present. This simplified solution allows for a straightforward extension of our analysis to the deformed case. After incorporating periodic deformations into the Kitaev model (chosen for its similarity to moiré physics), we investigate the effects of a hexagonally symmetric deformation on the band structure. We find that deformation leads to a smaller Brillouin zone with new band gaps at the edges, indicating the potential for topological transitions. Finally, we introduce a magnetic field to break time-reversal symmetry and thereby allow for non-trivial topology. We find that, under specific parameter conditions, the magnetic field leads to multiple band-gap closings and openings. An investigation into topological properties reveals nontrivial Chern numbers and a plethora of topological transitions. Our results suggest possible thermal Hall or Nernst-type responses. We also suggest a potential bulk measurement approach for he Chern numbers and possible path to physical realization. Most importantly, our results serve as a demonstration of the rich phenomenology that can arise due to the interplay between deformation and spin-liquid physics.

2605.20180 2026-05-20 quant-ph physics.app-ph physics.optics

Beyond the Purcell Effect: Controlling Pure Quantum Dephasing with Spin Noise Metasurfaces

超越珀塞尔效应:利用自旋噪声超材料控制纯量子退相位

Wenbo Sun, Shoaib Mahmud, Wei Zhang, Runwei Zhou, Pronoy Das, Dan Jiao, Zubin Jacob

AI总结 本文提出了一种纳米光子方法,用于修改量子比特的纯退相位动力学,通过开发超亚波长自旋噪声超材料,实现对远离共振频率的低频光子环境的高效宽带控制,从而在量子光-物质相互作用工程中开辟了新前沿。

详情
AI中文摘要

量子光子学的一个核心主题是定制原子/自旋与其电磁(EM)环境之间的相互作用。大量努力集中在通过塑造电磁环境来工程化自发发射,即所谓的珀塞尔效应。然而,对纯退相位的光子环境控制,即非幺正原子/自旋耦合与电磁环境的互补范式,仍然鲜为人知。在此,我们介绍了一种纳米光子方法,用于修改量子比特纯退相位动力学。不同于珀塞尔工程,后者在量子比特共振频率(通常为光学/近红外)上定制电磁环境,我们开发了超亚波长自旋噪声超材料,以高效地控制远离原子/自旋共振的低频(例如~MHz)光子环境。我们通过光刻定义的CoFeB超材料和钻石中的浅氮化物空位(NV)中心实验验证了我们的方法。不同于修改自发发射,我们观察到在不同自旋噪声超材料附近量子比特纯退相位动力学的修改。我们进一步通过动态去耦谱分解技术测量NV集体退相位噪声谱,将超材料控制的退相位与其他退相位机制(如自旋浴)分离。我们的结果在量子光-物质相互作用的纳米光子结构工程中开辟了新的领域。

英文摘要

One central theme in quantum photonics is tailoring the interactions between atoms/spins and their electromagnetic (EM) environments. Considerable effort has focused on engineering spontaneous emission by shaping EM environments, known as the Purcell effect. However, photonic environment control of pure dephasing, which is a complementary paradigm of non-unitary atom/spin couplings with EM environments, remains largely unexplored. Here, we introduce a nanophotonic approach to modify qubit pure dephasing dynamics. Unlike Purcell engineering that tailors photonic environments at qubit resonance frequencies (typically optical/near-infrared), we develop ultra-subwavelength spin noise metasurfaces for efficient broadband control of low-frequency (e.g., $\sim$MHz) photonic environments far off-resonant with atoms/spins for dephasing engineering. We experimentally demonstrate our approach using lithographically defined CoFeB metasurfaces and shallow nitrogen-vacancy (NV) centers in diamond. Instead of modified spontaneous emission, we observe modified NV pure dephasing dynamics near different spin noise metasurfaces. We further isolate metasurface-controlled dephasing from other dephasing mechanisms (e.g., spin bath) by measuring the NV ensemble dephasing noise spectrum with dynamical decoupling spectral decomposition techniques. Our results establish a new frontier in engineering quantum light-matter interactions with nanophotonic structures.

2605.20178 2026-05-20 math.DG math.CV math.MG

Sharp systolic inequalities for Kähler manifolds

Kähler流形的紧系数不等式

Raphael Tsiamis

AI总结 本文研究了具有正标量曲率度量的二维系数不变量的紧系数不等式,包括紧Kähler流形的2-系数和球面2-系数,以及一般spin^c流形及其积上的稳定2-系数。这些界限在复射影空间配备Fubini-Study度量时达到等号,并进一步细化Fano流形以区分复二次曲面、三次曲面和四次曲面。此外,还获得了允许Kähler度量总标量曲率非负的流形的代数特征化,从而证明了Gromov的Kähler度量有理本质性猜想。最后,证明了在一般本质性条件下spin^c流形的稳定2-系数和Kähler流形的Gromov宽度、体积和更高稳定系数的统一界限。

详情
AI中文摘要

我们建立了具有正标量曲率度量的二维紧系数不变量的紧系数不等式:紧Kähler流形的2-系数和球面2-系数,以及一般spin^c流形及其积上的Riemannian度量的稳定2-系数。这些界限恰好在复射影空间配备Fubini--Study度量时达到等号,并进一步细化Fano流形以区分复二次曲面、三次曲面和四次曲面。我们还获得了允许Kähler度量总标量曲率非负的流形的代数特征化,这证明了Gromov的Kähler度量有理本质性猜想。最后,我们证明了在一般本质性条件下spin^c流形的稳定2-系数的统一界限,以及Kähler流形的Gromov宽度、体积和更高稳定系数的统一界限。

英文摘要

We establish sharp inequalities for two-dimensional systolic invariants of metrics with positive scalar curvature: the $2$-systole and the spherical $2$-systole of compact Kähler manifolds, and the stable $2$-systole of Riemannian metrics on a general class of $\mathrm{spin}^c$ manifolds and their products. These bounds attain equality precisely for complex projective space $\mathbb{CP}^n$ equipped with the Fubini--Study metric, and admit further refinements for Fano manifolds which distinguish the complex quadric, cubic, and quartic with their canonical Kähler--Einstein structures. We also obtain an algebraic characterization of manifolds admitting Kähler metrics with non-negative total scalar curvature, which implies Gromov's rational-essentialness conjecture for Kähler metrics. Finally, we prove uniform bounds for the stable $2$-systole of $\mathrm{spin}^c$ manifolds under a general essentialness condition, as well as for the Gromov width, volume, and higher stable systoles of Kähler manifolds.

2605.20175 2026-05-20 math-ph math.CV math.DG math.MP

Complex deformations of the circle: Group cohomology and Virasoro uniformization

圆的复变形:群上同调与维拉索洛统一化

Sid Maibach, Eveliina Peltola

AI总结 本文研究圆微分同胚群的复化问题,通过考虑从圆到复平面上 punctured 点的实解析映射,定义了具有 winding number +1 的复变形,这些变形构成一个无限维流形,并利用 Witt 代数关系研究其上同调群,最终证明了 Segal 模空间的维拉索洛统一化定理。

Comments 48 pages, 8 figures, comments welcome!

详情
AI中文摘要

我们通过考虑从圆到复平面上 punctured 点的实解析映射,研究圆微分同胚群的复化问题。这些复变形构成一个无限维流形,具有部分定义的逆和组合操作,具有 Frölicher 结构的光滑性,并在单位元处由 Witt 代数给出李代数关系。考虑到共形场论的应用,我们计算了第二群上同调群,发现扩展了 Bott-Thurston 群上同调与 Gelf'and-Fuks 群上同调相关的维拉索洛代数群上同调,并发现一个自然的相对群上同调,结合了复变形的旋转数和共形半径。复变形自然作用于具有解析参数化边界组件的 (无限维) Segal 模空间上。这些作用使所述模空间具有光滑 Frölicher 结构。我们证明了维拉索洛统一化定理:Segal 模空间的切空间由 Witt 代数诱导的向量场张成。最后,我们将复变形的作用与芬奇-尼尔森坐标和有限维超几何面模空间上的 Schiffer 变分联系起来。

英文摘要

We approach the question of complexification of the diffeomorphism group of the circle by considering real-analytic maps from the circle into the punctured complex plane with winding number +1. Such complex deformations form an infinite-dimensional manifold with partially defined inversion and composition operations, smooth in the sense of Frölicher structures, and with Lie algebra relations at the identity given by the Witt algebra. With applications to conformal field theory in mind, we compute the second group cohomology group with real coefficients, finding cocycles extending the Bott-Thurston cocycle related to the Gelf'and-Fuks cocycle of the Virasoro algebra, and a natural relative cocycle combining the rotation number and conformal radius of a complex deformation. Complex deformations act naturally on the (infinite-dimensional) Segal moduli spaces of Riemann surfaces with analytically parametrized boundary components. These actions equip said moduli spaces with smooth Frölicher structures. We prove a Virasoro uniformization theorem: the tangent spaces of the Segal moduli spaces are spanned by vector fields induced by the Witt algebra. Finally, we relate the actions of complex deformations to Fenchel-Nielsen coordinates and Schiffer variation on finite-dimensional moduli spaces of hyperbolic surfaces with one marked point on each boundary component.

2605.20171 2026-05-20 cond-mat.str-el

Controlled expansion for correlated electrons with concentrated kinematics

具有集中动力学的关联电子的受控展开

Pavel A Nosov, Eslam Khalaf, Patrick Ledwith

AI总结 本文提出了一种针对强局部相互作用系统并能计算响应函数的受控展开方法,通过一个测量动量空间集中区域面积的小参数s²,实现了有限直流输运的解析计算,展示了该方法在Hubbard模型、关联跃迁模型和Chern带模型中的应用,并讨论了其在强关联系统中的广泛前景。

详情
AI中文摘要

我们介绍了一种系统性的展开方法,专门针对具有强局部相互作用的系统,并能够计算响应函数,包括有限的直流输运。该展开方法由一个小参数s²控制,该参数测量理论中动量空间区域的集中程度。在实空间中,这对应于单粒子或关联跃迁项,其幅值随长度尺度1/s衰减,并在二维中以s²的规模变化。在s²<<1的极限下,长且自避的隧道路径主导于重复访问同一站点的路径。这使得能够系统地进行各种物理量的受控计算。我们通过三个应用来展示该方法:(i) 一个具有集中色散的Hubbard模型:我们解析地获得了谱展宽,其尺度为s²,并识别出一个高温劣金属,其中温度线性电阻率与参数长寿命准粒子共存,以及一个中间温度的“热FL*”,其中小空穴口袋与热 disorder 的 fluctuating 局部矩共存,所有这些都在一个受控框架内。 (ii) 一个具有有趣电子-三重态动力学的关联跃迁模型。 (iii) 一个具有集中陈数的Chern带模型,受扭曲双层石墨烯启发,实现了一个Mott半金属,其中我们计算了电子和三重态谱函数的展宽。最后,我们讨论了我们的方法如何为强关联系统中的各种挑战性问题铺平道路,并概述了其各种一般化。

英文摘要

We introduce a systematic expansion tailored to systems with strong local interactions and capable of computing response functions, including finite DC transport, analytically. The expansion is controlled by a small parameter $s^2$ that measures the area of the momentum space region where kinematics of the theory is concentrated. In real space, this corresponds to single-particle or correlated hopping terms with amplitudes that decay over a length scale $1/s$ and scale in magnitude as $s^2$ in two dimensions. In the limit $s^2\ll 1$, long, self-avoiding tunneling paths dominate over paths revisiting the same site. This enables systematic controlled calculations of various physical quantities. We illustrate the method with three applications. (i) A Hubbard model with concentrated dispersion: we analytically obtain spectral broadening which scales as $s^2$ and identify a high-temperature bad metal with $T$-linear resistivity coexisting with parametrically long-lived quasiparticles, as well as an intermediate-temperature "thermal FL*" with a small hole pocket that coexists with thermally disordered fluctuating local moments, all within a single controlled framework. (ii) A correlated-hopping model with interesting electron-trion dynamics. (iii) A model of Chern bands with concentrated Berry curvature, motivated by twisted bilayer graphene, which realizes a Mott semimetal where we compute the broadening for the electron and trion spectral functions. At the end, we discuss how our approach paves the way to addressing various challenging questions in strongly correlated systems and outline its various generalizations.

2605.20169 2026-05-20 eess.SY cs.SY

The OAPS solution: a real-time predictive system for flexible PWR operation

OAPS解决方案:一种用于灵活PWR运行的实时预测系统

Guillaume Dupré, Alain Grossetête

AI总结 本文提出了一种创新解决方案,旨在促进核电机组的安全灵活运行。OAPS系统通过提供最优策略(如轴向偏移控制、氙振荡抑制和排放最小化)和实时建议(如稀释和硼化物流量率、涡轮机功率设定点和变化率)帮助核电站操作员自信高效地进行功率变化。

Comments ICAPP 2025 - International Congress on Advances in Nuclear Power Plants, SFEN, Sep 2025, Juan-les-Pins / Antibes, France

详情
AI中文摘要

本文提出了一种创新解决方案,旨在促进核电机组的安全灵活运行。OAPS系统通过提供最优策略(如轴向偏移控制、氙振荡抑制和排放最小化)和实时建议(如稀释和硼化物流量率、涡轮机功率设定点和变化率)帮助核电站操作员自信高效地进行功率变化。事实上,就像GPS导航器根据用户当前位置优化和修改计划路线一样,OAPS系统会根据最新的机组测量数据定期更新其建议。为此,OAPS系统依赖于一种经过验证但核工业中先进的控制技术,即模型预测控制。OAPS系统的传统轴向偏移控制策略之前已在Framatome的全范围PWR模拟器和EDF的全范围N4模拟器上得到验证。在本文中,三种新的高级策略在Framatome开发的中等复杂度PWR模拟器上展示:1)确定最快可行的功率变化速率,2)加速消除轴向功率振荡,3)最小化水和硼排放。

英文摘要

This paper presents an innovative solution designed to facilitate safe and flexible operation of nuclear power plants. The purpose of this new device, named OAPS system, is to provide optimal strategies (e.g., axial offset control, xenon oscillations mitigation, effluent minimization) and real-time recommendations (e.g., dilution and boration flowrates, turbine power setpoints and variation rates) to help NPP operators perform power variations confidently and efficiently. In fact, just as a GPS navigator optimizes and modifies its planned route according to the current position of the user, the OAPS system regularly updates its recommendations based on the latest plant measurements. To achieve this, the OAPS system relies on a well-established -yet cutting-edge in the nuclear industry -advanced control technique known as model predictive control. The conventional axial offset control strategy of the OAPS system was previously validated on both Framatome's full-scope PWR simulator and EDF's full-scope N4 simulator. In this paper, three new advanced strategies are showcased on an intermediate-complexity PWR simulator developed by Framatome: 1) determination of the fastest feasible power variation rates, 2) accelerated cancellation of axial power oscillations and 3) minimization of water and boron effluents.

2605.20168 2026-05-20 cs.DL cs.DB

One in Eight OpenAlex Abstracts Has Integrity Issues

《OpenAlex中八分之一的摘要存在诚信问题》

Seorin Kim, Vincent Holst, Vincent Ginis

AI总结 研究评估了OpenAlex中10,000个随机抽取的英文期刊摘要的完整性,发现12%的摘要存在诚信问题,主要问题包括内容不足和元数据位置错误,并讨论了对下游研究的影响及未来社区门户的建设。

Comments 10 pages, 5 figures

详情
AI中文摘要

科学摘要越来越多地被用作计算元科学研究中的原始数据,但这些摘要在广泛使用的文献数据库中的质量尚未系统性地得到检验。我们使用结合人类专家审查和大型语言模型分类的两阶段标注协议,评估了OpenAlex中10,000个随机抽取的英文期刊摘要的完整性。我们识别出七种不同的失败模式,并发现12%的摘要存在完整性问题,其中内容不足和元数据位置错误是最常见的。我们讨论了这些发现对下游研究的影响,并描述了一个即将推出的社区门户,以支持集体注释努力。

英文摘要

Scientific abstracts are increasingly used as primary data in computational metascience research, yet the quality of these abstracts in widely used bibliographic databases has not been systematically examined. We assess the integrity of 10,000 randomly sampled English-language journal abstracts from OpenAlex using a two-stage annotation protocol combining human expert review and large language model classification. We identify seven distinct failure modes and find that 12\% of abstracts have integrity issues, with insufficient content and misplaced metadata being the most prevalent. We discuss implications for downstream research and describe a forthcoming community portal to support collective annotation efforts.

2605.20166 2026-05-20 quant-ph cond-mat.mes-hall cond-mat.stat-mech

Stochastic trajectories and excursions in a double quantum dot system

双量子点系统中的随机轨迹与 excursion

Guilherme Fiusa, Pedro E. Harunari, Alberto J. B. Rosal, John M. Nichol, Gabriel T. Landi

AI总结 本文研究了双量子点系统在轨迹层面的动力学,通过新的随机 excursion 公式扩展了全计数统计,分析了轨迹的复杂性,并探讨了热力学电流与 excursion 时间之间的相关性,提出了三种计数可观测量,并讨论了它们在双量子点系统中的应用。

详情
AI中文摘要

我们利用新发展的随机 excursion 公式研究了双量子点系统的轨迹层面动力学。这种方法通过将复杂轨迹分解为子轨迹,扩展了全计数统计,使我们能够研究热力学电流与 excursion 时间之间的复杂相关性。计数可观测量是随机 excursion 框架中的主要研究对象,它们定义为过渡计数的线性组合,乘以其在一次 excursion 中分配的权重。对于三种主要计数可观测量——电荷电流、动力学活动和熵产,我们计算了平均值和噪声贡献,并展示了它们如何提供关于双量子点系统运行的见解。在轨迹层面,我们分析了输运结果的分布,并将结果与成功和失败事件之间的权衡联系起来,以塑造整体性能。我们进一步引入了状态可观测量,它们依赖于访问的状态而不是过渡本身,并讨论了两个量子点的群体及其相关性。最后,我们讨论了通过热力学-动能不确定性关系来研究精度的热力学,展示了不同情况下电流精度的基本限制要么由熵产,要么由动力学活动决定。总的来说,我们的工作是一个案例研究,突显了 excursion 框架作为分析许多感兴趣量和揭示非平衡波动结构的工具包的实用性。此外,它还提出了新的途径,以改进不确定性关系并理解介观系统的输运。

英文摘要

We investigate the trajectory-level dynamics of a double quantum dot system using the newly developed formalism of stochastic excursions. This approach extends full counting statistics by enabling a filtering of complex trajectories into sub-trajectories, which provide access to the intricate correlations between thermodynamic currents and excursion times. Counting observables are the main object of study in the stochastic excursion framework. Those are defined as a linear combination of transition counts multiplied by their assigned weights within one excursion. For three main counting observables -- charge current, dynamical activity, and entropy production -- we compute averages and noise contributions and show how they provide insights into the operation of the double quantum dot system. At the trajectory level, we analyze outcome distributions for transport and connect the results with trade-offs between successful and unsuccessful events that shape overall performance. We further introduce state observables, which depend on the state visited rather than the transition itself, and discuss the population of the two dots, as well as their correlations. Finally, we discuss thermodynamics of precision through thermo-kinetic uncertainty relations, showing how current precision in different regimes is fundamentally constrained either by entropy production or by dynamical activity. Altogether, our work is a case study that highlights the utility of the excursion framework as a toolkit to analyze many quantities of interest and to uncover the structure of nonequilibrium fluctuations. Moreover, it also suggests new avenues for refining uncertainty relations and understanding transport in mesoscopic systems.

2605.20163 2026-05-20 quant-ph

Pauli Correlation Encoding for mRNA Secondary Structure Prediction: Problem-Aware Decoding for Dense-Constraint QUBOs

Pauli相关编码用于mRNA二级结构预测:针对密集约束QUBO的问题感知解码

Triet Friedhoff, Mihir Metkar, Wade Davis, Vaibhaw Kumar, Alexey Galda

AI总结 本文提出了一种基于Pauli相关编码(PCE)的mRNA二级结构预测方法,通过问题感知引导解码器(PAGD)在密集约束QUBO问题中实现高效的二进制解码,展示了PCE训练先验在噪声超导硬件上可靠部署的能力。

Comments 11 pages, 7 figures, 2 tables

详情
AI中文摘要

Pauli Correlation Encoding (PCE) 将m个二进制变量压缩到n=O(m^{1/k})个量子比特上,通过将它们映射到交换的Pauli相关子程序,但其连续期望值必须被解码为可行的二进制解,这对密集约束问题构成挑战。我们应用PCE于mRNA二级结构预测,将其建模为一个密集约束的QUBO,并使用QUBO空间的sigmoid损失进行训练,以保持QUBO惩罚结构。在解码中,我们引入了问题感知引导解码器(PAGD),通过结合边缘QUBO能量减少与训练的期望值先验和约束感知的可行性修剪来评分候选变量承诺。在六个基准mRNA序列(30-60 nt,50-240变量,7-14个量子比特)上,PAGD在100次重启中实现了75-100%的近最优恢复,定义为P(gap<1%),对于最多152个变量的序列,相较于基线的0-30%。在240个变量实例上,训练的PAGD在200次重启时达到50%的P(gap<1%),优于未训练电路和随机期望值控制。硬件规模测试将该流程扩展到三个102-105 nt实例(694-745个变量,172,000-193,000对约束,23个量子比特)在IBM Heron处理器上。电路转换为SWAP-free的480个本地两量子比特门,深度为256,在QPU运行中,PAGD解码的间隙与模拟器均值匹配或优于所有三个实例,包括一个序列的精确CPLEX最优恢复。这些结果表明,PCE训练的先验可以在生物相关规模上可靠部署到噪声超导硬件上。

英文摘要

Pauli Correlation Encoding (PCE) compresses $m$ binary variables onto $n=O(m^{1/k})$ qubits by mapping them to commuting Pauli correlators, but its continuous expectation values must be decoded into feasible binary solutions, a challenge for dense-constraint problems. We apply PCE to mRNA secondary-structure prediction, formulated as a densely constrained QUBO, and train with a QUBO-space sigmoid loss thatpreserves the QUBO penalty structure. For decoding, we introduce the Problem-Aware Guided Decoder (PAGD), which scores candidate variable commitments by combining marginal QUBO energy reduction with a trained expectation-value prior and constraint-aware feasibility pruning. On six benchmark mRNA sequences (30-60 nt, 50-240 variables, 7-14 qubits), PAGD with 100 restarts achieves 75-100 percent near-optimal recovery, defined as $P(\mathrm{gap}<1\%)$, for sequences up to 152 variables, compared with 0-30 percent for a sign-rounding plus local-search baseline. On the 240-variable instance, trained PAGD reaches 50 percent $P(\mathrm{gap}<1\%)$ at 200 restarts, outperforming untrained-circuit and random-expectation-value controls. Hardware-scale tests extend the pipeline to three 102-105 nt instances (694-745 variables, 172,000-193,000 pair constraints, 23 qubits) on IBM Heron processors. The circuits transpile SWAP-free into 480 native two-qubit gates at depth 256, and PAGD decoded gaps on QPU runs match or beat simulator means for all three instances, including exact CPLEX-optimum recovery for one sequence. These results show that PCE-trained priors can survive deployment to noisy superconducting hardware at biologically relevant scale.

2605.20162 2026-05-20 hep-ph astro-ph.CO

Dark Matter Interpretation of the Super-Kamiokande Antineutrino Excess and Predictions for JUNO

反中微子过剩的暗物质解释及JUNO的预测

Alessandro Granelli, Silvia Pascoli, Salvador Rosauro-Alcaraz

AI总结 超大亚毫米波天文台观测到20 MeV能量范围内的反电子中微子过剩,该现象被解释为暗物质湮灭产生中微子的可能信号,预测JUNO实验将验证这一假设。

Comments 11 pages, 2 figures

详情
AI中文摘要

超大亚毫米波天文台报告了在寻找弥散超新星中微子背景时,在20 MeV能量范围内观察到电子反中微子事件的微小过剩。我们将这一信号解释为可能的暗物质迹象,暗物质主要湮灭成中微子,指向一种具有s波湮灭和质量在几十MeV范围内的热暗物质候选者。这种质量尺度自然适合标准模型的丰富暗物质扩展。中微子实验,包括JUNO,将在未来几年内能够检验这一假设。

英文摘要

Super-Kamiokande has reported a small excess of electron antineutrino events in the 20 MeV energy range, in the search for the diffuse supernova neutrino background. We interpret this signal as a possible indication of dark matter that annihilates dominantly into neutrinos, pointing to a thermal dark matter candidate with $s$-wave annihilation and with mass in the tens of MeV range. This mass scale naturally fits into rich dark sector extensions of the Standard Model. Neutrino experiments, including JUNO, will be able to test this hypothesis in the coming years.

2605.20161 2026-05-20 physics.class-ph

Numerical generation of random fiber bundles and the influence of microstructural properties on mechanical behavior

随机纤维束的数值生成及其微观结构特性对机械行为的影响

Xinling Song, Gilles Hivet, Audrey Hivet, Anwar Shanwan

AI总结 本文研究了随机纤维束的数值生成方法,探讨了微观结构特性对纤维束机械行为的影响,开发了一种参数化纤维束生成框架,用于研究纤维束变形机制和开发未来宏观本构定律。

详情
Journal ref
Applied Composite Materials, 2026, 33 (3), pp.96
AI中文摘要

理解近平行纤维网络的机械行为对于改进纤维增强复合材料的制造工艺至关重要。中尺度模型需要能够准确反映纤维束异质微观结构的本构定律。本研究旨在开发一种随机纤维束的数值生成器,用于微观参数研究压缩行为。首先,一个真实的纤维束从X射线微断层扫描数据中重建,数值策略通过跟踪纤维横截面沿束长方向的分布进行验证,纤维位置误差为5.2%。在此验证框架基础上,建立了一个不依赖实验的生成器,用于创建参数化纤维束。生成的纤维束能够很好地再现实验压缩响应。参数结果表明,增加纤维波纹度增强了纤维间相互作用,增加了横向刚度,并需要更高的载荷才能达到相同的纤维体积分数。该框架为研究纤维束变形机制和开发未来中尺度本构定律提供了有用的微观基础。

英文摘要

Understanding the mechanical behavior of quasi-parallel fiber networks is essential for improving the manufacturing processes of fiber-reinforced composites. Mesoscale models of dry yarns and reinforcements require constitutive laws that accurately reflect the heterogeneous microstructure of fiber bundles. This study aims to develop a numerical generator of random fiber bundles for microscopic parametric studies of compaction behavior. A real fiber bundle was first reconstructed from X-ray microtomography data, and the numerical strategy was validated by tracking fiber cross-sections along the bundle length, with a fiber-position error of 5.2%. Based on this validated framework, an experiment-independent generator was established to create parameterized fiber bundles. The generated bundles reproduced the experimental compaction response with good agreement. Parametric results showed that increasing fiber waviness enhances inter-fiber interactions, increases transverse stiffness, and requires a higher load to reach the same fiber volume fraction. This framework provides a useful microscopic basis for studying fiber-bundle deformation mechanisms and for developing future mesoscopic constitutive laws.

2605.20160 2026-05-20 cond-mat.stat-mech

Towards a Matrix Product Ansatz in Two Dimensions

向二维扩展的矩阵积方案

Chandraniva Guha Ray, Aikya Banerjee, P. K. Mohanty

AI总结 本文提出了一种二维矩阵积方案,用于解决非平衡随机过程的稳态权重问题,并通过求解受限跳跃的非守恒辅助排斥模型(NAEM)展示了该方法在一维和二维中的应用,揭示了该模型在临界密度ρ_c=1/2处的吸收相变及与硬方格点气体的映射关系。

Comments 23 pages, 6 Figures

详情
AI中文摘要

矩阵积方案(MPA)是一种强大的框架,用于构建一维非平衡随机过程的精确稳态权重;但其向更高维度的推广受到限制。本文引入了二维的MPA形式化。作为具体应用,我们引入并精确求解了一种具有受限跳跃和局部生灭动力学的非守恒辅助排斥模型(NAEM):粒子只能在恰好有一个相邻空位的邻接站点跳跃,而生成和湮灭仅发生在所有邻接站点都被占据的站点上。MPA能够给出精确的稳态权重,并提供计算密度矩和粒子电流等可观测量的系统方法。在粒子守恒极限下,系统在临界密度ρ_c=1/2处经历吸收相变,其序参量指数为β=3。我们进一步表明,NAEM的稳态映射到已研究的硬方格点气体,从而为受限晶格气体的平衡态提供了非平衡动力学实现途径。本文的工作扩展了矩阵积方法到二维,建立了求解二维相互作用随机系统精确解的系统方法。

英文摘要

Matrix product ansatz (MPA) is a powerful framework for constructing exact steady state weights of one dimensional non-equilibrium stochastic processes; but its generalization to higher dimensions is limited. Here, we introduce the MPA formalism for two dimensions (2D). As a concrete application, we introduce and exactly solve a non-conserved assisted exclusion model (NAEM) in one and two dimensions with constrained hopping and local birth-death dynamics: a particle can hop to a neighbouring site only when exactly one of its neighbouring sites is vacant, while creation and annihilation occur exclusively at sites whose neighbours are all occupied. The MPA yields exact steady-state weights and provides a systematic method to compute observables such as density moments and particle currents. In the particle-conserving limit, the system undergoes an absorbing phase transition at the critical density $ρ_c=\frac12$ with order-parameter exponent $β=3$. We further show that the steady state of the NAEM maps exactly onto the well-studied hard-square lattice gas with nearest-neighbour exclusion, thereby providing a nonequilibrium dynamical route to realizing equilibrium states of constrained lattice gases. Our work generalizes matrix-product methods beyond one dimension, establishing a systematic approach to exact solutions of interacting stochastic systems in 2D.

2605.20155 2026-05-20 cond-mat.mes-hall

Probing tunable Kerr nonlinearity in graphene Josephson junctions

探测石墨烯约瑟夫森结中的可调克尔非线性

Priyanka Samanta, Joydip Sarkar, Ashish Abhraham Samuel, Madhavi Chand, Kenji Watanabe, Takashi Taniguchi, Mandar M. Deshmukh

AI总结 本文研究了石墨烯约瑟夫森结中克尔非线性随门电压、温度和直流偏压的变化,展示了克尔系数幅度可在300 kHz到1.2 MHz范围内调节,为下一代放大器和传感器设计提供了有价值的资源。

详情
AI中文摘要

约瑟夫森结(JJ)是超导器件如量子比特、放大器和 bolometer 中的关键非线性元件。最近,基于石墨烯和半导体的可调 JJ 由于其丰富的 Andreev 物理和在电路量子电动力学器件中的广泛应用而受到关注。除了门调谐性外,它还比传统 JJ 具有许多优势,如出色的热性能用于 bolometric 传感器、磁场兼容性和在高于 1 K 的温度下操作的可行性。类似于传统的 Al-AlOx-Al JJ,石墨烯 JJ 也充当非线性电感器,其核心是克尔非线性。此外,在石墨烯 JJ 中,非线性可通过外部 knobs 在单个器件中调节。然而,对石墨烯 JJ 中可调克尔非线性的详细探索从未进行过。在本工作中,我们研究了克尔非线性对门电压、温度和直流偏压的依赖性——一个有趣但较少探索的 knobs。使用这些参数,我们展示了克尔系数的幅度可在 300 kHz 到 1.2 MHz 的范围内调节。我们的工作将为进一步理解石墨烯 JJ 中的非线性以及下一代放大器和传感器的设计提供有价值的资源。

英文摘要

Josephson junction (JJ) is a key nonlinear element in superconducting devices such as qubits, amplifiers, and bolometers. Recently, gate-tunable JJs based on graphene and semiconductors have gained interest due to their rich Andreev physics and wide applications in circuit quantum electrodynamics devices. In addition to gate tunability, it offers many advantages over conventional JJs, such as exceptional thermal properties for bolometric sensors, magnetic-field compatibility, and operability at elevated temperatures above 1 K. Like conventional Al-AlOx-Al JJs, graphene JJs also act as nonlinear inductors, and at their heart lies the Kerr nonlinearity. Additionally, in graphene JJs, the nonlinearity is tunable via external knobs in a single device. However, a detailed exploration of the tunable Kerr nonlinearity in graphene JJs has never been performed. In this work, we study the dependence of the Kerr nonlinearity on gate voltage, temperature, and DC bias - an interesting knob that has been less explored. Using these parameters, we show that the magnitude of the Kerr coefficient can be tuned over a wide range, from 300 kHz to 1.2 MHz. Our work will be a valuable resource for further understanding of the nonlinearity in graphene JJs and for the design of next-generation amplifiers and sensors, with enhanced performance.