paper-with-me

홈 › Papers

Revisiting Distributional Correspondence Indexing: A Python Reimplementation and New Experiments

2018-10-19 · Alejandro Moreo, Andrea Esuli, Fabrizio Sebastiani

This paper introduces PyDCI, a new implementation of Distributional Correspondence Indexing (DCI) written in Python. DCI is a transfer learning method for cross-domain and cross-lingual text classification for which we had provided an implementation (here called JaDCI) built on top of JaTeCS, a Java framework for text classification. PyDCI is a stand-alone version of DCI that exploits scikit-learn and the SciPy stack. We here report on new experiments that we have carried out in order to test PyDCI, and in which we use as baselines new high-performing methods that have appeared after DCI was originally proposed. These experiments show that, thanks to a few subtle ways in which we have improved DCI, PyDCI outperforms both JaDCI and the above-mentioned high-performing methods, and delivers the best known results on the two popular benchmarks on which we had tested DCI, i.e., MultiDomainSentiment (a.k.a. MDS -- for cross-domain adaptation) and Webis-CLS-10 (for cross-lingual adaptation). PyDCI, together with the code allowing to replicate our experiments, is available at https://github.com/AlexMoreo/pydci .

📄 PDF Abstract BibTeX arXiv:1810.09311

Code (1)

AlexMoreo/pydci 공식 구현

Tasks

Domain AdaptationGeneral ClassificationSentiment Analysistext-classificationText ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Stdlib or Third-Party? Empirical Performance and Correctness of LLM-Assisted Zero-Dependency Python Libraries

2026-05-20 · Peng Ding, Rick Stevens arxiv

Third-party Python libraries introduce dependency management overhead, supply chain risk, and deployment friction in constrained environments. A natural question is how much of this ecosystem can be replicated using only…

Revisiting Judge Decoding from First Principles via Training-Free Distributional Divergence

2026-01-08 · Shengyin Sun, Yiming Li, Renxi Liu, Weizhe Lin 외 arxiv

Judge Decoding accelerates LLM inference by relaxing the strict verification of Speculative Decoding, yet it typically relies on expensive and noisy supervision. In this work, we revisit this paradigm from first principl…

Natlog: a Lightweight Logic Programming Language with a Neuro-symbolic Touch

2021-09-17 · Paul Tarau

We introduce Natlog, a lightweight Logic Programming language, sharing Prolog's unification-driven execution model, but with a simplified syntax and semantics. Our proof-of-concept Natlog implementation is tightly embedd…

Content-based Video Indexing and Retrieval Using Corr-LDA

2016-02-27 · Rahul Radhakrishnan Iyer, Sanjeel Parekh, Vikas Mohandoss, Anush Ramsurat 외

Existing video indexing and retrieval methods on popular web-based multimedia sharing websites are based on user-provided sparse tagging. This paper proposes a very specific way of searching for video clips, based on the…

Retrieval

Revisiting Adaptive Cellular Recognition Under Domain Shifts: A Contextual Correspondence View

2024-07-14 · Jianan Fan, Dongnan Liu, Canran Li, Hang Chang 외

Cellular nuclei recognition serves as a fundamental and essential step in the workflow of digital pathology. However, with disparate source organs and staining procedures among histology image clusters, the scanned tiles…

Domain AdaptationMiscellaneous