Fine-tuning Re-ranking model - Sembosa
Fine-tuning Re-ranking Models : A Beginner’s Guide
It’s been a while since I last wrote a blog post, and I’m excited to be back!
Training and Finetuning Reranker Models with Sentence Transformers v4
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Building Deep research agent with Qwen3 using LangGraph and Ollama
In this blog post we will build a local Deep research agent using Qwen 3 8b model, LangGraph, Composio, and Ollama.
GitHub - ishanExtreme/a2a_mcp-example: An example showing how A2A and MCP can be used together
An example showing how A2A and MCP can be used together - ishanExtreme/a2a_mcp-example
From Text-RAG to Vision-RAG w/ VP Search @ Cohere
Visual RAG expands AI's ability to understand and utilize charts, graphs, and images, a critical skill as 65% of people are visual learners. Mastering this technology allows you to build truly multimodal AI systems that can reason about visual data, giving you a competitive edge in enterprise AI development and opening new possibilities for data-driven applications.
The 2025 Guide to Retrieval-Augmented Generation (RAG)
Explore the top Retrieval-Augmented Generation (RAG) techniques of 2025, including Traditional RAG, Long RAG, Self-RAG, and more.
Contradiction Psb Lds · Models · Dataloop
The Contradiction Psb Lds model is a sentence-transformers model that maps sentences and paragraphs to a 768-dimensional dense vector space, allowing for tasks like clustering or semantic search. But what does that mean for you? It means you can use this model to identify contradiction sentences in patents with ease. It's built on top of the PatentSBERTa model and can be used with either sentence-transformers or HuggingFace Transformers. The model is efficient and can be used for a variety of tasks, but have you ever wondered how it was trained? It was trained with a batch size of 16 and a learning rate of 2e-05, with a total of 1128 steps per epoch. The model's architecture is based on the MPNetModel, which is a type of transformer model. So, what makes this model unique? It's ability to identify contradiction sentences in patents, making it a valuable tool for anyone working with patent data.
spark-nlp/docs/_posts/ahmedlone127/2023-09-07-contradiction_psb_lds_en.md at master · JohnSnowLabs/spark-nlp
State of the Art Natural Language Processing. Contribute to JohnSnowLabs/spark-nlp development by creating an account on GitHub.
Building a Deep research agent with Qwen3 using LangGraph and Ollama
TL;DR Deep research is the hottest AI feature right now. Every LLM provider is adding to...
IterDRAG
Agentic GraphRAG for Commercial Contracts
Streamline the process of working with legal contracts by implementing an end-to-end solution using agentic GraphRAG.
Multi-attribute search with vector embeddings | VectorHub by Superlinked
Vector search represents a revolution in information retrieval. Vector embedding - by taking account of context and semantic meaning - empowers vector search to return more relevant and accurate results. In this article we compare two common approaches to multi-attribute vector search.
Agent2Agent (A2A): Definition, Examples, MCP Comparison
Learn about Google's Agent2Agent (A2A), an open protocol for AI agent collaboration across different systems.
Weights & Biases
Weights & Biases, developer tools for machine learning
Chip Huyen - AI Engineering_ Building Applications with Foundation Models-O'Reilly Media (2025).pdf
GitHub - bytedance/deer-flow: DeerFlow is a community-driven framework for deep research, combining language models with tools like web search, crawling, and Python execution, while contributing back to the open-source community.
DeerFlow is a community-driven framework for deep research, combining language models with tools like web search, crawling, and Python execution, while contributing back to the open-source communit...
MCP server
Detecting Contradictions from CoAP RFC Based on Knowledge Graph | Network and System Security
Identification of Entailment and Contradiction Relations between...
Natural language inference (NLI), also known as Recognizing Textual Entailment (RTE), is an important aspect of natural language understanding. Most research now uses machine learning and deep learning to perform this task on specific datasets, meaning their solution is not explainable nor explicit. To address the need for an explainable approach to RTE, we propose a novel pipeline that is based on translating text into an Abstract Meaning Representation (AMR) graph. For this we use a pre-trained AMR parser. We then translate the AMR graph into propositional logic and use a SAT solver for automated reasoning. In text, often commonsense suggests that an entailment (or contradiction) relationship holds between a premise and a claim, but because different wordings are used, this is not identified from their logical representations. To address this, we introduce relaxation methods to allow replacement or forgetting of some propositions. Our experimental results show this pipeline performs well on four RTE datasets.
Consistency checks of design specifications against requirements using graph-based linguistic analysis | Proceedings of the 31st Annual ACM Symposium on Applied Computing
GitHub - business-science/awesome-generative-ai-data-scientist: A curated list of 100+ resources for building and deploying generative AI specifically focusing on helping you become a Generative AI Data Scientist with LLMs
A curated list of 100+ resources for building and deploying generative AI specifically focusing on helping you become a Generative AI Data Scientist with LLMs - business-science/awesome-generative-...
Everything Wrong with MCP
Explaining the Model Context Protocol and everything that might go wrong.
Zero to One: Learning Agentic Patterns
Learn common agentic design patterns and workflows for building robust, scalable AI applications, understanding when to use each.
How to pass multimodal data to models | 🦜️🔗 LangChain
Here we demonstrate how to pass multimodal input directly to models.
Inventory and Discover MCP Servers in Your API Center - Azure API Center | Microsoft Learn
Learn about how Azure API Center can be a centralized registry for MCP servers in your organization. Developers and other stakeholders can use the API Center portal to discover MCP servers.
From the LangChain community on Reddit: I Benchmarked OpenAI Memory vs LangMem vs Letta (MemGPT) vs Mem0 for Long-Term Memory: Here’s How They Stacked Up
Explore this post and more from the LangChain community
Exploring RAG and GraphRAG: Understanding when and how to use both | Weaviate
Learn when and how to use GraphRAG and how it can improve on some search tasks
A2A Deep Dive: Getting Real-Time Updates from AI Agents
I recently published a blog post on how to get started with the official A2A demo. In it we explored the capabilities of A2A and how it helps AI agents, potentially built with different frameworks…
Enhancing AI Integrations with MCP and Azure API Management | Microsoft Community Hub
As AI Agents and assistants become increasingly central to modern applications and experiences, the need for seamless, secure integration with external tools...
recipes/weaviate-features/multi-vector/multi-vector-colipali-rag.ipynb at main · weaviate/recipes
This repository shares end-to-end notebooks on how to use various Weaviate features and integrations! - weaviate/recipes