
2025-07-11 09:11:11
May I have your Attention? Breaking Fine-Tuning based Prompt Injection Defenses using Architecture-Aware Attacks
Nishit V. Pandya, Andrey Labunets, Sicun Gao, Earlence Fernandes
https://arxiv.org/abs/2507.07417
May I have your Attention? Breaking Fine-Tuning based Prompt Injection Defenses using Architecture-Aware Attacks
Nishit V. Pandya, Andrey Labunets, Sicun Gao, Earlence Fernandes
https://arxiv.org/abs/2507.07417
Series B, Episode 05 - Pressure Point
TRAVIS: Come on, come on. Where were you to rendezvous with Blake?
KASABI: You can rot, Travis. I'll tell you nothing, nothing. [Kasabi spits on Travis. Travis crosses to Servalan.]
https://blake.torpidity.net/m/205/170 B7B5
Design and optimization of neural networks for multifidelity cosmological emulation
Yanhui Yang, Simeon Bird, Ming-Feng Ho, Mahdi Qezlou
https://arxiv.org/abs/2507.07184
Jigsaw: Training Multi-Billion-Parameter AI Weather Models with Optimized Model Parallelism
Deifilia Kieckhefen, Markus G\"otz, Lars H. Heyen, Achim Streit, Charlotte Debus
https://arxiv.org/abs/2507.05753
One-third of Sun-like stars are born with misaligned planet-forming disks
Lauren I. Biddle (The University of Texas at Austin), Brendan P. Bowler (University of California Santa Barbara), Marvin Morgan (The University of Texas at Austin, University of California Santa Barbara), Quang H. Tran (Yale University), Ya-Lin Wu (Taiwan Normal University)
https://
Residuality Theory: A Rebellious Take on Building Systems That Actually Survive
#resiliency
Consistent Updates for Scalable Microservices
Devora Chait-Roth, Kedar S. Namjoshi, Thomas Wies
https://arxiv.org/abs/2508.04829 https://arxiv.org/pdf/2508…
I actually really like neoclassical #architecture, but I enjoyed this interesting essay by Jeffery Tyler Syck in favor of diversity of style.
https://lawliberty.org/the-promise-of-
I didn't want to let the day go without posting a photo ;-) So I just grabbed one from last year when we visited #vienna in autumn.
A bit of context can be found on the blog: https://www.
MaLV-OS: Rethinking the Operating System Architecture for Machine Learning in Virtualized Clouds
Stella Bitchebe, Oana Balmau
https://arxiv.org/abs/2508.03676 https://
I had an architecture class where the professor spent an entire class discussing doorknobs. It was one of my favorite classes.
So the headline was all I needed to click this link:
“On the Architectural Hostility of Doorknobs”
https://sightlessscribbles.com/writing
This https://arxiv.org/abs/2503.09492 has been replaced.
initial toot: https://mastoxiv.page/@arXiv_csIR_…
Series B, Episode 05 - Pressure Point
VERON: No!
GAN: It's all right, it's all right. We won't hurt you. [Hands her pill he has taken from a container.] Take this.
VERON: No.
GAN: Please.
VERON: [Swallows pill] Who are you?
https://blake.torpidity.net/m/205/255
FLARE: A Dataflow-Aware and Scalable Hardware Architecture for Neural-Hybrid Scientific Lossy Compression
Wenqi Jia, Ying Huang, Jian Xu, Zhewen Hu, Sian Jin, Jiannan Tian, Yuede Ji, Miao Yin
https://arxiv.org/abs/2507.01224
A while ago, I've followed the example given by #Fedora and unbundled ensurepip wheels from #Python in #Gentoo (just checked — "a while ago" was 3 years ago). This had the important advantage that it enabled us to update these wheels along with the actual pip and setuptools packages, meaning new virtual environments would get fresh versions rather than whatever CPython happened to bundle at the time of release.
I had considered using our system packages to prepare these wheels, but since we were already unbundling dependencies back then, that couldn't work. So I just went with fetching upstream wheels from PyPI. Why not build them from source instead? Well, besides feeling unnecessary (it's not like the PyPI wheels are actually binary packages), we probably didn't have the right kind of eclass support for that at the time.
Inspired by @…, today I've tried preparing new revisions of ensurepip packages that actually do build everything from source. So what changed, and why should building from source matter now? Firstly, as part of the wheel reuse patches, we do have a reasonably clean architecture to grab the wheels created as part of the PEP517 build. Secondly, since we're unbundling dependencies from pip and setuptools, we're effectively testing different packages than these installed as ensurepip wheels — and so it would be meaningful to test both variants. Thirdly, building from source is going to make patching easier, and at the very least enable user patching.
While at it, I've refreshed the test suite runs in all three regular packages (pip, setuptools and wheel — we need an "ensurepip" wheel for the last because of test suites). And of course, I hit some test failures in testing the versions with bundled dependencies, and I've discovered a random bug in #PyPy.
https://github.com/gentoo/gentoo/pull/42882 (yes, we haven't moved yet)
https://github.com/pypy/pypy/issues/5306
APTx Neuron: A Unified Trainable Neuron Architecture Integrating Activation and Computation
Ravin Kumar
https://arxiv.org/abs/2507.14270 https://
Ken Utilization Layer: Hebbian Replay Within a Student's Ken for Adaptive Knowledge Tracing
Grey Kuling, Marinka Zitnik
https://arxiv.org/abs/2507.00032
Domain Knowledge-Enhanced LLMs for Fraud and Concept Drift Detection
Ali \c{S}enol, Garima Agrawal, Huan Liu
https://arxiv.org/abs/2506.21443 https://arxiv.org/pdf/2506.21443 https://arxiv.org/html/2506.21443
arXiv:2506.21443v1 Announce Type: new
Abstract: Detecting deceptive conversations on dynamic platforms is increasingly difficult due to evolving language patterns and Concept Drift (CD)\-i.e., semantic or topical shifts that alter the context or intent of interactions over time. These shifts can obscure malicious intent or mimic normal dialogue, making accurate classification challenging. While Large Language Models (LLMs) show strong performance in natural language tasks, they often struggle with contextual ambiguity and hallucinations in risk\-sensitive scenarios. To address these challenges, we present a Domain Knowledge (DK)\-Enhanced LLM framework that integrates pretrained LLMs with structured, task\-specific insights to perform fraud and concept drift detection. The proposed architecture consists of three main components: (1) a DK\-LLM module to detect fake or deceptive conversations; (2) a drift detection unit (OCDD) to determine whether a semantic shift has occurred; and (3) a second DK\-LLM module to classify the drift as either benign or fraudulent. We first validate the value of domain knowledge using a fake review dataset and then apply our full framework to SEConvo, a multiturn dialogue dataset that includes various types of fraud and spam attacks. Results show that our system detects fake conversations with high accuracy and effectively classifies the nature of drift. Guided by structured prompts, the LLaMA\-based implementation achieves 98\% classification accuracy. Comparative studies against zero\-shot baselines demonstrate that incorporating domain knowledge and drift awareness significantly improves performance, interpretability, and robustness in high\-stakes NLP applications.
toXiv_bot_toot
Salesforce launches Agentforce 3 with an observability tool called Command Center and MCP support, and says 8,000 customers have signed up to deploy Agentforce (Larry Dignan/Constellation Research)
https://www.constellationr.com/blog-news/i
I think we will soon see an AlphaGo moment somewhere in embodiment. Maybe in robot football?
pi_0 is the Atari moment: https://www.physicalintelligence.company/blog/pi0 We now know that training at scale works and generalizes remarkably well.
This is the trigge…
A Denotational Semantics for Quantum Loops
Nicola Assolini, Alessandra Di Pierro
https://arxiv.org/abs/2506.23320 https://arxiv.org/p…
Decision Models for Selecting Architecture Patterns and Strategies in Quantum Software Systems
Mst Shamima Aktar, Peng Liang, Muhammad Waseem, Amjed Tahir, Mojtaba Shahin, Muhammad Azeem Akbar, Arif Ali Khan, Aakash Ahmad, Musengamana Jean de Dieu, Ruiyin Li
https://arxiv.org/abs/2507.11671
KBest: Efficient Vector Search on Kunpeng CPU
Kaihao MA, Meiling Wang, Senkevich Oleg, Zijian LI, Daihao Xue, Dmitriy Malyshev, Yangming Lv, Shihai Xiao, Xiao Yan, Radionov Alexander, Weidi Zeng, Yuanzhan Gao, Zhiyu Zou, Yao xin, Liu Lin, Junhao Wu, Yiding Liu, Yaoyao Fu, Gongyi Wang, Gong Zhang, Fei Yi, Yingfan Liu
https://arxiv.org/abs/2…
Transient Stability-Driven Planning for the Optimal Sizing of Resilient AC/DC Hybrid Microgrids
Yi Wang, Goran Strbac
https://arxiv.org/abs/2507.17110 https://
Virtualizing RAN: Science, Strategy, and Architecture of Software-Defined Mobile Networks
Ryan Barker
https://arxiv.org/abs/2506.09878 https://
Series C, Episode 05 - The Harvest of Kairos
VILA: We got it, we got it!
TARRANT: Yes, I know, only I was saving that trick for when they both attacked at once.
VILA: There's only two left now; no trouble.
https://blake.torpidity.net/m/305/300 B7B3
Mix-of-Language-Experts Architecture for Multilingual Programming
Yifan Zong, Yuntian Deng, Pengyu Nie
https://arxiv.org/abs/2506.18923 https://
Incentivised Orchestrated Training Architecture (IOTA): A Technical Primer for Release
Felix Quinque, Alan Aboudib, Szymon Fonau, Rodrigo Lopez Portillo Alcocer, Brian McCrindle, Steffen Cruz
https://arxiv.org/abs/2507.17766
Causal Graph Fuzzy LLMs: A First Introduction and Applications in Time Series Forecasting
Omid Orang, Patricia O. Lucas, Gabriel I. F. Paiva, Petronio C. L. Silva, Felipe Augusto Rocha da Silva, Adriano Alonso Veloso, Frederico Gadelha Guimaraes
https://arxiv.org/abs/2507.17016
DCN^2: Interplay of Implicit Collision Weights and Explicit Cross Layers for Large-Scale Recommendation
Bla\v{z} \v{S}krlj, Yonatan Karni, Grega Ga\v{s}per\v{s}i\v{c}, Bla\v{z} Mramor, Yulia Stolin, Martin Jakomin, Jasna Urban\v{c}i\v{c}, Yuval Dishi, Natalia Silberstein, Ophir Friedler, Assaf Klein
https://arxiv.org/abs/2506.21…
Secular Resonances in Planet-Hosting Binary Stars. I. General Theory
Nader Haghighipour, Michael Andrew
https://arxiv.org/abs/2507.17092 https://
Series C, Episode 05 - The Harvest of Kairos
VILA: We got it, we got it!
TARRANT: Yes, I know, only I was saving that trick for when they both attacked at once.
VILA: There's only two left now; no trouble.
https://blake.torpidity.net/m/305/300 B7B3
FPGA & VPU Co-Processing in Space Applications: Development and Testing with DSP/AI Benchmarks
Vasileios Leon, Charalampos Bezaitis, George Lentaris, Dimitrios Soudris, Dionysios Reisis, Elissaios-Alexios Papatheofanous, Angelos Kyriakos, Aubrey Dunne, Arne Samuelsson, David Steenari
https://arxiv.org/abs/2506.12968
This https://arxiv.org/abs/2503.09492 has been replaced.
initial toot: https://mastoxiv.page/@arXiv_csIR_…
Portable High-Performance Kernel Generation for a Computational Fluid Dynamics Code with DaCe
M{\aa}ns I. Andersson, Martin Karp, Niclas Jansson, Stefano Markidis
https://arxiv.org/abs/2506.20994
Enabling Syscall Intercept for RISC-V
Petar Andri\'c, Aaron Call, Ramon Nou
https://arxiv.org/abs/2505.10217 https://arxiv.org/pd…
KLAN: Kuaishou Landing-page Adaptive Navigator
Fan Li, Chang Meng, Jiaqi Fu, Shuchang Liu, Jiashuo Zhang, Tianke Zhang, Xueliang Wang, Xiaoqiang Feng
https://arxiv.org/abs/2507.23459
Towards AI-Native RAN: An Operator's Perspective of 6G Day 1 Standardization
Nan Li, Qi Sun, Lehan Wang, Xiaofei Xu, Jinri Huang, Chunhui Liu, Jing Gao, Yuhong Huang, Chih-Lin I
https://arxiv.org/abs/2507.08403
#Blakes7 Series B, Episode 03 - Weapon
JENNA: We're below horizon now.
GAN: Then she's lost!
AVON: Only us. She got what she really wanted.
VILA: I thought that was us.
https://blake.torpidity.net/m/203/510…
#Blakes7 Series B, Episode 02 - Shadow
ZEN: Information. Main visual is available. [displays Space City on screen.]
VILA: So?
ZEN: You expressed a desire to see what it is like.
https://blake.torpidity.net/m/202…