Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

What is considered the best simplification result? #3

Open
baragona opened this issue Jun 19, 2017 · 2 comments
Open

What is considered the best simplification result? #3

baragona opened this issue Jun 19, 2017 · 2 comments
Assignees

Comments

@baragona
Copy link
Contributor

Which of these is the best general purpose model to use for text simplification?
Is there any way to improve the result grammatical quality?
Thank you!

Inputs:

A jet aircraft is an aircraft propelled by jet engines.
A jet engine is a reaction engine discharging a fast-moving jet that generates thrust by jet propulsion.
An engine or motor is a machine designed to convert one form of energy into mechanical energy.
An aircraft is a machine that is able to fly by gaining support from the air.

Outputs:

/root/NeuralTextSimplification/results_NTS/result_NTS_epoch11_10.19.t7_5
A jet aircraft is an aircraft propelled by jet engines. .
A jet engine is a reaction engine .
An engine or motor is a machine designed to convert one form of energy into mechanical energy. .
An aircraft is a machine that is able to fly by gaining support from the air. .

/root/NeuralTextSimplification/results_NTS/result_NTS_epoch11_10.19.t7_5_h1
A jet aircraft is an aircraft propelled by jet engines. .
A jet engine is a reaction engine .
An engine or motor is a machine designed to convert one form of energy into mechanical energy. .
An aircraft is a machine that is able to fly by gaining support from the air. .

/root/NeuralTextSimplification/results_NTS/result_NTS_epoch11_10.19.t7_5_h2
A jet aircraft is an aircraft by jet aircraft .
A jet engine is a reaction engine that generates thrust by jet engines .
An engine or motor is a machine designed to convert one form of energy into mechanical energy. into mechanical energy. .
An aircraft is a machine that is able to get support from the air. .

/root/NeuralTextSimplification/results_NTS/result_NTS_epoch11_10.19.t7_5_h3
A jet aircraft is an aircraft propelled by jet engines. by jet engines. .
A jet engine is a jet engine that generates thrust by jet engines .
An engine or motor is a machine designed to convert one form of energy into mechanical energy. ( mechanical energy. ) into mechanical energy. .
An aircraft is a machine that is able to fly by gaining support from the air. air. .

/root/NeuralTextSimplification/results_NTS/result_NTS_epoch11_10.19.t7_5_h4
A jet aircraft is an aircraft that is propelled by jet engines. .
A jet engine is a small reaction engine that generates thrust by jet engines .
An engine or motor is a machine designed to convert one form of energy into mechanical energy. ( mechanical energy. ) .
An aircraft is a machine that is able to run by gaining support from the air. .
@senisioi senisioi self-assigned this Jun 20, 2017
@senisioi
Copy link
Owner

I am still looking into ways to generate better output or to aggregate what we already have. From what I've seen the second hypothesis is the best. h1 is very conservative, making small changes, sometimes containing the same content as the input, while h3 and h4 are sometimes ungrammatical.

@ankit201
Copy link

ankit201 commented Apr 12, 2019

@ojotoxy What is test.en and test.sen used?
Did you use the pre-trained model, in that case, what was the torch version used?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants