Expertini Research Research

Browse Research Papers

1,062+ open-access research outputs.

✕ Clear
🔍 tomas muller 📂 Computer Science
Showing 1062 results for "tomas muller" in Computer Science
Computer Science Preprint PDF DOI

A Theory of Hanoi Omega-Automata and Games

Emmanuel Filiot, Allen Joseph, Guillermo A. Perez, Saina Sunny · 2026

The Hanoi Omega-Automata (HOA) format has established itself as the definitive standard for encoding $\omega$-regular automata in modern synthesis tools. While HOA is widely adopted due to its succinc…

Read Paper →
Computer Science Preprint PDF DOI

Prism-Reranker: Beyond Relevance Scoring -- Jointly Producing Contributions and Evidence for Agentic Retrieval

Dun Zhang · 2026

Modern retrieval pipelines increasingly serve downstream consumers like retrieval-augmented generation (RAG) and autonomous agents that need more than a scalar relevance score. A reranker that only te…

Read Paper →
Computer Science Preprint PDF DOI

Call-Chain-Aware LLM-Based Test Generation for Java Projects

Guancheng Wang, Qinghua Xu, Lionel C. Briand, Zhaoqiang Guo, Kui Liu · 2026

Large language models (LLMs) have recently shown strong potential for generating project-level unit tests. However, existing state-of-the-art approaches primarily rely on execution-path information to…

Read Paper →
Computer Science Preprint PDF DOI

Recursive Structure of Hulls of PRM Codes

Yufeng Song, Qin Yue · 2026

For a nonnegative integer $r$ and a positive integer $v$ satisfying \[ \frac{r(q-1)}{2}<v<\frac{(r+1)(q-1)}{2}, \] we define the combinatorial numbers \[ A_r(v)= \begin{cases} \display…

Read Paper →
Computer Science Preprint PDF DOI

Virtual boundary integral neural network for three-dimensional exterior acoustic problems

Jiahao Li, Qiang Xi, Ilia Marchevskiy, Zhuojia Fu · 2026

This paper presents a virtual boundary integral neural network (VBINN) for exterior acoustic problems in three dimensions. The method introduces a virtual boundary inside the scatterer or vibrating bo…

Read Paper →
Computer Science Preprint PDF DOI

Maximal quadrics over finite fields and minimal codewords of projective Reed-Muller codes

Alain Couvreur, Rati Ludhani · 2026

We study the classification of minimal codewords of projective Reed-Muller codes of order $2$. This problem is equivalent to identifying quadrics over finite fields whose set of rational points is max…

Read Paper →
Computer Science Preprint PDF DOI

Reed--Muller Codes Achieve the Symmetric Capacity on Finite-State Channels

Henry D. Pfister, Navin Kashyap, Jean-Francois Chamberland, Galen Reeves · 2026

We study reliable communication over finite-state channels (FSCs) using Reed--Muller (RM) codes. Building on recent symmetry-based analyses for memoryless channels, we show that a sequence of binary R…

Read Paper →
Computer Science Preprint PDF DOI

From Procedural Skills to Strategy Genes: Towards Experience-Driven Test-Time Evolution

Junjie Wang, Yiming Ren, Haoyang Zhang · 2026

This beta technical report asks how reusable experience should be represented so that it can function as effective test-time control and as a substrate for iterative evolution. We study this question …

Read Paper →
Computer Science Preprint PDF DOI

KindHML: formal verification of smart contracts based on Hennessy-Milner logic

Massimo Bartoletti, Angelo Ferrando, Enrico Lipparini, Vadim Malvone · 2026

Smart contracts deployed on blockchains such as Ethereum routinely manage large amounts of assets, making their security critical. Empirical studies show that real-world attacks often exploit flaws in…

Read Paper →
Computer Science Preprint PDF DOI

LLMs Are Not a Silver Bullet: A Case Study on Software Fairness

Xinyue Li, Sixuan Li, Ying Xiao, Jie M. Zhang, Zhou Yang, Xuanzhe Liu, Zhenpeng Chen · 2026

Fairness is a critical requirement for human-related, high-stakes software systems, motivating extensive research on bias mitigation. Prior work has largely focused on tabular data settings using trad…

Read Paper →
Computer Science Preprint PDF DOI

Reproduction Beyond Benchmarks: ConstBERT and ColBERT-v2 Across Backends and Query Distributions

Utshab Kumar Ghosh, Ashish David, Shubham Chatterjee · 2026

Reproducibility must validate architectural robustness, not just numerical accuracy. We evaluate ColBERT-v2 and ConstBERT across five dimensions, finding that while ConstBERT reproduces within 0.05% M…

Read Paper →
Computer Science Preprint PDF DOI

A Self-Calibrating Framework for Analog Circuit Sizing Using LLM-Derived Analytical Equations

Antonio J. Bujana, Aydin I. Karsilayan · 2026

We present a design automation framework for analog circuit sizing that produces calibrated, topology-specific analytical equations from raw circuit netlists. A large language model (LLM) derives a co…

Read Paper →
Computer Science Preprint PDF DOI

MIRAGE: Online LLM Simulation for Microservice Dependency Testing

XinRan Zhang · 2026

Existing approaches to microservice dependency simulation--record-replay, pattern-mining, and specification-driven stubs--generate static artifacts before test execution. These artifacts can only repr…

Read Paper →
Computer Science Preprint PDF DOI

ENCRUST: Encapsulated Substitution and Agentic Refinement on a Live Scaffold for Safe C-to-Rust Translation

Hohyun Sim, Hyeonjoong Cho, Ali Shokri, Zhoulai Fu, Binoy Ravindran · 2026

We present Encapsulated Substitution and Agentic Refinement on a Live Scaffold for Safe C-to-Rust Translation, a two-phase pipeline for translating real-world C projects to safe Rust. Existing approac…

Read Paper →
Computer Science Preprint PDF DOI

Expanders Meet Reed-Muller: Easy Instances of Noisy k-XOR

Jaros{l}aw B{l}asiok, Paul Lou, Alon Rosen, Madhu Sudan · 2026

In the noisy $k$-XOR problem, one is given $y \in \mathbb{F}_2^M$ and must distinguish between $y$ uniform and $y = A x + e$, where $A$ is the adjacency matrix of a $k$-left-regular bipartite graph wi…

Read Paper →
Computer Science Preprint PDF DOI

Fine-Grained Complexity of Continuous Euclidean k-Center

Lotte Blank, Karl Bringmann, Parinya Chalermsook, Karthik C. S., Benedikt Kolbe, Hung Le, Geert van Wordragen · 2026

In the (continuous) Euclidean $k$-center problem, given $n$ points in $\mathbb{R}^d$ and an integer $k$, the goal is to find $k$ center points in $\mathbb{R}^d$ that minimize the maximum Euclidean dis…

Read Paper →
Computer Science Preprint PDF DOI

Codebase-Memory: Tree-Sitter-Based Knowledge Graphs for LLM Code Exploration via MCP

Martin Vogel, Falk Meyer-Eschenbach, Severin Kohler, Elias Grunewald, Felix Balzer · 2026

Large Language Model (LLM) coding agents typically explore codebases through repeated file-reading and grep-searching, consuming thousands of tokens per query without structural understanding. We pres…

Read Paper →
Computer Science Preprint PDF DOI

ReCUBE: Evaluating Repository-Level Context Utilization in Code Generation

Jiseung Hong, Benjamin G. Ascoli, Jinho D. Choi · 2026

Large Language Models (LLMs) have recently emerged as capable coding assistants that operate over large codebases through either agentic exploration or full-context generation. Existing benchmarks cap…

Read Paper →
Computer Science Preprint PDF DOI

Structure of weighted projective Reed-Muller codes

Jade Nardi, Rodrigo San-Jose · 2026

We provide a comprehensive overview of the fundamental structural properties of weighted projective Reed-Muller codes. We give a recursive construction for these codes, under some conditions for the w…

Read Paper →
Computer Science Preprint PDF DOI

flexvec: SQL Vector Retrieval with Programmatic Embedding Modulation

Damian Delmas · 2026

As AI agents become the primary consumers of retrieval APIs, there is an opportunity to expose more of the retrieval pipeline to the caller. flexvec is a retrieval kernel that exposes the embedding ma…

Read Paper →
Page 1 of 54 Next →