mtnt
Stay organized with collections
Save and categorize content based on your preferences.
MTNT: Machine Translation of Noisy Text
FeaturesDict({
'dst': Text(shape=(), dtype=string),
'src': Text(shape=(), dtype=string),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
dst |
Text |
|
string |
|
src |
Text |
|
string |
|
@InProceedings{michel2018mtnt,
author = {Michel, Paul and Neubig, Graham},
title = {MTNT: A Testbed for Machine Translation of Noisy Text},
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing}
}
mtnt/en-fr (default config)
Dataset size: 11.33 MiB
Splits:
Split |
Examples |
'test' |
1,020 |
'train' |
35,692 |
'valid' |
811 |
mtnt/en-ja
Dataset size: 4.41 MiB
Splits:
Split |
Examples |
'test' |
946 |
'train' |
5,746 |
'valid' |
892 |
mtnt/fr-en
Dataset size: 8.28 MiB
Splits:
Split |
Examples |
'test' |
1,022 |
'train' |
18,942 |
'valid' |
876 |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-12-06 UTC."],[],[],null,["# mtnt\n\n\u003cbr /\u003e\n\n- **Description**:\n\nMTNT: Machine Translation of Noisy Text\n\n- **Homepage** :\n \u003chttps://pmichel31415.github.io/mtnt/index.html\u003e\n\n- **Source code** :\n [`tfds.translate.mtnt.Mtnt`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/translate/mtnt/mtnt.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `35.08 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Feature structure**:\n\n FeaturesDict({\n 'dst': Text(shape=(), dtype=string),\n 'src': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| dst | Text | | string | |\n| src | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('src', 'dst')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Citation**:\n\n @InProceedings{michel2018mtnt,\n author = {Michel, Paul and Neubig, Graham},\n title = {MTNT: A Testbed for Machine Translation of Noisy Text},\n booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing}\n }\n\nmtnt/en-fr (default config)\n---------------------------\n\n- **Dataset size** : `11.33 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 1,020 |\n| `'train'` | 35,692 |\n| `'valid'` | 811 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nmtnt/en-ja\n----------\n\n- **Dataset size** : `4.41 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 946 |\n| `'train'` | 5,746 |\n| `'valid'` | 892 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nmtnt/fr-en\n----------\n\n- **Dataset size** : `8.28 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 1,022 |\n| `'train'` | 18,942 |\n| `'valid'` | 876 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]