Asynchronous Interview Analysis
Asynchronous Interview Analysis
ISSN No:-2456-2165
Abstract:- Conventional interviewing procedures often The final step involves an asynchronous face-to-face
lack to grasp a deep understanding of their inter- view. This interview will be recorded to understand
interviewees. Interviewers could fail to observe how the interviewee reacts to specific questions and how
important facial features, textual tone, and body he/she feels throughout the interview process.
language during the interview process. The proposed
system provides a thorough approach to understand
how the interviewee behaves and feels during the
interviewing process. A significant feature of this system
is the ability to measure and quantify the big 5 traits of
personality with the help of machine learning and
natural language processing. Additionally, this paper
presents how the amalgamation of various algorithms
and approaches can help in determining the overall
personality of the interviewee.
I. INTRODUCTION
Text Polarity
In the second step of our system, we give the test taker
a general topic like ”Describe the best day of your life” or
something on a similar line. The essay written by the test The polarity is multiplied by -0.5 when negation is
taker is analyzed for the sentiment. The result of the used and it does not affect subjectivity.
sentiment analysis would suggest the mindset of the person
whether he/she has a positive, negative or neutral opinion
towards life. To achieve this we use TextBlob. TextBlob is a
built-in python library and offers simple access to its
methods and perform basic Natural language processing
functions. The sentiment function of TextBlob returns two
attributes, subjectivity, and polarity. Polarity lies in the Recognizing “very” as a modifier word, TextBlob will
range of [-1,1] where 1 means the given statements are ignore polarity and subjectivity and simply use intensity to
positive and -1 means the given statement is negative. modify the following word:
Subjective sentences often refer to personal opinion,
The polarity gets maxed out at 1.0, but you may see
that subjectivity is also changed by “very” to turn out to be
0.6*1.3
= 0.78
A. Personality Prediction
The accuracy of the model for predicting personality
achieved 80% using logistic regression.
C. Text Polarity
The Accuracy of Text polarity i.e. finding sentiment
using TextBlob is 60.5%
Fig 7:- Distribution of testing data
REFERENCES