apaper_search_dblp_papers
Search the DBLP database for computer science papers using boolean queries, filter by publication year and venue, and optionally include BibTeX entries.
Instructions
Search DBLP computer science bibliography database for papers
Args: query: Search query string (supports boolean 'and'/'or' operators) max_results: Maximum number of papers to return (default: 10) year_from: Lower bound for publication year (optional) year_to: Upper bound for publication year (optional) venue_filter: Case-insensitive substring filter for venues (e.g., 'ICLR', 'NeurIPS') include_bibtex: Whether to include BibTeX entries in results (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| year_from | No | ||
| year_to | No | ||
| venue_filter | No | ||
| include_bibtex | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |