Text graph: Difference between revisions
mNo edit summary Tags: Visual edit Mobile edit Mobile web edit |
m link word-sense disambiguation using Find link |
||
(14 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
⚫ | In [[natural language processing]] (NLP), a '''text graph''' is a [[graph representation]] of a [[text item]] (document, passage or sentence). It is typically created as a preprocessing step to support NLP tasks such as [[text condensation]]<ref>{{cite conference|title=Text condensation as knowledge base abstraction. | book-title=Fourth Conference on Artificial Intelligence Applications |url=https://www.cs.columbia.edu/~gmw/candidacy/ReimerHahn88.pdf | date=1988 | first1=Ulrich | last1=Reimer| first2=Udo | last2=Hahn}}</ref> |
||
{{Orphan|date=May 2014}} |
|||
⚫ | [[term disambiguation]]<ref>{{cite conference|title=How Is Meaning Grounded in Dictionary Definitions? |url=http://aclweb.org/anthology//enwiki/w/W08/W08-2003.pdf | date=2008 | book-title=Proceedings of TextGraphs-3 Workshop | first1=A. Blondin | last1=Massé | first2=Guillaume | last2=Chicoisne | first3=Yassine | last3=Gargouri | first4=Stevan | last4=Harnad | first5=Olivier | last5=Picard | first6=Odile |last6=Marcotte}}</ref> |
||
⚫ | (topic-based) [[text summarization]],<ref name="melli&al2006">{{cite conference|title=Description of SQUASH, the SFU Question Answering Summary Handler for the DUC-2006 Summarization Task |book-title=Proceeding of Document Understanding Conference (DUC 2006) | date=2006 | url=http://www-nlpir.nist.gov/projects/duc/pubs/2006papers/duc06squash.pdf | first1=Gabor | last1=Melli | first2=Zhongmin | last2=Shi | first3=Yang | last3=Wang | first4=Yudong | last4=Liu | first5=Anoop | last5=Sarkar | first6=Fred | last6=Popowich}}</ref> [[relation extraction]]<ref name="melli2010b">{{cite thesis|title=Supervised Ontology to Document Interlinking | date=2010 | url=http://www.gabormelli.com/Publications/2010/2010_SupervisedOntologyToDocumentInterlinking/2010_SupervisedOntologyToDocumentInterlinking.pdf | first1=Gabor |last1=Melli |type=Ph.D. |publisher= Simon Fraser University}}</ref> and [[textual entailment]].<ref>{{cite conference|title = Learning to recognize features of valid textual entailments | book-title = Conference on Human Language Technology & Conference of the North American Chapter of the Association of Computational Linguistics | date= 2006 | url=http://nlp.stanford.edu/~wcmac/papers/rte-naacl06.pdf | first1= Bill | last1= MacCartney | first2= Trond G | last2= renager | first3= Marie-Catherine | last3= de Marneffe | first4= Daniel | last4= Cer | first5= Christopher | last5= D. Manning }}</ref> |
||
⚫ | In [[natural language processing]] (NLP), a '''text graph''' is a [[graph representation]] of a [[text item]] (document, passage or sentence). It is typically created as a preprocessing step to support NLP tasks such as [[text condensation]]<ref>{{cite conference|title=Text condensation as knowledge base abstraction. | |
||
⚫ | [[term disambiguation]]<ref>{{cite conference|title=How Is Meaning Grounded in Dictionary Definitions? |url=http://aclweb.org/anthology//enwiki/w/W08/W08-2003.pdf | date=2008 | |
||
⚫ | (topic-based) [[text summarization]],<ref name="melli&al2006">{{cite conference|title=Description of SQUASH, the SFU Question Answering Summary Handler for the DUC-2006 Summarization Task | |
||
==Representation== |
==Representation== |
||
Line 9: | Line 7: | ||
==TextGraphs Workshop series== |
==TextGraphs Workshop series== |
||
The TextGraphs Workshop series<ref>{{cite web|url=http://www.textgraphs.org/|title=Textgraphs| |
The TextGraphs Workshop series<ref>{{cite web|url=http://www.textgraphs.org/|title=Textgraphs|access-date=6 March 2017}}</ref> is a series of regular [[academic workshop]]s intended to encourage the synergy between the fields of [[natural language processing]] (NLP) and [[graph theory]]. The mix between the two started small, with graph theoretical framework providing efficient and elegant solutions for NLP applications that focused on single documents for part-of-speech tagging, [[word-sense disambiguation]] and semantic role labelling, got progressively larger with [[ontology learning]] and [[information extraction]] from large text collections. |
||
The [https://sites.google.com/site/textgraphs2017/ 11th edition of the workshop (TextGraphs-11)] will be collocated with the Annual Meeting of [[Association for Computational Linguistics]] ([http://acl2017.org/ ACL 2017]) in [[Vancouver]], [[British Columbia|BC]], [[Canada]]. |
The [https://sites.google.com/site/textgraphs2017/ 11th edition of the workshop (TextGraphs-11)] will be collocated with the Annual Meeting of [[Association for Computational Linguistics]] ([http://acl2017.org/ ACL 2017]) in [[Vancouver]], [[British Columbia|BC]], [[Canada]]. |
||
Line 17: | Line 15: | ||
** Graph-based methods for reasoning and interpreting deep processing by neural networks, |
** Graph-based methods for reasoning and interpreting deep processing by neural networks, |
||
** Explorations of the capabilities and limits of graph-based methods applied to neural networks in general |
** Explorations of the capabilities and limits of graph-based methods applied to neural networks in general |
||
** Investigation of which aspects of neural networks are not susceptible to graph-based methods. |
** Investigation of which aspects of neural networks are not susceptible to graph-based methods. |
||
* Graph-based methods for Information Retrieval, Information Extraction, and Text Mining |
* Graph-based methods for Information Retrieval, Information Extraction, and Text Mining |
||
** Graph-based methods for word sense disambiguation, |
** Graph-based methods for word sense disambiguation, |
||
Line 53: | Line 51: | ||
* [[Document-term matrix]] |
* [[Document-term matrix]] |
||
* [[Hyperlinking]] |
* [[Hyperlinking]] |
||
* [[Graph database]] |
|||
* [[Wiki]] |
|||
== References == |
== References == |
Latest revision as of 10:00, 26 January 2023
In natural language processing (NLP), a text graph is a graph representation of a text item (document, passage or sentence). It is typically created as a preprocessing step to support NLP tasks such as text condensation[1] term disambiguation[2] (topic-based) text summarization,[3] relation extraction[4] and textual entailment.[5]
Representation
[edit]The semantics of what a text graph's nodes and edges represent can vary widely. Nodes for example can simply connect to tokenized words, or to domain-specific terms, or to entities mentioned in the text. The edges, on the other hand, can be between these text-based tokens or they can also link to a knowledge base.
TextGraphs Workshop series
[edit]The TextGraphs Workshop series[6] is a series of regular academic workshops intended to encourage the synergy between the fields of natural language processing (NLP) and graph theory. The mix between the two started small, with graph theoretical framework providing efficient and elegant solutions for NLP applications that focused on single documents for part-of-speech tagging, word-sense disambiguation and semantic role labelling, got progressively larger with ontology learning and information extraction from large text collections.
The 11th edition of the workshop (TextGraphs-11) will be collocated with the Annual Meeting of Association for Computational Linguistics (ACL 2017) in Vancouver, BC, Canada.
Areas of interest
[edit]- Graph-based methods for providing reasoning and interpretation of deep learning methods
- Graph-based methods for reasoning and interpreting deep processing by neural networks,
- Explorations of the capabilities and limits of graph-based methods applied to neural networks in general
- Investigation of which aspects of neural networks are not susceptible to graph-based methods.
- Graph-based methods for Information Retrieval, Information Extraction, and Text Mining
- Graph-based methods for word sense disambiguation,
- Graph-based representations for ontology learning,
- Graph-based strategies for semantic relations identification,
- Encoding semantic distances in graphs,
- Graph-based techniques for text summarization, simplification, and paraphrasing
- Graph-based techniques for document navigation and visualization
- Reranking with graphs
- Applications of label propagation algorithms, etc.
- New graph-based methods for NLP applications
- Random walk methods in graphs
- Spectral graph clustering
- Semi-supervised graph-based methods
- Methods and analyses for statistical networks
- Small world graphs
- Dynamic graph representations
- Topological and pretopological analysis of graphs
- Graph kernels, etc.
- Graph-based methods for applications on social networks
- Rumor proliferation
- E-reputation
- Multiple identity detection
- Language dynamics studies
- Surveillance systems, etc.
- Graph-based methods for NLP and Semantic Web
- Representation learning methods for knowledge graphs (i.e., knowledge graph embedding)
- Using graphs-based methods to populate ontologies using textual data,
- Inducing knowledge of ontologies into NLP applications using graphs,
- Merging ontologies with graph-based methods using NLP techniques.
See also
[edit]References
[edit]- ^ Reimer, Ulrich; Hahn, Udo (1988). "Text condensation as knowledge base abstraction." (PDF). Fourth Conference on Artificial Intelligence Applications.
- ^ Massé, A. Blondin; Chicoisne, Guillaume; Gargouri, Yassine; Harnad, Stevan; Picard, Olivier; Marcotte, Odile (2008). "How Is Meaning Grounded in Dictionary Definitions?" (PDF). Proceedings of TextGraphs-3 Workshop.
- ^ Melli, Gabor; Shi, Zhongmin; Wang, Yang; Liu, Yudong; Sarkar, Anoop; Popowich, Fred (2006). "Description of SQUASH, the SFU Question Answering Summary Handler for the DUC-2006 Summarization Task" (PDF). Proceeding of Document Understanding Conference (DUC 2006).
- ^ Melli, Gabor (2010). Supervised Ontology to Document Interlinking (PDF) (Ph.D.). Simon Fraser University.
- ^ MacCartney, Bill; renager, Trond G; de Marneffe, Marie-Catherine; Cer, Daniel; D. Manning, Christopher (2006). "Learning to recognize features of valid textual entailments" (PDF). Conference on Human Language Technology & Conference of the North American Chapter of the Association of Computational Linguistics.
- ^ "Textgraphs". Retrieved 6 March 2017.
External links
[edit]- Gabor Melli's page on text graphs Description of text graphs from a semantic processing perspective.