Skip to main content

Measuring Meaning

  • Conference paper
  • First Online:
Intelligent Computing

Part of the book series: Lecture Notes in Networks and Systems ((LNNS,volume 283))

Abstract

This study will present a tool designed for meaning extraction with monoclausal sentences in Italian. Its main features will be illustrated with instances of the Italian causative clause type featuring the verb fare ‘make’ (e.g. Egli fa piangere il bambino ‘He makes the child cry’), a construction which invariably embeds a clause (e.g. Il bambino piange ‘The child cries’) with which it establishes an entailment relationship. The tool automatically accomplishes the following tasks: it answers relevant wh- questions (e.g. Who cries? Who makes someone cry?) and detects the entailment. Concurrent with this presentation, this study will also encourage a reflection on the research currently being conducted in Computational Linguistics and Natural Language Processing, in which data-driven approaches prevail over rule-based systems.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 169.00
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 219.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Notes

  1. 1.

    The tool label includes: (a) the acronym NLP, (b) the initial letters of the programming language deployed, that is Python (3.8), (c) the Italian TAL acronym for NLP (Trattamento Automatico della Lingua), and (d) a revised spelling of the language being analysed. The system does not currently access Python libraries for use with NLP, excluding NLTK, employed for text tokenisation. NLPYTALY makes use of TreeTagger, a probabilistic tagger (the parameter files are those by Helmut Schmid, https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/). The tagset is by Achim Stein (https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/data/italian-tagset.txt). A repository of the tool, which currently includes the code used for the parsing and the detection of e.g. diathesis and constituency, is available on GitHub at the following link: ignaziomirto2017/nlpytaly.

  2. 2.

    When the infinitive of a fare-causative is an intransitive verb with no transitive counterpart (NLPYTALY contains about 1,000 of such verbs), its subject almost always surfaces as a direct object, and the correct answers (e.g. (1c)) can be easily calculated. With the subject of transitive verbs, however, a few idiosyncratic pairings (i.e. misalignments) may occur, e.g. with aspettare ‘to wait’. Such verbs require an ad hoc treatment.

  3. 3.

    This choice depends on the [± Animate] value characterizing nouns and noun phrases.

  4. 4.

    See https://framenet.icsi.berkeley.edu/fndrupal/ (last consulted 12/12/2020).

  5. 5.

    See [16] and [17].

  6. 6.

    Another semantic model based on predicate-argument relations is known as Tectogrammatical representation. See https://ufal.mff.cuni.cz/pedt1.0/tecto.html and [18].

  7. 7.

    A promising model of vocabulary reduction could be that of dictionaries destined for use by non-native learners, in which the number of headwords (paralleled with columns A and B) far exceeds the number of words used in the definitions (paralleled with the metalanguage in column C).

  8. 8.

    The Call For Papers is available at the following address: https://www.aclweb.org/portal/content/second-international-workshop-designing-meaning-representations-revised-call-papers .

  9. 9.

    With regard to the performance of models based on semantic similarity, Stephen Clark ([19: 522]) states the following: “whether fundamental concepts of semantics, such as inference, can be suitably incorporated into vector space models of meaning is an open question”.

References

  1. La Fauci, N., Mirto, I.M.: Fare. Elementi di sintassi, ETS, Pisa (2003)

    Google Scholar 

  2. Collins, P.C.: Cleft and Pseudo-Cleft Constructions in English. Routledge, London/New York (1991)

    Google Scholar 

  3. Mirto, I.M.: Natural language inference in ordinary and support verb constructions. In: Dong, Y., Herrera-Viedma, E., Matsui, K., Omatsu, S., González Briones, A., Rodríguez González, S. (eds.) DCAI 2020. AISC, vol. 1237, pp. 124–133. Springer, Cham (2021). https://doi.org/10.1007/978-3-030-53036-5_13

    Chapter  Google Scholar 

  4. Mirto, I.M.: Dream a little dream of me. Cognate predicates in English. In: Camugli C., Constant, M., Dister, A. (eds.) Actes du 26e Colloque International Lexique-Grammaire, Bonifacio, Corse, 2–6 October 2007, pp. 121–128 (2007). http://infolingu.univ-mlv.fr/Colloques/Bonifacio/proceedings/mirto.pdf

  5. Hurford, J.R., Heasley, B.: Semantics. A Coursebook. Cambridge University Press, Cambridge (1983)

    Google Scholar 

  6. Fillmore, C.J.: The case for case. In: Bach, E.W., Harms, R.T. (eds.) Universals in Linguistic Theory, Holt, pp. 1–88. Rinehart & Winston, New York (1968)

    Google Scholar 

  7. Palmer, M., Gildea, D., Xue, N.: Semantic Role Labeling. Morgan & Claypool. www.morganclaypool.com

  8. Giuglea, A.M., Moschitti, A.: Semantic role labelling via FrameNet, VerbNet, and PropBank. In: Proceedings of the 21st International conference on Computational Linguistics and 44th Annual Meeting of the ACL, Sydney, pp. 929–936 (2006)

    Google Scholar 

  9. Saeed, J.I.: Semantics. Blackwell, Oxford (1997)

    Google Scholar 

  10. Harris, Z.S.: A Theory of Language and Information. Clarendon Press, Oxford (1991)

    Google Scholar 

  11. Harris, Z.S., Hiż, H. (ed.) Papers on Syntax. D. Reidel Publishing Company, Dordrecht, Holland (1981)

    Google Scholar 

  12. Harris, Z.S.: The background of transformational and metalanguage analysis. https://zelligharris.org/HAR.pdf. Accessed 21 Nov 2020

  13. McNamara, D.S.: Computational methods to extract meaning from text and advance theories of human cognition. Top. Cogn. Sci. 3, 3–17 (2011)

    Article  Google Scholar 

  14. Gliozzo, A., Strapparava, C.: Semantic Domains in Computational Linguistics. Springer, New York (2009). https://doi.org/10.1007/978-3-540-68158-8

    Book  MATH  Google Scholar 

  15. La Fauci, N., Rosen, C.G.: Past participle agreement in five romance varieties. Texto! 15(3) (2010/1993)

    Google Scholar 

  16. Palmer, M., Gildea, D., Kingsbury, P.: The proposition bank: an annotated corpus of semantic roles (2005). https://www.aclweb.org/anthology/J05-1004.pdf

  17. Bonial, C., Bonn, J., Conger, K., Hwang, J., Palmer, M., Reese, N.: English PropBank Annotation Guidelines, Center for Computational Language and Education Research, Institute of Cognitive Science, University of Colorado at Boulder (2015). http://verbs.colorado.edu/propbank/EPB-Annotation-Guidelines.pdf

  18. Passarotti, M.: From syntax to semantics. First steps towards Tectogrammatical annotation of Latin. In: Proceedings of the 8th Workshop on Language Technology for Cultural Heritage, Social Sciences, and Humanities, EACL, Gothenburg, Sweden, pp. 100–109 (2014)

    Google Scholar 

  19. Clark, S.: Vector space models of lexical meaning. In: Lappin, S., Fox, C. (eds.) The Handbook of Contemporary Semantic Theory, 2nd edn., pp. 493–552. Wiley Blackwell, USA (2015)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Ignazio Mauro Mirto .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2022 The Author(s), under exclusive license to Springer Nature Switzerland AG

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Mirto, I.M. (2022). Measuring Meaning. In: Arai, K. (eds) Intelligent Computing. Lecture Notes in Networks and Systems, vol 283. Springer, Cham. https://doi.org/10.1007/978-3-030-80119-9_70

Download citation

Publish with us

Policies and ethics