This model combines BERT embeddings with psycholinguistic and discourse features for interpretable Bangla fake news detection.
This is the first systematic integration of psycholinguistic theory with deep learning for Bangla fake news detection, enabling explainable predictions while maintaining state-of-the-art performance.
1# Note: This model requires custom feature extraction
2from transformers import AutoTokenizer
3
4tokenizer = AutoTokenizer.from_pretrained("NUHASHROXME/bangla-fake-news-interpretable")
5# Custom model loading code required for interpretable features