Spaces:
Sleeping
Sleeping
update readme and cut long string
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# 💪 Paper Hero
|
2 |
|
3 |
-
A toolkit to help search papers from aclanthology, arXiv and dblp.
|
4 |
|
5 |
## 🌴 Setup
|
6 |
|
|
|
1 |
# 💪 Paper Hero
|
2 |
|
3 |
+
A toolkit to help search for papers from aclanthology, arXiv and dblp.
|
4 |
|
5 |
## 🌴 Setup
|
6 |
|
run.py
CHANGED
@@ -50,7 +50,11 @@ if __name__ == "__main__":
|
|
50 |
arxiv_paper_list = ArxivPaperList(
|
51 |
"cache/ee-arxiv.xml",
|
52 |
use_cache=True,
|
53 |
-
title=
|
|
|
|
|
|
|
|
|
54 |
category="cs.CL",
|
55 |
)
|
56 |
arxiv_ee_query = {
|
|
|
50 |
arxiv_paper_list = ArxivPaperList(
|
51 |
"cache/ee-arxiv.xml",
|
52 |
use_cache=True,
|
53 |
+
title=(
|
54 |
+
"Event Extraction OR Event Argument Extraction OR Event Detection"
|
55 |
+
" OR Event Classification OR Event Tracking"
|
56 |
+
" OR Event Relation Extraction OR Information Extraction"
|
57 |
+
),
|
58 |
category="cs.CL",
|
59 |
)
|
60 |
arxiv_ee_query = {
|