5 ms·
The missing catalogue: why finding books in translation is still so hard
- AusiasTsel 6mo agoAuthor here. The piece is about bibliographic infrastructure, but the finding that surprised me most while building the dataset was language-specific: Catalan/Valencian (~10M speakers) jumped from near-invisibility in commercial aggregators to 8th place globally once nine national library catalogues were cross-referenced. Bengali, Thai and Urdu —all with substantial publishing industries— remained near the bottom, not because translations don't exist but because the institutions documenting them haven't been connected yet. The 97% figure (editions appearing in only one of 14 sources) held across every sample I could run. Happy to answer questions about methodology, source coverage, or why ISBN metadata is such a mess.
- btrettel 5mo agoHave you all considered adding scientific articles to your bibliographic database? Finding existing translations of scientific articles can be a real pain. I know because I spent a lot of time doing that during my PhD [1]. For a while I was collaborating with Victor Venema in the volunteer organization Translate Science [2] to try to create a bibliographic database of scientific translations, but unfortunately Victor died, and I became too busy to continue. [1] https://academia.stackexchange.com/a/93209/31143 https://academia.stackexchange.com/a/93209/31143 [2] https://translate-science.codeberg.page/ https://translate-science.codeberg.page/
- AusiasTsel 5mo agoThanks for the link; Translate Science is exactly the kind of gap-filling project that makes sense once you see how fragmented the bibliographic layer is. Sorry to hear about Victor; I'd seen the repos but hadn't known. Scientific translations are a different animal from what I've been working on, in ways that make them both easier and harder. Easier because scholarly communication already has a near-universal identifier (DOI) and, in principle, Crossref metadata. Harder because most translated articles never get their own DOI — they live as post-hoc PDFs on an author's site or inside an institutional repository (HAL, SciELO, J-STAGE, NII) with no machine-readable back-reference to the original, and the original's Crossref record almost never points at them. So the signal is worse than with books despite the underlying infrastructure being better. The approach that might transfer: instead of trying to convince publishers or journals to register translations (they won't), scrape what's already sitting in institutional repositories and national scientific databases, then reconcile by author + title fingerprint + language. The multilingual matching pipeline I use for books is probably the right shape for the article problem too, though the authority side is messier there. ORCID helps; affiliations drift and make it harder. Not something I'm committing to build, but I'd be curious to see what you and Victor had assembled if any of it is still reachable. Happy to compare notes offline if useful.
- btrettel 5mo agoThanks for the reply. You're right that the data for this is very fragmented. Victor was looking at Crossref metadata. I think he always had what he was doing on Codeberg, though I'm not sure. I was looking at arXiv and 1960s to 1980s printed translation indices listing translations on paper that are today in archives uncatalogued at the Library of Congress, British Library, and other libraries/archives. (The indices list which libraries have each translation and what it says is accurate for the Library of Congress in my experience.) OCR was not cooperating on turning my scans of the translation indices into something I could parse, despite the indices having a regular structure indicating that they were computer-generated. LLMs likely would help with that now, but all of this was pre-ChatGPT. My plan was to automatically convert the bibliographic data in the indices to DOIs, but as it turns out, a large fraction of the articles in the indices do not have DOIs. We ultimately did not consolidate these sources. Anyhow, it's obviously a huge task and I don't expect you to build this. I was just curious if you had thought about it as you clearly have a lot of relevant infrastructure in place. If I ever get the time and interest to work on this again, I'll reach out to you.
- tjirrkkkk 5mo agoProper ISBN id is a lot of unpaid expensive work. If you run small print, you may have sent like 10% of all your prints to libraries at your own expense. Putting unregisted pdf on web is for free...
- shermantanktop 5mo agoI deal with similar issues. Translation is sometimes thought of as a mechanical process, but it is a creative process where the translator’s approach varies from subtle to heavy-handed. At some point the translation can be thought of as a new creative work, and that line is hard to define. One of my parents was a translator who worked directly with authors, and in the review process the author would expand or refine the text in ways that were not present in the original. At that point, which work is the true representation of the authors intent, the fixed original or the updated translation?
- AusiasTsel 5mo agoThat question is one of the reasons I ended up building this the way I did, rather than collapsing translations into a single canonical record. The tradition your parent was in (translator working directly with a living author) produces some of the most interesting edge cases in translation studies. Kundera is the famous one: he eventually treated the French translations of his Czech novels as the authoritative versions and had the Czech editions revised to match. Borges did something similar on a smaller scale with his English translators. Beckett translated himself between French and English and the two versions don't agree. In each case, "which is the book" is genuinely undecidable on textual grounds. The decision I made early was that the database shouldn't try to decide. Every edition gets its own record with its own metadata. If an author revised through a translator, that shows up as a later-dated edition in the original language with a different publisher or an explicit translator credit; the relationship is visible but not adjudicated. It turns out this is also the only stance that survives contact with reality across the national library catalogues I've integrated. Each catalogue already encodes its own editorial judgment about what counts as a "work," and forcing them into a single hierarchy produces more bugs than insights. Letting the plurality stand is both philosophically honest and, as it happens, technically cheaper.
- gobdovan 5mo agoIt's so interesting to think about how there's fewer 'Le Petit Prince' versions in French (which there seems to be only one) vs in Chinese, where there seem to be at least 50 versions. [0] You could argue that there's more experimentation and creation in other languages than the original just because it's socially acceptable to do 'yet another translation', but not a newer version in the same language (unless it's a manual or technical material). [0] https://www.cjvlang.com/petitprince https://www.cjvlang.com/petitprince
- mysterypie 5mo ago> it's socially acceptable to do 'yet another translation', but not a newer version in the same language I wish they'd teach with modern English translations of Shakespeare in high schools. Maybe then kids would like it a lot more. But it seems like it's taboo to read Shakespeare in anything but the original.
- lamasery 5mo agoThey do. One series often used is "No Fear Shakespeare". Facing-page "translation", relatively cheap. It's much better to watch it performed, though. The context the actors provide gets one past much of the difficulty with vocabulary or what have you. But yeah they do insist on reading them in school. > But it seems like it's taboo to read Shakespeare in anything but the original. You're definitely losing most of the sublimity in his actual words, if you don't read the original. Especially if the "translation" is into English at e.g. a 9th-grade reading level. In the case of Shakespeare in particular (and also certain archaic translations of the Bible, notably the King James) modernizing/simplifying it may alter the language enough that the reader may not recognize unacknowledged (because of course your reader will know their Shakespeare) quotes from his works in other works, which quotes are everywhere even in things like modern popular cinema or TV. A big part of why you read Shakespeare to begin with is that his influence is so extensive that you practically have to, or you'll be missing one of a very-few not just helpful, but nigh-necessary, keys to understanding the rest of English literature (broadly, to include things like movies and video games and TV and so on)
- AusiasTsel 5mo ago