Skip to content

kangbrilliant/DCA-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Co-Interactive Transformer for Joint Slot Filling and Intent Detection

This repository contains the PyTorch implementation of the paper:

A Co-Interactive Transformer for Joint Slot Filling and Intent Detection. Libo Qin, TaiLu Liu, Wanxiang Che, bingbing Kang, Sendong Zhao, Ting Liu.

If you use any source codes or the datasets included in this toolkit in your work, please cite the following paper. The bibtex are listed below:

contrast

In the following, we will guide you how to use this repository step by step.

Architecture

framework

Results

contrast

Preparation

Our code is based on PyTorch 1.2. Required python packages:

  • numpy==1.18.1
  • tqdm==4.32.1
  • torch==1.2.0

We highly suggest you using Anaconda to manage your python environment.

How to run training:

  1. python main_joint.py

Change dataset:

  1. Modify data_path in config.py

If you have any question, please issue the project or email me and we will reply you soon.

About

Open source code for Paper "A Co-Interactive Transformer for Joint Slot Filling and Intent Detection"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages