Closed neural-loop closed 11 months ago
I've tried:
abs:ai alignment abs:(ai alignment) abs:'ai alignment' abs:'ai+alignment' 'abs:ai alignment'
def search_arxiv(query): client = arxiv.Client() search = arxiv.Search(query=query, max_results=5, sort_by=arxiv.SortCriterion.SubmittedDate) return list(client.results(search))
And so on, but it isn't returning results which contain "ai alignment" it seems to match on AI or alignment, but not the strings together.
I found abs:"ai alignment" seems to be the way
I've tried:
And so on, but it isn't returning results which contain "ai alignment" it seems to match on AI or alignment, but not the strings together.