LaMSUM: Amplifying Voices Against Harassment through LLM Guided Extractive Summarization of User Incident Reports
Garima Chhikara, Anurag Sharma, V. Gurucharan, Kripabandhu Ghosh, Abhijnan Chakraborty
TL;DR
LaMSUM addresses the challenge of extracting representative, extractive summaries from large, multilingual Safe City posts that exceed standard LLM context windows. It introduces a multi-level framework that chunkifies data, generates per-chunk summaries, and aggregates them via voting-based methods (Pluralsity, Proportional Approval Voting, and Borda) to produce a robust final selection of $k$ posts. The approach mitigates positional bias through input shuffling, uses zero-shot prompting, and calibrates outputs to ensure fidelity to the input text, achieving superior ROUGE scores across five city datasets and three LLMs, with GPT-4o-mini + Proportional Approval Voting often performing best. This work advances practical, policy-relevant processing of long, code-mixed user-generated content and provides a companion website for rapid, area-specific incident overviews, while acknowledging ethical considerations and limitations inherent to LLM-based summarization.
Abstract
Citizen reporting platforms like Safe City in India help the public and authorities stay informed about sexual harassment incidents. However, the high volume of data shared on these platforms makes reviewing each individual case challenging. Therefore, a summarization algorithm capable of processing and understanding various Indian code-mixed languages is essential. In recent years, Large Language Models (LLMs) have shown exceptional performance in NLP tasks, including summarization. LLMs inherently produce abstractive summaries by paraphrasing the original text, while the generation of extractive summaries - selecting specific subsets from the original text - through LLMs remains largely unexplored. Moreover, LLMs have a limited context window size, restricting the amount of data that can be processed at once. We tackle these challenge by introducing LaMSUM, a novel multi-level framework designed to generate extractive summaries for large collections of Safe City posts using LLMs. LaMSUM integrates summarization with different voting methods to achieve robust summaries. Extensive evaluation using three popular LLMs (Llama, Mistral and GPT-4o) demonstrates that LaMSUM outperforms state-of-the-art extractive summarization methods for Safe City posts. Overall, this work represents one of the first attempts to achieve extractive summarization through LLMs, and is likely to support stakeholders by offering a comprehensive overview and enabling them to develop effective policies to minimize incidents of unwarranted harassment.
