paper-with-me

홈 › Papers

System Report for CCL25-Eval Task 10: SRAG-MAV for Fine-Grained Chinese Hate Speech Recognition

2025-07-24 · Jiahao Wang, Ramen Liu, Longhui Zhang, Jing Li arxiv

This paper presents our system for CCL25-Eval Task 10, addressing Fine-Grained Chinese Hate Speech Recognition (FGCHSR). We propose a novel SRAG-MAV framework that synergistically integrates task reformulation(TR), Self-Retrieval-Augmented Generation (SRAG), and Multi-Round Accumulative Voting (MAV). Our method reformulates the quadruplet extraction task into triplet extraction, uses dynamic retrieval from the training set to create contextual prompts, and applies multi-round inference with voting to improve output stability and performance. Our system, based on the Qwen2.5-7B model, achieves a Hard Score of 26.66, a Soft Score of 48.35, and an Average Score of 37.505 on the STATE ToxiCN dataset, significantly outperforming baselines such as GPT-4o (Average Score 15.63) and fine-tuned Qwen2.5-7B (Average Score 35.365). The code is available at https://github.com/king-wang123/CCL25-SRAG-MAV.

📄 PDF Abstract BibTeX arXiv:2507.18580

Code (0)

등록된 구현이 없습니다.

Tasks

Speech Recognition

Similar Papers 제목 키워드 기반

MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval

2026-06-16 · Amirhossein Abaskohi, Raymond Li, Gaetano Cimino, Peter West 외 arxiv

Retrieval-augmented generation (RAG) systems depend critically on how documents are chunked and searched. Fine-grained chunks can improve retrieval precision but expand the search space, increasing latency and cost; larg…

DebiasRAG: A Tuning-Free Path to Fair Generation in Large Language Models through Retrieval-Augmented Generation

2026-05-15 · Rui Chu, Bingyin Zhao, Thanh Quoc Hung Le, Duy Cao Hoang 외 arxiv

Large language models (LLMs) have achieved unprecedented success due to their exceptional generative capabilities. However, because they depend on knowledge encapsulated from training corpora, they may produce hallucinat…

Prompt Engineering

VisRAG: Vision-based Retrieval-augmented Generation on Multi-modality Documents

2024-10-14 · Shi Yu, Chaoyue Tang, Bokai Xu, Junbo Cui 외

Retrieval-augmented generation (RAG) is an effective technique that enables large language models (LLMs) to utilize external knowledge sources for generation. However, current RAG systems are solely based on text, render…

RAGRetrievalRetrieval-augmented Generation

Use of Retrieval-Augmented Large Language Model Agent for Long-Form COVID-19 Fact-Checking

2025-10-10 · Jingyi Huang, Yuyi Yang, Mengmeng Ji, Charles Alba 외 arxiv

The COVID-19 infodemic calls for scalable fact-checking solutions that handle long-form misinformation with accuracy and reliability. This study presents SAFE (system for accurate fact extraction and evaluation), an agen…

BayesRAG: Probabilistic Mutual Evidence Corroboration for Multimodal Retrieval-Augmented Generation

2026-01-12 · Xuan Li, Yining Wang, Haocai Luo, Shengping Liu 외 arxiv

Retrieval-Augmented Generation (RAG) has become a pivotal paradigm for Large Language Models (LLMs), yet current approaches struggle with visually rich documents by treating text and images as isolated retrieval targets.…

Bayesian Inference