Skip to content

Commit

Permalink
Merge branch 'main' of github.com:adithisatish/sentence-deconstructor
Browse files Browse the repository at this point in the history
Merge branches
  • Loading branch information
adithisatish committed Jul 2, 2023
2 parents 3e0f9e1 + 6edd768 commit 3937f3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

iREAD is a learning aid that uses Machine Learning and Natural Language Processing techniques to deconstruct passages and identify literary devices and rammatical rules pertaining to Tense, Tone, Rhyme Schemes, and Metaphors, amongst others. The techniques used provide an insight to the rationale behind the deconstruction using: (1) an intuitive explanation through explication of the rules that underlie the grammatical constructs and (2) identifying the most relevant features for machine classification as a way to explain the outcome of models. We validate the algorithms that underlie the learning aid on manually annotated datasets from high school textbooks on English Grammar that are widely prescribed and referred to. The various components are delineated to three learning levels: easy (recognition of subject-predicate-object, tense and tone), intermediate (recognition of simile, alliteration and rhyme scheme) and advanced (recognition of metaphor and voice).

This repository contains the datasets, source code files and the supplementary information document which accompany the paper "iREAD: Interpretable REcognition and Automated Deconstruction of Semantics in Written English" submitted to the 29th International Conference on Computational Linguistics (COLING 2022).

### Required Libraries
To run the AllenNLP module, [PyTorch](https://pytorch.org/) is required (follow the installation steps on the website).

Expand Down

0 comments on commit 3937f3a

Please sign in to comment.