Pith. sign in

REVIEW 31 cited by

jina-embeddings-v3: Multilingual Embeddings With Task LoRA

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2409.10173 v3 pith:CT75AOB7 submitted 2024-09-16 cs.CL cs.AIcs.IR

classification cs.CLcs.AIcs.IR
keywords embeddingsjina-embeddings-v3multilingualperformancetasksembeddingloramodel
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

We introduce jina-embeddings-v3, a novel text embedding model with 570 million parameters, achieves state-of-the-art performance on multilingual data and long-context retrieval tasks, supporting context lengths of up to 8192 tokens. The model includes a set of task-specific Low-Rank Adaptation (LoRA) adapters to generate high-quality embeddings for query-document retrieval, clustering, classification, and text matching. Evaluation on the MTEB benchmark shows that jina-embeddings-v3 outperforms the latest proprietary embeddings from OpenAI and Cohere on English tasks, while achieving superior performance compared to multilingual-e5-large-instruct across all multilingual tasks. With a default output dimension of 1024, users can flexibly reduce the embedding dimensions to as low as 32 without compromising performance, enabled by Matryoshka Representation Learning.

Discussion (0). Sign in to comment.

Forward citations

Cited by 31 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Leveraging Semantic Triples for Private Document Generation with Local Differential Privacy Guarantees

    cs.CL 2025-08 conditional novelty 7.0 of 10

    DP-ST uses semantic triples and neighborhood-aware local differential privacy to generate coherent private documents with better privacy-utility trade-offs than prior methods.

  2. RoguePrompt: Dual-Layer Encoding for Self-Reconstruction to Circumvent LLM Moderation

    cs.CR 2026-07 conditional novelty 6.0 of 10

    RoguePrompt, a Vigenère+ROT13 self-reconstruction jailbreak, achieves 70.18% execution@3 and 93.93% bypass@3 across GPT-4o, Claude 3 Opus, and Gemini 1.5 Pro on 313 StrongREJECT prompts.

  3. CuraWeb: Joint Optimization of Quality, Redundancy, and Diversity for Web-Scale Pretraining Data

    cs.AI 2026-06 conditional novelty 6.0 of 10

    CuraWeb jointly optimizes cleaning, deduplication, and sampling to build a 2T-token pretraining corpus that outperforms FineWeb-Edu, DCLM, Nemotron-CC, and Dolma3 by 1.82% average at 200B tokens.

  4. KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking

    cs.CL 2026-06 unverdicted novelty 6.0 of 10

    KaLM-Reranker-V1 uses encoder–decoder FBNL with Matryoshka pooling to match Qwen3-class reranking quality at substantially lower online cost.

  5. With Argus Eyes: Assessing Retrieval Gaps via Uncertainty Scoring to Detect and Remedy Retrieval Blind Spots

    cs.IR 2026-02 conditional novelty 6.0 of 10

    An entity-level Retrieval Probability Score exposes systematic blind spots in dense retrievers, predicts them from embedding geometry, and targeted Wikipedia-context augmentation of flagged entities raises nDCG@5/10 o...

  6. NeoAMT: Neologism-Aware Agentic Machine Translation with Reinforcement Learning

    cs.CL 2026-01 unverdicted novelty 6.0 of 10

    NeoAMT trains an RL agent with a Wiktionary toolkit, novel reward, and adaptive rollouts to translate sentences containing neologisms in 16 languages and 75 directions.

  7. DEBATE: A Large-Scale Benchmark for Evaluating Opinion Dynamics in Role-Playing LLM Agents

    cs.CL 2025-10 conditional novelty 6.0 of 10

    Using 2,792 humans' real debates as ground truth, role-playing LLM agents show excessive opinion convergence and public-stance drift compared with humans.

  8. Negative Matters: Multi-Granularity Hard-Negative Synthesis and Anchor-Token-Aware Pooling for Enhanced Text Embeddings

    cs.CL 2025-08 conditional novelty 6.0 of 10

    A new MTEB state-of-the-art for text embeddings is reported by combining multi-granularity LLM-generated hard negatives with curriculum training and an anchor-token-aware pooling method.

  9. LLM-as-a-Judge for Privacy Evaluation? Exploring the Alignment of Human and LLM Perceptions of Privacy in Textual Data

    cs.CL 2025-08 conditional novelty 6.0 of 10

    Across 10 text datasets, 13 LLMs, and 677 human raters, LLM privacy ratings align closely with the average human rating, while inter-human agreement is low.

  10. SAGE-HLS: Syntax-Aware AST-Guided LLM for High-Level Synthesis Code Generation

    cs.PL 2025-08 unverdicted novelty 6.0 of 10

    A fine-tuned 7B LLM with AST-guided prompting generates HLS code that is near 100% synthesizable and 75% functionally correct, according to the abstract.

  11. HyReC: Exploring Hybrid-based Retriever for Chinese

    cs.IR 2025-06 conditional novelty 6.0 of 10

    HyReC unifies dense, lexicon, and learned word-segment retrieval into one model and reports improved C-MTEB retrieval scores for Chinese.

  12. Decoupling Reasoning and Knowledge Injection for In-Context Knowledge Editing

    cs.CL 2025-05 conditional novelty 6.0 of 10

    DecKER decouples reasoning from knowledge editing by planning with masked placeholders before retrieving edited facts, improving multi-hop QA accuracy after knowledge edits.

  13. Judging Quality Across Languages: A Multilingual Approach to Pretraining Data Filtering with Language Models

    cs.CL 2025-05 conditional novelty 6.0 of 10

    JQL trains small multilingual quality scorers from LLM judgments and human annotations, and filtering pretraining data with them improves downstream multilingual model performance over heuristic baselines.

  14. A Text-Based Recommender System that Leverages Explicit Affective State Preferences

    cs.IR 2025-05 reject novelty 6.0 of 10

    A proposed affective-cognitive recommender is evaluated with AC descriptions extracted from the gold book's own review, making the test a text-retrieval task rather than a test of preference-based recommendation.

  15. Latent Trajectory Discrimination for AI-Generated Text Detection

    cs.CL 2026-07 conditional novelty 5.0 of 10

    A sliding-window, trajectory-difference contrastive learner beats six AI-text detectors on RAID, NYT-AI, and OpenReview reviews.

  16. Efficient Code Embeddings from Code Generation Models

    cs.CL 2025-08 conditional novelty 5.0 of 10

    jina-code-embeddings, 0.5B and 1.5B models built from Qwen2.5-Coder with last-token pooling, achieve strong code retrieval scores competitive with far larger embedding models.

  17. Mind the Gap: Conformative Decoding to Improve Output Diversity of Instruction-Tuned Large Language Models

    cs.CL 2025-07 conditional novelty 5.0 of 10

    Instruction-tuning reduces LLM output diversity, DPO causes the biggest drop, and conformative decoding, a log-probability mixture of instruct and base models, partly restores diversity while keeping quality.

  18. VulCoCo: A Simple Yet Effective Method for Detecting Vulnerable Code Clones

    cs.SE 2025-07 conditional novelty 5.0 of 10

    VulCoCo retrieves candidate code clones with embeddings and validates them with an LLM, outperforming prior vulnerable-clone detectors on a new synthetic benchmark and finding real-world clones that led to 15 CVEs.

  19. SemCSE: Semantic Contrastive Sentence Embeddings Using LLM-Generated Summaries For Scientific Abstracts

    cs.CL 2025-07 conditional novelty 5.0 of 10

    Using multiple LLM-generated summaries of the same abstract as positive pairs trains scientific text embeddings that beat citation-trained baselines on retrieval and clustering, while the new benchmark shares its trai...

  20. KinyaColBERT: A Lexically Grounded Retrieval Model for Low-Resource Retrieval-Augmented Generation

    cs.CL 2025-07 conditional novelty 5.0 of 10

    KinyaColBERT, a morphology-aware two-tier ColBERT retriever, reports large MRR gains over multilingual baselines and commercial APIs on a new Kinyarwanda agricultural retrieval benchmark.

  21. Team RAS in 9th ABAW Competition: Multimodal Compound Expression Recognition Approach

    cs.CV 2025-07 conditional novelty 5.0 of 10

    A six-modality zero-shot pipeline with CLIP, Qwen-VL, WavLM, Mamba, and new fusion/aggregation modules reports F1 scores of 46.95 (AffWild2), 49.02 (AFEW), and 34.85 (C-EXPR-DB) without target-domain fine-tuning.

  22. Chunk Twice, Embed Once: A Systematic Study of Segmentation and Representation Trade-offs in Chemistry-Aware Retrieval-Augmented Generation

    cs.IR 2025-06 conditional novelty 5.0 of 10

    A systematic evaluation shows that recursive 100-token non-overlapping chunks and retrieval-tuned embeddings outperform fixed-size chunks and domain-specific models like SciBERT for chemistry retrieval, and it introdu...

  23. Enhancing Traffic Accident Classifications: Application of NLP Methods for City Safety

    cs.CL 2025-06 conditional novelty 5.0 of 10

    NLP models trained on German accident reports outperform tabular-only models for accident classification, and LLM analysis suggests many fallback 'other' labels are parking accidents.

  24. PD$^3$: A Project Duplication Detection Framework via Adapted Multi-Agent Debate

    cs.AI 2025-05 conditional novelty 5.0 of 10

    A multi-agent debate system with a round-robin tournament design retrieves the most relevant prior projects and produces duplication scores and qualitative feedback for proposed power-sector research projects.

  25. University of Indonesia at SemEval-2025 Task 11: Evaluating State-of-the-Art Encoders for Multi-Label Emotion Detection

    cs.CL 2025-05 conditional novelty 5.0 of 10

    Frozen BGE embeddings with per-emotion prompts and a CatBoost classifier outperform fully fine-tuned mBERT/XLM-R and surpass prior decoder baselines on 28-language emotion detection.

  26. LongMagpie: A Self-synthesis Method for Generating Large-scale Long-context Instructions

    cs.CL 2025-05 conditional novelty 5.0 of 10

    By prompting an aligned LLM with a document and the special token that precedes a user query, LongMagpie synthesizes long-context instruction data that outperforms prior datasets when used to fine-tune Llama-3-8B.

  27. Adaptive Retrieval Strategies for Biomedical Question Answering

    cs.IR 2026-06 reject novelty 4.0 of 10

    A BioASQ 13B system that adapts retrieval, reranking, and evidence clustering by question type achieved top Phase A retrieval scores, yet its own tables show non-adaptive baselines frequently performing better.

  28. A Framework for Deductive Semantic Content Analysis at Scale in Science Education Using Text Embeddings

    cs.CL 2025-08 conditional novelty 4.0 of 10

    A few-shot text embedding classification framework achieves high agreement with human coders (Cohen's Kappa 0.74-0.83) on a simulated exhaustive coding task over 2,899 physics education survey responses.

  29. When Noisy Labels Meet Class Imbalance on Graphs: A Graph Augmentation Method with LLM and Pseudo Label

    cs.LG 2025-07 conditional novelty 4.0 of 10

    GraphALP combines LLM-generated minority node oversampling with confidence-weighted pseudo-labeling to improve node classification on graphs that have both class imbalance and label noise.

  30. Maintaining MTEB: Towards Long Term Usability and Reproducibility of Embedding Benchmarks

    cs.CL 2025-06 conditional novelty 4.0 of 10

    The MTEB maintainers document their infrastructure for versioning and validating benchmark components, plus a zero-shot score that flags models trained on benchmark tasks.

  31. Hard Negative Mining for Domain-Specific Retrieval in Enterprise Systems

    cs.IR 2025-05 conditional novelty 4.0 of 10

    A reranker fine-tuned on hard negatives selected by two cosine-distance criteria outperforms older negative sampling methods on enterprise and domain-specific retrieval benchmarks.

Pith tools