├── ComputeObservedCoherence.py ├── ComputePrecision.py ├── LICENSE ├── PrintResults.py ├── README.md ├── example_data ├── 10.intruder.txt ├── 10.topics-with-intruder.txt ├── 10.topics.txt ├── 15.intruder.txt ├── 15.topics-with-intruder.txt ├── 15.topics.txt ├── 20.intruder.txt ├── 20.topics-with-intruder.txt ├── 20.topics.txt ├── 5.intruder.txt ├── 5.topics-with-intruder.txt └── 5.topics.txt ├── mturk_annotation └── annotations.csv ├── run-npmi.sh ├── run-wi.sh └── run-wordcount.sh /ComputeObservedCoherence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/ComputeObservedCoherence.py -------------------------------------------------------------------------------- /ComputePrecision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/ComputePrecision.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/LICENSE -------------------------------------------------------------------------------- /PrintResults.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/PrintResults.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/README.md -------------------------------------------------------------------------------- /example_data/10.intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/10.intruder.txt -------------------------------------------------------------------------------- /example_data/10.topics-with-intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/10.topics-with-intruder.txt -------------------------------------------------------------------------------- /example_data/10.topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/10.topics.txt -------------------------------------------------------------------------------- /example_data/15.intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/15.intruder.txt -------------------------------------------------------------------------------- /example_data/15.topics-with-intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/15.topics-with-intruder.txt -------------------------------------------------------------------------------- /example_data/15.topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/15.topics.txt -------------------------------------------------------------------------------- /example_data/20.intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/20.intruder.txt -------------------------------------------------------------------------------- /example_data/20.topics-with-intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/20.topics-with-intruder.txt -------------------------------------------------------------------------------- /example_data/20.topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/20.topics.txt -------------------------------------------------------------------------------- /example_data/5.intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/5.intruder.txt -------------------------------------------------------------------------------- /example_data/5.topics-with-intruder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/5.topics-with-intruder.txt -------------------------------------------------------------------------------- /example_data/5.topics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/example_data/5.topics.txt -------------------------------------------------------------------------------- /mturk_annotation/annotations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/mturk_annotation/annotations.csv -------------------------------------------------------------------------------- /run-npmi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/run-npmi.sh -------------------------------------------------------------------------------- /run-wi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/run-wi.sh -------------------------------------------------------------------------------- /run-wordcount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jhlau/topic-coherence-sensitivity/HEAD/run-wordcount.sh --------------------------------------------------------------------------------