Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Essay Scores #860

Merged
merged 3 commits into from
Jul 20, 2024
Merged

Conversation

ojaswichopra
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Automated Essay Scores

  • Info about the related issue (Aim of the project) : The aim of this project is to develop deep learning models for automated essay scoring. The goal is to reduce grading time and provide consistent feedback to students based on the quality of their argumentative essays.
  • Name: Ojaswi Chopra
  • GitHub ID: ojaswichopra
  • Email ID: [email protected]
  • Idenitfy yourself: GSSOC 2024 Contributor

Closes: #794

Describe the add-ons or changes you've made 📃

  • Implemented Deep Learning Models: Developed LSTM, GRU, and CNN models to evaluate essay quality based on predefined scoring criteria.
  • Performed Exploratory Data Analysis (EDA): Analyzed the dataset to understand essay length distribution, word frequency, and other relevant metrics.
  • Evaluated Performance Metrics: Implemented and compared models based on quadratic weighted kappa metrics.
  • Integrated Requirements.txt: Created a requirements.txt file specifying necessary libraries for easy replication of the environment.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

The models have been trained and evaluated on the dataset, with performance metrics recorded for comparison.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @ojaswichopra :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the .DS_Store file. Otherwise everything looks good to me.
@ojaswichopra

@abhisheks008 abhisheks008 added Status: Requested Changes Changes requested. gssoc Girlscript Summer of Code 2024 labels Jul 20, 2024
@ojaswichopra
Copy link
Contributor Author

@abhisheks008 I have removed the file.

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Approved ✅
@ojaswichopra

@abhisheks008 abhisheks008 added level2 Level 2 for GSSOC Status: Approved Approved PR by the PA. and removed Status: Requested Changes Changes requested. labels Jul 20, 2024
@abhisheks008 abhisheks008 merged commit bca1cd7 into abhisheks008:main Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girlscript Summer of Code 2024 level2 Level 2 for GSSOC Points Updated Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated Essay Scores
2 participants