Controlling Text Edition by Changing Answers of Specific Questions

Adjust some content of a document D, to make the answer A of a document-related question Q changed to a new answer A'

Goal: Controllable Text Edition

A brief description of the project missionAdjust some content of a document D, to make the answer A of a document-related question Q changed to a new answer A'


Dataset

WikiBioCTE (The download link is here)

There are three files in the dataset:

  1. Training set: train.csv

This is a .csv file. The first line is a title that shows the datatypes as follows:

Question:Q Answer:A Answer_Length Document:D

Then, each line contains a training example containing these four fields.

  1. Development set: dev.csv. The data format is the same as the training set

  2. Test set: LabeledTestData.txt

The first line is the number of cases.

Then, each line contains 5 fields. They are (question Q, changed answer A', original document D, modified document reference D' ) split by tab ('\t').