paper-with-me

Papers

The Off-Topic Memento Toolkit

2018-06-18 · Shawn M. Jones, Michele C. Weigle, Michael L. Nelson

Web archive collections are created with a particular purpose in mind. A curator selects seeds, or original resources, which are then captured by an archiving system and stored as archived web pages, or mementos. The systems that build web archive collections are often configured to revisit the same original resource multiple times. This is incredibly useful for understanding an unfolding news story or the evolution of an organization. Unfortunately, over time, some of these original resources can go off-topic and no longer suit the purpose for which the collection was originally created. They can go off-topic due to web site redesigns, changes in domain ownership, financial issues, hacking, technical problems, or because their content has moved on from the original topic. Even though they are off-topic, the archiving system will still capture them, thus it becomes imperative to anyone performing research on these collections to identify these off-topic mementos. Hence, we present the Off-Topic Memento Toolkit, which allows users to detect off-topic mementos within web archive collections. The mementos identified by this toolkit can then be separately removed from a collection or merely excluded from downstream analysis. The following similarity measures are available: byte count, word count, cosine similarity, Jaccard distance, S{\o}rensen-Dice distance, Simhash using raw text content, Simhash using term frequency, and Latent Semantic Indexing via the gensim library. We document the implementation of each of these similarity measures. We possess a gold standard dataset generated by manual analysis, which contains both off-topic and on-topic mementos. Using this gold standard dataset, we establish a default threshold corresponding to the best F1 score for each measure. We also provide an overview of potential future directions that the toolkit may take.

📄 PDF Abstract BibTeX arXiv:1806.06870

Code (1)

oduwsdl/off-topic-memento-toolkit 공식 구현

Similar Papers 제목 키워드 기반

MementoEmbed and Raintale for Web Archive Storytelling

2020-08-01 · Shawn M. Jones, Martin Klein, Michele C. Weigle, Michael L. Nelson

For traditional library collections, archivists can select a representative sample from a collection and display it in a featured physical or digital library space. Web archive collections may consist of thousands of arc…

MEMENTO: Teaching LLMs to Manage Their Own Context

2026-04-10 · Vasilis Kontonis, Yuchen Zeng, Shivam Garg, Lingjiao Chen 외 arxiv

Reasoning models think in long, unstructured streams with no mechanism for compressing or organizing their own intermediate state. We introduce MEMENTO: a method that teaches models to segment reasoning into blocks, comp…

Memento: Facilitating Effortless, Efficient, and Reliable ML Experiments

2023-04-17 · Zac Pullar-Strecker, Xinglong Chang, Liam Brydon, Ioannis Ziogas 외

Running complex sets of machine learning experiments is challenging and time-consuming due to the lack of a unified framework. This leaves researchers forced to spend time implementing necessary features such as parallel…

Management

MementoGUI: Learning Agentic Multimodal Memory Control for Long-Horizon GUI Agents

2026-05-18 · Ziyun Zeng, Hang Hua, Bocheng Zou, Mu Cai 외 arxiv

Recent GUI agents have made substantial progress in visual grounding and action prediction, yet they remain brittle in long-horizon tasks that require maintaining task state across many interface transitions. Existing ag…

Visual Grounding

Memento: Note-Taking for Your Future Self

2025-06-25 · Chao Wan, Albert Gong, Mihir Mishra, Carl-Leander Henneking 외

Large language models (LLMs) excel at reasoning-only tasks, but struggle when reasoning must be tightly coupled with retrieval, as in multi-hop question answering. To overcome these limitations, we introduce a prompting …

Multi-hop Question AnsweringQuestion AnsweringRAG