Codes for paper, "Visualizing Cross-Lingual Discourse Relations in Multilingual TED Corpora" at CODI @ EMNLP 2021
- Python 3 (tested on 3.8+)
- streamlit >= 1.0.0
- Online demo is available here.
- To run locally:
$ pip install -r requirements.txt
$ streamlit run main.py
This work builds upon the datasets created by multiple authors. If you use this resource, please consider citing:
@inproceedings{kim-etal-2021-visualizing,
title={Visualizing Cross‐Lingual Discourse Relations in Multilingual TED Corpora},
author={Kim, Zae Myung and Nikoulina, Vassilina and Kang, Dongyeop and Schwab, Didier and Besacier, Laurent},
booktitle={Proceedings of the 2nd Workshop on Computational Approaches to Discourse},
pages={165--170},
year={2021},
publisher={Association for Computational Linguistics}
}
@inproceedings{long-etal-2020-shallow,
title={Shallow Discourse Annotation for Chinese TED Talks},
author={Long, Wanqiu and Cai, Xinyi and Reid, James and Webber, Bonnie and Xiong, Deyi}
booktitle={Proceedings of the 12th Language Resources and Evaluation Conference},
pages={1025--1032},
year={2020},
organization={European Language Resources Association}
}
@article{zeyrek2020ted,
title={TED Multilingual Discourse Bank (TED-MDB): a parallel corpus annotated in the PDTB style},
author={Zeyrek, Deniz and Mendes, Am{\'a}lia and Grishina, Yulia and Kurfal{\i}, Murathan and Gibbon, Samuel and Ogrodniczuk, Maciej},
journal={Language Resources and Evaluation},
volume={54},
number={2},
pages={587--613},
year={2020},
publisher={Springer}
}
@inproceedings{zeyrek2018multilingual,
title={Multilingual extension of PDTB-style annotation: The case of TED multilingual discourse bank},
author={Zeyrek, Deniz and Mendes, Am{\'a}lia and Kurfali, Murathan},
booktitle={Proceedings of the 11th Language Resources and Evaluation Conference},
pages={1913--1919},
year={2018},
organization={European Language Resources Association}
}
"Visualizing Cross-Lingual Discourse Relations in Multilingual TED Corpora" is licensed under a Creative Commons Attribution 4.0 International License.