Skip to content
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

Consider harvesting short sentences from parallel data #879

Open
gregtatum opened this issue Oct 15, 2024 · 0 comments
Open

Consider harvesting short sentences from parallel data #879

gregtatum opened this issue Oct 15, 2024 · 0 comments
Labels
data sources Data importer support quality Improving robustness and translation quality

Comments

@gregtatum
Copy link
Member

It's not guaranteed that parallel "sentences" are actually sentences. We could write a script to detect how many sentences are in each parallel datum, and then attempt to extract them into a new dataset. We could use word alignments to ensure that the left and right sides of the sentence agree on being part of the same sentence.

Perhaps this won't work, because there aren't many multiple sentences in the datasets, but it seems worth looking into.

@gregtatum gregtatum added quality Improving robustness and translation quality data sources Data importer support labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data sources Data importer support quality Improving robustness and translation quality
Projects
None yet
Development

No branches or pull requests

1 participant