paper-with-me

홈 › Papers

Winning Solution For Meta KDD Cup' 24

2024-09-13 · Yikuan Xia, Jiazun Chen, Jun Gao

This paper describes the winning solutions of all tasks in Meta KDD Cup 24 from db3 team. The challenge is to build a RAG system from web sources and knowledge graphs. We are given multiple sources for each query to help us answer the question. The CRAG challenge involves three tasks: (1) condensing information from web pages into accurate answers, (2) integrating structured data from mock knowledge graphs, and (3) selecting and integrating critical data from extensive web pages and APIs to reflect real-world retrieval challenges. Our solution for Task #1 is a framework of web or open-data retrieval and answering. The large language model (LLM) is tuned for better RAG performance and less hallucination. Task #2 and Task #3 solutions are based on a regularized API set for domain questions and the API generation method using tuned LLM. Our knowledge graph API interface extracts directly relevant information to help LLMs answer correctly. Our solution achieves 1st place on all three tasks, achieving a score of 28.4%, 42.7%, and 47.8%, respectively.

📄 PDF Abstract BibTeX arXiv:2410.00005

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationKnowledge GraphsLanguage ModelingLanguage ModellingLarge Language ModelRAGRetrievalTask 2

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 &…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
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…

Similar Papers 제목 키워드 기반

Identifying Melanoma Images using EfficientNet Ensemble: Winning Solution to the SIIM-ISIC Melanoma Classification Challenge

2020-10-11 · Qishen Ha, Bo Liu, Fuxu Liu

We present our winning solution to the SIIM-ISIC Melanoma Classification Challenge. It is an ensemble of convolutions neural network (CNN) models with different backbones and input sizes, most of which are image-only mod…

Medical Image Classification

Mobile Edge Adversarial Detection for Digital Twinning to the Metaverse with Deep Reinforcement Learning

2023-03-18 · Terence Jie Chua, Wenhan Yu, Jun Zhao

Real-time Digital Twinning of physical world scenes onto the Metaverse is necessary for a myriad of applications such as augmented-reality (AR) assisted driving. In AR assisted driving, physical environment scenes are fi…

Deep Reinforcement Learning

A Pareto-metaheuristic for a bi-objective winner determination problem in a combinatorial reverse auction

2012-01-20 · Tobias Buer, Herbert Kopfer

The bi-objective winner determination problem (2WDP-SC) of a combinatorial procurement auction for transport contracts is characterized by a set B of bundle bids, with each bundle bid b in B consisting of a bidding carri…

Winning solutions and post-challenge analyses of the ChaLearn AutoDL challenge 2019

2022-01-11 · Zhengying Liu, Adrien Pavao, Zhen Xu, Sergio Escalera 외

This paper reports the results and post-challenge analyses of ChaLearn's AutoDL challenge series, which helped sorting out a profusion of AutoML solutions for Deep Learning (DL) that had been introduced in a variety of s…

AutoMLManagementMeta-LearningMulti-Label Classification+4

DB3 Team's Solution For Meta KDD Cup' 25

2025-08-12 · Yikuan Xia, Jiazun Chen, Yirui Zhan, Suifeng Zhao 외 arxiv

This paper presents the db3 team's winning solution for the Meta CRAG-MM Challenge 2025 at KDD Cup'25. Addressing the challenge's unique multi-modal, multi-turn question answering benchmark (CRAG-MM), we developed a comp…

Question AnsweringKnowledge Graphs