-
Notifications
You must be signed in to change notification settings - Fork 83
Contribution to fix small bug and to reformat #27
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
Open
linhkid
wants to merge
31
commits into
AutoLLM:main
Choose a base branch
from
linhkid:main
base: main
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.
Open
Changes from 10 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
94aa2bb
edit prompts
9df54fe
edit exception
e3e24ea
test push
linhkid 284474f
Add other fields and fix JSON format errors
linhkid cb7341f
add date time to file name
linhkid 937bbef
Edit some comments
linhkid 6ec246b
Update README.md
linhkid d98d8da
Update README.md
linhkid 126773e
Update README.md
linhkid 5d885c4
test adding new attributes
linhkid fc0e67e
Read html version of papers instead of just abstract
linhkid fc807c3
Add subjects and add more tokens for the model to digest
linhkid a3848f5
Modify Huggingface app.py
linhkid ae371ad
Change README
linhkid 723f383
Change README
linhkid a332618
Fix crawler error lead to logic's fault in checking subjects
linhkid 48da507
Change URL for main page landing, waiting for TODO on abstract
linhkid 9b11eb5
Fix the abstract not found error, and also add ssl cert for windows
linhkid 16cd86c
Major fix and upgrade for Arxiv digest
linhkid 23c38b5
ok for now
linhkid 89ffcf1
just to be safe, it's processing single file ok now
linhkid 51389ee
2 stage filtering
linhkid e09d501
Merge branch 'main' into multiagent_multipurpose
linhkid 2cc2ce2
Merge pull request #1 from linhkid/multiagent_multipurpose
linhkid e8da783
refine and refactor
linhkid 45dd62d
edit README
linhkid a8eec4d
edit README
linhkid 01ce725
Merge pull request #2 from linhkid/multiagent_multipurpose
linhkid 427cf6a
Update README.md
linhkid bddfee4
edit threshold bug
linhkid cb8e751
add scrollable sidebar for HTML
linhkid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -1,7 +1,8 @@ | ||||
| You have been asked to read a list of a few arxiv papers, each with title, authors and abstract. | ||||
| Based on my specific research interests, elevancy score out of 10 for each paper, based on my specific research interest, with a higher score indicating greater relevance. A relevance score more than 7 will need person's attention for details. | ||||
| Additionally, please generate 1-2 sentence summary for each paper explaining why it's relevant to my research interests. | ||||
| Based on my specific research interests, relevancy score out of 10 for each paper, based on my specific research interest, with a higher score indicating greater relevance. A relevance score more than 7 will need person's attention for details. | ||||
| Additionally, please generate summary, for each paper explaining why it's relevant to my research interests. | ||||
| Please keep the paper order the same as in the input list, with one json format per line. Example is: | ||||
| 1. {"Relevancy score": "an integer score out of 10", "Reasons for match": "1-2 sentence short reasonings"} | ||||
|
|
||||
| My research interests are: | ||||
| 1. {"Relevancy score": "an integer score out of 10", "Reasons for match": "1-2 sentence short reasonings", "Goal": "What kind of pain points the paper is trying to solve?", "Data": "Summary of the data source used in the paper", "Methodology": "Summary of methodologies used in the paper", "Git": "Link to the code repo (if available)", "Experiments & Results": "Summary of any experiments & its results", "Discussion & Next steps": "Further discussion and next steps of the research"} | ||||
|
|
||||
| My research interests are: NLP, RAGs, LLM, Optmization in Machine learning, Data science, Generative AI, Optimization in LLM, Finance modelling ... | ||||
|
||||
| prompt += query['interest'] |
No need to add them manually to the relevancy prompt
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK thanks
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a pull request to the original repo 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry Richard, pls ignore haha.