-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabstract.tex
70 lines (68 loc) · 3.88 KB
/
abstract.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
% FILE: abstract.tex Version 2.1 AUTHOR: Universität Duisburg-Essen,
% Standort Duisburg AG Prof. Dr. Günter Törner Verena Gondek, Andy
% Braune, Henning Kerstan Fachbereich Mathematik Lotharstr. 65., 47057
% Duisburg entstanden im Rahmen des DFG-Projektes DissOnlineTutor in
% Zusammenarbeit mit der Humboldt-Universitaet zu Berlin AG
% Elektronisches Publizieren Joanna Rycko und der DNB - Deutsche
% Nationalbibliothek
%% \begin{abstract}
%% Here is the english abstract.
%% \end{abstract}
%-englische-Zusammenfassung---------------------------------------
\selectlanguage{english}
\section*{Abstract}
\addcontentsline{toc}{section}{Abstract}
The immense popularity of online communication services in the last
decade has not only upended our lives (with news spreading like
wildfire on the Web, presidents announcing their decisions on Twitter,
and the outcome of political elections being determined on Facebook)
but also dramatically increased the amount of data exchanged on these
platforms. Therefore, if we wish to understand the needs of modern
society better and want to protect it from new threats, we urgently
need more robust, higher-quality natural language processing (NLP)
applications that can recognize such necessities and menaces
automatically, by analyzing uncensored texts. Unfortunately, most NLP
programs today have been created for standard language, as we know it
from newspapers, or, in the best case, adapted to the specifics of
English social media.
\noindent This thesis reduces the existing deficit by entering the new frontier of
German online communication and addressing one of its most prolific
forms---users' conversations on Twitter. In particular, it explores
the ways and means by how people express their opinions on this
service, examines current approaches to automatic mining of these
feelings, and proposes novel methods, which outperform
state-of-the-art techniques. For this purpose, I introduce a new
corpus of German tweets that have been manually annotated with
sentiments, their targets and holders, as well as lexical polarity
items and their contextual modifiers.
%% A detailed inter-annotator agreement study of our dataset shows that
%% not only are sentiments difficult to analyze for people, but this task
%% becomes even more challenging in the presence of emoticons or when
%% dealing with political topics.
Using these data, I explore four major areas of sentiment research:
\begin{inparaenum}[(i)]
\item generation of sentiment lexicons,
\item fine-grained opinion mining,
\item message-level polarity classification, and
\item discourse-aware sentiment analysis.
\end{inparaenum}
In the first task, I compare three popular groups of lexicon
generation methods: dictionary-, corpus-, and word-embedding--based
ones, finding that dictionary-based systems generally yield better
polarity lists than the last two groups. Apart from this, I propose a
linear projection algorithm, whose results surpass many existing
automatically-generated lexicons. Afterwords, in the second task, I
examine two common approaches to automatic prediction of sentiment
spans, their sources, and targets: conditional random fields (CRFs)
and recurrent neural networks, obtaining higher scores with the former
model and improving these results even further by redefining the
structure of CRF graphs. When dealing with message-level polarity
classification, I juxtapose three major sentiment paradigms: lexicon-,
machine-learning--, and deep-learning--based systems, and try to unite
the first and last of these method groups by introducing a
bidirectional neural network with lexicon-based attention. Finally, in
order to make the new classifier aware of microblogs' discourse
structure, I let it separately analyze the elementary discourse units
of each tweet and infer the overall polarity of a message from the
scores of its EDUs with the help of two new approaches:
latent-marginalized CRFs and Recursive Dirichlet Process.