-
Notifications
You must be signed in to change notification settings - Fork 6
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
RePair 2.0 #53
Merged
Merged
RePair 2.0 #53
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
add query class add files related to refinement update param.py file
- Add a class for query - Write functions for reading query and create an object of the query
- Separate the code settings from corpus names and files. - Add expanders
- Add refiners - Add Query Class
- change some variables in Query class - Debug and make changes for datasets such as robusts04
Reading queries now accept larger datasets with multiple topics and qrels.
- Changed the directory of Query (dal >>> cmn) - Update the files of the refiners
RM3 - RelevanceFeedback - BertQ
The code now can be run for multiple rankers and metrics
commit 6afa7cf Merge: 0a3d58d fc78555 Author: Delaram Rajaei <[email protected]> Date: Fri Mar 8 18:13:22 2024 -0500 Merge branch 'main' of https://github.com/DelaramRajaei/RePair commit 0a3d58d Author: Delaram Rajaei <[email protected]> Date: Fri Mar 8 18:13:19 2024 -0500 t5 as a refiner commit fc78555 Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:25:47 2024 -0500 Update README.md commit ccf130d Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:16:46 2024 -0500 Update README.md commit 0f0429a Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:14:31 2024 -0500 Add files via upload commit 631c352 Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:13:29 2024 -0500 Update README.md commit 0b8b0be Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:05:52 2024 -0500 Add files via upload commit e138e32 Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:05:40 2024 -0500 Delete similarity.pdf commit bcbf21a Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 17:05:19 2024 -0500 Update README.md commit dd3ad47 Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 16:56:28 2024 -0500 Add files via upload commit 5ea1e41 Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 16:56:05 2024 -0500 Update README.md commit 232e8e2 Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 16:39:18 2024 -0500 Update README.md commit 86e4b9d Author: Delaram Rajaei <[email protected]> Date: Sat Feb 24 16:38:47 2024 -0500 Update README.md commit 98df678 Author: Delaram Rajaei <[email protected]> Date: Thu Feb 22 16:58:34 2024 -0500 Update param.py commit 1c61d22 Author: Delaram Rajaei <[email protected]> Date: Thu Feb 22 16:58:07 2024 -0500 Add t5 as a refiner commit f382029 Author: Delaram Rajaei <[email protected]> Date: Thu Feb 22 16:56:28 2024 -0500 Update rag fusion commit 2fbd9b9 Author: Delaram Rajaei <[email protected]> Date: Thu Feb 22 14:42:59 2024 -0500 Fix the bug of search commit e99edb7 Author: Delaram Rajaei <[email protected]> Date: Wed Feb 14 16:19:29 2024 -0500 Update ds Add RRF Update search function commit 7f257fc Merge: b4b09ac 10ff8bb Author: Delaram Rajaei <[email protected]> Date: Wed Feb 14 16:12:07 2024 -0500 Merge branch 'main' of https://github.com/DelaramRajaei/RePair commit b4b09ac Author: Delaram Rajaei <[email protected]> Date: Wed Feb 14 16:12:04 2024 -0500 Add similarity function commit 10ff8bb Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 17:26:38 2024 -0500 Update README.md commit 84087e3 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 17:07:52 2024 -0500 Update README.md commit 16077ef Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 17:01:42 2024 -0500 Update README.md commit 42662b3 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:37:53 2024 -0500 Update README.md commit 9ac6b93 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:36:34 2024 -0500 Update README.md commit 3f2c749 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:21:32 2024 -0500 Update README.md commit 0ed9451 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:18:27 2024 -0500 Update README.md commit 0373991 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:17:36 2024 -0500 Add files via upload commit 120fa11 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:16:40 2024 -0500 Delete Backtranslation.pdf commit de9191c Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:16:04 2024 -0500 Delete classdiagram.png commit 8fa2639 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:14:49 2024 -0500 Add files via upload commit 0d467e5 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 16:13:41 2024 -0500 Update README.md commit defbde9 Author: Delaram Rajaei <[email protected]> Date: Mon Feb 12 15:35:01 2024 -0500 Update pipeline commit 093bef3 Author: Delaram Rajaei <[email protected]> Date: Mon Jan 15 18:45:32 2024 -0500 Fix typo commit 2bfaf0e Author: Delaram Rajaei <[email protected]> Date: Mon Jan 15 18:44:40 2024 -0500 Update the main source The code now can be run for multiple rankers and metrics commit ac84673 Author: Delaram Rajaei <[email protected]> Date: Mon Jan 15 15:07:37 2024 -0500 RAG Fusion commit 4f58794 Author: Delaram Rajaei <[email protected]> Date: Mon Jan 15 11:16:40 2024 -0500 Fixed refiners RM3 - RelevanceFeedback - BertQ commit 660cd56 Author: Delaram Rajaei <[email protected]> Date: Wed Dec 27 14:36:14 2023 -0500 Fixing the bug for relevancefeedback refiner commit 656605c Author: Delaram Rajaei <[email protected]> Date: Fri Dec 22 13:20:22 2023 -0500 Update aol.py commit a2d6ddd Author: Delaram Rajaei <[email protected]> Date: Fri Dec 22 13:20:14 2023 -0500 Update the Query class directory commit b04ea40 Author: Delaram Rajaei <[email protected]> Date: Fri Dec 22 13:19:41 2023 -0500 Update files - Changed the directory of Query (dal >>> cmn) - Update the files of the refiners commit 4481189 Author: Delaram Rajaei <[email protected]> Date: Wed Nov 29 18:21:29 2023 -0500 Update dataloader Reading queries now accept larger datasets with multiple topics and qrels. commit 3a24a17 Author: Delaram Rajaei <[email protected]> Date: Mon Nov 20 18:40:02 2023 -0500 Update code - change some variables in Query class - Debug and make changes for datasets such as robusts04 commit 56fb084 Author: Delaram Rajaei <[email protected]> Date: Fri Nov 17 16:43:20 2023 -0500 Updating RePair - Add refiners - Add Query Class commit 1f13624 Author: Delaram Rajaei <[email protected]> Date: Thu Nov 2 19:14:05 2023 -0400 update param and main - Separate the code settings from corpus names and files. - Add expanders commit 04f52a5 Author: Delaram Rajaei <[email protected]> Date: Thu Nov 2 19:10:56 2023 -0400 Query class - Add a class for query - Write functions for reading query and create an object of the query commit c24a584 Author: Delaram Rajaei <[email protected]> Date: Wed Nov 1 18:30:05 2023 -0400 Add refinement add query class add files related to refinement update param.py file commit 93a03c5 Author: Delaram Rajaei <[email protected]> Date: Fri Oct 27 16:27:35 2023 -0400 Debugging Update some files and solve issues.
* Debugging Update some files and solve issues. * Add refinement add query class add files related to refinement update param.py file * Query class - Add a class for query - Write functions for reading query and create an object of the query * update param and main - Separate the code settings from corpus names and files. - Add expanders * Updating RePair - Add refiners - Add Query Class * Update code - change some variables in Query class - Debug and make changes for datasets such as robusts04 * Update dataloader Reading queries now accept larger datasets with multiple topics and qrels. * Update files - Changed the directory of Query (dal >>> cmn) - Update the files of the refiners * Update the Query class directory * Update aol.py * Fixing the bug for relevancefeedback refiner * Fixed refiners RM3 - RelevanceFeedback - BertQ * RAG Fusion * Update the main source The code now can be run for multiple rankers and metrics * Fix typo * Update pipeline * Update README.md * Add files via upload * Delete classdiagram.png * Delete Backtranslation.pdf * Add files via upload * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Add similarity function * Update ds Add RRF Update search function * Fix the bug of search * Update rag fusion * Add t5 as a refiner * Update param.py * Update README.md * Update README.md * Update README.md * Add files via upload * Update README.md * Delete similarity.pdf * Add files via upload * Update README.md * Add files via upload * Update README.md * Update README.md * t5 as a refiner
Contain different functions to analyze the results.
add lines to aggregate the rag-fusion results with other refiners
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.
Changes:
Query refinement
Added other commands to the pipeline
Update the code line
Added Analyze file to better analyze the results