paper-with-me

Papers

RIGHT: Retrieval-augmented Generation for Mainstream Hashtag Recommendation

2023-12-16 · Run-Ze Fan, Yixing Fan, Jiangui Chen, Jiafeng Guo, Ruqing Zhang, Xueqi Cheng

Automatic mainstream hashtag recommendation aims to accurately provide users with concise and popular topical hashtags before publication. Generally, mainstream hashtag recommendation faces challenges in the comprehensive difficulty of newly posted tweets in response to new topics, and the accurate identification of mainstream hashtags beyond semantic correctness. However, previous retrieval-based methods based on a fixed predefined mainstream hashtag list excel in producing mainstream hashtags, but fail to understand the constant flow of up-to-date information. Conversely, generation-based methods demonstrate a superior ability to comprehend newly posted tweets, but their capacity is constrained to identifying mainstream hashtags without additional features. Inspired by the recent success of the retrieval-augmented technique, in this work, we attempt to adopt this framework to combine the advantages of both approaches. Meantime, with the help of the generator component, we could rethink how to further improve the quality of the retriever component at a low cost. Therefore, we propose RetrIeval-augmented Generative Mainstream HashTag Recommender (RIGHT), which consists of three components: 1) a retriever seeks relevant hashtags from the entire tweet-hashtags set; 2) a selector enhances mainstream identification by introducing global signals; and 3) a generator incorporates input tweets and selected hashtags to directly generate the desired hashtags. The experimental results show that our method achieves significant improvements over state-of-the-art baselines. Moreover, RIGHT can be easily integrated into large language models, improving the performance of ChatGPT by more than 10%.

📄 PDF Abstract BibTeX arXiv:2312.10466

Code (1)

ict-bigdatalab/right 공식 구현 pytorch

Tasks

RetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

From Pixels to Posts: Retrieval-Augmented Fashion Captioning and Hashtag Generation

2025-11-24 · Moazzam Umer Gondal, Hamad Ul Qudous, Daniya Siddiqui, Asma Ahmad Farhan arxiv

This paper introduces the retrieval-augmented framework for automatic fashion caption and hashtag generation, combining multi-garment detection, attribute reasoning, and Large Language Model (LLM) prompting. The system a…

Domain Generalization

Benchmarking Biopharmaceuticals Retrieval-Augmented Generation Evaluation

2025-04-15 · Hanmeng Zhong, Linqing Chen, Weilei Wang, Wentao Wu

Recently, the application of the retrieval-augmented Large Language Models (LLMs) in specific domains has gained significant attention, especially in biopharmaceuticals. However, in this context, there is no benchmark sp…

BenchmarkingQuestion AnsweringRetrievalRetrieval-augmented Generation

Towards Multi-Source Retrieval-Augmented Generation via Synergizing Reasoning and Preference-Driven Retrieval

2024-11-01 · Qingfei Zhao, Ruobing Wang, Xin Wang, Daren Zha 외

Retrieval-Augmented Generation (RAG) has emerged as a reliable external knowledge augmentation technique to mitigate hallucination issues and parameterized knowledge limitations in Large Language Models (LLMs). Existing …

HallucinationRAGRetrievalRetrieval-augmented Generation

Temporal Analysis of Drifting Hashtags in Textual Data Streams: A Graph-Based Application

2024-02-08 · Cristiano M. Garcia, Alceu de Souza Britto Jr, Jean Paul Barddal

Initially supported by Twitter, hashtags are now used on several social media platforms. Hashtags are helpful for tagging, tracking, and grouping posts on similar topics. In this paper, based on a hashtag stream regardin…

TAG

Incorporating Legal Structure in Retrieval-Augmented Generation: A Case Study on Copyright Fair Use

2025-05-04 · Justin Ho, Alexandra Colby, William Fisher

This paper presents a domain-specific implementation of Retrieval-Augmented Generation (RAG) tailored to the Fair Use Doctrine in U.S. copyright law. Motivated by the increasing prevalence of DMCA takedowns and the lack …

Knowledge GraphsLegal ReasoningRAGRetrieval+1