{"url":"/dataset/xalign","name":"XAlign","full_name":null,"description_markdown":"It consists of an extensive collection of a high quality cross-lingual fact-to-text dataset in 11 languages: Assamese (as), Bengali (bn), Gujarati (gu), Hindi (hi), Kannada (kn), Malayalam (ml), Marathi (mr), Oriya (or), Punjabi (pa), Tamil (ta), Telugu (te), and monolingual dataset in English (en). This is the Wikipedia text <--> Wikidata KG aligned corpus used to train the data-to-text generation model. The Train & validation splits are created using distant supervision methods and Test data is generated through human annotations.\r\n\r\n## Data Format\r\nDataset is publicly available [here](https://github.com/tushar117/XAlign). Each directory contains language specific dataset (refered through language ISO code) and contains of three files:\r\n\r\n- train.jsonl\r\n- test.jsonl\r\n- val.jsonl\r\n\r\nData stored in the above files are of JSON Line (jsonl) format.\r\n\r\n### Record structure (JSON structure)\r\nEach record consist of the following entries:\r\n\r\n- sentence (string) : Native language wikipedia sentence. (non-native language strings were removed.) \r\n- `facts` (List[Dict]) : List of facts associated with the sentence where each fact is stored as dictionary.\r\n- language (string) : Language identifier.\r\n\r\nThe `facts` key contains list of facts where each facts is stored as dictionary. A single record within fact list contains following entries:\r\n\r\n- subject (string) : central entity.\r\n- object (string) : entity or a piece of information about the subject.\r\n- predicate (string) : relationship that connects the subject and the object.\r\n- qualifiers (List[Dict]) : It provide additional information about the fact, is stored as list of \r\nqualifier where each record is a dictionary. The dictionary contains two keys: `qualifier_predicate` to represent property of qualifer and `qualifier_object` to store value for the qualifier's predicate. \r\n\r\n### Examples\r\nExample from English dataset\r\n```\r\n{\r\n  \"sentence\": \"Mark Paul Briers (born 21 April 1968) is a former English cricketer.\",\r\n  \"facts\": [\r\n    {\r\n      \"subject\": \"Mark Briers\",\r\n      \"predicate\": \"date of birth\",\r\n      \"object\": \"21 April 1968\",\r\n      \"qualifiers\": []\r\n    },\r\n    {\r\n      \"subject\": \"Mark Briers\",\r\n      \"predicate\": \"occupation\",\r\n      \"object\": \"cricketer\",\r\n      \"qualifiers\": []\r\n    },\r\n    {\r\n      \"subject\": \"Mark Briers\",\r\n      \"predicate\": \"country of citizenship\",\r\n      \"object\": \"United Kingdom\",\r\n      \"qualifiers\": []\r\n    }\r\n  ],\r\n  \"language\": \"en\"\r\n}\r\n```\r\nExample from one of the low-resource languages (i.e. Hindi)\r\n```\r\n{\r\n  \"sentence\": \"बोरिस पास्तेरनाक १९५८ में साहित्य के क्षेत्र में नोबेल पुरस्कार विजेता रहे हैं।\",\r\n  \"facts\": [\r\n    {\r\n      \"subject\": \"Boris Pasternak\",\r\n      \"predicate\": \"nominated for\",\r\n      \"object\": \"Nobel Prize in Literature\",\r\n      \"qualifiers\": [\r\n        {\r\n          \"qualifier_predicate\": \"point in time\",\r\n          \"qualifier_subject\": \"1958\"\r\n        }\r\n      ]\r\n    }\r\n  ],\r\n  \"language\": \"hi\"\r\n}\r\n```","description_withheld":null,"homepage":"https://github.com/tushar117/XAlign","introduced_date":"2022-02-01","introduced_date_note":null,"introduced_by":{"paper":"/paper/xalign-cross-lingual-fact-to-text-alignment","title":"XAlign: Cross-lingual Fact-to-Text Alignment and Generation for Low-Resource Languages","first_author":"Tushar Abhishek","url":null},"license":{"name":"MIT License","url":"https://github.com/tushar117/XAlign/blob/main/LICENSE"},"modalities":[{"name":"Texts","url":"/datasets/modality/texts"}],"tasks":[{"name":"Data-to-Text Generation","url":"/task/data-to-text-generation","datasets_with_task":"/datasets/task/data-to-text-generation"},{"name":"KG-to-Text Generation","url":"/task/kg-to-text","datasets_with_task":"/datasets/task/kg-to-text"}],"languages":[{"name":"English","url":"/datasets/language/english"},{"name":"Bengali","url":"/datasets/language/bengali"},{"name":"Hindi","url":"/datasets/language/hindi"},{"name":"Marathi","url":"/datasets/language/marathi"},{"name":"Tamil","url":"/datasets/language/tamil"},{"name":"Telugu","url":"/datasets/language/telugu"},{"name":"Assamese","url":"/datasets/language/assamese"},{"name":"Gujarati","url":"/datasets/language/gujarati"},{"name":"Kannada","url":"/datasets/language/kannada"},{"name":"Malayalam","url":"/datasets/language/malayalam"},{"name":"Odia","url":"/datasets/language/odia"},{"name":"Punjabi","url":"/datasets/language/punjabi"}],"variants":["XAlign"],"data_loaders":[{"repo":"https://github.com/huggingface/datasets","url":"https://huggingface.co/datasets/tushar117/xalign","frameworks":["tf","pytorch","jax"]}],"num_papers_in_archive":2,"source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28"},"benchmarks":[{"leaderboard":"/sota/data-to-text-generation-on-xalign","task":"Data-to-Text Generation","dataset_variant":"XAlign","rows":6,"metrics":["BLEU4","METEOR"],"first_row_in_archive_order":{"model":"Fact-aware embedding with mT5","paper":"/paper/xf2t-cross-lingual-fact-to-text-generation","metrics":{"BLEU4":"29.27","METEOR":"53.64"},"code_links":[]},"note":"rows are the archive's own order at snapshot; nothing here re-ranks them"}],"papers_with_a_benchmark_row":[{"paper":"/paper/xf2t-cross-lingual-fact-to-text-generation","title":"XF2T: Cross-lingual Fact-to-Text Generation for Low-Resource Languages","date":"2022-09-22","rows_on_this_dataset":3,"code_links":0,"syntology":null},{"paper":"/paper/xalign-cross-lingual-fact-to-text-alignment","title":"XAlign: Cross-lingual Fact-to-Text Alignment and Generation for Low-Resource Languages","date":"2022-02-01","rows_on_this_dataset":3,"code_links":1,"syntology":null}],"syntology_totals":{"read_at":"2026-09-24T18:15:14+00:00","papers_with_samples":0,"samples_harvested":0,"samples_ran":0,"samples_unverified":0,"pointer_only_for_licence":0,"papers_with_no_sample_that_ran":0,"note":"the per-paper counts above, summed; not a rate"},"papers_note":"The archive never published its papers-using-dataset list; these are papers with a leaderboard row on this dataset's benchmarks."}