Skip to content

facebookresearch/text-simplification-evaluation

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 6, 2018 15:21
November 6, 2018 15:21
February 12, 2021 08:43
November 6, 2018 15:21
November 6, 2018 15:21
November 6, 2018 15:21
November 6, 2018 15:21
October 15, 2019 19:06

Reference-less Quality Estimation of Text Simplification Systems

Note: if you are looking for a tool to evaluate your simplification models, head over to EASSE instead.

This repository contains the original implementation of the evaluation methods presented in Reference-less Quality Estimation of Text Simplification Systems (1st Workshop on Automatic Text Adaption, INLG 2018). The version that was used at submission time is on branch submission.

You can get a quick glance on what the code does in demo/reference_less_evaluation.ipynb.

Getting Started

Dependencies

  • Python 3.6
  • Java
  • Optional: QuEst (install in resources/tools/quest/)
  • Optional: TERp (install in resources/tools/terp/)

Installing

git clone git@github.com:facebookresearch/text-simplification-evaluation.git
cd text-simplification-evaluation
pip install -e .
pip install -r requirements.txt

Running the tests

pytest tests/

References

If you use this code, please cite:
L. Martin, S. Humeau, PE. Mazaré, E. De la Clergerie, A. Bordes, B. Sagot, Reference-less Quality Estimation of Text Simplification Systems

Author

If you have any question, please contact the author: Louis Martin (louismartin@fb.com)

License

See the LICENSE file for more details.

About

Reference-less Quality Estimation of Text Simplification Systems

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages