Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
Raj411 commited on
Commit
828418e
·
verified ·
1 Parent(s): 372fa05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+ # TeSent_Benchmark-Dataset
5
+
6
+ **TeSent_Benchmark-Dataset** is a large-scale, open Telugu sentiment classification benchmark, developed to advance robust and interpretable sentiment analysis research for low-resource languages. While primarily created for sentence-level sentiment classification, this dataset is also a valuable resource for general text classification and related tasks in Telugu NLP.
7
+
8
+ ---
9
+
10
+ ## Overview
11
+
12
+ - **Language:** Telugu
13
+ - **Size:** 22,505 labeled examples
14
+ - **Task:** Sentence-level, three-class sentiment classification (positive, negative, neutral)
15
+ - **Explainability:** Each example is annotated with human-provided rationales—text snippets that justify the assigned sentiment label.
16
+
17
+ ---
18
+
19
+ ## Features
20
+
21
+ - **Labeled Sentences:** Each data sample contains a Telugu sentence and its sentiment label (positive, negative, or neutral).
22
+ - **Human-Annotated Rationales:** For every sentence, annotators have highlighted the specific text fragments that they found decisive for their sentiment decision, enabling explainable AI research.
23
+ - **Versatility:** While designed for sentiment classification, the dataset is suitable for broader text classification, rationale extraction, and other NLP tasks in Telugu.
24
+
25
+ ---
26
+
27
+ ## Format
28
+
29
+ | Content | Rationale | Label |
30
+ |-------------------|----------------------------------|--------------------------------------|
31
+ | Telugu sentence | Human-annotated text snippet(s) | Sentiment class (positive/negative/neutral) |
32
+
33
+ ---
34
+
35
+ ## Applications
36
+
37
+ - **Benchmarking Telugu Sentiment Models:** Establish a standard for model comparison and progress tracking.
38
+ - **Explainability Research:** Train and evaluate models that can provide human-interpretable sentiment explanations.
39
+ - **Text Classification & NLP Tasks:** Useful for training and evaluating models for general text classification, rationale extraction, and other Telugu natural language processing tasks.
40
+
41
+ ---
42
+
43
+ ## Citation
44
+
45
+ If you use this dataset in your research, please cite as follows:
46
+
47
+ ```
48
+ @inproceedings{tesent,
49
+ title={TeSent: A Benchmark Dataset for Explainable Sentiment Classification in Telugu},
50
+ author={Your Name and Collaborators},
51
+ year={2025},
52
+ note={https://github.com/DSL-13-SRMAP/TeSent_Benchmark-Dataset}
53
+ }