Filtering the dataset

#3
by cwinkler - opened

First of all, thank you for this great dataset!

Some questions:

  1. Is there any way to filter the dataset using "load_dataset()"? For example, I am interested in the features "title" and "abstract"
  2. Could you give an example how to use "query_string"
  3. This relates to 1.: is it possible to filter by a string in the title, e.g. "method" in column "title". I know that it is possible after the dataset was loaded with "dataset_dict.filter()" but maybe there is way to do that with "load_dataset()"?

Sign up or log in to comment