From 6edd768f643b08ea98dd5a2f4575a46f07228da0 Mon Sep 17 00:00:00 2001 From: Adithi Satish <45226748+adithisatish@users.noreply.github.com> Date: Sun, 2 Jul 2023 21:42:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5ac1e66..3bc6e94 100644 --- a/README.md +++ b/README.md @@ -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).