-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Machine-Learning-Pipelines/llm
Llm
- Loading branch information
Showing
47 changed files
with
6,155 additions
and
3,199 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
outs: | ||
- md5: 95f383f75d5092838472870faaf4528d.dir | ||
size: 1356118693 | ||
nfiles: 4276 | ||
- md5: fa4149515a6f4ab47eb3b373cfc8f815.dir | ||
size: 1353977566 | ||
nfiles: 4273 | ||
path: gold_standard |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
# Docstrings | ||
# Architecture | ||
|
||
## Documentation of `tex_eval.py` | ||
## `tex_eval` module | ||
|
||
::: src.reproscreener.tex_eval | ||
The `tex_eval` module is used to evaluate `.tex` files exttracted from the arXiv source tarball of the paper. | ||
|
||
## Documentation of `repo_eval.py` | ||
::: reproscreener.tex_eval | ||
options: | ||
show_source: false | ||
heading_level: 3 | ||
|
||
::: src.reproscreener.repo_eval | ||
## `repo_eval` module | ||
|
||
::: reproscreener.repo_eval | ||
options: | ||
show_source: false | ||
heading_level: 3 | ||
|
||
## `scrape_arxiv` module | ||
|
||
The `scrape_arxiv` module is used to obtain the gold standard dataset from the arXiv. It includes the PDFs, source tarballs, and abstract for each paper. | ||
|
||
::: reproscreener.scrape_arxiv | ||
options: | ||
show_source: false | ||
heading_level: 3 | ||
|
||
## `gold_standard` module | ||
|
||
The `gold_standard` module is used to evaluate and compare the performance of `reproscreener` on the gold standard dataset. It uses the data from the `scrape_arxiv` module. | ||
|
||
::: reproscreener.gold_standard | ||
options: | ||
show_source: false | ||
heading_level: 3 |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Funding | ||
|
||
|
||
|
||
We thank the The Center for Research and Education in AI and Learning (REAL@USC) for their funding and support towards this project. | ||
|
||
Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the The Center for Research and Education in AI and Learning (REAL@USC). | ||
Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the The Center for Research and Education in AI and Learning (REAL@USC). | ||
|
||
--- | ||
|
||
This material is based upon work supported by the National Science Foundation under Grant No. OAC 2138773 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.