paper-with-me

Papers

Tree-based Focused Web Crawling with Reinforcement Learning

2021-12-12 · Andreas Kontogiannis, Dimitrios Kelesis, Vasilis Pollatos, George Giannakopoulos, Georgios Paliouras

A focused crawler aims at discovering as many web pages and web sites relevant to a target topic as possible, while avoiding irrelevant ones. Reinforcement Learning (RL) has been a promising direction for optimizing focused crawling, because RL can naturally optimize the long-term profit of discovering relevant web locations within the context of a reward. In this paper, we propose TRES, a novel RL-empowered framework for focused crawling that aims at maximizing both the number of relevant web pages (aka \textit{harvest rate}) and the number of relevant web sites (\textit{domains}). We model the focused crawling problem as a novel Markov Decision Process (MDP), which the RL agent aims to solve by determining an optimal crawling strategy. To overcome the computational infeasibility of exhaustively searching for the best action at each time step, we propose Tree-Frontier, a provably efficient tree-based sampling algorithm that adaptively discretizes the large state and action spaces and evaluates only a few representative actions. Experimentally, utilizing online real-world data, we show that TRES significantly outperforms and Pareto-dominates state-of-the-art methods in terms of harvest rate and the number of retrieved relevant domains, while it provably reduces by orders of magnitude the number of URLs needed to be evaluated at each crawling step.

📄 PDF Abstract BibTeX arXiv:2112.07620

Code (1)

ddaedalus/tres 공식 구현 tf

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Comparing the Quality of Focused Crawlers and of the Translation Resources Obtained from them

2014-05-01 · LREC 2014 5 · Bruno Laranjeira, Viviane Moreira, Aline Villavicencio, Carlos Ramisch 외

Comparable corpora have been used as an alternative for parallel corpora as resources for computational tasks that involve domain-specific natural language processing. One way to gather documents related to a specific to…

Machine TranslationTranslation

Domain-Specific Corpus Expansion with Focused Webcrawling

2016-05-01 · LREC 2016 5 · Steffen Remus, Chris Biemann

This work presents a straightforward method for extending or creating in-domain web corpora by focused webcrawling. The focused webcrawler uses statistical N-gram language models to estimate the relatedness of documents …

Focused Web Corpus Crawling

2014-04-01 · WS 2014 4 · Rol Sch{\"a}fer, , Adrien Barbaresi, Felix Bildhauer

Judge a Book by its Cover: Conservative Focused Crawling under Resource Constraints

2015-12-01 · WS 2015 12 · Shehzaad Dhuliawala, Arjun Atreya V, Ravi Kumar Yadav, Pushpak Bhattacharyya

Smart Bilingual Focused Crawling of Parallel Documents

2024-05-23 · Cristian García-Romero, Miquel Esplà-Gomis, Felipe Sánchez-Martínez

Crawling parallel texts $\unicode{x2014}$texts that are mutual translations$\unicode{x2014}$ from the Internet is usually done following a brute-force approach: documents are massively downloaded in an unguided process, …