Baselight

Persian Questions

Simple Persian Questions aimed to use in a voice assistant in 4 Categories

@kaggle.halflingwizard_persian_questions

Loading...
Loading...

About this Dataset

Persian Questions

Context

I wanted to Create a model that could identify several kinds of questions along with their BOI tags, so I created this dataset. It's not very advanced, but It worked for me and my project.

Content

there are three columns in the table; first, the sentence in all of its glory. second, the BOI tags of each word and then the intent of the sentence. there are four intents: Get Weather, Catch a Cab, Order Food and Play Music.

Inspiration

I was Inspired by snips.ai dataset of English questions.

Tables

Test

@kaggle.halflingwizard_persian_questions.test
  • 9.87 KB
  • 122 rows
  • 4 columns
Loading...

CREATE TABLE test (
  "unnamed_0" BIGINT,
  "words" VARCHAR,
  "words_label" VARCHAR,
  "intent_label" VARCHAR
);

Train

@kaggle.halflingwizard_persian_questions.train
  • 23.7 KB
  • 500 rows
  • 4 columns
Loading...

CREATE TABLE train (
  "unnamed_0" BIGINT,
  "words" VARCHAR,
  "words_label" VARCHAR,
  "intent_label" VARCHAR
);

Share link

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