Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,950 Bytes
cf4fb2c
 
4f69d64
 
 
 
 
 
72d8b3e
4f69d64
 
60ab633
bcb7931
 
 
488961c
 
 
 
 
bcb7931
c77cd78
5e57b8a
 
 
bcb7931
 
5e57b8a
 
 
bcb7931
 
 
 
 
488961c
 
 
 
 
 
 
 
 
e707173
 
b63c6d6
e707173
 
 
b63c6d6
e707173
 
 
 
 
 
b63c6d6
e707173
 
 
 
 
488961c
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
license: cc-by-sa-4.0
task_categories:
- text2text-generation
language:
- sr
- en
tags:
- translation
pretty_name: Korpus Paralelnih Sažetaka
size_categories:
- 10K<n<100K
---

<table style="width:100%;height:100%">
  <tr style="width:100%;height:30px">
  <td colspan=2 align=center>
    <h1>PaSaž</h1>
  </td>
  <tr>
  <tr style="width:100%;height:100%">
    <td width=50%>
      <h3>Korpus Paralelnih Sažetaka doktorskih disertacija na srpskom i engleskom jeziku</h2>
      <p>Visoko-kvalitetan skup kratkih prevoda</p>
      <p>Ukupno 10.094 paralelnih jedinica. Velika većina sadrži i paralelizovane naslove.</p>
    </td>
    <td>
       <h3>Parallel Serbian-English corpus of doctoral dissertation abstracts</h2>
      <p>High-quality set of short translations</p>
      <p>A total of 10,094 parallel units. The vast majority also contain parallel titles.</p>
    </td>
  </tr>
</table>


```python
from datasets import load_dataset
dataset = load_dataset("jerteh/PaSaz")
```

```python
print(dataset["train"][3088])
```

<div class="inline-flex flex-col" style="line-height: 1.5;">
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Autor</div>
    <a href="https://huggingface.co/Nikola-92">  
      <div class="flex">
          <div
  			style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%; 
            background-size: cover; background-image: url(https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/656fa4e1b7b6010db395b74d/3W5VhwkSJ3JSGvlgsx2fx.jpeg?w=200&h=200&f=face)">
          </div>
      </div>
    </a>
    <div style="text-align: center; font-size: 16px; font-weight: 800">Nikola Janković</div>
    <div>  
      <a href="https://huggingface.co/?">
      	<div style="text-align: center; font-size: 14px;">@Nikola-92</div>
      </a>
    </div>
  </div>
</div>

Citation:

```bibtex


```