embeddings

Tag

Cards List
#embeddings

LLM-Based Embeddings for Program Analysis and Optimization

arXiv cs.LG · yesterday Cached

This paper presents the first application of program embeddings from LLMCompiler, an LLM pretrained on IR code, to program analysis and optimization tasks, achieving a 1.54% error rate in algorithm classification and competitive accuracy on heterogeneous device mapping.

0 favorites 0 likes
#embeddings

@0xMorlex: https://x.com/0xMorlex/status/2086754640968732729

X AI KOLs Timeline · 2d ago Cached

A technical post explaining why RAG fails for multi-hop queries and presenting a 9-step roadmap for building context graphs, where entities are nodes and relationships are edges, with a minimal 150-line engine.

0 favorites 0 likes
#embeddings

Understanding Differentiable Embeddings Through Differential and Integral Geometry

arXiv cs.LG · 2d ago Cached

The paper presents a unified geometric framework for understanding differentiable embeddings like t-SNE and UMAP, showing that existing diagnostics derive from a single object and proposing new curvature-based and integral-path trust measures.

0 favorites 0 likes
#embeddings

@thesupermanmx: Google DeepMind argues RAG is broken. They published a paper that proved vectors databases are the dead end. For the la…

X AI KOLs Timeline · 2d ago Cached

A Google DeepMind paper argues that single-vector embeddings in RAG systems have a hard mathematical limit, proving vector databases cannot fully capture complex document relationships. They introduce the LIMIT stress-test dataset to show state-of-the-art models fail on structured queries.

0 favorites 0 likes
#embeddings

@TeachTheMachine: 7 Chunking Strategies That Decide Whether Your RAG Works

X AI KOLs Timeline · 4d ago Cached

An educational article from MachineLearningMastery covering seven chunking strategies for RAG pipelines, from fixed-size token chunking to advanced semantic and hierarchical approaches, with guidance on when to use each.

0 favorites 0 likes
#embeddings

InsightEmb: Learning Action-Intent Embeddings for Agentic Insight Retrieval

arXiv cs.CL · 6d ago Cached

InsightEmb is a contrastive embedding framework for agentic insight retrieval that learns progress-oriented retrieval geometry from mathematical reasoning data alone, improving retrieval for LLM agents without environment-specific training.

0 favorites 0 likes
#embeddings

Semantic map of narratives from 66k podcast episodes

Reddit r/ArtificialInteligence · 2026-08-03

The author built a pipeline that transcribes 66k podcast episodes, extracts and clusters over 700k ideas into a 2D semantic map for tracking investment narratives, and filters out AI-generated content.

0 favorites 0 likes
#embeddings

Honey, I shrunk the embeddings: Matryoshka vs. PCA

Hacker News Top · 2026-08-03 Cached

Dylan Castillo compares Matryoshka Representation Learning (MRL) with Principal Component Analysis (PCA) for reducing embedding dimensions, running experiments across eight BEIR datasets to evaluate retrieval quality versus vector size reduction.

0 favorites 0 likes
#embeddings

UEmbed: Unified Sparse and Dense Multimodal Embeddings

Hugging Face Daily Papers · 2026-08-03 Cached

UEmbed is a decoder-only multimodal embedding model that produces both sparse and dense representations in a single forward pass, released at 2B, 4B, and 9B scales. It outperforms existing public-data-trained multimodal embedding models on MMEB-v2 and remains competitive on BEIR.

0 favorites 0 likes
#embeddings

Two years of vector search at Notion: 10x scale, 1/10th cost

Lobsters Hottest · 2026-07-22 Cached

Notion shares how it scaled its vector search infrastructure by 10x while reducing costs by 90% over two years, detailing their architecture evolution from launch to handling millions of workspaces.

0 favorites 0 likes
#embeddings

EU AI Act OpenRAG: 933 legally structured chunks and BGE-M3 embeddings in one SQLite file [P]

Reddit r/MachineLearning · 2026-07-17

A resource containing 933 legally structured chunks of the EU AI Act along with BGE-M3 embeddings, packaged in a single SQLite file for easy use in retrieval-augmented generation systems.

0 favorites 0 likes
#embeddings

@HowToPrompt__: The entire RAG industry is about to get cooked by… mp4 files! it's called Memvid and it packages your entire agent memo…

X AI KOLs Timeline · 2026-07-14 Cached

Memvid is an open-source tool that packages agent memory into mp4 files, offering significant performance improvements over traditional RAG pipelines and vector databases.

0 favorites 0 likes
#embeddings

Mitigating Early Training Collapse in CTR Models

arXiv cs.LG · 2026-07-14 Cached

This paper analyzes the early training collapse phenomenon in deep neural models for click-through rate prediction and proposes mitigation strategies such as sparse feature removal and value filtering, demonstrating improvements on large-scale industrial datasets.

0 favorites 0 likes
#embeddings

@N01ennn: I DO NOT UNDERSTAND HOW OBSIDIAN USERS ARE STILL LOOKING AT 2D GRAPHS WHEN A 3D VISUALIZATION SHOWS THE ACTUAL TOPOLOGY…

X AI KOLs Timeline · 2026-07-11 Cached

A tool that converts Obsidian vault notes into embeddings and renders a real-time 3D network visualization, revealing thinking topology and hidden gaps.

0 favorites 0 likes
#embeddings

If You Already Pay for an LLM Service, Running Local Embeddings and Rerankers Feels More Useful Than Running Local LLMs

Reddit r/LocalLLaMA · 2026-07-09

The author argues that for users who already subscribe to LLM services like ChatGPT Pro, running local embedding and reranker models for a memory system is more practical than running local LLMs, and details their GBrain-based setup.

0 favorites 0 likes
#embeddings

Riemannian Geometry for Pre-trained Language Model Embeddings

arXiv cs.CL · 2026-07-09 Cached

The paper introduces Riemannian Mean Pooling (RMP), a method that aggregates token embeddings from pre-trained language models using Riemannian geometry via pullback metrics, showing improved performance over Euclidean pooling on sentence classification tasks.

0 favorites 0 likes
#embeddings

DINOv2 way worse than SigLIP in k-NN. Is this expected? [R]

Reddit r/MachineLearning · 2026-07-08

A researcher reports a surprising 50-point accuracy gap between frozen SigLIP2 (92%) and DINOv2 (41%) embeddings on a fine-grained car classification task using k-NN, seeking insight on whether a linear probe would close the gap or if DINOv2 is unsuited for retrieval.

0 favorites 0 likes
#embeddings

Using embeddings to predict spoken word duration and pitch in Mandarin monosyllabic words

arXiv cs.CL · 2026-07-03 Cached

This study investigates whether contextualized embeddings from a large language model predict spoken word duration and pitch contours for Mandarin monosyllabic words, demonstrating above-chance prediction and the ability to back-transform normalized f0 contours to ms time scale.

0 favorites 0 likes
#embeddings

14× faster embeddings: how we rebuilt the ONNX path in Manticore

Hacker News Top · 2026-07-03 Cached

Manticore Search 27.1.5 introduces a new ONNX Runtime backend for embeddings that achieves ~14x faster performance than the previous SentenceTransformers/Candle path, with throughput ranging from 70-230 docs/sec compared to 5-11 docs/sec, and no API changes required.

0 favorites 0 likes
#embeddings

ALEE: Any-Language Evaluation of Embeddings via English-Centric Minimal Pairs

arXiv cs.CL · 2026-07-02 Cached

Introduces ALEE, a framework that uses Abstract Meaning Representations to generate English minimal pairs with controlled semantic shifts and translates them for evaluating text embeddings across 275+ languages, revealing persistent gaps in cross-lingual semantic representation.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback