paper-with-me

홈 › Papers

A Hybrid RAG System with Comprehensive Enhancement on Complex Reasoning

2024-08-09 · Ye Yuan, Chengwu Liu, Jingyang Yuan, Gongbo Sun, Siqi Li, Ming Zhang

Retrieval-augmented generation (RAG) is a framework enabling large language models (LLMs) to enhance their accuracy and reduce hallucinations by integrating external knowledge bases. In this paper, we introduce a hybrid RAG system enhanced through a comprehensive suite of optimizations that significantly improve retrieval quality, augment reasoning capabilities, and refine numerical computation ability. We refined the text chunks and tables in web pages, added attribute predictors to reduce hallucinations, conducted LLM Knowledge Extractor and Knowledge Graph Extractor, and finally built a reasoning strategy with all the references. We evaluated our system on the CRAG dataset through the Meta CRAG KDD Cup 2024 Competition. Both the local and online evaluations demonstrate that our system significantly enhances complex reasoning capabilities. In local evaluations, we have significantly improved accuracy and reduced error rates compared to the baseline model, achieving a notable increase in scores. In the meanwhile, we have attained outstanding results in online assessments, demonstrating the performance and generalization capabilities of the proposed system. The source code for our system is released in \url{https://gitlab.aicrowd.com/shizueyy/crag-new}.

📄 PDF Abstract BibTeX arXiv:2408.05141

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

CoME: Empowering Channel-of-Mobile-Experts with Informative Hybrid-Capabilities Reasoning

2026-02-27 · Yuxuan Liu, Weikai Xu, Kun Huang, Changyu Chen 외 arxiv

Mobile Agents can autonomously execute user instructions, which requires hybrid-capabilities reasoning, including screen summary, subtask planning, action decision and action function. However, existing agents struggle t…

A Lightweight Hybrid Dual Channel Speech Enhancement System under Low-SNR Conditions

2025-05-26 · Zheng Wang, Xiaobin Rong, Yu Sun, Tianchi Sun 외

Although deep learning based multi-channel speech enhancement has achieved significant advancements, its practical deployment is often limited by constrained computational resources, particularly in low signal-to-noise r…

Speech Enhancement

Selective State Space Model for Monaural Speech Enhancement

2024-11-09 · Moran Chen, Qiquan Zhang, Mingjiang Wang, Xiangyu Zhang 외

Voice user interfaces (VUIs) have facilitated the efficient interactions between humans and machines through spoken commands. Since real-word acoustic scenes are complex, speech enhancement plays a critical role for robu…

MambaSpeech Enhancement

From LSAT: The Progress and Challenges of Complex Reasoning

2021-08-02 · Siyuan Wang, Zhongkun Liu, Wanjun Zhong, Ming Zhou 외

Complex reasoning aims to draw a correct inference based on complex rules. As a hallmark of human intelligence, it involves a degree of explicit reading comprehension, interpretation of logical knowledge and complex rule…

Few-Shot LearningLogical ReasoningReading Comprehension

Open the Oyster: Empirical Evaluation and Improvement of Code Reasoning Confidence in LLMs

2025-11-04 · Shufan Wang, Xing Hu, Junkai Chen, Zhiyuan Pan 외 arxiv

With the widespread application of large language models (LLMs) in the field of code intelligence, increasing attention has been paid to the reliability and controllability of their outputs in code reasoning tasks. Confi…