<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Creating an Argument Search Engine for Online Debates Notebook for the Touche Lab on Argument Retrieval at CLEF 2020</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maximilian Bundesmann</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lukas Christ</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Matthias Richter</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Leipzig</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Consulting web search engines has become an everyday procedure for many internet users. One speci c task that gained attention in recent work is the retrieval of arguments for controversial topics. Most of the preexisting di culties that search engines have to face also apply for this task. However, certain challenges become even more important, such as providing an appropriate heterogeneity in the result set. We present an argument search engine for the argsme corpus. Our focus is on preprocessing the corpus while also addressing the heterogeneity problem and implementing a query expansion feature. Furthermore, we provide a brief evaluation of our retrieval results.</p>
      </abstract>
      <kwd-group>
        <kwd>Information Retrieval</kwd>
        <kwd>Argumentative Conversations</kwd>
        <kwd>On- line Debates</kwd>
        <kwd>Argument Search</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Nowadays, search engines are used by everybody. Consulting a search engine is
the easiest way to nd desired information like today's weather, news articles
or just any arbitrary image. However, there are still some problems for which
modern search engines fail to deliver satisfying answers yet. One of these
challenges is the search for arguments in large document collections, e.g. for debates
such as \Are plastic bottles good?" or \Are speed limits wrong?". Search engines
that nd arguments for these kinds of queries could be classi ed as argument
search engines. There are already some solutions available, e.g. Args.me [22] or
ArgumenText [20].</p>
      <p>
        This report is created in the context of the Touche shared task on argument
retrieval [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Its goal is to develop an argument search engine that retrieves
arguments from the argsme corpus [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which provides almost 390,000 arguments
from over 55,000 online debates. We develop a search engine to nd good
arguments in the corpus. This report describes our approach and evaluates its
performance.
      </p>
      <p>First of all in Section 2, we summarize the state of the art of information
retrieval in the context of argument search engines. Section 3 introduces our
search engine's architecture. Following, we give a short overview of the corpus,
describe some necessary preprocessing steps and show the ideas behind all
separate components. In Section 4 we present the results of the nal evaluation.</p>
      <p>Argument search refers to collecting relevant premises and conclusions to a
given topic that is usually of controversial nature. The goal of such a search
engine is to provide the user with supported statements that help him to gather
knowledge about his topic of interest and potentially assist his decision making.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Previous work has been carried out that tackled various tasks of argument search,
including automatically detecting evidence that support a given claim [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ],
determining argument relevance [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] or acquiring a corpus of arguments [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The
latter one along with the work presented by Wachsmuth et al. [22] constitutes
the basis for this work.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Retrieval Models</title>
        <p>The heart of an argument search engine is a proper retrieval model. The challenge
here is to nd the best arguments w.r.t. a corpus and a free-text query.</p>
        <p>
          Several argument search engines are e.g. args.me [22] or ArgumenText [20].
These engines are based on the retrieval model Okapi BM25. Potthast et al. [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]
performed a user study to evaluate di erent well-known retrieval models. In this
examination Lucene's BM25, Terrier's implementations of DPH [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], DirichletLM
[25], and TFIDF were considered. The retrieved arguments by the di erent
retrieval models were rated by their relevance, rhetoric, logic, and dialectic quality.
DPH proved to yield the best results overall.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Preprocessing</title>
        <p>
          Predicting argument quality is a challenging task. Wachsmuth et al. [21] discuss
the concept of argument quality. Wei et al. [24] rank argumentative reddit posts
in order to nd the most persuasive ones. Their approach is machine
learningbased. The same applies for the approach proposed by Persing and Ng [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
Potthast et al. [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] provide a subset of the argsme corpus in which arguments were
manually annotated with a rating for the quality aspects de ned by Wachsmuth
et al. [21]. Furthermore, an overall quality rating was assigned to each argument.
2.3
Several di erent approaches have been explored that aim to improve the recall
for user queries [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Some examples are pseudo-relevance feedback (using terms
from the top ranked documents) or interactive query re nement that requires the
user to readjust his query. Another option is to use search query logs to obtain
rewritings that users perform to improve their query terms with respect to their
information need. However, some of these methods are out of the scope for this
work, or require additional data. For instance, search query logs are unavailable
for this task. Therefore, we focus on a few automatic query expansion (AQE)
methods based on word embeddings. Diaz et al. [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] and Zuccon et al. [26], for
instance, utilized such \model-based" approaches.
2.4
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Clustering</title>
        <p>
          The aim of clustering here is to guarantee a diverse result set in order to present
the user a variety of di erent arguments. Carbonell and Goldstein [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] introduce
Maximal Marginal Relevance (MMR), a measure that allows building a ranking
incrementally. MMR balances the quality and heterogeneity of the result set.
        </p>
        <p>
          Another approach to build a diverse ranking incrementally is proposed by
Kaptein et al. [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. Deselaers et al. [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] describe a method to diversify image
search results using a "novelty" measure. A problem in diversifying search results
is that classic evaluation measures like (n)DCG do not take diversity of results
into account. Clarke et al. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] thus propose an alternative evaluation framework.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <p>Our argument search engine's architecture is depicted in Figure 1. The
central module is the Apache Lucene Core4 search library that realizes indexing
and retrieval. Before indexing, the corpus is preprocessed. During preprocessing,
quality ratings for all documents are computed.</p>
      <p>At run time, the user's queries are enriched by a query expansion module.
Then, after retrieving a set of relevant documents via the Lucene Core, results
are ranked considering both the scores obtained by the retrieval system and the
quality ratings. Eventually, the last component can perform clustering on the
top ranked results.
3.1</p>
      <sec id="sec-3-1">
        <title>Preprocessing</title>
        <p>The quality of the arguments contained in the corpus is heterogeneous. Some
documents do not contain arguments at all. Therefore we aim to assign ratings to
the documents indicating their argumentative quality. More formally, we create
a mapping
q : D ! [0; 1]
(1)</p>
        <sec id="sec-3-1-1">
          <title>4 https://lucene.apache.org/</title>
          <p>where D is the corpus as a set of documents. If q(d1) &gt; q(d2), the argumentative
quality of d1 is considered higher than that of d2.</p>
          <p>These ratings are then used in our retrieval model, as the user should only
receive arguments with high quality. To compute them, we employ a machine
learning approach. Argument quality is a rather elusive concept that can not be
quanti ed directly. Wachsmuth et al. [21] break it down into three aspects:
{ Logical quality : are the premises acceptable and do they really imply the
conclusion?
{ Rhetorical quality : is the argument formulated in a persuasive manner?
{ Dialectical quality : does the argument contribute to resolving the issue?</p>
          <p>Capturing the logical dimension of argument quality with computational
features is a hard task. Solving it is beyond the scope of this project.The dialectical
quality dimension is not available in our corpus either. Other than the corpus
of reddit posts used by Wei et al. [24], the argsme corpus does not contain
information about replies to a post or citations of a post. Thus, the only quality
dimension we aim to quantify is rhetorical quality.</p>
          <p>
            To achieve this, we compute 22 features for each argument. Most of them can
already be found in Wei et al. [24] and Persing and Ng [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ]. In the following, the
features are brie y described.
          </p>
          <p>Linguistic competence features aim at quantifying the argument's author's
linguistic skills: average sentence length, word length, type/token ratio, number of
punctuation marks per sentence, di erent POS-Tags (whole text), conjunctives
per sentence, modal verbs per sentence, emojis (Use of emojis might coincide
with rather colloquial language and lack of seriousness), non-stopwords ratio.</p>
          <p>Sources and Examples: claims are more persuasive when they are supported
by examples and sources. The following rule-based features are intended to
capture them: number of references per sentence, examples per sentence, URLs per
sentence, percentages per sentence, year speci cations per sentence</p>
          <p>
            Subjectivity, ad hominem and emotionality: Arguments are more persuasive
when they are presented in an objective manner, without anecdotal evidence or
attacking the opponent personally. We aim to quantify subjectivity and
emotionality with the following features:
{ number of rst person pl. pronouns per sentence indicate subjectivity. We do
not count rst person singular words. Persing and Ng [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ] argue that
objective arguments frequently start with phrases like \I think..." or \I believe...",
too.
{ number of second person pronouns per sentence may indicate personal
attacks
{ Sentiment Analysis is able to indicate high emotionality. We use VADER
(Hutto et al. [
            <xref ref-type="bibr" rid="ref14">14</xref>
            ]).
{ hedge words/phrases per sentence: these phrases may indicate a more
polite, indirect and di erentiated formulation. We use a list5 to identify such
phrases.
{ number of de nite articles / number of articles : Persing and Ng [
            <xref ref-type="bibr" rid="ref16">16</xref>
            ] argue
that a lack of de nite articles often means a lack of speci ty and objectivity
{ average concreteness : Brysbaert et al. [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ] provide ratings for word
concreteness obtained by crowd sourcing. This feature describes the average degree
of abstractness/concreteness in the argument.
{ components of emotions : Words a ect our emotions. According to Warriner
et al. [23], there are three components of each emotion:
valence, i.e. \pleasantness"([23]), ranges from \happy" to \unhappy"
arousal is \the intensity of emotion provoked by a stimulus" ([
            <xref ref-type="bibr" rid="ref6">6</xref>
            ])
dominance denotes \the degree of control exerted by a stimulus" ([23])
For each of these emotion components, Warriner et al. provide word ratings.
We build three features: average valence of words in the argument, average
arousal and average dominance.
          </p>
          <p>Before normalizing all features we lter out odd documents based on rules.
To give an example, the average word length in an argument is expected to be
between 2 and 16. Odd documents are assigned the rating 0.0. Such documents
are typically spam or short meta-posts like e.g. \I accept", \Vote Pro" etc.</p>
          <p>
            As training data we use the Webis-ArgQuality-20 Corpus [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]. It contains
about 1600 arguments from the argsme corpus. Furthermore, it provides ratings
for all three argument quality dimensions as well as for combined/overall
argument quality. These continuous ratings range from -4.0 (not an argument) to
4.0.
          </p>
          <p>We train several several machine learning models: Linear Regression, Decision
Tree Regression and Support Vector Regression (SVR) with di erent kernels.
For each type of model we train one instance on rhetorical quality and another
instance on combined quality. Both instances' parameters are optimized via grid
search.</p>
        </sec>
        <sec id="sec-3-1-2">
          <title>5 https://github.com/words/hedges</title>
          <p>All models perform rather poorly, con rming that argument quality
prediction is a di cult problem. SVR with a quadratic kernel achieves the best results
(MSE of 1.641 for rhetorical and 1.475 for combined quality). Moreover, we train
an ensemble model (Linear Regression) using the predictions of all models as
features. As expected, it outperforms all single models (MSE of 1.468 for rhetorical
and 1.322 for combined quality).</p>
          <p>An interesting detail is that all models, even those trained on rhetorical
quality, perform better in predicting combined argument quality than in predicting
rhetorical quality. In other words, overall quality seems to be easier to grasp
than rhetorical quality, at least with our approach. This hypothesis is
statistically signi cant for p &lt; 0:01. One explanation may be that some of our features
also capture aspects of dialectical and logical quality: For example, providing
sources to support a claim could indicate logical correctness. Features related to
subjectivity and emotionality might at least be able to suggest low dialectical
quality, as a very emotional and/or subjective post is often unlikely to contribute
to resolving an issue.</p>
          <p>Finally, to obtain the desired quality function q : D ! [0; 1], we let the trained
models predict the combined quality of every argument in the argsme corpus.
We compute the predictions of the best single model (quadratic SVR trained on
combined quality) and the ensemble model, leading to two candidates qsvr; qens
for q. Figure 2 shows the distributions of the ratings generated by both models.</p>
          <p>
            We choose qsvr for q, even though the SVR model's MSE is higher than that
of the ensemble method. The main reason for this decision is that there are
almost no \bad" arguments according to qens, which is certainly inaccurate.
Like the implementation of args.me we decide to use Apache Lucene for the
indexing and retrieval tasks. We index the extended corpus which is generated
during preprocessing. In the rst step of query processing, stopwords are
removed from the query. Before results are retrieved, the query is extended using
additional query expansion methods. For the ranking, we implement di erent
methods. As a baseline, we use Lucene's BM25 implementation. Furthermore,
we extend the Lucene search core with an implementation of the DPH concept
[
            <xref ref-type="bibr" rid="ref4">4</xref>
            ]. These retrieval methods do not consider the quality ratings q of our extended
corpus. To gain a pro t from q we perform a reranking. The scoring function for
a document d is given by:
score(d) =
s0(d) + (1
) q(d)
(2)
of
where s0 is the normalized score of the retrieval model. A reasonable value
( 2 [0; 1]) can be determined empirically. Initially, we set = 0:5.
3.3
          </p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Query Expansion</title>
        <p>A query is a short representation of the user's information need. However, these
few words may not be su cient to encompass the entire concept that the user
wants to express. This can lead to highly relevant documents not being found by
the retrieval system due to vocabulary missmatch. That is, the user may choose
terms for his query that do not appear in a relevant document. To mitigate this
gap, automatic query expansion methods can be used. In this section we brie y
describe the components of AQE and our implementation.</p>
        <p>For our query expansion component we decided to use one simple baseline
approach and two more sophisticated concepts. As baseline, we employ WordNet
to fetch semantically similar words for each individual query term. This method
can not grasp the concept of the entire query as one unit. However, as many of
the queries provided for the shared task only consist of few terms, such as \speed
limit" or \nuclear weapons", this simple AQE method can potentially provide a
useful enhancement.</p>
        <p>
          The other two expansion procedures both rely on word embeddings. We use
fastText6 to obtain vector representations from the argsme corpus. We
combine these locally trained representations with pre-trained embeddings o ered
by fastText. Then, we adapt a query expansion method as proposed by Diaz et
al. [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. This model-based expansion procedure searches the word embeddings
for semantically similar terms in order to estimate an alternative to the original
query by interpolating the query language model pq with that of the expansion
language pq+ as follows:
pq1(w) =
pq(w) + (1
)pq+ (w)
(3)
        </p>
        <sec id="sec-3-2-1">
          <title>6 https://fasttext.cc/</title>
          <p>All newly found terms are then weighted and the best ones (matching the
modeled language) are selected to augment the query.</p>
          <p>Even though the work presented by Zuccon et al. [26] does not directly focus
on AQE, we also use their insights to realize another expansion method. They
investigate di erent ways to estimate translation probabilities for terms that
belong to the same language model. Similarly, our goal for AQE is to nd words
w that are likely to be "translations" of the initial query terms:
pt(wjq) =
u2qpt(wju)p(ujq)
(4)
where pt(wju) describes the probability of translating term u into w which can
be approximated by a normalized cosine similarity.</p>
          <p>Naturally, both expansion techniques operate on each query as a whole to
incorporate their relatedness. Eventually, the expansion terms and their respective
weights are returned to our search core. Note that for the current implementation
only one expansion method is used at a time.
3.4</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>Clustering and Reranking</title>
        <p>A more experimental component of our search engine is the clustering/reranking
module.</p>
        <p>In retrieving arguments, not only the argumentative quality of the returned
results is important. Another aspect of an argument search engine's utility is
the heterogeneity of the returned arguments. In every use case, the user bene ts
from receiving a wide variety of semantically di erent arguments.</p>
        <p>A problem of the argsme corpus is that an argumentative document usually
contains more than one argument. Nevertheless, documents may often be
semantically similar. Moreover, optimizing heterogeneity can con ict with optimizing
quality. Both goals need to be balanced.</p>
        <p>As the Touche task is evaluated using nDCG, we rst make sure that our
results are of high quality (w.r.t to the query and the argumentation quality).
Then, the top 8 results are clustered and reranked in order to diversify the top
results.</p>
        <p>
          Semantic clustering is implemented using Latent Semantic Analysis
(Deerwester et al. [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]) for 3 topics. This provides a vector of size 3 for each of the top
8 documents. Now, the distance dist(d1; d2) = 1 SIM (d1; d2), i.e. dissimilarity
between two documents d1 and d2 can be described in terms of the 3-dimensional
vectors generated by LSA.
        </p>
        <p>
          In the following, let R be the ranking and R[i] the document with rank
i in R. Similar to Deselaers et al. [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ], we employ a notion of a document's
novelty. Novelty of a document R[i] is related to R[i]0s predecessors in the ranking
R[
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]:::R[i 1]:
        </p>
        <p>ki=11 k1 dist(R[i]; R[i
N ov(R[i]) :=
k])
(5)
We weight the dissimilarity depending on the number of ranks between R[j] and
R[j k]: documents should not be similar to their immediate predecessor.</p>
        <p>Based on novelties, we de ne a measure for R's diversity/heterogeneity:
heterogeneity(R) :=
jjR=j2 1j N ov(R[j])
(6)
The likelihood that a user actually looks at a document d decreases with d's rank.
Because of that, our heterogeneity measure weights each document's novelty
depending on its rank.</p>
        <p>Next, heterogenity of a ranking R needs to be balanced with R's quality. To
achieve this, we compute a reranking R0 of R that maximizes
quality(R0) + (1
) heterogeneity(R0)
(7)</p>
        <p>We use nDCG with our retrieval model's ratings to compute quality(R0).
Note that the problem of nding an optimal R0 can be framed as Mixed Integer
Program. However, since we restrict ourselves to reranking only the top 8
documents, we nd an optimal solution using brute force. Table 1 shows the e ect
of our reranking on a dummy corpus.</p>
        <p>The hyperparameter 2 [0; 1] in Equation 7 could be set by the user.
Alternatively, could be further investigated in order nd a reasonable value. This is
beyond the scope of our project. For the evaluation, we turn o the clustering
component (i.e. set to 1), because nDCG does not consider heterogeneity.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation and Results</title>
      <p>
        For the nal evaluation of our system, we decide to use the combination of DPH
and baseline query expansion. Additionally, we augment the scoring function
with our quality ratings as described in Equation 2 using = 0:5. The clustering
component is not used, since it can not be expected to have a positive impact on
nDCG scores, as pointed out in Section 3.4. Among the various retrieval models,
DPH should show the best performance according to the ndings of Potthast
et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Moreover, some quick experiments with manually labelled test data
have shown that among our query expansion methods, the baseline expansion
achieves the most satisfying results.
      </p>
      <p>
        The result of the nal run which was evaluated via tira.io [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] reaches a sound
nDCG@5 of 0.804. For the older version of the corpus, this run was the best
performing among all participants7, indicating that the employed combination
could be suitable to perform argument search tasks. We did not submit a run
for the more recent corpus version.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Outlook</title>
      <p>We implemented an argument search engine for the argsme corpus. The results,
however, are not very convincing yet. We suppose they could be improved in
future work, considering the following aspects. As the search engine proved to
bene t from our argument quality ratings, these ratings could be further
investigated. More sophisticated features and models could be tested. What is more,
the weighting of the ratings in our retrieval model, i.e. the hyperparameter in
Equation 2, could be optimized. One of the major downsides of our approach is
that it does not analyse the semantics of potentially relevant documents. Thus,
the precision is often rather low. Future work could tackle this issue. A closer
investigation of the query expansion component (e.g. investigating more queries)
would probably improve our search engine's results, too. We implement a
reranking component to diversify the top-ranked results. However, we were not able to
evaluate its quality within the scope of this work. What is more, the reranking
component is only implemented in a proof-of-concept style, limited to the top 8
documents.</p>
      <p>To conclude, we aimed to address the complex problem of argument retrieval
using several di erent methods. There is much space for extending and enhancing
our approach in order to improve its performance.
Linguistics, Lisbon, Portugal (Sep 2015). https://doi.org/10.18653/v1/D15-1050,
https://www.aclweb.org/anthology/D15-1050
20. Stab, C., Daxenberger, J., Stahlhut, C., Miller, T., Schiller, B., Tauchmann, C.,
Eger, S., Gurevych, I.: Argumentext: Searching for arguments in heterogeneous
sources. In: Proceedings of the 2018 conference of the North American chapter of
the association for computational linguistics: demonstrations. pp. 21{25 (2018)
21. Wachsmuth, H., Naderi, N., Hou, Y., Bilu, Y., Prabhakaran, V., Thijm, T.A.,
Hirst, G., Stein, B.: Computational argumentation quality assessment in natural
language. In: Proceedings of the 15th Conference of the European Chapter of the
Association for Computational Linguistics: Volume 1, Long Papers. pp. 176{187
(2017)
22. Wachsmuth, H., Potthast, M., Al-Khatib, K., Ajjour, Y., Puschmann, J., Qu, J.,
Dorsch, J., Morari, V., Bevendor , J., Stein, B.: Building an argument search
engine for the web pp. 49{59 (Sep 2017). https://doi.org/10.18653/v1/W17-5106,
https://www.aclweb.org/anthology/W17-5106
23. Warriner, A.B., Kuperman, V., Brysbaert, M.: Norms of valence, arousal, and
dominance for 13,915 english lemmas. Behavior research methods 45(4), 1191{
1207 (2013)
24. Wei, Z., Liu, Y., Li, Y.: Is this post persuasive? ranking argumentative comments
in online forum. In: Proceedings of the 54th Annual Meeting of the Association for
Computational Linguistics (Volume 2: Short Papers). pp. 195{200 (2016)
25. Zhai, C., La erty, J.: A study of smoothing methods for language models
applied to ad hoc information retrieval. In: Proceedings of the 24th Annual
International ACM SIGIR Conference on Research and Development in Information
Retrieval. Association for Computing Machinery, New York, NY, USA (2001).
https://doi.org/10.1145/383952.384019, https://doi.org/10.1145/383952.384019
26. Zuccon, G., Koopman, B., Bruza, P., Azzopardi, L.: Integrating and evaluating
neural word embeddings in information retrieval. In: Proceedings of the 20th
Australasian document computing symposium. pp. 1{8 (2015)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ajjour</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wachsmuth</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiesel</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Data acquisition for argument search: The args. me corpus</article-title>
          .
          <source>In: Joint German/Austrian Conference on Arti cial Intelligence (Kunstliche Intelligenz)</source>
          . pp.
          <volume>48</volume>
          {
          <fpage>59</fpage>
          . Springer (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Ajjour</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wachsmuth</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiesel</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Data Acquisition for Argument Search: The args.me corpus</article-title>
          . In: Benzmuller,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Stuckenschmidt</surname>
          </string-name>
          , H. (eds.)
          <source>42nd German Conference on Arti cial Intelligence (KI</source>
          <year>2019</year>
          ). pp.
          <volume>48</volume>
          {
          <fpage>59</fpage>
          . Springer (Sep
          <year>2019</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -30179-8 4
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Amati</surname>
          </string-name>
          , G.:
          <article-title>Frequentist and bayesian approach to information retrieval</article-title>
          .
          <source>In: European Conference on Information Retrieval</source>
          . pp.
          <volume>13</volume>
          {
          <fpage>24</fpage>
          . Springer (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Amati</surname>
          </string-name>
          , G.:
          <article-title>Frequentist and bayesian approach to information retrieval</article-title>
          .
          <source>In: European Conference on Information Retrieval</source>
          . pp.
          <volume>13</volume>
          {
          <fpage>24</fpage>
          . Springer (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bondarenko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Frobe, M.,
          <string-name>
            <surname>Beloucif</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gienapp</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ajjour</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panchenko</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Biemann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wachsmuth</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Overview of Touche 2020:
          <article-title>Argument Retrieval</article-title>
          .
          <source>In: Working Notes Papers of the CLEF 2020 Evaluation Labs (Sep</source>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Brysbaert</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warriner</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuperman</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Concreteness ratings for 40 thousand generally known english word lemmas</article-title>
          .
          <source>Behavior research methods 46(3)</source>
          ,
          <volume>904</volume>
          {
          <fpage>911</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Carbonell, J.,
          <string-name>
            <surname>Goldstein</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The use of mmr, diversity-based reranking for reordering documents and producing summaries</article-title>
          .
          <source>In: Proceedings of the 21st annual international ACM SIGIR conference on Research and development in information retrieval</source>
          . pp.
          <volume>335</volume>
          {
          <issue>336</issue>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Carpineto</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romano</surname>
          </string-name>
          , G.:
          <article-title>A survey of automatic query expansion in information retrieval</article-title>
          .
          <source>Acm Computing Surveys (CSUR) 44(1)</source>
          ,
          <volume>1</volume>
          {
          <fpage>50</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Clarke</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kolla</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cormack</surname>
            ,
            <given-names>G.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vechtomova</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashkan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Buttcher, S., MacKinnon, I.:
          <article-title>Novelty and diversity in information retrieval evaluation</article-title>
          .
          <source>In: Proceedings of the 31st annual international ACM SIGIR conference on Research and development in information retrieval</source>
          . pp.
          <volume>659</volume>
          {
          <issue>666</issue>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Deerwester</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumais</surname>
            ,
            <given-names>S.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Furnas</surname>
            ,
            <given-names>G.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Landauer</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harshman</surname>
          </string-name>
          , R.:
          <article-title>Indexing by latent semantic analysis</article-title>
          .
          <source>Journal of the American society for information science 41</source>
          (
          <issue>6</issue>
          ),
          <volume>391</volume>
          {
          <fpage>407</fpage>
          (
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Deselaers</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gass</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dreuw</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ney</surname>
          </string-name>
          , H.:
          <article-title>Jointly optimising relevance and diversity in image retrieval</article-title>
          .
          <source>In: Proceedings of the ACM international conference on image and video retrieval</source>
          . pp.
          <volume>1</volume>
          {
          <issue>8</issue>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Diaz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Craswell</surname>
          </string-name>
          , N.:
          <article-title>Query expansion with locally-trained word embeddings</article-title>
          .
          <source>arXiv preprint arXiv:1605.07891</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Gienapp</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>E cient Pairwise Annotation of Argument Quality. In: 58th Annual Meeting of the Association for Computational Linguistics (ACL</article-title>
          <year>2020</year>
          ). pp.
          <volume>5772</volume>
          {
          <fpage>5781</fpage>
          . Association for Computational Linguistics,
          <source>Online (Jul</source>
          <year>2020</year>
          ), https://www.aclweb.org/anthology/2020.acl-main.
          <fpage>511</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Hutto</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gilbert</surname>
          </string-name>
          , E.:
          <article-title>Vader: A parsimonious rule-based model for sentiment analysis of social media text</article-title>
          . In: Eighth international AAAI conference
          <article-title>on weblogs and social media (</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Kaptein</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koolen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kamps</surname>
          </string-name>
          , J.:
          <article-title>Result diversity and entity ranking experiments: Anchors, links, text and wikipedia</article-title>
          .
          <source>Tech. rep., AMSTERDAM UNIV (NETHERLANDS) INTELLIGENT SYSTEMS LAB AMSTERDAM</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Persing</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Why can't you convince me? modeling weaknesses in unpersuasive arguments</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <volume>4082</volume>
          {
          <issue>4088</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gienapp</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Euchner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Heilenkotter, N.,
          <string-name>
            <surname>Weidmann</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wachsmuth</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hagen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Argument Search: Assessing Argument Relevance</article-title>
          .
          <source>In: 42nd International ACM Conference on Research and Development in Information Retrieval (SIGIR</source>
          <year>2019</year>
          ).
          <source>ACM (Jul</source>
          <year>2019</year>
          ). https://doi.org/10.1145/3331184.3331327, http://doi.acm.
          <source>org/10</source>
          .1145/3331184.3331327
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>TIRA Integrated Research Architecture</article-title>
          . In: Ferro,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <surname>C</surname>
          </string-name>
          . (eds.)
          <article-title>Information Retrieval Evaluation in a Changing World</article-title>
          .
          <source>The Information Retrieval Series</source>
          , Springer (Sep
          <year>2019</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -22948-1 5
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Rinott</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dankin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alzate Perez</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khapra</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aharoni</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slonim</surname>
          </string-name>
          , N.:
          <article-title>Show me your evidence - an automatic method for context dependent evidence detection</article-title>
          .
          <source>In: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <volume>440</volume>
          {
          <fpage>450</fpage>
          . Association for Computational
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>