<!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>Qualitative Comparison of Native and Machine-Translated Parliamentary Debates</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ajda Pretnar Žagar</string-name>
          <email>ajda.pretnar@inz.si</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute of Contemporary History</institution>
          ,
          <addr-line>Privoz 11, 1000 Ljubljana</addr-line>
          ,
          <country country="SI">Slovenia</country>
        </aff>
      </contrib-group>
      <fpage>146</fpage>
      <lpage>157</lpage>
      <abstract>
        <p>Machine translation (MT) models have become increasingly accurate and widely accessible for multiple languages in recent years. They can potentially lift the barriers to applying NLP tools and methods to previously unsupported languages and boost comparative cross-lingual research in digital humanities. This study empirically contrasts results obtained with source and target Slovenian ParlaMint corpus of parliamentary debates on topic modelling. It qualitatively compares three steps in topic interpretation: topic description, topic significance in subcorpora, and marginal topic distribution. The results indicate that the topic modelling on the target corpus only partially replicates the topic modelling on the source corpus, but the overlap is suficient to provide a starting point for the cross-country comparison.</p>
      </abstract>
      <kwd-group>
        <kwd>topic modelling</kwd>
        <kwd>LDA</kwd>
        <kwd>parliamentary data</kwd>
        <kwd>machine translation</kwd>
        <kwd>qualitative evaluation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], they also enable cross-country comparisons of discourses, topics, political agendas, and
language development. However, comparative research of ParlaMint data requires language
proficiency in more than a single language, which significantly limits transnational research.
      </p>
      <p>Fortunately, machine translation (MT) models are increasingly accurate and freely available
to the research community. They are a cost-eficient and fast method for converting almost any
corpus to a language the researcher could understand. With state-of-the-art models approaching
or sometimes even surpassing human accuracy 2[], machine translation helps alleviate language
barriers for comparative research in multilingual text collections.</p>
      <p>
        The main research question of this paper is to what extent do bag-of-words results, specifically
topic modelling, on machine-translated corpora correspond to the results on the native corpora.
Given that topic modelling relies on word distributions and not on the order of words, proper
grammar, and correct pronouns, in-context word-to-word translation accuracy is the most
important requirement for MT, which is already relatively high with existing approaches.
Similar research has already shown that machine translations can successfully capture topics,
similar to the source corpus3[], and that target corpora can be used in comparative research
[
        <xref ref-type="bibr" rid="ref24 ref4 ref5">4, 5</xref>
        ].
      </p>
      <p>We chose to work with a recently published ParlaMint corpus, which provides rich linguistic
annotation and metadata. Moreover, we chose the Slovenian ParlaMint corpus as we are native
speakers of the language and can accurately interpret the results. Slovenian generally has
fewer language resources than English and is morphologically rich, resulting in poorer machine
translation.</p>
      <p>The paper qualitatively compares the outcomes of source topic models with their counterparts
obtained from the target corpus. Topic overlap is estimated, not in terms of topic-term similarity,
but on how similar the analytical results would be if using target corpus. Evaluation is done by
comparing: a) topic interpretation in the source and target topic model, b) significant topics for
pre-COVID and COVID period, and c) marginal topic distribution of both models.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Various techniques can be applied for a comparative analysis of topic models of multilingual
corpora. Mimno et al. 6[] propose Polylingual Topic Models (PTM), which can extract topics
for corpora in many languages, but they require an initial set of comparable documents. PTM
can be extended to unaligned documents, but not all corpora contain comparable documents.
Boyd-Graber and Blei 7[] further this idea by proposing multilingual topic models for unaligned
documents. When the documents in diferent languages do not cover the same topics, which
is often the case, Yang, Boyd-Graber and Resnik [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] propose a multilingual topic model to
match the learned topics partially. However, all of these approaches require knowledge of the
languages of the corpus.
      </p>
      <p>
        The alternative is using machine-translated corpora and computing topic models on those.
However, the results depend heavily on the quality of the translation. There are numerous
approaches to automatically estimating machine translation quality. Most rely on quantitative
assessment against a reference text, such as BLEU9[] and NIST [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Establishing
communityaccepted automatic scoring methods boosted research in machine translation models as it
enabled fast and cost-efective evaluation of model improvements. That said, certain criticism
has been raised against such evaluations. Turian, Shea and Melame1d1][argue that the
correlation between human evaluation and MT quality estimates is low. Others point to the
inability of such measures to capture translation improvements in syntactic and semantic quality
[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Hence a qualitative estimation of topic model similarity between target and source texts
can be a viable alternative to quantitative scores.
      </p>
      <p>
        However, such studies are few. Reber [
        <xref ref-type="bibr" rid="ref24 ref4">4</xref>
        ] compares Google Translate and DeepL MT models
on online discourses on climate change from Germany, the United Kingdom and the United
States. The author uses Structural Topic Models on target corpus to compare topic prevalence in
diferent national discourses. Maier et al. 1[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] empirically assess the diference in topic modelling
results between machine-translated texts and multilingual dictionaries. They note the utility
of both approaches but warn of method-specific diferences in the results. Nevertheless, both
studies demonstrate that it is possible to apply topic modelling in multilingual settings.
      </p>
      <p>This contribution extends the paper from de Vries, Schoonvelde and Schumacher3][, which
compare a gold standard human translation oenuparl data set with a machine-translated corpus.
They use topic modelling with LDA to compare both text sets via the generated term-document
matrices, which explicitly shows that target corpora can be successfully used for extracting
topics.</p>
      <p>We likewise estimate the machine translation quality empirically, but in contrast to the above
paper, we focus on a qualitative perspective. Instead, we leverage our native knowledge of the
Slovenian language to estimate how close the interpretation of topic modelling of the target
corpus would be to the topic modelling of the source corpus.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Data</title>
      <p>
        The first data set 1 is ParlaMint-SI, a linguistically annotated corpus of parliamentary speeches
from the Slovenian parliament from 2014 onward1[
        <xref ref-type="bibr" rid="ref24 ref4">4</xref>
        ]. We will refer to it as the “source
corpus”. Corpus contains 414 transcribed recordings of parliamentary sessions, equipped with
corresponding metadata on the parliamentary speakers and linguistic annotations of utterances,
including lemmas, POS tags, and named entities.
      </p>
      <p>We took the data from 2019-01-01 onward, encompassing about a year of pre-COVID and
a year of COVID speeches. We parsed the corpus into 18,476 utterances, each representing a
single speech given in a session. We kept only speeches given by regular MPs, as these would
correspond best to topics discussed in the parliament. We also removed speeches (utterances)
shorter than 50 words, as these would typically be procedural remark1s5][. In the end, the
ifltered corpus contained 6861 speeches.</p>
      <p>The second data se2t is a machine-translated version of ParlaMint-SI version 2.0. We will
refer to it as the “target corpus”. Machine translation was performed wiothpus-mt-zls-en model
3.</p>
      <p>
        The source corpus already contains lemmas and POS tags attained with the CLASSLA pipeline
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. We lemmatised the target corpus with the Lemmagen lemmatiser [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and tagged it with
the Averaged Perceptron Tagger from the NLTK library. The choice of lemmatiser and tagger
undoubtedly introduces additional noise, resulting from imperfect preprocessing models and
not the machine translation mode4l.
      </p>
      <p>
        We kept only lemmatised nouns, thus removing a large portion of tokens. The reasoning is
that nouns suficiently reflect topics in parliamentary speeches, and they are easier to interpret
than, say, verbs [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. When we tested the pipeline with nouns and verbs, there was always
at least one topic with only verbs as characteristic topic words. We also removed tokens that
appear in less than ten documents, as they are too niche and do not represent a topic suficiently.
      </p>
      <p>In the end, the source corpus retained 3695 types, while the target corpus had 5127. More than
30% diference in types in the target corpus is already a significant discrepancy. The diference
can be attributed to the diferent lemmatiser (personal names were lemmatised correctly in the
110.6084/m9.figshare.19248812
210.6084/m9.figshare.19258814
3https://huggingface.co/Helsinki-NLP/opus-mt-zls-en
4A manual inspection of token diferences between the source and target corpora revealed the dificulties of the
lemmatiser to deal with Slovenian proper nouns and acronyms
source corpus, but not in the target one), diferent POS tagger (which tagged certain words
erroneously), and, indeed, faulty machine translation model (which sometimes creates random
repetitions of words)5.</p>
      <p>
        Compared with de Vries, Schoonvelde and Schumacher, we were stricter with the
preprocessing. We kept only nouns from the source corpus, which empirically gave the best resu6lts
and is similar to related work1[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. It is necessary to note that our analysis is performed at the
utterance level instead of the entire session transcription. Utterance-level models result in more
coherent topics and enable later comparison between speakers.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Research Design</title>
      <p>We compare the practical eficiency of machine translations for comparative research of
multilingual corpora on topic modelling resu7l.tsThe choice of topic modelling is in line with related
work. However, we extend this with a qualitative comparison of the results. Namely, we wish
to determine whether machine-translated corpus would give similar results to the native corpus.
We use the Latent Dirichlet Allocation (LDA) topic model, a generative model that extracts
topics based on word distributions. We compare the topic interpretation of the source and
target topic model, the ranking of topic significance for pre-COVID and COVID subcorpus, and
the marginal topic distribution of the two topic models.</p>
      <p>
        The tasks generally correspond to typical analytical workflows in topic modelling research,
namely topic identification, contrasting topic frequencies in diferent periods or between parties,
and estimation of topic importance 1[
        <xref ref-type="bibr" rid="ref15 ref18 ref9">9, 15, 18</xref>
        ].
      </p>
      <p>
        Furthermore, we aim to explore the quality of the target topic model for a language with
lesser resources, namely Slovene. With the proliferation of freely available yet high-quality
MT models, such as the OPUS collection from Helsinki NLP grou2p0[] and Facebook’s MBart
models [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], it is now possible to translate even smaller languages successfully. We intentionally
use a freely available model from the Hugging Face repository to demonstrate open-source
models’ increasing accuracy and accessibility.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>
        We extracted 20 topics with Latent Dirichlet Allocation on TF-IDF weighted bag-of-word matrix.
Twenty topics is a suficiently large number to cover a wide array of topics that can be discussed
in the parliament while also being sensibly moderate to allow interpretation. Zhao et2a2]l. [
and Rosa, Gudowsky and Repo 2[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] corroborate the decision for 20 topics.
      </p>
      <p>The results of topic modelling with the top 10 words describing each topic are detailed in
Table3 for the target corpus and in Table4 for the source corpus (see Appendix). We manually
5Machine translation accuracy cannot be estimated on the ParlaMint corpus due to the lack of a gold standard.
However, authors report a BLUE score of 25.6 and character n-gram F-score of 0.407 for Slovenian to English
translation on Tatoeba corpus.</p>
      <p>6We tried topic modelling on all tokens, NOUN+VERB+ADJECTIVE, NOUN+VERB and only NOUN and
compared the results for 5, 10, 20 and 50 topics. The pipeline that yielded the best results was only nouns with 20
topics.</p>
      <p>7The Orange data mining workflow for reproducing the analysis is available1a0t.6084/m9.figshare.19248806 .</p>
      <sec id="sec-5-1">
        <title>Topic 11 Topic 1 Topic 10 Topic 16</title>
      </sec>
      <sec id="sec-5-2">
        <title>Topic 7</title>
      </sec>
      <sec id="sec-5-3">
        <title>Topic 6</title>
      </sec>
      <sec id="sec-5-4">
        <title>Topic 17</title>
      </sec>
      <sec id="sec-5-5">
        <title>Topic 14</title>
        <sec id="sec-5-5-1">
          <title>TopiTco1p5ic 7</title>
        </sec>
      </sec>
      <sec id="sec-5-6">
        <title>Topic 5</title>
        <p>Topic 13 Topic 17</p>
      </sec>
      <sec id="sec-5-7">
        <title>Topic 19</title>
      </sec>
      <sec id="sec-5-8">
        <title>Topic 18</title>
      </sec>
      <sec id="sec-5-9">
        <title>Topic 12</title>
        <p>Topic 8 Topic 15</p>
      </sec>
      <sec id="sec-5-10">
        <title>Topic 9</title>
      </sec>
      <sec id="sec-5-11">
        <title>Topic 5</title>
        <p>Topic 8TopicT2o0pic 19ToTpoicp2ic 2</p>
      </sec>
      <sec id="sec-5-12">
        <title>Topic 14</title>
      </sec>
      <sec id="sec-5-13">
        <title>Topic 4</title>
      </sec>
      <sec id="sec-5-14">
        <title>Topic 11</title>
        <p>Topic 4Topic 18</p>
      </sec>
      <sec id="sec-5-15">
        <title>Topic 16</title>
        <sec id="sec-5-15-1">
          <title>TopTicop1i2c 1</title>
        </sec>
      </sec>
      <sec id="sec-5-16">
        <title>Topic 3</title>
      </sec>
      <sec id="sec-5-17">
        <title>Topic 10</title>
      </sec>
      <sec id="sec-5-18">
        <title>Topic 3</title>
      </sec>
      <sec id="sec-5-19">
        <title>Topic 9</title>
      </sec>
      <sec id="sec-5-20">
        <title>Topic 13</title>
      </sec>
      <sec id="sec-5-21">
        <title>Topic 6</title>
      </sec>
      <sec id="sec-5-22">
        <title>Source Target</title>
        <p>translated the results into English and assigned topic names. We ussmeall caps to denote
topics from the target corpus andbold to denote topics from the source corpus.
5.1. Comparison of topic modelling results
Topics extracted from the source data are semantically more cohesive, as topics 1, 3, 18, and 19
from the target corpus represent a mix of two subtopics. For exampleT,opic 3 (Table3) from
the target corpus mixes discussions on family policy (child, family, parent, allowance) with
those on electoral process (election, constituency, voter). AlTsoop, ic 6 is a “junk” topic with
unspecific words (i, t, something, someone).</p>
        <p>However, topic modelling on the target corpus is able to identify certain overarching topics,
namely the discussions on Sunday working hours of shops, issues on education, and taxes.
Other topics have partial overlap (Figur1e), such asepidemic (Topic 14 and Topic 4), judiciary
(Topic 11 and Topic 1), agriculture (Topic 5 and Topic 13), and credit management (Topic
17 and Topic 7). There are two pairs of topics which display high similarity in t-distributed
Stochastic Neighbour Embedding (t-SNE) projection, but we were unable to determine why
they would be deemed similar, namelyTopic 2 and Topic 20, and Topic 8 and Topic 19.
5.2. Evaluation of topic significance in subcorpora
Apart from determining topic overlap, we were interested in how the target topic model can
replicate a more complex analytical result. Such a task can be comparing the diferences between</p>
        <p>Target</p>
        <p>Topic 14: epidemic
Topic 7: disabilities act</p>
        <p>Topic 11: judicial</p>
        <p>Topic 15: migration
Topic 18: pensions &amp; transport</p>
        <p>Source
Topic 4: epidemic
Topic 3: health care
Topic 11: firefighters
Topic 17: migration</p>
        <p>T1: judicial
two subcorpora. The ParlaMint data set contains rich metadata with pre- and post-COVID
speeches annotated. Thus we chose to compare topic prevalence in these two time periods. We
determined which topics were more significant for the pre-COVID (label Reference) period and
the pandemic period (label COVID) with the source corpus.</p>
        <p>We used Student’s t-test to compare the diferences in the topic distribution in the reference
and COVID subcorpora. Topics with the highest test statistic denote more strongly represented
topics in a specific period. For example, Figure 2a shows that in the target corpus Topic 14,
which is about the epidemic, was more frequent in the COVID subcorpus compared to the
reference subcorpus. The same is true for the source corpus, where Topic 4 represents the
epidemic and is also the highest-ranked topic. The two topics even share a similar test statistic,
which shows that, at least for this topic, relative word frequencies were successfully retained in
the machine translation.</p>
        <p>Topic ranks are listed in Tabl1e. Besides the epidemic, judiciary and migration topics were
among the five highest-ranked topics. The overlap of topic ranks is partial. Three out of five
top-ranked topics were identified in both the target and the source corpus. Health care formed
a separate topic from the epidemic in the source corpus, while in the target corpus, pensions
and transport were collated in a single topic—certainly, even small shifts in word distributions
afect topic models and the results extracted from them.
(a) Topic 7 from target corpus
(b) Topic 3 from source corpus
5.3. Comparison of marginal topic frequencies
Finally, we observed marginal topic frequencies, showing which topics appear with greater
probability in each corpus (Tabl2e). The target corpus sufers greatly from an overestimation
of meaningless topics. At the top isTopic 16 containing procedural words, such as “law”,
“article”, “amendment”, and “draft”. Topic 6 includes uninformative words, such as “t”, “thing”,
“something”, and “someone”. Certain topics seem to be afected greatly by shifting word
frequencies, such asepidemic, judicial and budget allocation, the latter completely disappearing
from the target topic model.</p>
        <p>Topic frequencies show a less promising picture of target topic models. As this particular
target topic model seems to mix two topics often, topic frequencies will overlap less. The most
represented topics in the source corpus correspond well to the parliamentary agenda, namely
budget allocation, the COVID epidemic, infrastructure issues and pensions. Target topics do
not reveal the same agenda, giving a less-than-clear picture of parliamentary discussions.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>While certainly imperfect, machine translation can help researchers explore corpora in their
non-native languages to some extent. The findings imply that machine-translated corpora can
be used by researchers who are not fluent in a specific language but with limited success. In
terms of topic modelling, LDA extracted topics, generally comparable with the source corpus,
thus enabling a cross-country semantic comparison of parliamentary data sets in the English
language.</p>
      <p>On the example of ParlaMint-SI corpus, the topic model of the target corpus identified three
topics, identical with the source topic model, while many topics at least partially overlapped.
Certain topics in the target model were still relevant parliamentary topics, such as railway
infrastructure, migration, and bank audits, even though they were not identified in the source
corpus. Machine-translated word frequencies were diferent enough that LDA could not capture
the same topics, but it did ofer other relevant sub-topics.</p>
      <p>That said, the target topic model reveals a high bias towards topics with generic words,
overestimating the importance of procedural words in topic identification. It also merges</p>
      <p>Target
Topic 16: 0.0990851 (procedural)
Topic 6: 0.0767897 (- no topic -)
Topic 17: 0.0706852 (housing)</p>
      <p>Topic 15: 0.0610067 (migration)
Topic 10: 0.0589544 (Sunday work)</p>
      <p>Topic 9: 0.0589093 (media)</p>
      <p>Topic 4: 0.0516202 (economy)</p>
      <p>Topic 18: 0.049224 (pension and transport)
Topic 8: 0.0482725 (infrastructure and ecology)</p>
      <p>Topic 12: 0.0481855 (bank audit)
Topic 13: 0.0461726 (health care)</p>
      <p>Topic 19: 0.0438473 (army)
Topic 7: 0.0429779 (disability act)</p>
      <p>Topic 11: 0.0422667 (judicial)</p>
      <p>Topic 5: 0.0385346 (agriculture)
Topic 1: 0.0362681 (sport and education)</p>
      <p>Topic 14: 0.0361004 (epidemic)
Topic 2: 0.0314906 (regional development)</p>
      <p>Topic 20: 0.0288681 (railways)
Topic 3: 0.0268099 (family and election)
specific topics into one, which makes the identified topic dificult to interpret (i.e. family and
election, sport and education). Stronger preprocessing could be applied to the target corpus to
remove key MT errors, such as duplicating words and erroneous translation of personal names.</p>
      <p>In the future, we plan to provide annotated machine-translated ParlaMint corpora for all 16
languages (the UK corpus is already in English). The annotated corpus will enable a more
accurate comparison of the results with identical preprocessing. Nevertheless, machine translation
can be a viable first option for non-fluent researchers even in its imperfect current form.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>The work described in this paper was funded by the Slovenian Research Agency research
programme P6-0436: Digital Humanities: resources, tools and methods (2022-2027) and the
Research Infrastructure CLARIN ERIC flagship project ParlaMint (2020-2023).</p>
      <p>n r
,,iiitsleeccdhnnaoo ,,iiittrrseeebvdnaaa ,,itseepcccnnaooom ,,rseeccyynnaaoom ,,ittrsecvyuhnnnaoo ,itgyhnno ,iittfrcbunnaoo ,,ittsleeeepvvdnnomm ,,jtrrzeeebvnam ,,jrseebdyuaao ,,,iirrrsepccbhnnaom ,,iittrrssseepbduunao ,,iittslpyhaaow ,,iiiitttfseeecnnnnom ,,iiittrzleeeccvynno ,iiirrsseepcvvnoo ,,iitrrsseecgunaa ,,iiittfrssleebgdyyyaa ,,irrrsleebddoo ,,irsslcgdnnao
,,ittrrsleeepghnnaaao ,,,itrleeeuhnnooommm ,,,trrllepvnnnaaaaow ,,,iittrspppynaoooom ,,trlepcbgkkhnaoooo ,,,itreeeevgyhnnomm ,,,ttrrssleeeecvdnaaa ,iiiitlppccggkynnaaa ,,,jiittrršseunnaaomm ,,rlleeeeeppyyoommm ,,ittrrrsseeppccuuoooo ,,,tttrreeccbduuunom ,,,tttrrrssseeegyuham ,,iitreccvvgnnnaaoom ,,,itfrrreeecgduhnoom ,,,rrrsleepppcduaooo ,,,itttttrseeeeecbgdda ,,,iirrrrseeevddnnaoo ,,iiiittllepppccynaaoo ,,itrrrsssleeppgnnaao
t i p , n , u c , o n d e d n r a
,,,,,iittttrsslleecccddduuhhnnaaooo ,,,,iiittslleeeeeppccvvdkyhnnoooom ,,,,iiittttfslleeeecccvdyyunnnaooom ,,,,iittttrrrsleeeecvggddhnnnaaoooom ,,,,iittfrrrllleeccgdduuuunaaoooomw ,,,,,iiiitttrssseevgguhhnnooomm ,,,,iiittfrrsleeexcbgduhnnaaoommm ,,,,iitttttfrrrrrssseeecccuuunnnaaoomw ,,,,iiiittttrrrrseeeeppcvgdnnnaaooomm ,,,,trrrrseeepcgddkkkyunaaaaooww ,,,,jjiiiitttttrseeecccggddduuunnaaaoo ,,,,iiiiiitttrrsssepcvgdunnnaaoooomm ,,,,iitttrrrsleeeepcccduhhnnaaaaoo ,,,,,tfrrrrssseeeeepccvkuhhnnaaaamm ,,,,iiittrrrebggdunnnnaaaooommmmw ft,,,,,ittrrrrlleeepcgdduunnaaaaommw ,,,,iittttfrsseeepbvgduuunnnnnaaomm ,,,,iitttrrrssleeepppccvghhhnnaaaooo ,,,,,frrseeeeepppccdyunnaaaaommw fi,,,,,iitttttrrrrsllpcdynnaaaaaaoow
spo sepc ilch bu a ta se kn ipm fre l h en
p
1 2 3 4 5 6 7 8 9 01 11 12 13 14 15 16 17 18 19 20
ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc ipc
t t s
,rpo ,sed iten lppy rea itry jbo ifna em r dna iitc
itsec enam irsu ,lpa ,ssu ,dy no tuho ,ino ,tren law koo icno ilym edna eomm ,lepo
,,,,,jj()iiiiiittrssleeccggddkyuuuhnnnaaaaooomw ,,,,,()()iiittfffrrrrssssleeepccgduuuhnnnaoooomm ,,,,,,iiiiirssseeeepcccvddyuuhnnaoooTVmmmmmw ,,,,,()iiiittttrrsssslleeeeppckuhhhhnnaaaaaoommm ,,,,,iiiiiittttttrrsssleeepxccccvyuuunnnnnaaooomm ,,,,,iiiittrrrrsssleeeeppccbyyyuunnnnaaaooooomm ,,,,,iiiitttrllleeepcccbggdynnnnaaaaaaooommmmw ,,,,,,ittttttrrrrssseeepppccccggdyyuuhhnnaaaaoooo ,,,,,iiiiiiitttttfrrrseepcvvuhnnnnnnaaaaoooooomm ,,,,iifrrrrsssssssllleeeeeppppcbdyuunnaaoooooom ,,,,,,iiiitttttrrrseeeeeexcccccggdyynnnnaaaaoom ,,,,()iitttttrrrrssleeeeeepcggddkyuhnnnaaaaaoomm ,,,,,,,iitttfrrrrrlleeeeepppccbgggdyuunnnaaoooow ,,,,,,iiiiitttrrrrrsssleepcbvyhnnnnaaaaaoooTVmAw ,,,,,,iiiiiiitrsllllleeeppcccbkyyuuhnnnnaaaooomm ,,,,,itttfrssleeeeepppcccddkyyyuhnnnnaaaaooomm ,,,,,,iiitttrrrrlleepcbgdyunnnnnnaaaaaaoooomm ,,,,,()iiiitttttffrrsssllleeeeeeepccyuhnnnaaoommmm ,,,,,iiiitttrrrssleeeccbbvgddduunnnnaaaoooommm ,,,,iiittttrrrsllleeecccggddyyuuuhhnnnnaaooooom
,,j()iiittrrleeepccddduuunaoo ,,()()iittfreecgdddnnaaaamw ,,,iittrrsseeeevguhnnnaoomm ,,iiittttrsleeeepcquuhhnnaam ,,itttfrrrrrseepcduunnaaaaom ,,,iitrrrssseeeepcuunnnnnaao ,,,,itttfssseeebvdkunnnnaam ,,,iittrrsleeppccddkunaaaom ,,,,iiittrssleepppccuhnnnaom ,,,,itttleeeeecdnnaaommmmw fifi,,,iiiitrrrrrleeeeecvvvggddhhn ,,,()ittrrssseepppccddunaooo ,,()iiitfrrleepccvddduaooom ,,,iitttrrssecccvgknnaaaaao ,,,tttrsleeeppxbgdyuunaamm ,,,,ttrrrssleeeeppSkuunoomw ,,,ittrrrreebgduhnaaommw ,,,iiifrrsleeeeeecbdnnommm ,,,iittrrrrseepbgnnaaoooomm ,,iiiiittsslllegddyuhnaaaooo
itscno icddna ppoo ,trcoo ,jtreco isepno w epaow itrlca ,illch na pa tebgdu rkow ,rdyam ,teeem ,irsno
,tru ,iev d p hoo itmm secc
co tc sc o a
e c
p
s
r
e
p</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>T.</given-names>
            <surname>Erjavec</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ogrodniczuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Osenova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ljubešić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Simov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Grigorova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rudolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pančur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kopp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Barkarson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Steingrímsson</surname>
          </string-name>
          , H. van der Pol, G. Depoorter, J. de Does,
          <string-name>
            <given-names>B.</given-names>
            <surname>Jongejan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Haltrup</given-names>
            <surname>Hansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Navarretta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Calzada</given-names>
            <surname>Pérez</surname>
          </string-name>
          , L. D. de Macedo, R. van Heusden,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marx</surname>
          </string-name>
          , Ç. Çöltekin,
          <string-name>
            <given-names>M.</given-names>
            <surname>Coole</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Agnoloni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Frontini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Montemagni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Quochi</surname>
          </string-name>
          , G. Venturi,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ruisi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Marchetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Battistoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sebők</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Ring</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Darģis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Utka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Petkevičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Briedienė</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Krilavičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Morkevičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Diwersy</surname>
          </string-name>
          , G. Luxardo,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rayson</surname>
          </string-name>
          ,
          <source>The parlamint corpora of parliamentary proceedings</source>
          ,
          <year>2022</year>
          . (in press).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Popel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomkova</surname>
          </string-name>
          , J. Tomek, Ł. Kaiser,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bojar</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          <article-title>Žabokrts k̀,yTransforming machine translation: a deep learning system reaches news translation quality comparable to human professionals</article-title>
          ,
          <source>Nature communications 11</source>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3] E. de Vries,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schoonvelde</surname>
          </string-name>
          , G. Schumacher,
          <article-title>No longer lost in translation: Evidence that google translate works for comparative bag-of-words text applications</article-title>
          ,
          <source>Political Analysis</source>
          <volume>26</volume>
          (
          <year>2018</year>
          )
          <fpage>417</fpage>
          -
          <lpage>430</lpage>
          . URL: https://www.jstor.org/stable/26563863.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>U.</given-names>
            <surname>Reber</surname>
          </string-name>
          ,
          <article-title>Overcoming language barriers: Assessing the potential of machine translation and topic modeling for the comparative analysis of multilingual text corpora</article-title>
          ,
          <source>Communication Methods and Measures</source>
          <volume>13</volume>
          (
          <year>2019</year>
          )
          <fpage>102</fpage>
          -
          <lpage>125</lpage>
          . URL: https://doi.org/10.1080/19312458.
          <year>2018</year>
          .
          <volume>1555798</volume>
          . doi:
          <volume>10</volume>
          .1080/19312458.
          <year>2018</year>
          .
          <volume>1555798</volume>
          . arXiv:https://doi.org/10.1080/19312458.
          <year>2018</year>
          .
          <volume>1555798</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Schwalbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rauh</surname>
          </string-name>
          ,
          <article-title>Collecting large-scale comparative text data on legislative debates</article-title>
          , in: H.
          <string-name>
            <surname>Bäck</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Debus</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          <string-name>
            <surname>Fernandes</surname>
          </string-name>
          (Eds.),
          <source>The Politics of Legislative Debates</source>
          , Oxford University Press, Oxford,
          <year>2021</year>
          , pp.
          <fpage>91</fpage>
          -
          <lpage>109</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Mimno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. M.</given-names>
            <surname>Wallach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Naradowsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. A.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>McCallum</surname>
          </string-name>
          ,
          <article-title>Polylingual topic models</article-title>
          ,
          <source>in: Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Singapore,
          <year>2009</year>
          , pp.
          <fpage>880</fpage>
          -
          <lpage>889</lpage>
          . URL: https://aclanthology.org/D09-109.
          <fpage>2</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Boyd-Graber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. M.</given-names>
            <surname>Blei</surname>
          </string-name>
          ,
          <article-title>Multilingual topic models for unaligned text</article-title>
          ,
          <source>in: Proceedings of the Twenty-Fifth Conference on Uncertainty in Artificial Intelligence</source>
          , UAI '09, AUAI Press, Arlington, Virginia, USA,
          <year>2009</year>
          , p.
          <fpage>75</fpage>
          -
          <lpage>82</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>W.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Boyd-Graber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Resnik</surname>
          </string-name>
          ,
          <article-title>A multilingual topic model for learning weighted topic links across corpora with low comparability</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong, China,
          <year>2019</year>
          , pp.
          <fpage>1243</fpage>
          -
          <lpage>1248</lpage>
          . URL:https://aclanthology.org/D19-112.0 doi:10.18653/v1/
          <fpage>D19</fpage>
          -1120.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Papineni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Roukos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ward</surname>
          </string-name>
          , W.-J. Zhu,
          <article-title>Bleu: a method for automatic evaluation of machine translation</article-title>
          ,
          <source>in: Proceedings of the 40th annual meeting of the Association for Computational Linguistics</source>
          ,
          <year>2002</year>
          , pp.
          <fpage>311</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>G.</given-names>
            <surname>Doddington</surname>
          </string-name>
          ,
          <article-title>Automatic evaluation of machine translation quality using n-gram cooccurrence statistics</article-title>
          ,
          <source>in: Proceedings of the second international conference on Human Language Technology Research</source>
          ,
          <year>2002</year>
          , pp.
          <fpage>138</fpage>
          -
          <lpage>145</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Turian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Shea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. D.</given-names>
            <surname>Melamed</surname>
          </string-name>
          ,
          <article-title>Evaluation of machine translation and its evaluation</article-title>
          ,
          <source>Technical Report</source>
          , NEW YORK UNIV NY,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Giménez</surname>
          </string-name>
          , L. Márquez,
          <article-title>Linguistic measures for automatic machine translation evaluation</article-title>
          ,
          <source>Machine Translation</source>
          <volume>24</volume>
          (
          <year>2010</year>
          )
          <fpage>209</fpage>
          -
          <lpage>240</lpage>
          . URLh: ttp://www.jstor.org/stable/41410948.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>D.</given-names>
            <surname>Maier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Baden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Stoltenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Vries-Kedem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Waldherr</surname>
          </string-name>
          ,
          <article-title>Machine translation vs. multilingual dictionaries assessing two strategies for the topic modeling of multilingual text collections</article-title>
          ,
          <source>Communication Methods and Measures</source>
          <volume>0</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>20</lpage>
          . URL: https://doi.org/10.1080/19312458.
          <year>2021</year>
          .
          <volume>1955845</volume>
          . doi:
          <volume>10</volume>
          .1080/19312458.
          <year>2021</year>
          .
          <volume>1955845</volume>
          . arXiv:https://doi.org/10.1080/19312458.
          <year>2021</year>
          .
          <volume>1955845</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>T.</given-names>
            <surname>Erjavec</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ogrodniczuk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Osenova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ljubešić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Simov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Grigorova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rudolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pančur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kopp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Barkarson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Steingrímsson</surname>
          </string-name>
          , H. van der Pol, G. Depoorter, J. de Does,
          <string-name>
            <given-names>B.</given-names>
            <surname>Jongejan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Haltrup</given-names>
            <surname>Hansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Navarretta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Calzada</given-names>
            <surname>Pérez</surname>
          </string-name>
          , L. D. de Macedo, R. van Heusden,
          <string-name>
            <given-names>M.</given-names>
            <surname>Marx</surname>
          </string-name>
          , Ç. Çöltekin,
          <string-name>
            <given-names>M.</given-names>
            <surname>Coole</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Agnoloni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Frontini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Montemagni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Quochi</surname>
          </string-name>
          , G. Venturi,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ruisi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Marchetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Battistoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sebők</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Ring</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Darģis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Utka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Petkevičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Briedienė</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Krilavičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Morkevičius</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Diwersy</surname>
          </string-name>
          , G. Luxardo,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rayson</surname>
          </string-name>
          ,
          <article-title>Multilingual comparable corpora of parliamentary debates ParlaMint 2</article-title>
          .1,
          <year>2021</year>
          . URL: http://hdl.handle.net/11356/1432,
          <article-title>slovenian language resource repository CLARIN</article-title>
          .SI.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>B.</given-names>
            <surname>Curran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Higham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ortiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. Vasques</given-names>
            <surname>Filho</surname>
          </string-name>
          ,
          <article-title>Look who's talking: Two-mode networks as representations of a topic model of new zealand parliamentary speeches</article-title>
          ,
          <source>PloS one 13</source>
          (
          <year>2018</year>
          )
          <article-title>e0199072</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M.</given-names>
            <surname>Juršič</surname>
          </string-name>
          , I. Mozetič,
          <string-name>
            <given-names>T.</given-names>
            <surname>Erjavec</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Lavrač</surname>
          </string-name>
          , Lemmagen:
          <article-title>Multilingual lemmatisation with induced ripple-down rules</article-title>
          ,
          <source>Journal of Universal Computer Science</source>
          <volume>16</volume>
          (
          <year>2010</year>
          )
          <fpage>1190</fpage>
          -
          <lpage>1214</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>F.</given-names>
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Johnson</surname>
          </string-name>
          ,
          <article-title>More eficient topic modelling through a noun only approach</article-title>
          ,
          <source>in: Proceedings of the Australasian Language Technology Association Workshop</source>
          <year>2015</year>
          ,
          <year>2015</year>
          , pp.
          <fpage>111</fpage>
          -
          <lpage>115</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Moilanen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Østbye</surname>
          </string-name>
          ,
          <article-title>Doublespeak? sustainability in the arctic-a text mining analysis of norwegian parliamentary speeches</article-title>
          ,
          <source>Sustainability</source>
          <volume>13</volume>
          (
          <year>2021</year>
          )
          <fpage>9397</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>T.</given-names>
            <surname>Sakamoto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Takikawa</surname>
          </string-name>
          ,
          <article-title>Cross-national measurement of polarization in political discourse: Analyzing floor debate in the u.s. the japanese legislatures</article-title>
          ,
          <source>2017 IEEE International Conference on Big Data (Big Data)</source>
          (
          <year>2017</year>
          )
          <fpage>3104</fpage>
          -
          <lpage>3110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>J.</given-names>
            <surname>Tiedemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thottingal</surname>
          </string-name>
          ,
          <article-title>Opus-mt-building open translation services for the world</article-title>
          ,
          <source>in: Proceedings of the 22nd Annual Conference of the European Association for Machine Translation</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>479</fpage>
          -
          <lpage>480</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>A.</given-names>
            <surname>Conneau</surname>
          </string-name>
          , G. Lample,
          <article-title>Cross-lingual language model pretraining</article-title>
          ,
          <source>Advances in Neural Information Processing Systems</source>
          <volume>32</volume>
          (
          <year>2019</year>
          )
          <fpage>7059</fpage>
          -
          <lpage>7069</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Perkins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Ge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zou</surname>
          </string-name>
          ,
          <article-title>A heuristic approach to determine an appropriate number of topics in topic modeling, in: BMC bioinformatics</article-title>
          , volume
          <volume>16</volume>
          , Springer,
          <year>2015</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>A. B. Rosa</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Gudowsky</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Repo</surname>
          </string-name>
          ,
          <article-title>Sensemaking and lens-shaping: Identifying citizen contributions to foresight through comparative topic modelling</article-title>
          ,
          <source>Futures</source>
          <volume>129</volume>
          (
          <year>2021</year>
          )
          <fpage>102733</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>Table4 LDAwith20topicsonsourcedata t</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>