ChenRocks / ChenRocks/fast_abs_rl

Words splitting instead of sentence splitting. Is this a bug?

Open
#65 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
624
Forks
183
PR merge metrics
No merged PRs in 30d

Description

In https://github.com/ChenRocks/fast_abs_rl/blob/master/make_extraction_labels.py#L47 you split articles and abstracts into sentences to compute the labels for extraction. However `t.split()` splits into words, and not sentences. Is this a bug? If not, how does it work?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at make_extraction_labels.py#L47 and trace how t.split() is used while computing extraction labels for articles and abstracts. Compare the expected sentence-level inputs with the actual behavior, then determine whether this is intentional or a bug; done means the behavior is explained or the issue is narrowed to a specific correction.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.