AI4Bharat IndicSentiment (mr)

AI4Bharat IndicSentiment (mr)

MH Specific

AI4Bharat IndicSentiment (mr) dataset for language nlp.

Build a Marathi product review sentiment analyzer for regional e-commerce platforms to understand customer satisfaction.
HomepageHuggingFace

Quick Start

from datasets import load_dataset
ds = load_dataset('ai4bharat/IndicSentiment', 'mr', split='train', streaming=True)
for i, ex in enumerate(ds):
    print(f"[{ex['label']}] {ex['text'][:80]}...")
    if i >= 4: break
Modality
text
Size
Multilingual sentiment benchmark for 13 languages
License
Format
CSV/JSON
Language
mr
Update Frequency
static
Organization
AI4Bharat, IIT Madras

Schema

FieldTypeDescription
textstringMarathi review or opinion text
labelstringSentiment label (positive, negative, neutral)

Build With This

Create a competitive sentiment analysis dashboard comparing customer opinions across Marathi-language product reviews
Develop an automated restaurant review aggregator that summarizes Marathi Zomato/Swiggy reviews by sentiment
Build a public service feedback analyzer for Maharashtra municipal corporations processing citizen complaints in Marathi

AI Use Cases

Sentiment analysis
Last verified: 2026-03-07