CoolFace
Datasetpublic

qanastek/EMEA-V3

EMEA-V3 : European parallel translation corpus from the European Medicines Agency Dataset Summary EMEA-V3 is a parallel corpus for neural machine translation collected and aligned by Tiedemann, Jorg during the OPUS project. Supported Tasks and Leaderboards translation: The dataset can be used to train a model for translation. Languages In our case, the corpora consists of a pair of source and target sentences for all 22 different… See the full description on the dataset page: https://huggingface.co/datasets/qanastek/EMEA-V3.

sourceHugging Faceupdated 4y agoView on Hugging Face
9likes389downloads
Dataset Card

EMEA-V3 : European parallel translation corpus from the European Medicines Agency

Table of Contents

Dataset Description

  • Homepage: https://opus.nlpl.eu/EMEA.php
  • Repository: https://github.com/qanastek/EMEA-V3/
  • Paper: https://aclanthology.org/L12-1246/
  • Leaderboard: [Needs More Information]
  • Point of Contact: Yanis Labrak

Dataset Summary

EMEA-V3 is a parallel corpus for neural machine translation collected and aligned by Tiedemann, Jorg during the OPUS project.

Supported Tasks and Leaderboards

translation: The dataset can be used to train a model for translation.

Languages

In our case, the corpora consists of a pair of source and target sentences for all 22 different languages from the European Union (EU).

List of languages : Bulgarian (bg),Czech (cs),Danish (da),German (de),Greek (el),English (en),Spanish (es),Estonian (et),Finnish (fi),French (fr),Hungarian (hu),Italian (it),Lithuanian (lt),Latvian (lv),Maltese (mt),Dutch (nl),Polish (pl),Portuguese (pt),Romanian (ro),Slovak (sk),Slovenian (sl),Swedish (sv).

Load the dataset with HuggingFace

python
from datasets import load_dataset
dataset = load_dataset("qanastek/EMEA-V3", split='train', download_mode='force_redownload')
print(dataset)
print(dataset[0])

Dataset Structure

Data Instances

plain
lang,source_text,target_text
bg-cs,EMEA/ H/ C/ 471,EMEA/ H/ C/ 471
bg-cs,ABILIFY,ABILIFY
bg-cs,Какво представлява Abilify?,Co je Abilify?
bg-cs,"Abilify е лекарство, съдържащо активното вещество арипипразол.","Abilify je léčivý přípravek, který obsahuje účinnou látku aripiprazol."
bg-cs,"Предлага се под формата на таблетки от 5 mg, 10 mg, 15 mg и 30 mg, като диспергиращи се таблетки (таблетки, които се разтварят в устата) от 10 mg, 15 mg и 30 mg, като перорален разтвор (1 mg/ ml) и като инжекционен разтвор (7, 5 mg/ ml).","Je dostupný ve formě tablet s obsahem 5 mg, 10 mg, 15 mg a 30 mg, ve formě tablet dispergovatelných v ústech (tablet, které se rozpustí v ústech) s obsahem 10 mg, 15 mg a 30 mg, jako perorální roztok (1 mg/ ml) nebo jako injekční roztok (7, 5 mg/ ml)."
bg-cs,За какво се използва Abilify?,Na co se přípravek Abilify používá?

Data Fields

lang : The pair of source and target language of type String.

source_text : The source text of type String.

target_text : The target text of type String.

Data Splits

bgcsdadeelenesetfifrhuitltlvmtnlplptroskslsv
bg0342378349675348061355696333066349936336142341732358045352763351669348679342721351097353942355005347925351099345572346954342927
cs3423780354824353397364609335716356506340309349040363614358353357578353232347807334353355192358357351244330447346835348411346894
da3496753548240387202397654360186387329347391379830396294367091388495360572353801342263388250368779382576340508356890357694373510
de3480613533973872020390281364005386335346166378626393468366828381396360907353151340294377770367080381365337562355805358700376925
el3556963646093976543902810372824393051354874384889403248373706391389368576360047348221396284372486387170342655364959363778384569
en3330663357163601863640053728240366769333667357177373152349176361089339899336306324695360418348450361393321233338649338195352587
es3499363565063873293863353930513667690348454378158394253368203378076360645354126340297381188367091376443337302358745357961379462
et3361423403093473913461663548743336673484540341694358012352099351747345417339042337302350911354329345856325992343950342787340761
fi3417323490403798303786263848893571773781583416940387478358869379862352968346820334275379729358760374737331135348559348680368528
fr3580453636143962943934684032483731523942533580123874780373625385869368817361137347699388607372387388658344139363249366474383274
hu3527633583533670913668283737063491763682033520993588693736250367937361015354872343831368387369040361652340410357466361157356426
it3516693575783884953813963913893610893780763517473798623858693679370360783356001341552384018365159378841337354357562358969377635
lt3486793532323605723609073685763398993606453454173529683688173610153607830350576337339362096361497357070335581351639350916349636
lv3427213478073538013531513600473363063541263390423468203611373548723560013505760336157355791358607349590329581348689346862345016
mt3510973343533422633402943482213246953402973373023342753476993438313415523373393361570341111344764335553338137335930334491335353
nl3539423551923882503777703962843604183811883509113797293886073683873840183620963557913411110369694383913339047359126360054379771
pl3550053583573687793670803724863484503670913543293587603723873690403651593614973586073447643696940357426335243352527355534353214
pt3479253512443825763813653871703613933764433458563747373886583616523788413570703495903355533839133574260333365354784352673373392
ro3510993304473405083375623426553212333373023259923311353441393404103373543355813295813381373390473352433333650332373330329331268
sk3455723468353568903558053649593386493587453439503485593632493574663575623516393486893359303591263525273547843323730348396346855
sl3469543484113576943587003637783381953579613427873486803664743611573589693509163468623344913600543555343526733303293483960347727
sv3429273468943735103769253845693525873794623407613685283832743564263776353496363450163353533797713532143733923312683468553477270

Dataset Creation

Curation Rationale

For details, check the corresponding pages.

Source Data

<!-- #### Initial Data Collection and Normalization

ddd -->

Who are the source language producers?

Every data of this corpora as been uploaded by Tiedemann, Jorg on Opus.

Personal and Sensitive Information

The corpora is free of personal or sensitive information.

Considerations for Using the Data

Other Known Limitations

The nature of the task introduce a variability in the quality of the target translations.

Additional Information

Dataset Curators

_Hugging Face EMEA-V3_: Labrak Yanis, Dufour Richard (Not affiliated with the original corpus)

_OPUS : Parallel Data, Tools and Interfaces in OPUS_: Tiedemann, Jorg.

<!-- ### Licensing Information

ddd -->

Citation Information

Please cite the following paper when using this dataset.

latex
@inproceedings{tiedemann-2012-parallel,
    title = Parallel Data, Tools and Interfaces in OPUS,
    author = {
      Tiedemann, Jorg
    },
    booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation (LREC'12)",
    month = may,
    year = 2012,
    address = Istanbul, Turkey,
    publisher = European Language Resources Association (ELRA),
    url = http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf,
    pages = 2214--2218,
    abstract = This paper presents the current status of OPUS, a growing language resource of parallel corpora and related tools. The focus in OPUS is to provide freely available data sets in various formats together with basic annotation to be useful for applications in computational linguistics, translation studies and cross-linguistic corpus studies. In this paper, we report about new data sets and their features, additional annotation tools and models provided from the website and essential interfaces and on-line services included in the project.,
}