Baselight

Poem Classification (NLP)

Poem Phrases taken from Poem.org to do Classification on Poem's Genre

@kaggle.ramjasmaurya_poem_classification_nlp

Loading...
Loading...

About this Dataset

Poem Classification (NLP)

dON'T FOREGET TO UPVOTE IF you think DATASET IS WORTHY OF IT .

dISCUSS ABOUT DATASET's Problem FREELY on discussion section.

Poem

When I used to ask students what a poem is, I would get answers like “a painting in words,” or “a medium for self-expression,” or “a song that rhymes and displays beauty.” None of these answers ever really satisfied me, or them, and so for a while I stopped asking the question.

Then one time, I requested that my students bring in to class something that had a personal meaning to them. With their objects on their desks, I gave them three prompts: first, to write a paragraph about why they brought in the item; second, to write a paragraph describing the item empirically, as a scientist might; and third, to write a paragraph in the first person from the point of view of the item. The first two were warm-ups. Above the third paragraph I told them to write “Poem.”

Dataset is classified in 4 poem genres :Affection,Environment,Music and Death
Classify the genres based on NLP METHOD.

Tables

Poem Classification Test Data

@kaggle.ramjasmaurya_poem_classification_nlp.poem_classification_test_data
  • 32.36 KB
  • 150 rows
  • 2 columns
Loading...

CREATE TABLE poem_classification_test_data (
  "genre" VARCHAR,
  "poem" VARCHAR
);

Poem Classification Train Data

@kaggle.ramjasmaurya_poem_classification_nlp.poem_classification_train_data
  • 153.03 KB
  • 841 rows
  • 2 columns
Loading...

CREATE TABLE poem_classification_train_data (
  "genre" VARCHAR,
  "poem" VARCHAR
);

Share link

Anyone who has the link will be able to view this.