SkillAgentSearch skills...

Qtypes

Rule based Answer Type classification system in Node.js

Install / Use

/learn @superscriptjs/Qtypes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

qTypes

This is a real simple rule based question classifier inspired by this paper.

http://cogcomp.cs.illinois.edu/Data/QA/QC/definition.html

Using Trec 10 Labled questions from : http://cogcomp.cs.illinois.edu/Data/QA/QC/

Usage

npm install qtypes

API

classify("How many steps from here to Alaska?"); 
// NUM:count

questionType("How many steps from here to Alaska?"); 
// WH
Returns 
	- CH: Choice or Alternate Question
  - WH: QWord Question
  - YN: Yes/No Question
  - TG: Tag Question

assert("file", callback)

See the test file for an example.

Results in sample questions are roughtly 80+% on course features and 75% on finer sub categories

{ coarse: 80.19603920784157, fine: 71.37427485497099 }
View on GitHub
GitHub Stars161
CategoryDevelopment
Updated2mo ago
Forks27

Languages

JavaScript

Security Score

80/100

Audited on Jan 13, 2026

No findings