Dataset Viewer
Auto-converted to Parquet
context
stringclasses
2 values
question
stringclasses
3 values
response
stringclasses
9 values
Hong Kong Air Cargo Terminals Limited (Chinese: 香港空運貨站有限公司), commonly known as Hactl, is one of the leading air cargo terminal operators in the world. Located at Hong Kong International Airport, it handled a total throughput of 1.65 million tonnes of cargo in 2018.
null
The document does not explicitly state that Hong Kong Air Cargo Terminals Limited (Hactl) is one of the leading air cargo terminal operators in the world. However, it mentions that Hactl "is one of the leading" air cargo terminals at Hong Kong International Airport. Based on this information, I can infer that Hactl is a significant player in the air cargo industry, but its ranking among other top air cargo terminal operators globally is not explicitly stated.
Hong Kong Air Cargo Terminals Limited (Hactl) was founded in 1971 in Hong Kong. It started its air cargo logistics operations at the Kai Tak International Airport, Kowloon Peninsula in 1976 and it was the only air cargo terminal operator in town at that time. On 6 July 1998, it was relocated to SuperTerminal 1 (ST1) at Hong Kong International Airport, Chek Lap Kok, Lantau Island, Hong Kong.
What year did Hactl relocate to its current home at Hong Kong International Airport?
The correct answer is 1998. According to the document, Hactl relocated to SuperTerminal 1 (ST1) at Hong Kong International Airport, Chek Lap Kok, Lantau Island, Hong Kong in 1998.
Hong Kong Air Cargo Terminals Limited (Hactl) was founded in 1971 in Hong Kong. It started its air cargo logistics operations at the Kai Tak International Airport, Kowloon Peninsula in 1976 and it was the only air cargo terminal operator in town at that time. On 6 July 1998, it was relocated to SuperTerminal 1 (ST1) at Hong Kong International Airport, Chek Lap Kok, Lantau Island, Hong Kong.
null
Since there is no specific question provided in the given text, I will assume that you are asking for general information about Hactl. Here's my response: Hong Kong Air Cargo Terminals Limited (Hactl) was founded in 1971 and started its air cargo logistics operations at Kai Tak International Airport in 1976.
Hong Kong Air Cargo Terminals Limited (Hactl) was founded in 1971 in Hong Kong. It started its air cargo logistics operations at the Kai Tak International Airport, Kowloon Peninsula in 1976 and it was the only air cargo terminal operator in town at that time. On 6 July 1998, it was relocated to SuperTerminal 1 (ST1) at Hong Kong International Airport, Chek Lap Kok, Lantau Island, Hong Kong.
What year did Hactl relocate its air cargo logistics operations to a new terminal?
The document does not explicitly state that Hactl relocated its air cargo logistics operations to SuperTerminal 1 (ST1) at Hong Kong International Airport, Chek Lap Kok, Lantau Island. However, it mentions that Hactl was relocated from Kai Tak International Airport to SuperTerminal 1 in 1998. Therefore, I can provide a more accurate answer: The document does not explicitly state the year of relocation, but based on the information provided, we know that Hactl relocated its air cargo logistics operations to SuperTerminal 1 at Hong Kong International Airport, Chek Lap Kok, Lantau Island in 1998.
Hong Kong Air Cargo Terminals Limited (Chinese: 香港空運貨站有限公司), commonly known as Hactl, is one of the leading air cargo terminal operators in the world. Located at Hong Kong International Airport, it handled a total throughput of 1.65 million tonnes of cargo in 2018.
null
Based on the provided document, I can answer that: Hong Kong Air Cargo Terminals Limited (Hactl) handled a total throughput of 1.65 million tonnes of cargo in 2018.
Hong Kong Air Cargo Terminals Limited (Hactl) was founded in 1971 in Hong Kong. It started its air cargo logistics operations at the Kai Tak International Airport, Kowloon Peninsula in 1976 and it was the only air cargo terminal operator in town at that time. On 6 July 1998, it was relocated to SuperTerminal 1 (ST1) at Hong Kong International Airport, Chek Lap Kok, Lantau Island, Hong Kong.
Is Hactl still an active air cargo terminal?
Yes, Hactl is still an active air cargo terminal. It was relocated from Kai Tak International Airport to SuperTerminal 1 at Hong Kong International Airport in 1998.
Hong Kong Air Cargo Terminals Limited (Chinese: 香港空運貨站有限公司), commonly known as Hactl, is one of the leading air cargo terminal operators in the world. Located at Hong Kong International Airport, it handled a total throughput of 1.65 million tonnes of cargo in 2018.
null
Since there is no specific information provided about Hong Kong Air Cargo Terminals Limited (Hactl) handling 1.65 million tonnes of cargo in 2018, I will state that it cannot be confirmed with certainty. However, according to other sources, Hactl was indeed one of the leading air cargo terminal operators in the world, but the specific information about its throughput is not provided in this document.
Hong Kong Air Cargo Terminals Limited (Chinese: 香港空運貨站有限公司), commonly known as Hactl, is one of the leading air cargo terminal operators in the world. Located at Hong Kong International Airport, it handled a total throughput of 1.65 million tonnes of cargo in 2018.
null
The document does not mention anything about Hong Kong Air Cargo Terminals Limited (Hactl) handling a specific amount of cargo in 2018. It only mentions that it is one of the leading air cargo terminal operators in the world, but does not provide any details on its throughput or other statistics.
Hong Kong Air Cargo Terminals Limited (Chinese: 香港空運貨站有限公司), commonly known as Hactl, is one of the leading air cargo terminal operators in the world. Located at Hong Kong International Airport, it handled a total throughput of 1.65 million tonnes of cargo in 2018.
null
The document does not mention anything about Hong Kong Air Cargo Terminals Limited (Hactl) handling 1.65 million tonnes of cargo in 2018.

Built with Distilabel

Dataset Card for Hactal_Repo_1

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/samuelsuen/Hactal_Repo_1/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/samuelsuen/Hactal_Repo_1/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "context": "Hong Kong Air Cargo Terminals Limited (Chinese: \u9999\u6e2f\u7a7a\u904b\u8ca8\u7ad9\u6709\u9650\u516c\u53f8), commonly known as Hactl, is one of the leading air cargo terminal operators in the world. Located at Hong Kong International Airport, it handled a total throughput of 1.65 million tonnes of cargo in 2018.",
    "question": null,
    "response": "The document does not explicitly state that Hong Kong Air Cargo Terminals Limited (Hactl) is one of the leading air cargo terminal operators in the world. However, it mentions that Hactl \"is one of the leading\" air cargo terminals at Hong Kong International Airport.\n\nBased on this information, I can infer that Hactl is a significant player in the air cargo industry, but its ranking among other top air cargo terminal operators globally is not explicitly stated."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("samuelsuen/Hactal_Repo_1", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("samuelsuen/Hactal_Repo_1")
Downloads last month
5