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

question regarding the sequence lengths #6

Open
tianylin98 opened this issue May 4, 2023 · 0 comments
Open

question regarding the sequence lengths #6

tianylin98 opened this issue May 4, 2023 · 0 comments

Comments

@tianylin98
Copy link

The idea of this work is intriguing. But the settings regarding the sequence lengths in the paper is confusing...
In Sec.2, "During inference, we enumerate all possible spans that are less than the length of L"
In A. 3, "In our experiments, we set the maximum sequence length L to 256"
In A. 4, "For all experiments, we ignore sentence boundaries, and tokenize and split text into sequences with a stride of 16... with the maximum token length of N = 128...The maximum token length for entity spans is set to 30."

  1. Will the setting ignoring sentence boundaries break entity spans (one entity span is split into two sequences)?
  2. If the max token length is 128, a max span length of 256 (L<N) is redundant, right?
  3. What's the difference between "maximum token length for entity spans" and "maximum sequence length L"?

I'd appreciate it if you could address these questions.

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

No branches or pull requests

1 participant