Paolo Papotti

@papotti.bsky.social

Associate Prof at EURECOM and 3IA Cรดte d'Azur Chair of Artificial Intelligence. ELLIS member. Data management and NLP/LLMs for information quality. https://www.eurecom.fr/~papotti/

Iโ€™m recruiting a postdoc researcher to work on efficient LLM-augmented systems for data and software tasks. We will explore task-specific LLM workflows that improve quality while reducing cost and latency. Candidates with expertise in DBMSs, LLMs, or agents encouraged to apply before Sep 13 26 ๐Ÿ‘‡

Efficient LLM-Augmented Systems for Data and Software Tasks - Valbonne, Le Bar-sur-Loup (FR) job with 3IA Cรดte d'Azur | 12861764

Supervisor: Prof. Paolo Papotti Affiliation: EURECOM Email: paolo.papotti@eurecom.fr Location: EURECOM, Sophia Antipolis, France Context and motiva...

nature.com

Tables are not just text. Their meaning comes from rows, columns, schemas, and joins. Yet LLM-systems still flatten tables and reconstruct the structure implicitly. In a new preprint, we introduce our Graph-Relational Attention Bridge (GRAB): an encoder that adds tables as a modality to LLMs.

Latent Bridges for Multi-Table Question Answering

We introduce GRAB, a constructor-encoder-bridge pipeline for table question answering. Our method lifts relational data into an heterogeneous graph, encodes it via message passing, and transfers the s...

arxiv.org

I have been awarded an ERC Advanced Grant! ๐ŸŽ‰ We will explore how to build logic-grounded language models to query relational databases in natural language with certified answers. This result stands on the advice of many mentors and on the energy of the students I have worked with - thank you!

European Research Council (ERC)@erc.europa.eu ยท last mo.

The results of the Advanced Grants 2025 are here! Out of 3,329 applicants, 319 leading researchers have been awarded an ERC Advanced Grant. Congratulations to all! ๐ŸŽ‰ Curious to know more ? ๐Ÿ‘‰ buff.ly/uiU9x5K #ERCAdG #FrontierResearch

CFP! โฐ Workshop on Agentic AI for Next-Generation Software Development (AgenticDev) @ ASE 2026 - AI agents for software development - Multi-agent collaboration for development tasks - Human-agent interaction - and more Deadline: July 15 '26 Workshop: Oct 12 '26 conf.researchr.org/home/ase-202...

AgenticDev 2026 - ASE 2026

The International Workshop on Agentic AI for Next-Generation Software Development (AgenticDev 2026) brings together researchers, practitioners, and industry innovators to explore the emerging paradigm...

conf.researchr.org

Can LLM coding agents follow strict architectural rules? ๐Ÿค– We study how agents handle backend code generation when forced to use specific architectural patterns We name our core finding Constraint Decay: agents excel at unconstrained generation, but performance drop with structural requirements ๐Ÿงต๐Ÿ‘‡

Figure showing that adding constraints lower the performance of the coding agent

๐Ÿš€ New: The Stretto Execution Engine for LLM-Augmented Data Systems. LLM operators create a runtime โ†” accuracy trade-off in query execution. We address it with a novel optimizer, for end-to-end quality guarantees, and new KV-cacheโ€“based operators, for efficiency. arxiv.org/abs/2602.04430 Details๐Ÿ‘‡

Stretto paper on arxiv

๐Ÿ›‘ ๐’๐ญ๐จ๐ฉ ๐ญ๐ก๐ซ๐จ๐ฐ๐ข๐ง๐  ๐š๐ฐ๐š๐ฒ ๐ฒ๐จ๐ฎ๐ซ ๐ซ๐ž๐ญ๐ซ๐ข๐ž๐ฏ๐š๐ฅ ๐ฌ๐œ๐จ๐ซ๐ž๐ฌ. RAG uses embedding scores to pick Top-K, then treat all retrieved chunks as equal. Parallel Context-of-Experts Decoding (PCED) uses retrieval scores to move evidence aggregation from attention to decoding. ๐Ÿš€ 180ร— faster time-to-first-token!

Parallel Context-of-Experts Decoding for Retrieval Augmented Generation

Retrieval Augmented Generation faces a trade-off: concatenating documents in a long prompt enables multi-document reasoning but creates prefill bottlenecks, while encoding document KV caches separatel...

arxiv.org

New PhD position on Tool-Augmented LLMs for Enterprise Data AI ๐Ÿšจ Starting in early 2026 under my academic supervision and hosted by the fantastic team at AILY LABS in Madrid or Barcelona Details reported in the link - please ping me for any question! www.linkedin.com/jobs/view/43...

AILY LABS hiring PhD position (start: early 2026): Tool-Augmented LLMs for Enterprise Data AI in Barcelona, Catalonia, Spain | LinkedIn

Posted 11:18:12 AM. MissionPhD position (start: early 2026): Tool-Augmented LLMs for Enterprise Data AIIndustry hire atโ€ฆSee this and similar jobs on LinkedIn.

linkedin.com

Ask any LLM for a single fact and itโ€™s usually fine. Ask it for a rich list and the same fact is suddenly missing or hallucinated because the output context got longer ๐Ÿ˜ณ LLMs exceed 80% accuracy on single-value questions but accuracy drops linearly with the # of output facts New paper, details ๐Ÿ‘‡

RelationalFactQA: A Benchmark for Evaluating Tabular Fact Retrieval from Large Language Models

Factuality in Large Language Models (LLMs) is a persistent challenge. Current benchmarks often assess short factual answers, overlooking the critical ability to generate structured, multi-record tabul...

arxiv.org

๐Ÿšจ ๐–๐ก๐š๐ญ ๐ก๐š๐ฉ๐ฉ๐ž๐ง๐ฌ ๐ฐ๐ก๐ž๐ง ๐ญ๐ก๐ž ๐œ๐ซ๐จ๐ฐ๐ ๐›๐ž๐œ๐จ๐ฆ๐ž๐ฌ ๐ญ๐ก๐ž ๐Ÿ๐š๐œ๐ญ-๐œ๐ก๐ž๐œ๐ค๐ž๐ซ? new "Community Moderation and the New Epistemology of Fact Checking on Social Media" with I Augenstein, M Bakker, T. Chakraborty, D. Corney, E Ferrara, I Gurevych, S Hale, E Hovy, H Ji, I Larraz, F Menczer, P Nakov, D Sahnan, G Warren, G Zagni

arxiv.org

๐ŸŒŸ New paper alert! ๐ŸŒŸ Our paper, "Retrieve, Merge, Predict: Augmenting Tables with Data Lakes", has been published in TMLR! In this work, we created YADL (a semi-synthetic data lake), and we benchmarked methods for augmenting user-provided tables given information found in data lakes. 1/

Bild

Our new @sigmod2025.bsky.social paper tackles a fundamental challenge for the next gen of data systems: "Logical and Physical Optimizations for SQL Query Execution over Large Language Models" ๐Ÿ“„ As systems increasingly use declarative interfaces on LLMs, traditional optimization falls short Details ๐Ÿ‘‡

Bild

๐Ÿ—œ๏ธNew LLM compression paper "Beyond RAG: Task-Aware KV Cache Compression for Comprehensive Knowledge Reasoning" RAG struggles with broad, multi-hop questions. We surpass RAG by up to 20 absolute points in QA performance, even with extreme cache compression (64x smaller)! Details ๐Ÿ‘‡

Bild

Meta is also embracing Community Notes (as now branded on X), the crowdsourcing approach to fact-checking on social networks. We have audited the program when it was called Birdwatch and found both promising results and concerning manipulation risks. More details below.๐Ÿ‘‡

Crowdsourced Fact-Checking at Twitter: How Does the Crowd Compare With Experts?

Fact-checking is one of the effective solutions in fighting online misinformation. However, traditional fact-checking is a process requiring scarce expert human resources, and thus does not scale well...

arxiv.org

CimpleKG is a continuously updated resource for researchers developing AI solutions to fight misinformation. The graph links data from 77 fact-checking orgs across 36 countries. ๐Ÿ”— SPARQL Endpoint: purl.org/net/cimplekg... ๐Ÿ”— KG Explorer: purl.org/net/cimplekg... ๐Ÿ”— Paper: hal.science/hal-04760374...

Raphaรซl Troncy@rtroncy.bsky.social ยท 2y ago

"CimpleKG: A Continuously Updated Knowledge Graph on Misinformation, Factors and Fact-Checks", won the Best Resource Paper award at #iswc2024. Check out github.com/CIMPLE-proje... for the resource

๐—˜๐˜ƒ๐—ฒ๐—ฟ ๐—ฐ๐—ผ๐—ป๐˜€๐—ถ๐—ฑ๐—ฒ๐—ฟ๐—ฒ๐—ฑ ๐˜„๐—ผ๐—ฟ๐—ธ๐—ถ๐—ป๐—ด ๐—ถ๐—ป ๐˜๐—ต๐—ฒ ๐—™๐—ฟ๐—ฒ๐—ป๐—ฐ๐—ต ๐—ฅ๐—ถ๐˜ƒ๐—ถ๐—ฒ๐—ฟ๐—ฎ? โ˜€ I'm seeking PhD and Post-doc candidates to join my research group in 2025 at EURECOM in the south of France. - 3 new projects on LLMs - Full-time positions with competitive salaries and benefits - English-speaking environment Interested? Ping me!

Bild

Hi everyone! I'm a professor in the Data Science department at EURECOM, France. ๐ŸŽ“ My research focuses on data management and LLMs to enhance information quality, including data cleaning and misinformation detection. I'm here mostly for the research, but I occasionally comment on sports and arts.