https://github.com/nomnomnonono/paper-search
Application to search for similar papers by title and abstract, keywords.
https://github.com/nomnomnonono/paper-search
artificial-intelligence arxiv-api bert database embedding-models github-workflow gradio machine-learning mysql poetry python pytorch scraping sentence-bert vector-search
Last synced: about 2 months ago
JSON representation
Application to search for similar papers by title and abstract, keywords.
- Host: GitHub
- URL: https://github.com/nomnomnonono/paper-search
- Owner: nomnomnonono
- Created: 2023-03-27T07:35:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T10:37:31.000Z (about 3 years ago)
- Last Synced: 2025-02-07T07:32:06.696Z (over 1 year ago)
- Topics: artificial-intelligence, arxiv-api, bert, database, embedding-models, github-workflow, gradio, machine-learning, mysql, poetry, python, pytorch, scraping, sentence-bert, vector-search
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 論文検索アプリ
## 概要
axXiv APIのPythonラッパーであるarxivライブラリを用いて取得した任意の論文データセットに対して、タイトルとアブストラクトが類似した論文を検索できます。
Hugging Faceにて機械学習における公平性の論文検索アプリを公開しているので是非ご活用ください。[link](https://huggingface.co/spaces/nomnomnonono/fairness-paper-search)
## TODO
- 他分野の検索を可能にする
- 検索精度の向上
- pkeでキーワード抽出を行い、キーワードベクトルを作成して検索することを試みたが、抽出されるキーワードの精度が低かったため中止した
- Sentence BERTのFTをしたいが、ある文章と類似する文章のペアをどのように作成するかを検討中