You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces 3-fold cross validation results on movie dataset. Values repesent positive, negative, or overall accuracy.}}{6}}
25
25
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Test results on Yelp dataset with Naive Bayes classifier. Values repesent percent of reviews classified as positive for a given star rating.}}{7}}
26
26
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Test results on Yelp dataset with Maximum Entropy classifier. Values repesent percent of reviews classified as positive for a given star rating.}}{7}}
Copy file name to clipboardExpand all lines: egpaper_final.tex~
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@
26
26
%%%%%%%%% TITLE
27
27
\title{Sentiment Classification using Machine Learning Techniques}
28
28
29
-
\author{Pranjal Vashaspati\\
30
-
Institution1\\
31
-
Institution1 address\\
29
+
\author{Pranjal Vachaspati\\
32
30
{\tt\small pranjal@mit.edu}
33
31
% For a paper whose authors are all at the same institutiton,
34
32
% omit the following lines up until the closing ``}''.
@@ -37,8 +35,6 @@ Institution1 address\\
37
35
% To save space, use either the email address or home page, not both
38
36
\and
39
37
Cathy Wu\\
40
-
Institution2\\
41
-
First line of institution2 address\\
42
38
{\tt\small cathywu@mit.edu}
43
39
}
44
40
@@ -47,7 +43,7 @@ First line of institution2 address\\
47
43
48
44
%%%%%%%%% ABSTRACT
49
45
\begin{abstract}
50
-
We implement a series of classifiers (Naive Bayes, Maximum Entropy, and SVM) to distinguish positive and negative sentiment in critic and user reviews. We apply various processing methods, including negation tagging, part-of-speech tagging, and position tagging to achieve maximum accuracy. We test our classifiers on an external dataset to see how well they generalize. Finally, we use a majority-voting technique to combine classifiers and achieve accuracy of close to 90\% in 3-fold cross-validation.
46
+
We implement a series of classifiers (Naive Bayes, Maximum Entropy, and SVM) to distinguish positive and negative sentiment in critic and user reviews. We apply various processing methods, including negation tagging, part-of-speech tagging, and position tagging to achieve maximum accuracy. We test our classifiers on an external dataset to see how well they generalize. Finally, we use a majority-voting technique to combine classifiers and achieve accuracy of close to 90\% in 3-fold cross-validation\cite{Martin}.
0 commit comments