-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement IR based Supervised Sentence Ranker #314
Open
dafajon
wants to merge
32
commits into
develop
Choose a base branch
from
feature/ranker_summarizer
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Implement class variable for lazy loading of model.
…mmarization lengths.
…w ranker models for differend tfm embeddings and summarization lengths.
…r to the summarize module __init__
…at inherits it." Implement DEBUG mode for tests in the SupervisedSentenceRanker class. Merge it with previous commits. This reverts commit 11012bd.
- Merger latest develop.
ToDo: More data for supervised ranker summarizers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
lightgbm ranker
.sadedegel.dataset.annotated
is used with its sentence, relevance pairs to train ranker.test_supervised.py
supervised.py
SupervisedSentenceRanker
class as child ofExtractiveSummarizer
.LGBMRanker
. Decouple embedding generation for transformer based and BoW based representations from predict method.RankerOptimizer
if the user requires an optimized ranker for asummarization_percentage
and another embedding withvector_type
. InheritSupervisedSentenceRanker
for its embedding extraction methods._prepare_dataset
uses extraction methods to prepare dataset for the format required forLGBMRanker
.util/supervised_tuning.py
optuna
with sampling of parameter space.optuna
.README.md
model/ranker_bert_128k_cased.joblib
RankerOptimizer
are serialized to~/.sadedegel_data/models