microsoft/ProphetNet

It seems that the core code of CRITIC, particularly the part involving Google API search, is not implemented

zyg18181818 opened this issue · 4 comments

It seems that the core code of CRITIC, particularly the part involving Google API search, is not implemented

+1

Hi, I'm also mostly interested in how you used google API search to retrieve relevant results to the question. Please share the code it will really help! Thank you!

Hi, thanks for your interest!
To simplify, using text from the top result returned by the Google Search API is enough. Furthermore, due to budget constraints and the need for stable, reproducible results, we developed a Google and web page crawler with cache for our experiments (storing about 9GB of Google results from January-April 2023). This part of the code is complex, and we don't recommend trying it at the moment. We may consider organizing and open-sourcing the crawler separately in the future. Stay tuned for updates, and we appreciate your understanding!

All right thank you for your reply! Looking forward to the open-source of the crawler!