mtp_thesis_project_2023
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: Amir22010
- License: other
- Language: Jupyter Notebook
- Default Branch: main
- Size: 14.3 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Citation
README.md
Hospital Service Quality Aspect based Sentiment Analysis
1. Introduction and Background
Sentiment analysis involves the extraction of opinions, emotions, and attitudes related to specific aspects, which, in our case, is assessing the quality of service in hospitals from a patient's perspective. We aim to analyze user sentiments within specific aspects mentioned in patient reviews, providing a fine-grained and nuanced approach.
Objective:
- Assess the overall quality of a hospital from a patient's viewpoint by extracting fine-grained sentiment expressions.
2. Literature Survey
2.1 Web Scraping
- Automated extraction of data from websites using web scraping techniques.
2.2 Text Pre-processing
- Essential NLP steps like tokenization, lowercasing, and removal of special characters, enhancing sentiment analysis.
2.3 Automated Data Annotation
- Utilization of advanced pre-trained models like BERT for intelligent data annotation.
2.4 Model Training Evaluation
- Using dedicated test datasets to assess model performance, employing metrics like Precision, Recall, and F1 Score.
2.5 KeyBERT
- Utilizing BERT embeddings for keyword extraction within a sentence or document.
3. Problem Definition and Objective
- Implementing automated web scraping to gather hospital reviews for NLP analysis.
- Applying NLP techniques for text pre-processing, aspect-level data annotation, model development, and training.
- Creation of annotated training datasets using KeyBERT-based pre-trained model checkpoints.
- Comparative analysis of annotation methods for effective sentiment analysis.
4. Methodology
4.1 Data Collection and Preparation
- Employing Python-based web scraping on MouthShut.com, resulting in a dataset of 56,080 reviews for analysis.
4.2 Text Cleaning for Aspect Extraction
- A detailed process involving the removal of HTML tags, special characters, and stop words for enhancing the dataset quality.
4.3 Data Annotation for Aspect-Based Sentiment Analysis
- Automatic annotation methods leveraging advanced models like E2EABSA and KeyBERT.
4.4 Model Development for Aspect-Sentiment Analysis
- Usage of a powerful text generative base model to derive aspects and their corresponding sentiments.
4.5 Model Training
- Fine-tuned training of the model on 'english,' 'multilingual,' and 'KeyBERT' datasets.
4.6 Model Evaluation
- Comprehensive evaluation using precision, recall, and F1 scores on different datasets.
4.7 Demo Test Result

4.7 Results on Training, Validation, and Test Data
- Detailed evaluation results on training, validation, and test data.
4.8 Comparative Assessment
- Comparison of different trained models to understand their performance differences.
Owner
- Name: Amir Khan
- Login: Amir22010
- Kind: user
- Location: India
- Repositories: 3
- Profile: https://github.com/Amir22010
working on developing a state of art AI solutions mainly in computer vision, chat bots and nlp domain. building an awesome AI as a professional developer 😍.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "Amir_Khan_My_Masters_Research_Thesis_Work_2023, Indian Institue of Technology, Jodhpur" authors: - family-names: "Khan" given-names: "Amir" title: "Advancing Healthcare Quality Assessment: Fine-Grained Aspect-Based Sentiment Analysis of Patient Reviews for Hospital Service Quality " version: 0.0.1 date-released: 2023-12-09 year: 2023 url: "https://huggingface.co/spaces/amir22010/HospitalReviewAspectSentimentExtraction"