# RAG Evaluation Papers and Benchmarks Finder

**Use case:** 

Find sourced papers on retrieval-augmented generation evaluation and benchmarks. Access data from OpenAlex, Crossref, arXiv, and Europe PMC.

## Input

```json
{
  "examplePrompt": "Find RAG evaluation papers and benchmarks for retrieval augmented generation systems.",
  "crossrefMailto": "***",
  "runMode": "task_example",
  "query": "retrieval augmented generation evaluation benchmarks for RAG systems",
  "sources": [
    "openalex",
    "crossref",
    "arxiv"
  ],
  "maxResults": 10,
  "fromYear": 2021,
  "sortBy": "evidence_score",
  "openAccessOnly": false,
  "includePreprints": true,
  "includeAbstracts": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "doi": {
    "label": "DOI",
    "format": "string"
  },
  "publicationYear": {
    "label": "Year",
    "format": "integer"
  },
  "venue.name": {
    "label": "Venue",
    "format": "text"
  },
  "workType": {
    "label": "Type",
    "format": "string"
  },
  "openAccess.isOpenAccess": {
    "label": "Open access",
    "format": "boolean"
  },
  "metrics.citedByCount": {
    "label": "Citations",
    "format": "number"
  },
  "scores.evidenceScore": {
    "label": "Evidence score",
    "format": "number"
  },
  "scores.relevanceScore": {
    "label": "Relevance",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Open Science Evidence Finder](https://apify.com/mrbridge/open-science-evidence-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mrbridge/open-science-evidence-finder) to learn more, explore other use cases, and run it yourself.