-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running with Custom Dataset #3
Comments
You can download the preprocessed yelp dataset and format your custom dataset following the instruction in Readmes. Please feel free to ask if you have any further questions. |
@hzhwcmhf Thanks for the instructions! |
@hzhwcmhf Can the test files be run without multiple human references as well? I see the paper mentions Luo et al. (2019) for the Yelp dataset as they provided multiple references but for GYAFC there is no such mention. I don't have multiple human references hence would like to know if the code already auto handles single references or would I need to make the changes manually? |
Hi, @aflah02 First, we use multiple human references as well for GYAFC. You can find the references here. Multiple references are recommended in evaluating style transfer models since they can cover more possible transferred phrases, leading to reliable results. Second, it should be ok if you test files only contain one reference per sample. For example, the test file can be
(If it does not work, please tell me. I will figure out the problem.) Moreover, you can change the format of input file here Lines 35 to 42 in ef765d4
where |
Hey!
Great Paper!!
Can you share some instructions for formatting a custom dataset as well?
The text was updated successfully, but these errors were encountered: