All Projects → facebookresearch → text-simplification-evaluation

facebookresearch / text-simplification-evaluation

Licence: other
Reference-less Quality Estimation of Text Simplification Systems

Programming Languages

python
139335 projects - #7 most used programming language

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 [email protected]: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 ([email protected])

License

See the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].