Tagged articles
11 articles
Page 1 of 1
AI Engineer Programming
AI Engineer Programming
May 29, 2026 · Artificial Intelligence

How to Build a Reliable RAG Test Dataset

The article explains why a structured test set is essential for Retrieval‑Augmented Generation systems, outlines failure modes, describes layered evaluation of retrieval and generation, details infrastructure like chunk IDs and manifests, and provides a complete annotation pipeline with cold‑start and adversarial strategies.

LLMRAGadversarial
0 likes · 24 min read
How to Build a Reliable RAG Test Dataset
Machine Heart
Machine Heart
May 23, 2026 · Artificial Intelligence

Nine Institutions Unveil Comprehensive Survey of Audio‑Visual Intelligence in the Large‑Model Era

A joint survey by nine leading research groups maps a decade of audio‑visual intelligence (AVI) progress, presenting an evolution tree, unified taxonomy, three core strands, and six future research axes that together chart the role of AVI in large‑foundation models.

Audio-Visual IntelligenceInteractionLarge Foundation Models
0 likes · 15 min read
Nine Institutions Unveil Comprehensive Survey of Audio‑Visual Intelligence in the Large‑Model Era
AI Engineer Programming
AI Engineer Programming
May 2, 2026 · Artificial Intelligence

From Demo to Production: How to Evaluate RAG Effectively

This guide outlines a comprehensive RAG evaluation framework covering failure modes, multi‑layer metrics, test‑set construction, open‑source tools, CI/CD quality gates, production monitoring, and special considerations for agentic RAG to ensure reliable, trustworthy retrieval‑augmented generation systems.

AILLMMetrics
0 likes · 18 min read
From Demo to Production: How to Evaluate RAG Effectively
DaTaobao Tech
DaTaobao Tech
Feb 9, 2026 · Artificial Intelligence

Boosting Trustworthiness in Retrieval‑Augmented Generation: The Trustworthy Generation Design Pattern

This article presents the Trustworthy Generation design pattern for Retrieval‑Augmented Generation (RAG) systems, analyzes four root causes of low trustworthiness—retrieval errors, content reliability, pre‑retrieval reasoning mistakes, and model hallucinations—and proposes layered solutions, citation techniques, CRAG and Self‑RAG architectures, guardrails, and practical trade‑offs.

AI safetyLLMRAG
0 likes · 16 min read
Boosting Trustworthiness in Retrieval‑Augmented Generation: The Trustworthy Generation Design Pattern
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Sep 18, 2025 · Artificial Intelligence

How to Diagnose and Optimize RAG Systems When 30% Answers Miss the Mark

This guide explains why RAG systems often produce off‑topic answers, outlines how to measure hit‑rate, retrieval, reranking and generation metrics, provides step‑by‑step evaluation pipelines, code examples, real‑world case studies, and interview‑ready templates for diagnosing and optimizing each stage of the pipeline.

AIRAGgeneration
0 likes · 18 min read
How to Diagnose and Optimize RAG Systems When 30% Answers Miss the Mark
DataFunSummit
DataFunSummit
May 9, 2025 · Artificial Intelligence

Practical Experience Building Zhihu Direct Answer: An AI‑Powered Search Product

This article presents a comprehensive overview of Zhihu Direct Answer, describing its AI‑driven search architecture, RAG framework, query understanding, retrieval, chunking, reranking, generation, evaluation mechanisms, engineering optimizations, and the professional edition, while sharing concrete performance‑boosting practices and future development plans.

AIProduct DevelopmentRAG
0 likes · 14 min read
Practical Experience Building Zhihu Direct Answer: An AI‑Powered Search Product
Zhihu Tech Column
Zhihu Tech Column
Jan 17, 2025 · Artificial Intelligence

Zhihu Direct Answer: Product Overview and Technical Practices

This article summarizes the key technical insights from Zhihu Direct Answer, an AI-powered search product, covering its product overview, RAG framework, query understanding, retrieval strategies, chunking, reranking, generation techniques, evaluation methods, and engineering optimizations for cost and performance.

AI SearchChunkingEngineering Optimization
0 likes · 13 min read
Zhihu Direct Answer: Product Overview and Technical Practices
Alipay Experience Technology
Alipay Experience Technology
Apr 28, 2024 · Artificial Intelligence

Beyond Sora: Exploring Cutting-Edge Video Reconstruction Techniques

This article surveys recent advances in video reconstruction sparked by OpenAI's Sora, examines the technical challenges of unified latent representations, long‑sequence consistency, and variable resolution, and reviews a range of transformer‑based, diffusion, and masked‑generation models together with their code implementations and future research roadmaps.

AILatent SpaceTransformer
0 likes · 35 min read
Beyond Sora: Exploring Cutting-Edge Video Reconstruction Techniques
php Courses
php Courses
Jul 28, 2023 · Backend Development

Parsing and Generating XML Files in PHP

This article explains how to use PHP's built-in XML extension to parse XML files into a DOM tree and to generate XML documents programmatically, providing step‑by‑step code examples for loading, traversing, creating elements, setting attributes, and saving the resulting XML files.

DOMPHPXML
0 likes · 4 min read
Parsing and Generating XML Files in PHP
Qunar Tech Salon
Qunar Tech Salon
Mar 1, 2018 · Artificial Intelligence

Open-Domain Chatbot Implementation: Retrieval and Generative Approaches

This article explains the implementation of open-domain chatbots for customer service, comparing retrieval‑based and generative seq2seq approaches, describing hybrid methods that first attempt constrained retrieval before falling back to generation, and discusses training data, keyword extraction, and performance observations.

AIChatbotCustomer Service
0 likes · 6 min read
Open-Domain Chatbot Implementation: Retrieval and Generative Approaches