Slashdot Mirror


The Need For A Tagging Standard

John Carmichael writes "Tags are everywhere now. Not just blogs, but famous news sites, corporate press bulletins, forums, and even Slashdot. That's why it's such a shame that they're rendered almost entirely useless by the lack of a tagging standard with which tags from various sites and tag aggregators like Technorati and Del.icio.us can compare and relate tags to one another. Depending on where you go and who you ask, tags are implemented differently, and even defined in their own unique way. Even more importantly, tags were meant to be universal and compatible: a medium of sharing and conveying info across the blogosphere — the very embodiment of a semantic web. Unfortunately, they're not. Far from it, tags create more discord and confusion than they do minimize it. I have to say, it would be nice to just learn one way of tagging content and using it everywhere.""

65 of 200 comments (clear)

  1. Don't agree by pubjames · · Score: 4, Insightful

    Isn't the power of tags that you can tag stuff however you want? To me a standard for tagging would be a negative thing.

    I don't thing the problem is a standard for tagging, the problem is having a standard for sharing tags between applications. But that's another problem and it doesn't need to be solved to implement tagging itself.

    1. Re:Don't agree by dsginter · · Score: 2, Funny
      Some ideas for tag standards:

      <yes>
      <no>
      <maybe>
      <haha>
      <evil>
      <spam>
      <cow boyneal>
      <firstpost>
      --
      More
    2. Re:Don't agree by pipatron · · Score: 2, Funny


      <fud>
      <notfud>

      --
      c++; /* this makes c bigger but returns the old value */
    3. Re:Don't agree by Anonymous Coward · · Score: 5, Interesting

      Er, guys?

      Tags are keywords.

      There's a keyword line up in the header that isn't being used for much these days.

      If you want to tag your document in a machine-readable way, put the tags in the keyword field. Problem solved.

    4. Re:Don't agree by lousehr · · Score: 5, Insightful

      Your analysis of "the problem" is exactly the point of TFA. The stated concern is not that the content of the tags has no standard, but that the format of the tags has no standard. If a single tag contains multiple words, should the words be separated by spaces or underscores, or should we use StudlyCaps?

    5. Re:Don't agree by Anonymous Coward · · Score: 2, Interesting

      I agree with you, and would add:

      1. If you establish a "tagging standard", you practically guarantee nobody's going to follow it. What's in it for them?
      2. What normal person care about tags anyway? If we want more info on a topic, we use Google.
      3. The blogosphere is for losers anyway. Most of the time, they just sit around blogging about the blogosphere. Case in point: TFA. This garbage dump of anti-content can remain disorganized, for all I care.
    6. Re:Don't agree by laffer1 · · Score: 2, Interesting

      Case is also an issue. Some sites only allow lowercase tags while others don't care about case.

      This is similar to the problem blogging sites have with cross site scripting. Try to tell a blogger you won't take HTML or bbcode posts (depending on generation of the blogger). Regardless of what you do, there's going to be sites that don't follow the rules and there will also be ways to screw it up for everybody.

      There isn't a standard for many things on the internet which causes validation to be near impossible. Security researchers complain people don't do input validation, but I've never seen a complete webapp that's an example of security at the time its written. You can't validate things like addresses, names, e-mail addresses, or long text entries including blogs and content without leaving out characters that should be valid or flat out blocking some from using your service.

      As for the standard, this reminds me or RDF. Had it taken off, we could tag data with properly defined, shared tags. Defining tags in RDF would allow sites to share the information through RDF and thus solve the problem of transmittal. Of course getting everyone to agree to this is another thing.

    7. Re:Don't agree by ArsonSmith · · Score: 5, Funny
      You forgot to close them all

      </yes>
      </no>
      </maybe>
      </haha>
      </evil>
      </spam>
      </cow boyneal>
      </firstpost>
      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    8. Re:Don't agree by radtea · · Score: 4, Insightful

      The stated concern is not that the content of the tags has no standard, but that the format of the tags has no standard.

      The medium, as Marshall Maclluhan said, is the message. As soon as you standardize the format of the tags you will restrict the kind of information people can convey with them. That may be an acceptable limitation to you, but not to others, and they will find workarounds that effectively break the standard.

      For example, if tags were standardized on underscores to separate words you would have to forbid spaces and caps to enforce that standard. And then we would have no way of distinguishing between Polish and polish, which would be bad if you were looking for things to do with Eastern European culture or furniture care products. People would then start doing things like expressing capitalization by some other syntactical hack which would be inconsistently applied and a greater mess would ensue.

      Alternatively, tags could be represented as more complex markup:
      <tag>
      <word order="1">really</word>
      <word order="2">stupid</word>
      </tag>

      But because words and concepts have no general one-to-one correspondence (many words do not convey a unique concept or a concept at all, and many concepts cannot be conveyed in one word) this would be inadequate, and in any case even if the content model of the "word" tag forbade spaces, caps and underscores, people would still create tags that looked like:

      <tag><word>reallystupid</word></tag>

      The basic idea of "semantic markup" is wrong. From the summary:

      the very embodiment of a semantic web. Unfortunately, they're not. Far from it, tags create more discord and confusion than they do minimize it. I have to say, it would be nice to just learn one way of tagging content and using it everywhere.

      Actually, tags as they stand are the very embodiment of the semantic web. The only function of the semantic web is to create confusion and discord, because confusion and discord is the essence of the human epistemological condition. And the call for "one way of doing X" has a nice religious ring to it, history shows that attempts to standardize things relating to human thought are very much misguided.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    9. Re:Don't agree by ravenlock · · Score: 4, Funny

      You closed them in the wrong order, so I guess the rest of the conversation is no longer valid. :)

    10. Re:Don't agree by deesine · · Score: 2, Funny
      Why mess things up with weird and unintuitive arrangements?

      Why are trying to take away my job?

      --
      damaged by dogma
  2. Automatic tagging by drcoppersmith · · Score: 5, Insightful

    I'm inclined to disagree that 'tags' are the answer here. I wrote my masters thesis on a method automatically generating semantic webs from plaintext. It's a huge problem with about a dozen different stages, but I had backing in all of my research from the psycholinguistics and computer-science field.

    Herein lies the rub: You're never going to get everyone to agree on a set of appropriate tags. Even if you do, you'll never have them uniformly applied (well I find that humorous but you have it tagged as inappropriate).

    There are other solutions here, such as automatic semantic generation. Hey, I never said it was an easy solution, but it's one that I'm certain can be accomplished. Flame away ;-)

    1. Re:Automatic tagging by mangu · · Score: 4, Informative
      I wrote my masters thesis on a method automatically generating semantic webs from plaintext.


      In the end, this could be said to be one of the central problems in AI. Basically, this is dimensionality reduction. People have been trying to do this manually for a long time. The Encyclopaedia Britannica's Propaedica is an example of a tentative semantic web for all human knowledge, but it's so inefficient that it's of very little use by a human, not to mention by automatic mechanisms.


      You're never going to get everyone to agree on a set of appropriate tags ... There are other solutions here, such as automatic semantic generation


      I believe it could be done if it were an automatically generated tag set. If it could be proven mathematically optimal in a certain context, it would be hard for anyone to disagree.

    2. Re:Automatic tagging by remmelt · · Score: 4, Interesting

      Tags are probably very community based, so they would only make sense within that community. (!itsatrap wouldn't work so well on iloveponies.co.ae). That said, why make tags which are meaningless to other communities or have vastly different meanings to other people available as a sorting or searching option? Sure, you could make some pretty mean stats proving any point you'd like (bad grammar in tags up 14.8% from last year! tag "yes" used in 87% of all blogs, world population feeling positive!) but I don't see the point.

      Also, anyone trying to make a serious argument containing the word "blogosphere" should really try and get out more. Come on people, it's not world hunger we're solving here. Viz: http://coolestshop.com/headline-blog.html

    3. Re:Automatic tagging by maxume · · Score: 5, Insightful

      The article is mostly talking about standardizing the envelope, not the message, which is to say, how do you share/create a two word tag, and how to you specify exactly what is supposed to be described by that tag, and how do you share that in a useful way.

      The fact that someone thinks something is funny and someone else thinks it is inappropriate is useful information to gather, if you get 5000 funny and 5 inappropriate, you have a lot more information than if you have nothing at all, but even in you get 10 and 10 you still have more information, which is probably a good thing.

      --
      Nerd rage is the funniest rage.
    4. Re:Automatic tagging by drcoppersmith · · Score: 4, Interesting

      There are a lot of instances of manual tagging, and I agree with you that they're just too cumbersome (as does almost an entire field of psycholinguists [if you think you can get all of them to agree on anything you're sorely mistaken. They'll disagree just because they can]).

      The automatically generated tags are exactly what I was talking about. I didn't get terribly explicit with my ideas, but you seem to be going in the same direction I was. Getting the software to both tag incoming documents and categorize the semantic webs generated by each is the key to some 'universal' tagging sytem. This way we have maximally efficient tags along with a standardized definition for each and (perhaps most importantly) an automatic way of tagging all the documents to be processed. No room for the "13 year old cheerleader tags" as someone so eloquently put before.

      We still have the problem of naming the 'generic' tag categories generated by the software... The solution for that one is a lot hazier, though important. I don't think anyone will go looking for 'category 12233242' to find 'academic humor'.

    5. Re:Automatic tagging by drcoppersmith · · Score: 2, Interesting

      I agree with your take on tags being community based. I think there's more use for this out there, such as categorizing communities, looking at the underlying semantics of a website, determining the focus of a company, or summarizing the entirety of a body of research (and more interestingly, categorizig what is part of and what is not part of that body of research).

      This is just a problem I've worked on for a few years and have always had a small fascination with, I'm glad to share it (both in the mundane and fantastic applications).

    6. Re:Automatic tagging by maxume · · Score: 2, Insightful
      --
      Nerd rage is the funniest rage.
    7. Re:Automatic tagging by carpeweb · · Score: 2, Funny

      go looking for 'category 12233242' to find 'academic humor'.

      Isn't this recursive?

  3. The other option by T-Ranger · · Score: 5, Funny

    Is not to tag everything like 13 year old cheerleaders.

    1. Re:The other option by archen · · Score: 4, Funny

      omg.ponies

    2. Re:The other option by _Sharp'r_ · · Score: 2, Interesting

      Speaking of /., it'd be nice if someone would implement negative tags so that the community can remove obviously inappropriate tags. Something like using -itsatrap would work nicely.

      --
      The party of stupid and the party of evil get together and do something both stupid and evil, then call it bipartisan.
    3. Re:The other option by jZnat · · Score: 5, Informative

      !itsatrap

      That's existed since tags started, so problem solved!

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    4. Re:The other option by _Sharp'r_ · · Score: 2, Insightful

      I was looking more for something that would actually remove the tag from the list of tags, giving people a chance to clean up the list, not to add additional useless tags....

      --
      The party of stupid and the party of evil get together and do something both stupid and evil, then call it bipartisan.
  4. One Key Point by Azarael · · Score: 4, Insightful

    How do you standardize something that has not been widely implemented before? It's great to say that it would be good idea to have one standard practice for tagging, but which one? There's no reason to make a huge fuss about this until it a least one clear contender for standardization emerges (which will probably happen on its own).

    1. Re:One Key Point by Qzukk · · Score: 4, Funny

      Obviously we have to find the lowest common denominator between all the different tagging systems.

      I propose that we standardize the following tags:
      thissux
      omgthisrox
      That should cover 100% of the content in a manner that everyone can relate to.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    2. Re:One Key Point by T-Ranger · · Score: 3, Insightful

      Well, not quite. Reading the blog post the problem lies with two areas: technology and linguistics.

      For technology, as an example, how do you quote things? How do you separate tokens? Do you use StudlyCaps and spaces? "Quoted words", and commas? If the later, what about nested quotes?

      Bullshit question. The question is solved. Use XML. (Yeah, well, it is the web). We don't need Yet Another CSV "standard". Tags may be presented as lists, in spans, or WTF ever. But if you are talking about storage and transmission, then store the tokens separately, and transmit them in an unambiguous format; in 2007, on the web, the solutions are implementation-specific and XML, respectively.

      For linguistics, thats harder. Nouns or verbs? Talk to a librarian, Im sure there are volumes of information on the right way. But I don't care, as I'm still disgusted that the technology problem even exists.

      Right now it seems there is little discussion on the problem. Right now, if implementations are trying to reinvent data encoding schemes either the implementations are totally brain dead (and need a kick in the ass from an outside force), or are completely oblivious to the problems they are encoding into there core features (and thus still need a kick in the ass). This is so bad, its worse then wrong. You have to try to get to the point of being wrong.

      Of course, I don't care because tags are stupid. OTOH, perhaps I would care if they at least were implemented in a potentially useful way.

    3. Re:One Key Point by robotninja · · Score: 3, Insightful

      I can't believe I'm reading this -- it's a sad day for information science (I'm a librarian) when many otherwise knowledgeable, tech-savvy people are blinded by Web-2.0-speak. Let me reiterate another poster's comment:

      Tags are keywords. More specifically, they are subject keywords.

      If you can wrap your head around this idea, then you might realize what the author is talking about is a list of 'standardized' subject headings. You may know this by its common street name: a thesaurus (although some people prefer to use the terms ontology, taxonomy, or controlled vocabulary).

      There are plenty of well-established, long-standing, open thesauri out there - a few examples:
      MeSH
      LCSH (Library of Congress)
      CSH (National Library of Canada)
      ... and hundreds more, in nearly every language.

      There are even ANSI and ISO guideline standards for how to develop monolingual and multilingual thesauri for specific subject areas. This practice has existed well before the advent of the Internet, since before the first libraries even. Over the past hundred years or so, the practice has become highly refined in order to facilitate the practice of indexing.

      That's right, when you "tag" a page, you're actually indexing it. But you can call it "tagging" if that makes you feel cooler.

  5. Didn't they have this problem in Babel? by zappepcs · · Score: 4, Insightful

    How to share and categorize information is an ages old problem. One man's trash is another man's treasure, likewise, one man's bread is another man's dietary problem.

    I'm not sure, but haven't we already figured out that tagging would require more tags than the actual information being tagged to accomplish what the original poster was asking for?

  6. People actually pay that much attention to tags? by east+coast · · Score: 4, Insightful

    I don't feel that tags have enough significance behind them to merit a standard. I'd be more concerned with truth in journalism first, for my part.

    --
    Dedicated Cthulhu Cultist since 4523 BC.
  7. Hopeless by bigmouth_strikes · · Score: 4, Insightful

    Trying to standardize tags in the context of standardizing what they are, is hopeless. It'll be like the Unicode standard; too complex to use in its entirety.

    But to standardize the format of tags and to standardize how to exchange tags between systems, is a great idea.

    --
    Oh, I can't help quoting you because everything that you said rings true
  8. I Completely Agree... by setirw · · Score: 5, Funny

    Which is why I tagged this article with "njkewjdkewd."

    --
    This message printed on 100% post-consumer recycled electrons.
    1. Re:I Completely Agree... by KincaidKMF · · Score: 5, Funny

      How random... I was looking through tagged articles for more information about the "New Journal for Keeping Every Word a Just and Defined Kooky Emphasis While Describing" and popped over here. And all this time I thought tags were working.

  9. I'm fired, aren't I? by elzahir · · Score: 4, Insightful

    He said "blogosphere." Instantly, I don't care.

    Only thing worse would be something like, I dunno, "tags should be a Web 2.0 standard" or somesuch.

    Excuse me, but "proactive" and "paradigm"? Aren't these just buzzwords that dumb people use to sound important?

    --
    For a successful technology, reality must take precedence over public relations, for nature cannot be fooled - R Feynman
    1. Re:I'm fired, aren't I? by Frnknstn · · Score: 5, Funny

      "buzzword" is a term used by cynical people trying to sound important.

      --
      If it's in you sig, it's in your post.
    2. Re:I'm fired, aren't I? by Anonymous Coward · · Score: 2, Funny

      "Cynical" is a term used by anal-retentive people trying to sound wise.

  10. A standard for tagging by AlanS2002 · · Score: 2, Insightful

    Would make tagging almost useless. There are many different ways you can view one thing and to limit the expressions used to tag something limits the possibilities of communication. On the other hand leaving the tags available as open ended can turn out to be redundant, you may as well just tag something as its complete description. Perhaps the best way would just be to let people make up their own minds.

    --
    Not all conservatives are stupid,
    but it is true that most stupid people are conservative.
    - Hume
    1. Re:A standard for tagging by SchizoDuckie · · Score: 2, Insightful

      I don't think there is a real problem here... The problem mainly is the displaying of tags. The 'tag cloud' (and the person that invented it) should be banned from the internet and something better will have to be invented in the next couple of years. Tags that work on site x don't have to work on site y and don't even have to have any relevance so why a standard?

      --
      Quack damn you!
  11. Hyphens. by caluml · · Score: 2, Funny

    I must say that the Slashdot way of tagging irks me. I think tags should have hyphens between words, much like they do in their "from the the-slow-down dept". Makes it more readable.
    Any-tagging-stuff-I-have-to-write-will-use-hyphens as who knows what analbum is?

    1. Re:Hyphens. by Chryana · · Score: 5, Insightful

      I would add to this that slashdot tags tend to be not very useful.

      Most of the time, the tags have little to do with the actual article (eg. yes, no, maybe, fud, notfud, flamebait). I thought the purpose of tags was to be able to find an article easily later on when it has been archived, and the usefulness of the tags I just mentioned for this purpose is dubious at best. I do not pretend to have a solution to this problem, but I think the situation would be improved if the editors or maybe the /.ers who wrote the top rated comment where the only people allowed to set the tags.

  12. itsatrap by transporter_ii · · Score: 2, Funny

    You're never going to get everyone to agree on a set of appropriate tags.

    Then how come everyone on here has agreed on a handful of standard tags:

    itsatrap fud haha stupid

    ?????

    transporter_ii

    --
    Doctors destroy health, lawyers destroy justice, universities destroy knowledge, religion destroys spirituality
  13. tagging by AcidLacedPenguiN · · Score: 4, Funny

    and here I thought the standard for tagging was for the first person to agree or disagree with the headline, then the next has to immediately disagree with the first person. 5 minutes down the line if no one has added another tag, the third must disgree with BOTH the first and the second poster. Finally, a serious slashdotter will show up to add a relevant tag, followed by the oh so frequent itsatrap and slownewsday tags.

    --
    disclaimer: I've been known to store numbers in my ass for which to dig out when quantities are required.
  14. Tags are for things that AREN'T standardized by vidarh · · Score: 3, Insightful

    Tags are human assigned labels for something that we don't have better meta-data for, or where we don't want to be bothered with formalism. If you want something formal, go use a proper taxonomy/ontology and put bucketloads of OWL or RDF-schema data on your site to define relationships, or use format with well defined semantics to add information. Noone is stopping you, and there are cases where formally defining relationships is worthwhile, such as when you want software agents to be able to infer stuff about the data. But that's not what tagging is used for. Tagging is used for ad-hoc manual classification in situations where it is good enough

  15. XSLT for Tags? by null+etc. · · Score: 2, Interesting

    Similar to how XML uses XSLT to transform XML documents from one application to another, it wouldn't be a half-bad idea to have a Tag Transformation Language. Organizations with a lot of market share can define their own tag standards, and then people can optionally specify the transformation between their own local ontologies and the established tag standards. This has the advantage of being participation-driven.

  16. Too many chefs, etc. by Pope · · Score: 3, Informative

    Tagging, like anything else designed to be helpful, simply won't work if *anything* is allowed. For every person who tags something "correctly" in an effort to do good, how many people will deliberately mis-tag something to produce misleading results?

    Better to get rid of tagging altogether and go back to text searching! :)

    --
    It doesn't mean much now, it's built for the future.
  17. No.. and yes by slashmojo · · Score: 2, Interesting

    First of all tags are not exclusive to the blogosphere - they exist on the boardscape (see boardtracker for example) and of course on the many social nets and pretty much everywhere else.

    There are already microformats for defining tags which can and should be used.

    Tags are for building a folksonomy and created 'by the people' so are by their nature, to a certain extent, personalized and flexible.. what makes sense to you may make no sense to everyone else but so what? You made it, its good for you and thats good enough.. however chances are it will make sense to some other people anyway, no matter what or how you tag, so its all good.

  18. Patent Tagging by JediHomer · · Score: 2, Funny

    Someone should patent tagging, license it out for a small cost and enforce a standard...

  19. World's best tagging system by nbauman · · Score: 2, Interesting

    I've talked to librarians and information scientists, and they talk about "controlled vocabulary". They told me one of the best systems was Pubmed http://www.ncbi.nlm.nih.gov/entrez/query.fcgi which is an index of essentially every article published in a peer-reviewed medical journal. Every article is "tagged" with Medical Subject Headings (MeSH) keywords, and you can search the database for those keywords. If they can use "heart" or "cardiac", they have to decide which one to use (they use "cardiac"). They have keywords to separate human studies from animal studies. Here's more explanation http://www.nlm.nih.gov/mesh/meshhome.html It's basically open source.

    A similar system in law is the Westlaw key word system. The New York Times used to have a great keyword index, but I can't find it in the NYT online.

  20. Re:XML? by T-Ranger · · Score: 2, Insightful

    Words have spaces between them. A tag may have multiple words and be an independent thought. Store it as English demands, with spaces. The Space, NoSpace question is only relevant if you are using an encoding scheme that is broken. Verb/Noun is a different question, but space/nospace, quotes, and BS like that is quickly solved with existing technology.

  21. Argh by eMbry00s · · Score: 3, Funny

    I think by "blogosphere", you really mean "internet".

  22. Oh yes, Brain. by neimon · · Score: 2, Insightful

    Let's create a committee to discuss the standard, and send out several RFCs, then split off into an angry sub-contingent that insists tags be open-source and then Sun decides to embrace tags, but screws it up, and Microsoft buys its way into tags and engineers a perfect way to pwn your machine through the tag "1337."

    Don't forget to make it structured, with methods and types and blah blah blah.

    It's just words, fer chrissakes. When you can tell me the difference between "its" and "it's" then you can talk about standards for words. Until then, PLEASE let's not have another standards war over something trivial that is supposed to save the world but will only serve to confuse everyone, all over again.

  23. there is a standard by Yonder+Way · · Score: 4, Interesting

    There is a standard but nobody uses it these days. Even the search engines disavow it anymore.

    <META name="keywords" content="foo, bar, baz"/>
  24. Better hurry... by supabeast! · · Score: 3, Insightful

    If someone gets started on a tagging standard right now, it might see a little use before the whole silly idea goes out of style next year.

  25. Re:Bullshit by arun_s · · Score: 2, Insightful

    Yeah, I agree. I personally feel tags are hyped way beyond their actual worth. I couldn't care less about 'conveying info across the blogosphere', but I'm genuinely interested in organising my own information neater (e.g. my bookamrks).
    Look at gmail, frinstance. Labels replace folders, and a mail can have more than one label. More importantly, they're predefined, and the interface doesn;t really allow you to be prolific with your tagging.
    Compare this with the crappy way del.icio.us allows you to put a billion tags for each link, and I can see why its such a mess.
    I agree with others here that something like tagging oughtn't to be standardised or they'll lose their whole purpose, but really, there are other reasonable solutions that atleast help in atleast reducing the amount of craptagging going on. I've experimented with Blinklist and del.icio.us, and my bookmarks in the former are far better tagged because I can actually see my existing tags while bookmarking a new site.

    --
    I can explain it for you, but I can't understand it for you.
  26. Re:itsatrap by Pink+Tinkletini · · Score: 2, Funny

    Um, no. I don't care what the FAQ says; "!itsatrap" is hard to distinguish from "itsatrap." Maybe it works in monospaced code, but not so well in proportional font.

    People who insist on sticking to the fucking rules are the number one problem facing today's society, methinks.

  27. They're not that useful anyway by AdamHaun · · Score: 3, Insightful

    The only tags I like are my own. The real use of other people's tags is to show how they organize information, not to help me find something. The problems the article brings up are only the beginning -- the natural tendency of a global tagging system is for the number of tags applied to an object to increase without bound. If I'm doing a master's thesis on, say, web design, I might tag any number of sites "thesis". Is that useful to anyone else? Probably not. But it will interfere with someone who's searching for sites about writing theses.

    --
    Visit the
  28. MOD PARENT UP by metamatic · · Score: 3, Insightful

    We've got a standard for keywords in HTML documents. There's no problem there.

    The only issue is what to do when there are multiple sub-documents on a single page, like if Slashdot allowed individual replies to be tagged.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  29. My moment of realization by wraithgar · · Score: 2, Funny

    I think for me the moment I realized that the idea of tags needed a little bit of work was the day I saw them on Amazon.com. I was viewing a product there, and it had been tagged "Presents for Jim".

  30. Opt-in specific tagging! by Tiemen · · Score: 2

    I think there definitely should be a standard of classifying information: we have huge masses of people classifying information they encounter on the web, it's the human equivalent of SETI. And therefore it would be a shame if we didn't allow people to take it one step further and give everyone the ability to do it "right" (for their particular version of right).

    I am not opposing the free-style tagging, as many people wouldn't bother with any formal definitions, but having a standard so you can optionally use ontologies (predefined, or create an ontology yourself!) as a reference for what exactly you mean would be great. The tag could still be displayed as it's string representation, but would store exactly what meaning the original tagger intended. And can therefore be searched for more easily.

    It'd be relatively easy to store a bit of RDF for every tag which specifies whether it's a wild tag or a "precise" reference to a phrase in an ontology. As one poster said especially the content creators might want to use this feature, and the consumers can still do however they want.

    Sounds like a win-win situation to me :)

    -Tiemen

  31. Technorati has a standard... by BovineSpirit · · Score: 3, Interesting

    The rel-tag microformat is an attempt to standardise tagging. It relies on other microformats to define what it is you are tagging. There isn't a 'photo' microformat at the moment, so you can't do a web-wide search for photos tagged 'fireworks' for example. If you're interested in the semantic web it's worth checking out microformats. You can download a plugin for firefox that reads microformats. Go and have a look at Flickr with it, or any other site that implements microformats. If people have tagged something with a 'geo' tag giving long. and lat. then it will bring up a Google Map showing the location. If they've included a 'hCard' around their contact details you can add it to your address book.

  32. tagging "standards" for the semantic web by Anonymous Coward · · Score: 2, Informative
    hey guys,

    for those interested in a "tagging standard" for the semantic web (i.e. an ontology describing the concept of tagging) check out:


    -ukio
  33. We already have a book for tagging, its called... by monkeyboythom · · Score: 2, Interesting

    A dictionary.

    There are people who live and die by tagging their information. They build folders and create lists.

    There are people who just go through life serendipitously. They never use the laundry hamper and most people call them slobs.

    Between these two groups are the rest of humanity. Sometimes they make lists and sometimes they don't. And just because the word, "librarian," strikes a fear of boredom, most people ignore library sciences. The science of tagging, if to be used as a global panacea, must be approached or studied to be feasible and usable over generations.

  34. Look into topic maps by vrillusions · · Score: 2, Interesting

    I've started to run into this problem myself from using del.icio.us as my primary bookmark source. One of my current issues is not what tags other people are using, but what tags I am using. Currently I have a lot of overlapping tags. I did some cleanup lately so that 'photos' and 'photo' are in a single tag, etc.

    I started to look around and found there have been a lot of standardizations of topic maps. Although intended more for very large systems (think government sized systems categorizing millions of documents). The UK government has a topic system called the e-Government Metadata Standard (e-GMS). The schema is browsable online. Another good article is The TAO of Topic Maps (also in pdf)

    I think there should be a basic standard to avoid situations like the photo/photos tags above. But I think that should be as far as it goes. The good thing about tagging on most sites is you are not limited. The bad thing about tagging on most sites is you are not limited.

  35. Re:Not so fast... by Gavin86 · · Score: 2, Insightful

    folksonomical While I agree with your sentiment, I believe you are incorrect. Search engines specifically disregard keywords from the Meta HTML element found nested in the Head element of a page. Alternatively and because there is no penultimate tagging format, search engines do not discern the difference between normal page content and folksonomical tags. Furthermore, the discussion is not about whether or not to standardize the interface, but rather just to create a common formatting of certain types of tags. I also find it hilarious that the parents of all my posts in this article are ranked high but the actual content of the parents are based on incorrect assumptions as to the purpose of the article. Oh wait, that's right, it's slashdot.

    --
    "Progress comes from the intelligent use of experience."
  36. the standard is the rel-tag microformat by spage · · Score: 2, Insightful

    META keywords provides keywords for a page.

    The better, more relevant standard for tagging is the rel-tag microformat, http://microformats.org/wiki/rel-tag

    You put a rel="tag" attribute on a hyperlink to the page on Del.icio.us or whatever that defines the tag. The microformats.org page succinctly explains the benefits of this approach.

    It even explains how to encode spaces and special characters. So there's NO issue with the envelope or format, except that Del.icio.us (or is it Technorati?) doesn't like spaces in tag names.

    As for the *content* of tags, yeah they're unavoidably a disorganized mess. Eggheads who know about ontology and RDF say they can't work. But they do, sort-of.

    --
    =S

    --
    =S