Classifying Sentences As Speech Acts in Message Board Posts

Total Page:16

File Type:pdf, Size:1020Kb

Classifying Sentences As Speech Acts in Message Board Posts In Proceedings of the 2011 Conference on Empirical Methods in Natural Language Processing (EMNLP-2011). Classifying Sentences as Speech Acts in Message Board Posts Ashequl Qadir and Ellen Riloff School of Computing University of Utah Salt Lake City, UT 84112 {asheq,riloff}@cs.utah.edu Abstract discourse and pragmatic phenomena that are funda- mentally different in these genres. This research studies the text genre of mes- Message boards are common on the WWW as a sage board forums, which contain a mix- forum where people ask questions and post com- ture of expository sentences that present fac- ments to members of a community. They are typ- tual information and conversational sentences ically devoted to a specific topic or domain, such as that include communicative acts between the writer and readers. Our goal is to create finance, genealogy, or Alzheimer’s disease. Some sentence classifiers that can identify whether message boards offer the opportunity to pose ques- a sentence contains a speech act, and can tions to domain experts, while other communities recognize sentences containing four different are open to anyone who has an interest in the topic. speech act classes: Commissives, Directives, From a natural language processing perspective, Expressives, and Representatives. We con- message board posts are an interesting hybrid text duct experiments using a wide variety of fea- tures, including lexical and syntactic features, genre because they consist of both expository text speech act word lists from external resources, and conversational text. Most obviously, the conver- and domain-specific semantic class features. sations appear as a thread, where different people We evaluate our results on a collection of mes- respond to each other’s questions in a sequence of sage board posts in the domain of veterinary posts. Studying the conversational threads, however, medicine. is not the focus of this paper. Our research addresses the issue of conversational pragmatics within indi- vidual message board posts. 1 Introduction Most message board posts contain both exposi- In the 1990’s, the natural language processing com- tory sentences as well as speech acts. The person munity shifted much of its attention to corpus-based posting a message (the “writer”) often engages in learning techniques. Since then, most of the text cor- speech acts with the readers. The writer may explic- pora that have been annotated and studied are collec- itly greet the readers (“Hi everyone!”), request help tions of expository text (e.g., news articles, scientific from the readers (“Anyone have a suggestion?”), or literature, etc.). The intent of expository text is to commit to a future action (“I promise I will report present or explain information to the reader. In re- back soon.”). But most posts contain factual infor- cent years, there has been a growing interest in text mation as well, such as general knowledge or per- genres that originate from Web sources, such as we- sonal history describing a situation, experience, or blogs and social media sites (e.g., tweets). These predicament. text genres offer new challenges for NLP, such as Our research goals are twofold: (1) to distin- the need to handle informal and loosely grammatical guish between expository sentences and speech act text, but they also pose new opportunities to study sentences in message board posts, and (2) to clas- sify speech act sentences into four types: Com- sponse modes (VRM) speech act taxonomy. They missives, Directives, Expressives, and Representa- also provided a comparison of VRM taxonomy with tives, following Searle’s original taxonomy (Searle, Searle’s taxonomy (Searle, 1976) of speech act 1976). Speech act classification could be useful classes. They evaluated several machine learning al- for many applications. Information extraction sys- gorithms using syntactic, morphological, and lexi- tems could benefit from filtering speech act sen- cal features. Mildinhall and Noyes (2008) presented tences (e.g., promises and questions) so that facts are a stochastic speech act model based on verbal re- only extracted from the expository text. Identifying sponse modes (VRM) to classify email intentions. Directive sentences could be used to summarize the Some research has considered speech act classes questions being asked in a forum over a period of in other means of online conversations. Twitchell time. Representative sentences could be extracted and Jr. (2004) and Twitchell et al. (2004) employed to highlight the conclusions and beliefs of domain speech act profiling by plotting potential dialogue experts in response to a question. categories in a radar graph to classify conversa- In this paper, we present sentence classifiers that tions in instant messages and chat rooms. Nas- can identify speech act sentences and classify them tri et al. (2006) performed an empirical analysis of as Commissive, Directive, Expressive, and Repre- speech acts in the away messages of instant mes- sentative. First, we explain how each speech act senger services to achieve a better understanding of class is manifested in message board posts, which the communication goals of such services. Ravi can be different from how they occur in spoken dia- and Kim (2007) employed speech act profiling in logue. Second, we train classifiers to identify speech online threaded discussions to determine message act sentences using a variety of lexical, syntactic, roles and to identify threads with questions, answers, and semantic features. Finally, we evaluate our sys- and unanswered questions. They designed their own tem on a collection of message board posts in the speech act categories based on their analysis of stu- domain of veterinary medicine. dent interactions in discussion threads. The work most closely related to ours is the re- 2 Related Work search of Jeong et al. (2009) on semi-supervised speech act recognition in both emails and forums. There has been relatively little work on applying Like our work, their research also classifies indi- speech act theory to written text genres, and most vidual sentences, as opposed to entire documents. of the previous work has focused on email classi- However, they trained their classifier on spoken fication. Cohen et al. (2004) introduced the notion telephone (SWBD-DAMSL corpus) and meeting of “email speech acts” defined as specific verb-noun (MRDA corpus) conversations and mapped the la- pairs following a pre-designed ontology. They ap- belled dialog act classes of these corpora to 12 di- proached the problem as a document classification alog act classes that they found suitable for email task. Goldstein and Sabin (2006) adopted this no- and forum text genres. These dialog act classes (ad- tion of email acts (Cohen et al., 2004) but focused dressed as speech acts by them) are somewhat differ- on verb lexicons to classify them. Carvalho and ent from Searle’s original speech act classes. They Cohen (2005) presented a classification scheme us- also used substantially different types of features ing a dependency network, capturing the sequential than we do, focusing primarily on syntactic subtree correlations with the context emails using transition structures. probabilities from or to a target email. Carvalho and Cohen (2006) later employed N-gram sequence fea- 3 Classifying Speech Acts in Message tures to determine which N-grams are meaningfully Board Posts related to different email speech acts with a goal towards improving their earlier email classification 3.1 Speech Act Class Definitions based on the writer’s intention. Searle’s (Searle, 1976) early research on speech acts Lampert et al. (2006) performed speech act clas- was seminal work in natural language processing sification in email messages following a verbal re- that opened up a new way of thinking about con- versational dialogue and communication. Our goal the speaker expects the listener to do something as was to try and use Searle’s original speech act def- a response. For example, the speaker may ask a initions and categories as the basis for our work to question, make a request, or issue an invitation. Di- the greatest extent possible, allowing for some inter- rective speech acts are common in message board pretation as warranted by the WWW message board posts, especially in the initial post of each thread text genre. when the writer explicitly requests help or advice re- For the purposes of defining and evaluating our garding a specific topic. Many Directive sentences work, we created detailed annotation guidelines for are posed as questions, so they are easy to identify four of Searle’s speech act classes that commonly by the presence of a question mark. However, the occur in message board posts: Commissives, Direc- language in message board forums is informal and tives, Expressives, and Representatives. We omitted often ungrammatical, so many Directives are posed the fifth of Searle’s original speech act classes, Dec- as a question but do not end in a question mark (e.g., larations, because we virtually never saw declara- “What do you think.”). Furthermore, many Direc- tive speech acts in our data set.1 The data set used in tive speech acts are not stated as a question but as our study is a collection of message board posts in a request for assistance. For example, a doctor may the domain of veterinary medicine. We designed our write “I need your opinion on what drug to give this definitions and guidelines to reflect language use in patient.” Finally, some sentences that end in ques- the text genre of message board posts, trying to be as tion marks are rhetorical in nature and do not repre- domain-independent as possible so that these defini- sent a Directive speech act, such as “Can you believe tions should also apply to message board texts rep- that?”. resenting other topics. However, we give examples Expressives: An Expressive speech act occurs in from the veterinary domain to illustrate how these conversation when a speaker expresses his or her speech act classes are manifested in our data set.
Recommended publications
  • Sentence Types and Functions
    San José State University Writing Center www.sjsu.edu/writingcenter Written by Sarah Andersen Sentence Types and Functions Choosing what types of sentences to use in an essay can be challenging for several reasons. The writer must consider the following questions: Are my ideas simple or complex? Do my ideas require shorter statements or longer explanations? How do I express my ideas clearly? This handout discusses the basic components of a sentence, the different types of sentences, and various functions of each type of sentence. What Is a Sentence? A sentence is a complete set of words that conveys meaning. A sentence can communicate o a statement (I am studying.) o a command (Go away.) o an exclamation (I’m so excited!) o a question (What time is it?) A sentence is composed of one or more clauses. A clause contains a subject and verb. Independent and Dependent Clauses There are two types of clauses: independent clauses and dependent clauses. A sentence contains at least one independent clause and may contain one or more dependent clauses. An independent clause (or main clause) o is a complete thought. o can stand by itself. A dependent clause (or subordinate clause) o is an incomplete thought. o cannot stand by itself. You can spot a dependent clause by identifying the subordinating conjunction. A subordinating conjunction creates a dependent clause that relies on the rest of the sentence for meaning. The following list provides some examples of subordinating conjunctions. after although as because before even though if since though when while until unless whereas Independent and Dependent Clauses Independent clause: When I go to the movies, I usually buy popcorn.
    [Show full text]
  • The Meaning of Language
    01:615:201 Introduction to Linguistic Theory Adam Szczegielniak The Meaning of Language Copyright in part: Cengage learning The Meaning of Language • When you know a language you know: • When a word is meaningful or meaningless, when a word has two meanings, when two words have the same meaning, and what words refer to (in the real world or imagination) • When a sentence is meaningful or meaningless, when a sentence has two meanings, when two sentences have the same meaning, and whether a sentence is true or false (the truth conditions of the sentence) • Semantics is the study of the meaning of morphemes, words, phrases, and sentences – Lexical semantics: the meaning of words and the relationships among words – Phrasal or sentential semantics: the meaning of syntactic units larger than one word Truth • Compositional semantics: formulating semantic rules that build the meaning of a sentence based on the meaning of the words and how they combine – Also known as truth-conditional semantics because the speaker’ s knowledge of truth conditions is central Truth • If you know the meaning of a sentence, you can determine under what conditions it is true or false – You don’ t need to know whether or not a sentence is true or false to understand it, so knowing the meaning of a sentence means knowing under what circumstances it would be true or false • Most sentences are true or false depending on the situation – But some sentences are always true (tautologies) – And some are always false (contradictions) Entailment and Related Notions • Entailment: one sentence entails another if whenever the first sentence is true the second one must be true also Jack swims beautifully.
    [Show full text]
  • Against Logical Form
    Against logical form Zolta´n Gendler Szabo´ Conceptions of logical form are stranded between extremes. On one side are those who think the logical form of a sentence has little to do with logic; on the other, those who think it has little to do with the sentence. Most of us would prefer a conception that strikes a balance: logical form that is an objective feature of a sentence and captures its logical character. I will argue that we cannot get what we want. What are these extreme conceptions? In linguistics, logical form is typically con- ceived of as a level of representation where ambiguities have been resolved. According to one highly developed view—Chomsky’s minimalism—logical form is one of the outputs of the derivation of a sentence. The derivation begins with a set of lexical items and after initial mergers it splits into two: on one branch phonological operations are applied without semantic effect; on the other are semantic operations without phono- logical realization. At the end of the first branch is phonological form, the input to the articulatory–perceptual system; and at the end of the second is logical form, the input to the conceptual–intentional system.1 Thus conceived, logical form encompasses all and only information required for interpretation. But semantic and logical information do not fully overlap. The connectives “and” and “but” are surely not synonyms, but the difference in meaning probably does not concern logic. On the other hand, it is of utmost logical importance whether “finitely many” or “equinumerous” are logical constants even though it is hard to see how this information could be essential for their interpretation.
    [Show full text]
  • Intro to Linguistics – Syntax 1 Jirka Hana – November 7, 2011
    Intro to Linguistics – Syntax 1 Jirka Hana – November 7, 2011 Overview of topics • What is Syntax? • Part of Speech • Phrases, Constituents & Phrase Structure Rules • Ambiguity • Characteristics of Phrase Structure Rules • Valency 1 What to remember and understand: Syntax, difference between syntax and semantics, open/closed class words, all word classes (and be able to distinguish them based on morphology and syntax) Subject, object, case, agreement. 1 What is Syntax? Syntax – the part of linguistics that studies sentence structure: • word order: I want these books. *want these I books. • agreement – subject and verb, determiner and noun, . often must agree: He wants this book. *He want this book. I want these books. *I want this books. • How many complements, which prepositions and forms (cases): I give Mary a book. *I see Mary a book. I see her. *I see she. • hierarchical structure – what modifies what We need more (intelligent leaders). (more of intelligent leaders) We need (more intelligent) leaders. (leaders that are more intelligent) • etc. Syntax is not about meaning! Sentences can have no sense and still be grammatically correct: Colorless green ideas sleep furiously. – nonsense, but grammatically correct *Sleep ideas colorless furiously green. – grammatically incorrect Syntax: From Greek syntaxis from syn (together) + taxis (arrangement). Cf. symphony, synonym, synthesis; taxonomy, tactics 1 2 Parts of Speech • Words in a language behave differently from each other. • But not each word is entirely different from all other words in that language. ⇒ Words can be categorized into parts of speech (lexical categories, word classes) based on their morphological, syntactic and semantic properties. Note that there is a certain amount of arbitrariness in any such classification.
    [Show full text]
  • What Is a Speech Act? 1 2
    WHAT IS A SPEECH ACT? 1 2 What is a Speech Act? John Searle I. Introduction n a typical speech situation involving a speaker, a hearer, and an utterance by the speaker, there are many kinds of acts associated with Ithe speaker’s utterance. The speaker will characteristically have moved his jaw and tongue and made noises. In addition, he will characteristically have performed some acts within the class which includes informing or irritating or boring his hearers; he will further characteristically have performed acts within the class which includes referring to Kennedy or Khrushchev or the North Pole; and he will also have performed acts within the class which includes making statements, asking questions, issuing commands, giving reports, greeting, and warning. The members of this last class are what Austin1 called illocutionary acts and it is with this class that I shall be concerned in this paper, so the paper might have been called ‘What is an Illocutionary Act?’ I do not attempt to defi ne the expression ‘illocutionary act’, although if my analysis of a particular illocutionary act succeeds it may provide the basis for a defi nition. Some of the English verbs and verb phrases associated with illocutionary acts are: state, assert, describe, warn, remark, comment, command, order, request, criticize, apologize, censure, approve, welcome, promise, express approval, and express regret. Austin claimed that there were over a thousand such expressions in English. By way of introduction, perhaps I can say why I think it is of interest and importance in the philosophy of language to study speech acts, or, as they are sometimes called, language acts or linguistic acts.
    [Show full text]
  • Anti-Metaphysics: 1. Agnosticism (Qv). 2. Logical Positivism (See Scientific Empiricism (1))
    Anti-metaphysics: 1. Agnosticism (q.v.). 2. Logical Positivism (see Scientific Empiricism (1)) holds that those metaphysical statements which are not confirmable by experiences (see Verification 4, 5) have no cognitive meaning and hence are pseudo-statements (see Meaning, Kinds of, 1, 5). — R.C. Basic Sentences, Protocol Sentences: Sentences formulating the result of observations or perceptions or other experiences, furnishing the basis for empirical verification or confirmation (see Verification). Some philosophers take sentences concerning observable properties of physical things as basic sentences, others take sentences concerning sense-data or perceptions. The sentences of the latter kind are regarded by some philosophers as completely verifiable, while others believe that all factual sentences can be confirmed only to some degree. See Scientific Empiricism. — R.C. Formal: l. In the traditional use: valid independently of the specific subject-matter; having a merely logical meaning (see Meaning, Kinds of, 3). 2. Narrower sense, in modern logic: independent of, without reference to meaning (compare Semiotic, 3). — R.C. Intersubjective: Used and understood by, or valid for different subjects. Especially, i. lan- guage, i. concepts, i. knowledge, i. confirmability (see Verification). The i. character of science is especially emphasized by Scientific Empiricism (g. v., 1 C). —R.C. Meaning, Kinds of: In semiotic (q. v.) several kinds of meaning, i.e. of the function of an expression in language and the content it conveys, are distinguished. 1. An expression (sen- tence) has cognitive (or theoretical, assertive) meaning, if it asserts something and hence is either true or false. In this case, it is called a cognitive sentence or (cognitive, genuine) statement; it has usually the form of a declarative sentence.
    [Show full text]
  • Clauses-And-Phrases-PUBLISHED-Fall-2017.Pdf
    The Learning Hub Clauses & Phrases Writing Handout Series Grammar, Mechanics, & Style When constructing sentences, writers will use different building blocks of clauses and phrases to construct varied sentences. This handout will review how those phrases and clauses are constructed and where they can be placed in a sentence. Clauses Dependent Clauses A dependent clause has a subject and a verb but does not express a complete idea and cannot stand alone as a simple sentence. The two clauses below do not express a complete idea because of the subordinator at the beginning of the clause. Subordinators are words that commonly used to make independent clauses dependent clauses that help a writer connect ideas together and explain the relationship between clauses. Common subordinators like after, although, because, before, once, since, though, unless, until, when, where, and while come at the beginning of the clause. Subordinator Verb Since it is going to rain soon Subject Common Subordinators After Before Since When Although Even though Then Where As Even if Though Whether Because If Until While Independent Clauses An independent clause has a subject and a verb, expresses a complete idea, and is a complete sentence. The soccer game was cancelled Subject Verb Independent clauses are also referred to as simple sentences or complete sentences. Combining Clauses When combining independent and dependent clauses, there is a simple rule to remember. If the dependent clause comes before the independent clause, there must be a comma that separates the two clauses. If the dependent clause comes after the independent clause, then no comma is needed.
    [Show full text]
  • Philosophy of Language in the Twentieth Century Jason Stanley Rutgers University
    Philosophy of Language in the Twentieth Century Jason Stanley Rutgers University In the Twentieth Century, Logic and Philosophy of Language are two of the few areas of philosophy in which philosophers made indisputable progress. For example, even now many of the foremost living ethicists present their theories as somewhat more explicit versions of the ideas of Kant, Mill, or Aristotle. In contrast, it would be patently absurd for a contemporary philosopher of language or logician to think of herself as working in the shadow of any figure who died before the Twentieth Century began. Advances in these disciplines make even the most unaccomplished of its practitioners vastly more sophisticated than Kant. There were previous periods in which the problems of language and logic were studied extensively (e.g. the medieval period). But from the perspective of the progress made in the last 120 years, previous work is at most a source of interesting data or occasional insight. All systematic theorizing about content that meets contemporary standards of rigor has been done subsequently. The advances Philosophy of Language has made in the Twentieth Century are of course the result of the remarkable progress made in logic. Few other philosophical disciplines gained as much from the developments in logic as the Philosophy of Language. In the course of presenting the first formal system in the Begriffsscrift , Gottlob Frege developed a formal language. Subsequently, logicians provided rigorous semantics for formal languages, in order to define truth in a model, and thereby characterize logical consequence. Such rigor was required in order to enable logicians to carry out semantic proofs about formal systems in a formal system, thereby providing semantics with the same benefits as increased formalization had provided for other branches of mathematics.
    [Show full text]
  • Learning to Map Sentences to Logical Form: Structured Classification with Probabilistic Categorial Grammars
    Learning to Map Sentences to Logical Form: Structured Classification with Probabilistic Categorial Grammars Luke S. Zettlemoyer and Michael Collins MIT CSAIL [email protected], [email protected] Abstract The training data in our approach consists of a set of sen- tences paired with logical forms, as in this example. This paper addresses the problem of mapping This is a particularly challenging problem because the natural language sentences to lambda–calculus derivation from each sentence to its logical form is not an- encodings of their meaning. We describe a learn- notated in the training data. For example, there is no di- ing algorithm that takes as input a training set of rect evidence that the word states in the sentence corre- sentences labeled with expressions in the lambda sponds to the predicate state in the logical form; in gen- calculus. The algorithm induces a grammar for eral there is no direct evidence of the syntactic analysis of the problem, along with a log-linear model that the sentence. Annotating entire derivations underlying the represents a distribution over syntactic and se- mapping from sentences to their semantics is highly labor- mantic analyses conditioned on the input sen- intensive. Rather than relying on full syntactic annotations, tence. We apply the method to the task of learn- we have deliberately formulated the problem in a way that ing natural language interfaces to databases and requires a relatively minimal level of annotation. show that the learned parsers outperform pre- vious methods in two benchmark database do- Our algorithm automatically induces a grammar that maps mains.
    [Show full text]
  • Passmore, J. (1967). Logical Positivism. in P. Edwards (Ed.). the Encyclopedia of Philosophy (Vol. 5, 52- 57). New York: Macmillan
    Passmore, J. (1967). Logical Positivism. In P. Edwards (Ed.). The Encyclopedia of Philosophy (Vol. 5, 52- 57). New York: Macmillan. LOGICAL POSITIVISM is the name given in 1931 by A. E. Blumberg and Herbert Feigl to a set of philosophical ideas put forward by the Vienna circle. Synonymous expressions include "consistent empiricism," "logical empiricism," "scientific empiricism," and "logical neo-positivism." The name logical positivism is often, but misleadingly, used more broadly to include the "analytical" or "ordinary language philosophies developed at Cambridge and Oxford. HISTORICAL BACKGROUND The logical positivists thought of themselves as continuing a nineteenth-century Viennese empirical tradition, closely linked with British empiricism and culminating in the antimetaphysical, scientifically oriented teaching of Ernst Mach. In 1907 the mathematician Hans Hahn, the economist Otto Neurath, and the physicist Philipp Frank, all of whom were later to be prominent members of the Vienna circle, came together as an informal group to discuss the philosophy of science. They hoped to give an account of science which would do justice -as, they thought, Mach did not- to the central importance of mathematics, logic, and theoretical physics, without abandoning Mach's general doctrine that science is, fundamentally, the description of experience. As a solution to their problems, they looked to the "new positivism" of Poincare; in attempting to reconcile Mach and Poincare; they anticipated the main themes of logical positivism. In 1922, at the instigation of members of the "Vienna group," Moritz Schlick was invited to Vienna as professor, like Mach before him (1895-1901), in the philosophy of the inductive sciences. Schlick had been trained as a scientist under Max Planck and had won a name for himself as an interpreter of Einstein's theory of relativity.
    [Show full text]
  • “The Principle Features of English Pragmatics in Applied Linguistics”
    Advances in Language and Literary Studies ISSN: 2203-4714 www.alls.aiac.org.au “The principle features of English Pragmatics in applied linguistics” Ali Siddiqui* English Language Development Centre (ELDC), Mehran University of Engineering and Technology (MUET), Jamshoro, Sindh, Pakistan Corresponding Author: Ali Siddiqui, E-mail: [email protected] ARTICLE INFO ABSTRACT Article history Pragmatics is a major study of linguistics that defines the hidden meanings of a writer and speaker Received: December 18, 2017 towards the conjoining effort of linguistic form. It is stated along with its user. Within pragmatics Accepted: March 06, 2018 the importance is usually given to a contextual meaning, where every other meaning of given Published: April 30, 2018 context is referred to speaker as well as writer that wishes to state something. Therefore, the Volume: 9 Issue: 2 field of Pragmatics helps to deal with speaker’s intended meaning. It is the scope of pragmatics Advance access: March 2018 that shows some of linguistic relating terms. They are often stated as utterances, which are informative contribution through physical or real utterance of the meaning, uses of word, structure and setting of the conversations. The second is a speech act that focuses on what the Conflicts of interest: None writer and the speaker wants to say to someone. So in this way, the major purpose of pragmatics Funding: None is engaged with addressor’s intended words to communicate with the addressee. Key words: Speech Acts, Maxims, Politeness, Deixis, Positive Face, Negative Face INTRODUCTION wants to convey the contextual meaning towards the hearer Communication is one of the simplest functions regarding according to provided situation.
    [Show full text]
  • Language Model and Sentence Structure Manipulations for Natural Language Applications Systems
    I Language Model and Sentence Structure Manipulations for / Natural Language Application Systems Zenshiro Kawasaki, Keiji Takida, and Masato Tajima Department of Intellectual Information Systems Toyama University 3190 Gofuku, Toyama 930-0887, Japan / {kawasaki, zakida, and Zajima}@ecs.Zoyama-u. ac. jp Abstract the CC representation format lead to a correspond- ing simplicity and uniformity in the CC structure This paper presents a language model and operation scheme, i.e., CC Manipulation Language its application to sentence structure manip- (CCML). / ulations for various natural language ap- plications including human-computer com- Another advantage of the CCM formalism is that munications. Building a working natural it allows inferential facilitiesto provide flexiblehu- language dialog systems requires the inte- man computer interactions for various natural lan- l gration of solutions to many of the impor- guage applications. For this purpose conceptual re- tant subproblems of natural language pro- lationships including synonymous and implicational cessing. In order to materialize any of these relations established among CFs are employed. Such / subproblems, handling of natural language knowledge-based operations axe under development expressions plays a central role; natural and will not be discussed in this paper. language manipulation facilities axe indis- In Section 2 we present the basic components of / pensable for any natural language dialog CCM, i.e,,the concept frame and the concept com- systems. Concept Compound Manipula- pound. Section 3 introduces the CC manipulation tion Language (CCML) proposed in this language; the major features of each manipulation paper is intended to provide a practical statement are explained with illustrative examples. l means to manipulate sentences by means Concluding observations axe drawn in Section 4.
    [Show full text]