CoolFace
Datasetpublic

Lego-MT/Parallel_Dataset

Dataset Sources Paper: LegoMT2: Selective Asynchronous Sharded Data Parallel Training for Massive Neural Machine Translation Link: https://aclanthology.org/2025.findings-acl.1200.pdf Repository: https://github.com/CONE-MT/CONE

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes725downloads
cycl.jsonl44 linesDownload Raw Back to root
1{"src_lang": "cycl", "tgt_lang": "fr", "source": "(numberOfInhabitants CityOfAucklandNZ 1000000)", "target": "La ville d'Auckland en Nouvelle-Zélande a un million d'habitants."}2{"src_lang": "cycl", "tgt_lang": "fr", "source": "(isa CityOfAucklandNewZealand (CityInCountryFn NewZealand) )", "target": "Auckland est une ville de la Nouvelle-Zélande."}3{"src_lang": "cycl", "tgt_lang": "fr", "source": "(likesAsFriend Batman Robin-BatmanSidekick)", "target": "Robin est l'ami de Batman."}4{"src_lang": "cycl", "tgt_lang": "fr", "source": "(implies (isa ?AP (FruitFn AppleTree)) (colorOfObject ?AP RedColor))", "target": "Toutes les pommes sont rouges."}5{"src_lang": "cycl", "tgt_lang": "fr", "source": "(implies (isa ?AP (FruitFn AppleTree)) (colorOfObject ?AP RedColor))", "target": "Les fruits d'un pommier sont forcément rouges."}6{"src_lang": "cycl", "tgt_lang": "fr", "source": "(goals Sauron (forAll ?HOB (implies (isa ?HOB Hobbit) (feelsTowardsObjectToDegree ?HOB Sauron Fear highToVeryHighAmountOf))))", "target": "Sauron veut que chaque hobbit le craigne."}7{"src_lang": "cycl", "tgt_lang": "fr", "source": "(personFoundInLocation BritneySpears ?WHERE)", "target": "Où est Britney Spears ?"}8{"src_lang": "cycl", "tgt_lang": "fr", "source": "(#$capitalCity #$France #$Paris)", "target": "La capitale de la France, c'est Paris."}9{"src_lang": "cycl", "tgt_lang": "fr", "source": "(thereExists ?PERSON1 (thereExists ?PERSON2 (and (nameStrings ?PERSON1 \"Philip\") (nameStrings ?PERSON2 \"Tom\") (relatives ?PERSON1 ?PERSON2))))", "target": "Philip et Tom sont des proches l'un de l'autre."}10{"src_lang": "cycl", "tgt_lang": "fr", "source": "(isa AbrahamLincoln FamousHuman)", "target": "Abraham Lincoln est un être humain célèbre."}11{"src_lang": "cycl", "tgt_lang": "fr", "source": "(nameString (PronounFn FirstPerson-NLAttr Singular-NLAttr Ungendered-NLAttr SubjectPronoun) \"Farshad\")", "target": "Mon nom est Farshad."}12{"src_lang": "en", "tgt_lang": "cycl", "source": "A bear can climb a tree.", "target": "((TypeCapableFn behaviorCapable) Bear-Animal (SubcollectionOfWithRelationToTypeFn Climbing eventOccursAt Tree-ThePlant) doneBy)"}13{"src_lang": "en", "tgt_lang": "cycl", "source": "A bear can climb a tree.", "target": "((TypeCapableFn behaviorCapable) Bear-Animal (SubcollectionOfWithRelationToTypeFn Climbing eventOccursAt Tree-ThePlant) performedBy)"}14{"src_lang": "en", "tgt_lang": "cycl", "source": "Philip and Tom are related to each other.", "target": "(thereExists ?PERSON1 (thereExists ?PERSON2 (and (nameStrings ?PERSON1 \"Philip\") (nameStrings ?PERSON2 \"Tom\") (relatives ?PERSON1 ?PERSON2))))"}15{"src_lang": "en", "tgt_lang": "cycl", "source": "Paris is the capital of France.", "target": "(#$capitalCity #$France #$Paris)"}16{"src_lang": "en", "tgt_lang": "cycl", "source": "One, three, and five are odd numbers.", "target": "(and (isa 1 OddNumber) (isa 3 OddNumber) (isa 5 OddNumber))"}17{"src_lang": "en", "tgt_lang": "cycl", "source": "Madonna is able to sing.", "target": "(behaviorCapable-PerformedBy Madonna Singing-Human)"}18{"src_lang": "en", "tgt_lang": "cycl", "source": "There are a million people in Auckland.", "target": "(numberOfInhabitants CityOfAucklandNZ 1000000)"}19{"src_lang": "en", "tgt_lang": "cycl", "source": "Auckland has a population of a million.", "target": "(numberOfInhabitants CityOfAucklandNZ 1000000)"}20{"src_lang": "en", "tgt_lang": "cycl", "source": "Every apple is red.", "target": "(implies (isa ?AP (FruitFn AppleTree)) (colorOfObject ?AP RedColor))"}21{"src_lang": "en", "tgt_lang": "cycl", "source": "Apples are red.", "target": "(implies (isa ?AP (FruitFn AppleTree)) (colorOfObject ?AP RedColor))"}22{"src_lang": "en", "tgt_lang": "cycl", "source": "Apples are red or green.", "target": "(implies (isa ?AP (FruitFn AppleTree)) (or (colorOfObject ?AP RedColor) (colorOfObject ?AP GreenColor)))"}23{"src_lang": "en", "tgt_lang": "cycl", "source": "If something is an apple, then it's either red or green, or possibly both.", "target": "(implies (isa ?AP (FruitFn AppleTree)) (or (colorOfObject ?AP RedColor) (colorOfObject ?AP GreenColor)))"}24{"src_lang": "en", "tgt_lang": "cycl", "source": "Sauron wants every hobbit to fear him.", "target": "(goals Sauron (forAll ?HOB (implies (isa ?HOB Hobbit) (feelsTowardsObjectToDegree ?HOB Sauron Fear highToVeryHighAmountOf))))"}25{"src_lang": "en", "tgt_lang": "cycl", "source": "The wooden chair is expensive.", "target": "(cost (TheFn (SubcollectionOfWithRelationToTypeFn Chair-PieceOfFurniture primaryConstituent Wood)) Expensive)"}26{"src_lang": "en", "tgt_lang": "cycl", "source": "The young man is a doctor.", "target": "(isa (TheFn (MaleFn HumanYoungAdult)) Doctor-Medical)"}27{"src_lang": "en", "tgt_lang": "cycl", "source": "The baguette is French.", "target": "(commonFoodTypeOfCuisine Baguette FrenchCuisine)"}28{"src_lang": "en", "tgt_lang": "cycl", "source": "Every android is a robot.", "target": "(genls Android Robot)"}29{"src_lang": "en", "tgt_lang": "cycl", "source": "If something's an android, it's also a robot.", "target": "(genls Android Robot)"}30{"src_lang": "en", "tgt_lang": "cycl", "source": "Where is Britney Spears?", "target": "(personFoundInLocation BritneySpears ?WHERE)"}31{"src_lang": "en", "tgt_lang": "cycl", "source": "One plus two equals three.", "target": "(evaluate 3 (PlusFn 1 2))"}32{"src_lang": "en", "tgt_lang": "cycl", "source": "The baby needs its mother.", "target": "(thereExists ?M (and (mother (TheFn NewbornAnimal) ?M) (needs-Generic (TheFn NewbornAnimal) ?M)))"}33{"src_lang": "en", "tgt_lang": "cycl", "source": "Abraham Lincoln is a famous person.", "target": "(isa AbrahamLincoln FamousHuman)"}34{"src_lang": "en", "tgt_lang": "cycl", "source": "iPhones have capacitive touchscreens.", "target": "(relationAllExists properPhysicalParts IPhone-AppleCellphone Touchscreen-Capacitive)"}35{"src_lang": "en", "tgt_lang": "cycl", "source": "Jupiter is the most massive planet in the solar system.", "target": "(forAll ?X (implies (and (different PlanetJupiter ?X) (isa ?X PlanetInTheSolarSystem)) (largerThan PlanetJupiter ?X massOfObject)))"}36{"src_lang": "en", "tgt_lang": "cycl", "source": "He plays cello exceptionally well.", "target": "(exceptionalAtActivityType (PronounFn ThirdPerson-NLAttr Singular-NLAttr Masculine-NLAttr SubjectPronoun) (InstrumentPlayingFn Cello))"}37{"src_lang": "en", "tgt_lang": "cycl", "source": "My name's Jack.", "target": "(nameString (PronounFn FirstPerson-NLAttr Singular-NLAttr Ungendered-NLAttr SubjectPronoun) \"Jack\")"}38{"src_lang": "en", "tgt_lang": "cycl", "source": "The cat is on the mat.", "target": "(on-Physical (TheFn Cat) (TheFn Mat))"}39{"src_lang": "en", "tgt_lang": "cycl", "source": "Convenience stores sell candy bars.", "target": "(relationAllInstance sellsProductType ConvenienceStore CandyBar)"}40{"src_lang": "en", "tgt_lang": "cycl", "source": "Convenience stores sell candy bars.", "target": "(agentTypeSellsProductType ConvenienceStore CandyBar)"}41{"src_lang": "en", "tgt_lang": "cycl", "source": "Waking up is the opposite of going to sleep.", "target": "(oppositeCollections WakingUpFromSleep GoingToSleep)"}42{"src_lang": "en", "tgt_lang": "cycl", "source": "My name is Farshad.", "target": "(nameString (PronounFn FirstPerson-NLAttr Singular-NLAttr Ungendered-NLAttr SubjectPronoun) \"Farshad\")"}43{"src_lang": "en", "tgt_lang": "cycl", "source": "Paris is France's capital.", "target": "(#$capitalCity #$France #$Paris)"}44