iamsile / SequenceLabeling_CRF

Assigning dialogue acts to sequences of utterances in conversations using conditional random fields from CRFsuite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assigned dialogue acts to sequences of utterances in conversations from Switchboard (SWBD) corpus. Created two sets of features- Basic and Advanced, from this dataset, and used these with CRF to train and predict the dialog acts. Refer to 'Problem_Statement.txt' and 'report.txt' for more information.

About

Assigning dialogue acts to sequences of utterances in conversations using conditional random fields from CRFsuite


Languages

Language:Python 98.7%Language:Shell 1.3%