A Context-Constrained Sentence Modeling for Deception Detection in Real Interrogation Official Implementation
This repository is the official implementation of A Context-Constrained Sentence Modeling for Deception Detection in Real Interrogation.
Extract emobase, BERT and the CTD feature by the tracing the following script.
You need to install opensmile to extract emobase feature
feature_extract/emobase
Please install the dependency of ''pytorch-pretrained-bert 0.6.2'' then use this script to extract the BERT
feature_extract/bert
feature_extract/ctd
Trace run_multitask.py
and models.py
to get more information.
Trace test_only.py
to get more information.
We also provide our best model in the paper, please see BEST_MODEL
.
We can provide some of our feature for testing only, please mail me to get more information.