Evaluation result paper#104
Open
tekrajchhetri wants to merge 50 commits intoperformance_cost_optimizationfrom
Open
Evaluation result paper#104tekrajchhetri wants to merge 50 commits intoperformance_cost_optimizationfrom
tekrajchhetri wants to merge 50 commits intoperformance_cost_optimizationfrom
Conversation
…nse into evaluation_result_paper
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the documentation, configuration files, and evaluation results for the StructSense NER pipeline. The changes include adding an evaluation section to the README, updating configuration files for various models (Gemini, GPT, Qwen), and refining the output structure for evaluation results. The review comments regarding missing trailing newlines in various files are valid and should be addressed to ensure POSIX compliance.
| @@ -0,0 +1 @@ | |||
| {} No newline at end of file | |||
Contributor
| @@ -0,0 +1,3 @@ | |||
| { | |||
| "judge_method": "auto_approved" | |||
| } No newline at end of file | |||
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text | ||
|
|
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text | ||
|
|
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text | ||
|
|
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text | ||
|
|
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text | ||
|
|
Contributor
| --config config_name.yaml \ | ||
| --source input_pdf.pdf \ | ||
| --api_key sk-<your_api_key> | ||
| ``` No newline at end of file |
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text:v1.5 | ||
| model: nomic-embed-text |
Contributor
| config: | ||
| api_base: http://localhost:11434 | ||
| model: nomic-embed-text:v1.5 | ||
| model: nomic-embed-text |
Contributor
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
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.
This PR contains the following + one minor fix for resource merge.
Benchmark
This directory contains benchmark datasets based on standard evaluation sets.
It includes NCBI and S800, where the
.jsonlfiles serve as the ground-truth annotations.Link:
https://github.com/sensein/structsense/tree/evaluation_result_paper/evaluation/benchmark
NER
This directory contains evaluation results for three papers related to Named Entity Recognition (NER).
Link:
https://github.com/sensein/structsense/tree/evaluation_result_paper/evaluation/ner
Resource Extraction
This directory contains evaluation results for two papers focused on resource extraction.
Link:
https://github.com/sensein/structsense/tree/evaluation_result_paper/evaluation/resource_extraction
Pdf2Reproschema
This directory contains evaluation outputs for the Pdf2Reproschema pipeline.
Link:
https://github.com/sensein/structsense/tree/evaluation_result_paper/evaluation/pdf2reproschema