Update index.html
Browse files- index.html +98 -3
index.html
CHANGED
@@ -15,6 +15,102 @@
|
|
15 |
</style>
|
16 |
</head>
|
17 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<section class="hero is-primary">
|
19 |
<div class="hero-body">
|
20 |
<div class="container has-text-centered">
|
@@ -89,14 +185,13 @@
|
|
89 |
</div>
|
90 |
</section>
|
91 |
|
92 |
-
|
93 |
<section class="section">
|
94 |
<div class="container content">
|
95 |
<h2 class="title is-3">📜 Citation</h2>
|
96 |
<p>If you use JQL, the annotations, or the pretrained annotators, please cite the paper:</p>
|
97 |
-
<pre><code>@article{
|
98 |
title={JQL: Judging Quality across Languages},
|
99 |
-
author={
|
100 |
journal={Conference or preprint archive},
|
101 |
year={2024}
|
102 |
}</code></pre>
|
|
|
15 |
</style>
|
16 |
</head>
|
17 |
<body>
|
18 |
+
|
19 |
+
<section class="hero">
|
20 |
+
<div class="hero-body">
|
21 |
+
<div class="container is-max-desktop">
|
22 |
+
<div class="columns is-centered">
|
23 |
+
<div class="column has-text-centered">
|
24 |
+
<h1 class="title is-1 publication-title">Judging Quality Across Languages: A Multilingual Approach to Pretraining Data Filtering with Language Models</h1>
|
25 |
+
<div class="is-size-5 publication-authors">
|
26 |
+
<span class="author-block">Mehdi Ali<sup>1,2</sup>†,</span>
|
27 |
+
<span class="author-block">Manuel Brack<sup>3,4</sup>†,</span>
|
28 |
+
<span class="author-block">Max Lübbering<sup>1,2</sup>†,</span>
|
29 |
+
<span class="author-block">Elias Wendt<sup>4</sup>†,</span>
|
30 |
+
<span class="author-block">Abbas Goher Khan<sup>1</sup>†,</span>
|
31 |
+
<span class="author-block">Richard Rutmann<sup>1,2</sup>,</span>
|
32 |
+
<span class="author-block">Alex Jude<sup>2</sup>,</span>
|
33 |
+
<span class="author-block">Maurice Kraus<sup>3,4</sup>,</span>
|
34 |
+
<span class="author-block">Alexander Arno Weber<sup>1,2</sup>,</span>
|
35 |
+
<span class="author-block">Felix Stollenwerk<sup>6</sup>,</span>
|
36 |
+
<span class="author-block">David Kaczér<sup>1</sup>,</span>
|
37 |
+
<span class="author-block">Florian Mai<sup>1</sup>,</span>
|
38 |
+
<span class="author-block">Lucie Flek<sup>1</sup>,</span>
|
39 |
+
<span class="author-block">Rafet Sifa<sup>1,2</sup>,</span>
|
40 |
+
<span class="author-block">Nicolas Flores-Herr<sup>2</sup>,</span>
|
41 |
+
<span class="author-block">Joachim Köhler<sup>1,2</sup>,</span>
|
42 |
+
<span class="author-block">Patrick Schramowski<sup>3,4,5</sup>,</span>
|
43 |
+
<span class="author-block">Michael Fromm<sup>1,2</sup>,</span>
|
44 |
+
<span class="author-block">Kristian Kersting<sup>3,4,5</sup></span>
|
45 |
+
</div>
|
46 |
+
|
47 |
+
<div class="is-size-5 publication-authors">
|
48 |
+
<span class="author-block"><sup>1</sup>Lamarr Institute, Bonn, Germany,</span>
|
49 |
+
<span class="author-block"><sup>2</sup>Fraunhofer IAIS, Sankt Augustin and Dresden, Germany,</span>
|
50 |
+
<span class="author-block"><sup>3</sup>DFKI,</span>
|
51 |
+
<span class="author-block"><sup>4</sup>Hessian AI,</span>
|
52 |
+
<span class="author-block"><sup>5</sup>Computer Science Department, TU Darmstadt,</span>
|
53 |
+
<span class="author-block"><sup>6</sup>AI Sweden</span>
|
54 |
+
</div>
|
55 |
+
|
56 |
+
<div class="column has-text-centered">
|
57 |
+
<div class="publication-links">
|
58 |
+
<!-- PDF Link. -->
|
59 |
+
<span class="link-block">
|
60 |
+
<a href="https://arxiv.org/pdf/2011.12948" target="_blank"
|
61 |
+
class="external-link button is-normal is-rounded is-dark">
|
62 |
+
<span class="icon">
|
63 |
+
<i class="fas fa-file-pdf"></i>
|
64 |
+
</span>
|
65 |
+
<span>Paper</span>
|
66 |
+
</a>
|
67 |
+
</span>
|
68 |
+
<span class="link-block">
|
69 |
+
<a href="https://arxiv.org/abs/2011.12948" target="_blank"
|
70 |
+
class="external-link button is-normal is-rounded is-dark">
|
71 |
+
<span class="icon">
|
72 |
+
<i class="ai ai-arxiv"></i>
|
73 |
+
</span>
|
74 |
+
<span>arXiv</span>
|
75 |
+
</a>
|
76 |
+
</span>
|
77 |
+
<!-- Video Link. -->
|
78 |
+
<span class="link-block">
|
79 |
+
<a href="https://www.youtube.com/watch?v=MrKrnHhk8IA" target="_blank"
|
80 |
+
class="external-link button is-normal is-rounded is-dark">
|
81 |
+
<span class="icon">
|
82 |
+
<i class="fab fa-youtube"></i>
|
83 |
+
</span>
|
84 |
+
<span>Video</span>
|
85 |
+
</a>
|
86 |
+
</span>
|
87 |
+
<!-- Code Link. -->
|
88 |
+
<span class="link-block">
|
89 |
+
<a href="https://github.com/google/nerfies" target="_blank"
|
90 |
+
class="external-link button is-normal is-rounded is-dark">
|
91 |
+
<span class="icon">
|
92 |
+
<i class="fab fa-github"></i>
|
93 |
+
</span>
|
94 |
+
<span>Code</span>
|
95 |
+
</a>
|
96 |
+
</span>
|
97 |
+
<!-- Dataset Link. -->
|
98 |
+
<span class="link-block">
|
99 |
+
<a href="https://github.com/google/nerfies/releases/tag/0.1" target="_blank"
|
100 |
+
class="external-link button is-normal is-rounded is-dark">
|
101 |
+
<span class="icon">
|
102 |
+
<i class="far fa-images"></i>
|
103 |
+
</span>
|
104 |
+
<span>Data</span>
|
105 |
+
</a>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
</div>
|
109 |
+
</div>
|
110 |
+
</div>
|
111 |
+
</div>
|
112 |
+
</section>
|
113 |
+
|
114 |
<section class="hero is-primary">
|
115 |
<div class="hero-body">
|
116 |
<div class="container has-text-centered">
|
|
|
185 |
</div>
|
186 |
</section>
|
187 |
|
|
|
188 |
<section class="section">
|
189 |
<div class="container content">
|
190 |
<h2 class="title is-3">📜 Citation</h2>
|
191 |
<p>If you use JQL, the annotations, or the pretrained annotators, please cite the paper:</p>
|
192 |
+
<pre><code>@article{ali2024jql,
|
193 |
title={JQL: Judging Quality across Languages},
|
194 |
+
author={Ali, Mehdi and Brack, Manuel and Lübbering, Max and Wendt, Elias and Khan, Abbas Goher and Rutmann, Richard and Jude, Alex and Kraus, Maurice and Weber, Alexander Arno and Stollenwerk, Felix and Kaczér, David and Mai, Florian and Flek, Lucie and Sifa, Rafet and Flores-Herr, Nicolas and Köhler, Joachim and Schramowski, Patrick and Fromm, Michael and Kersting, Kristian},
|
195 |
journal={Conference or preprint archive},
|
196 |
year={2024}
|
197 |
}</code></pre>
|