MichaelR207 commited on
Commit
c28debc
1 Parent(s): 66c4cbc

Added example image to readme

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -43,6 +43,8 @@ size_categories:
43
 
44
  The MultiSim benchmark is a growing collection of text simplification datasets targeted at sentence simplification in several languages. Currently, the benchmark spans 12 languages.
45
 
 
 
46
  ### Supported Tasks
47
 
48
  - Sentence Simplification
@@ -56,6 +58,7 @@ dataset = load_dataset("MichaelR207/MultiSim")
56
  ```
57
 
58
  ### Citation
 
59
  ```
60
  @inproceedings{ryan-etal-2023-revisiting,
61
  title = "Revisiting non-{E}nglish Text Simplification: A Unified Multilingual Benchmark",
 
43
 
44
  The MultiSim benchmark is a growing collection of text simplification datasets targeted at sentence simplification in several languages. Currently, the benchmark spans 12 languages.
45
 
46
+ ![Figure showing four complex and simple sentence pairs. One pair in English, one in Japanese, one in Urdu, and one in Russian. The English complex sentence reads "He settled in London, devoting himself chiefly to practical teaching." which is paired with the simple sentence "He lived in London. He was a teacher."](MultiSimEx.png "MultiSim Example")
47
+
48
  ### Supported Tasks
49
 
50
  - Sentence Simplification
 
58
  ```
59
 
60
  ### Citation
61
+ If you use this benchmark, please cite our [paper](https://aclanthology.org/2023.acl-long.269/):
62
  ```
63
  @inproceedings{ryan-etal-2023-revisiting,
64
  title = "Revisiting non-{E}nglish Text Simplification: A Unified Multilingual Benchmark",