Skip to main content

The Fallacy of Language As The Mirror of Reality

Analysts can sometimes create huge problems if they try to produce single definitions for terms within a single semantic community and within a single  universe of discourse.  This may sound crazy, so let me start by giving an example.

Not long ago I was in a discussion concerning data quality.  The group leaders decided there was a need to discuss the so-called "dimensions of data quality", e.g. Accuracy, Consistency, Timeliness, and so on.  We started with Consistency.  Each individual in the group offered their view of what Data Consistency was.  Several different definitions were offered.  Eventually, the group took a vote and decided which definition of Data Consistency they preferred.  The alternative definitions were not discussed further, nor recorded.  The individuals who had proposed the unaccepted definitions felt slighted, perhaps even hurt.  And they had a right to - as far as I could tell, the alternative definitions represented valid concepts.

What a broken process!  Definitions of valid concepts were simply rejected, and lost.  Individuals were turned off from definitional work, maybe permanently. Why did it happen?  I think I can offer a hypothesis.

The first mistake is to believe in that every concept that is known of is represented by a term in language.  Unknown concepts will obviously not be so represented.  But what is "unknown" in a semantic community?  Is it any concept not known by everyone in the community?  What about a concept only understood by a minority in the community?

Secondly, in technical language, there seems to be more expected of technical terms than is warranted.  They sound  "scientific".  They sound as if we should expect them to convey something precise - a trick taken advantage of by thousands of misleading advertisements every day.  But there is no reason to expect a technical term to have an agreed definition by everyone in a semantic community.  There may be several valid concepts competing to be signified by the term. 

The expectation - in technical areas - that terms mirror known reality should not be relied on.  The phrase "language as a mirror of reality" is connected with Wittgenstein (see http://www.percepp.com/lacus.htm).  It should be granted he may not have been talking about terms per se, and granted that probably few analysts are conciously influenced by Wittgenstein.  However, the presupposition seems to have got about somehow, and, anyway academics show little interest in how analysts go about their daily work.

Language cannot be assumed to mirror reality in technical areas.  Analysts must create governance processes that guide their definitional work so they harvest all valid concepts, and encourage members of semantic communities to contribute.  Terms are starting points, not a final list of signs that denote all the individual concepts in a universe of discourse.   

Comments

Popular Posts

Create Your Own Social Networking Site

Create Your Own Social Networking Site JCOW: Ethical Hacking Top 10 reasons to choose Jcow:- 1. Handle more traffic - Clean codes and Dynamic caching can lower the CPU load and  speed up your website. 2 Make your site more interactive - Well designed Jcow applications help you members to connect and communicate with others more effectively. 3 Add questions to the Registration Form - You can add new member fields, which will be displayed to the registration form, profile form, and the member browsing form. 4 Easily share stuff - Within the AJAX sharing Box, your members can publish status,  photos, videos, and blogs. 5 Customize and Extend your Jcow Network - A Jcow network consists of core apps(like "Friends" and "Messages") and optional apps(like "Blogs" and ""Videos"). You can enable/disable optional apps. You can also develop your own apps. 6 Every profile could be Unique - Members can customize their own profile theme and  add music play...

WRITE "I LOVE YOU" ON CMD BY USING NOTEPAD

I had previously posted about   Matrix effect   using Notepad   as well as cool batch file  programs. In this post i will share with you guys  the cool and awesome  Notepad Tricks .  As name suggest you don't require any program other then Notepad.  So lets get started. 1. Open  Notepad   and copy below code. @echo off color 0A :A echo IIIIIII     L      OOOOOO V           V  EEEEEE     Y       Y  OOOOOO  U     U  ping -a .9 >nul echo    I        L      O    O  V         V   E           Y     Y   O    O  U     U  ping -b .9 >nul  echo    I        L      O    O   V       V    E   ...

HL7V2.x to HL7V3.0 Translation Issues Details-2

In continuation of my previous post this post lists the other issues associated with HL7 v2.x to HL7v3 translation Conformance Patterns: The other major issue with the transformation of messages is the behavior of application when a particular information exchange takes place. In HL7V3.0 apart from the trigger events and interactions there exists the notion of application role as senders and receivers. The application role is characterized as the entire set of interactions for which the sender and receiver are responsible for transmitting. HL7V3.0 clearly defines the possible interactions and the application behavior associated these interactions in the form of responses for which the sender and receiver needs to adhere to. The differences in messages between V2.x and V3.0 and absence of clear guidance on V2.x regarding application behavior on receipt of message makes the transformation exercise more difficult. Vocabulary: It is a well known fact that 80% of HL7 V2.x message failu...