Find sentences by role across records
find_passagesAuthor sentences Jev labeled with one role, across every stored record, each with its probability and paper. Abstract-tier records cover limitation, result and main_claim; full-text records add condition, citation and measurement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | limitation, condition, result, main_claim, citation, or measurement. | |
| limit | No | 1 to 50. | |
| query | No | Words to match in the author's sentence. Empty returns the role. | |
| arxiv_id | No | One paper, or empty for every stored record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| role | No | ||
| count | No | ||
| error | No | ||
| input | No | ||
| query | No | ||
| matched | No | ||
| arxiv_id | No | ||
| coverage | No | ||
| passages | No | ||
| resolved | No | ||
| empty_means | No |