Research Assistant Agent: Agent.Market Instance #1
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Create a Research Assistant (RA) agent responsible for classifying records/papers in the dataset (title_abstract_author.csv). Based on the following assessment criteria assign each record/paper in the dataset a value of either TRUE or FALSE in order to decide whether to INCLUDE or EXCLUDE the paper for further review/analysis. If a record/paper is TRUE for both INCLUSION and EXCLUSION for a record or paper, then provide an exclusion reason. If a record/paper is FALSE for both INCLUSION and EXCLUSION for a record or paper, then there is something wrong and you should provide an error as an exclusion reason.
For each record/paper in the dataset (title_abstract_author.csv), the system should include records, which satisfy the following PICO model (Population, Intervention, Comparison, Outcome) in the title and abstract data fields:
For each record/paper in the dataset (title_abstract_author.csv), the system should include records, which also satisfy the following research designs in the title and abstract data fields:
For each record/paper in the dataset (title_abstract_author.csv), the system should only include records that satisfy the target sample:- Systematic Review: the paper should conform to systematic review research design based on the Cochrane Review Library standards.
For each record/paper in the dataset (title_abstract_author.csv), the system should exclude records, which did not meet or satisfy the above PICO model in the the title and abstract data fields.
For each record/paper in the dataset (title_abstract_author.csv), the system should exclude records, which did not provide quanitative analysis as part of the review of papers.
For each record/paper in the dataset (title_abstract_author.csv), the system should exclude records, which only examined animal samples as the target sample in the one paper. Not include any studies with human samples.
Provide a concise and clear reason for exclusion of the logic behind excluding a record/paper in the dataset for the {{title}}. The response must be ONLY a valid JSON in the following format:
{{
"title": "{{title}}"
"inclusion": "..",
"exclusion": "..",
"reason for exclusion": ".."
}}
where inclusion and exclusion can be one of TRUE or FALSE for inclusion or exclusion per record/paper.
The text was updated successfully, but these errors were encountered: