This dataset contains anonymized user interaction data from two AI-powered research tools: ScholarQA (SQA) and Paper Finder (PF). The data comes from users who opted in to having their queries and interaction data released.
queries = load_dataset("allenai/asta-user-interactions", "optin_queries")["train"]
clicks = load_dataset("allenai/asta-user-interactions"… See the full description on the dataset page:
https://huggingface.co/datasets/allenai/asta-user-interactions.