├── AIR_evidence_retrieval_scores.py ├── Compute_F1.py ├── Graph_nodes.py ├── Overlap_analysis.py ├── Preprocess_datasets.py ├── README.md ├── get_subgraph.py └── main_MultiRC_passages_from_topN_Iterative_alignments_PARALLEL_evidences.py /AIR_evidence_retrieval_scores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/AIR_evidence_retrieval_scores.py -------------------------------------------------------------------------------- /Compute_F1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/Compute_F1.py -------------------------------------------------------------------------------- /Graph_nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/Graph_nodes.py -------------------------------------------------------------------------------- /Overlap_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/Overlap_analysis.py -------------------------------------------------------------------------------- /Preprocess_datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/Preprocess_datasets.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/README.md -------------------------------------------------------------------------------- /get_subgraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/get_subgraph.py -------------------------------------------------------------------------------- /main_MultiRC_passages_from_topN_Iterative_alignments_PARALLEL_evidences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vikas95/AIR-retriever/HEAD/main_MultiRC_passages_from_topN_Iterative_alignments_PARALLEL_evidences.py --------------------------------------------------------------------------------